From: <di...@us...> - 2007-09-07 16:40:56
|
Revision: 543 http://safekeep.svn.sourceforge.net/safekeep/?rev=543&view=rev Author: dimi Date: 2007-09-07 09:40:54 -0700 (Fri, 07 Sep 2007) Log Message: ----------- Prepare for 1.0.2. Modified Paths: -------------- safekeep/trunk/ANNOUNCE safekeep/trunk/safekeep safekeep/trunk/safekeep.spec.in Modified: safekeep/trunk/ANNOUNCE =================================================================== --- safekeep/trunk/ANNOUNCE 2007-09-07 03:15:22 UTC (rev 542) +++ safekeep/trunk/ANNOUNCE 2007-09-07 16:40:54 UTC (rev 543) @@ -1,31 +1,27 @@ -This is release 1.0.1 of SafeKeep, a centralized and easy to use +This is release 1.0.2 of SafeKeep, a centralized and easy to use backup application that combines the best features of a mirror and an incremental backup. What's new in this release: - - The safekeep user no longer requires a working shell - - Add support for Fedora 7 to the testing script - - Packaging improvements for integration into Fedora - - Remove the old configuration migration scripts - - Do not package the testing script, it's used only during development + - Yet more packaging improvements for integration into Fedora Because of lags created by using mirrors, this message may reach you before the release is available at the public sites. Sources and binaries will be available from the following locations: - RedHat EL 3,4,5, CentOS 3,4,5, Fedora 4,5,6,7: - http://prdownloads.sourceforge.net/safekeep/safekeep-common-1.0.1-1.noarch.rpm - http://prdownloads.sourceforge.net/safekeep/safekeep-client-1.0.1-1.noarch.rpm - http://prdownloads.sourceforge.net/safekeep/safekeep-server-1.0.1-1.noarch.rpm - http://prdownloads.sourceforge.net/safekeep/safekeep-1.0.1-1.src.rpm + http://prdownloads.sourceforge.net/safekeep/safekeep-common-1.0.2-1.noarch.rpm + http://prdownloads.sourceforge.net/safekeep/safekeep-client-1.0.2-1.noarch.rpm + http://prdownloads.sourceforge.net/safekeep/safekeep-server-1.0.2-1.noarch.rpm + http://prdownloads.sourceforge.net/safekeep/safekeep-1.0.2-1.src.rpm - Ubuntu Edgy, Dapper, and Breezy: - http://prdownloads.sourceforge.net/safekeep/safekeep-common_1.0.1_all.deb - http://prdownloads.sourceforge.net/safekeep/safekeep-client_1.0.1_all.deb - http://prdownloads.sourceforge.net/safekeep/safekeep-server_1.0.1_all.deb + http://prdownloads.sourceforge.net/safekeep/safekeep-common_1.0.2_all.deb + http://prdownloads.sourceforge.net/safekeep/safekeep-client_1.0.2_all.deb + http://prdownloads.sourceforge.net/safekeep/safekeep-server_1.0.2_all.deb - Source: - http://prdownloads.sourceforge.net/safekeep/safekeep-1.0.1.tar.gz + http://prdownloads.sourceforge.net/safekeep/safekeep-1.0.2.tar.gz To find out more about the project visit on our website: http://safekeep.sourceforge.net Modified: safekeep/trunk/safekeep =================================================================== --- safekeep/trunk/safekeep 2007-09-07 03:15:22 UTC (rev 542) +++ safekeep/trunk/safekeep 2007-09-07 16:40:54 UTC (rev 543) @@ -16,7 +16,7 @@ base_dir = None PROTOCOL = "1.0" -VERSION = "1.0.1" +VERSION = "1.0.2" VEBOSITY_BY_CLASS = {'DBG': 3, 'INFO': 2, 'WARN': 1, 'ERR': 0} ###################################################################### Modified: safekeep/trunk/safekeep.spec.in =================================================================== --- safekeep/trunk/safekeep.spec.in 2007-09-07 03:15:22 UTC (rev 542) +++ safekeep/trunk/safekeep.spec.in 2007-09-07 16:40:54 UTC (rev 543) @@ -15,7 +15,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: xmlto, asciidoc > 6.0.3 +BuildRequires: xmlto, asciidoc > 6.0.3 %description SafeKeep is a client/server backup system which enhances the @@ -71,6 +71,7 @@ make build %install +rm -rf %{buildroot} install -d -m 755 "%{buildroot}%{_sysconfdir}/safekeep/backup.d" install -m 664 safekeep.conf "%{buildroot}%{_sysconfdir}/safekeep/" install -d -m 755 "%{buildroot}%{_sysconfdir}/cron.daily" @@ -116,6 +117,16 @@ %doc sample.backup %changelog +* Fri Sep 7 2007 Dimi Paun <di...@la...> 1.0.2-1 + - Add missing buildroot removal in install section (Jeff Spaleta) + - Remove references to %{PACKAGE_VERSION}, follow the Fedora + guidelines closer. + - Provide default attr for all packages. + - Clarify the licensing in .rpm package. + - We don't need to include AUTHORS COPYING LICENSE multiple times, + keeping them in -common is enough. + - More acceptable SF link. + * Sun Jun 17 2007 Dimi Paun <di...@la...> 1.0.1-1 - The safekeep user no longer requires a working shell - Add support for Fedora 7 to the testing script This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |