[safekeep] New upstream release 1.3.3

Frank Crawford frankcrawford at fedoraproject.org
Sun Nov 27 05:09:19 UTC 2011


commit e46855e85db382c8fbdce6b57c251011dd514ec9
Author: Frank Crawford <frank at crawford.emu.id.au>
Date:   Sun Nov 27 16:08:14 2011 +1100

    New upstream release 1.3.3

 .gitignore    |    1 +
 safekeep.spec |   13 +++++++++----
 sources       |    1 +
 3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e137b10..3822953 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 safekeep-1.2.1.tar.gz
 /safekeep-1.3.2.tar.gz
+/safekeep-1.3.3.tar.gz
diff --git a/safekeep.spec b/safekeep.spec
index 269480f..0e63dd1 100644
--- a/safekeep.spec
+++ b/safekeep.spec
@@ -1,6 +1,6 @@
 %define name    safekeep
-%define version 1.3.2
-%define release 2
+%define version 1.3.3
+%define release 1
 %define homedir %{_localstatedir}/lib/%{name}
 
 Name:           %{name}
@@ -15,7 +15,8 @@ Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.
 # Now included in distributed documentation
 #Source1:        README.Fedora
 # Don't execute unless backup configurations exist
-Patch0:	safekeep-cron.patch
+# Issue addressed upstream with 1.3.3
+#Patch0:	safekeep-cron.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -70,7 +71,7 @@ installed on the server on which the data will be backed-up to.
 
 %prep
 %setup -q
-%patch0 -p1
+#%patch0 -p1
 rm -f *.orig
 
 %build
@@ -123,6 +124,10 @@ id %{name} >/dev/null 2>&1 || \
 %doc samples/
 
 %changelog
+* Sun Nov 27 2011 Frank Crawford <frank at crawford.emu.id.au> 1.3.3-1
+  - Latest upstream release 
+  - Dropped safekeep.cron patch as issue addressed up stream
+
 * Sat May 08 2011 Frank Crawford <frank at crawford.emu.id.au> 1.3.2-2
   - Patch safekeep.cron to not run unless safekeep has been configured
 
diff --git a/sources b/sources
index 6f3e134..338fc4b 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,3 @@
 cf86fb2397ca66c65f4d8c8d9cbc7185  safekeep-1.2.1.tar.gz
 d0c0b56c65810c67f218dae79efcf48d  safekeep-1.3.2.tar.gz
+245c4abf0b4fe253cf7615f3a8e8869d  safekeep-1.3.3.tar.gz


More information about the scm-commits mailing list