[grsync] Update to 1.2.1 Configure with --disable-unity to make sure the package builds

Christoph Wickert cwickert at fedoraproject.org
Fri Jan 20 20:42:43 UTC 2012


commit a3509d038f36be50bcd29a641297ae0018812dce
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Fri Jan 20 21:42:38 2012 +0100

    Update to 1.2.1
    Configure with --disable-unity to make sure the package builds

 .gitignore  |    1 +
 grsync.spec |   10 +++++++---
 sources     |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d149b4d..fabbdde 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 grsync-1.1.1.tar.gz
 /grsync-1.2.0.tar.gz
+/grsync-1.2.1.tar.gz
diff --git a/grsync.spec b/grsync.spec
index 30dcc93..3525fff 100644
--- a/grsync.spec
+++ b/grsync.spec
@@ -1,6 +1,6 @@
 Name:           grsync
-Version:        1.2.0
-Release:        3%{?dist}
+Version:        1.2.1
+Release:        1%{?dist}
 Summary:        A Gtk+ GUI for rsync
 
 Group:          User Interface/Desktops
@@ -33,7 +33,7 @@ to backup personal files to a networked drive.
 
 
 %build
-%configure
+%configure --disable-unity
 make %{?_smp_mflags}
 sed -i 's|Icon=%{name}.png|Icon=%{name}|g' %{name}.desktop
 
@@ -93,6 +93,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Fri Jan 20 2012 Christoph Wickert <cwickert at fedoraproject.org> - 1.2.1-1
+- Update to 1.2.1
+- Configure with --disable-unity to make sure the package builds
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 5914b15..e65e41e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6364df4a3a7c9ebc25799762e77dc351  grsync-1.2.0.tar.gz
+e57f46d67f7f9e8df08fdd0b97db10a6  grsync-1.2.1.tar.gz


More information about the scm-commits mailing list