[grsync] Update to 1.2.2

Christoph Wickert cwickert at fedoraproject.org
Mon Oct 22 21:52:57 UTC 2012


commit 74ae059db18084acbdf26f597a75bd71c7f5dbf4
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Mon Oct 22 23:52:51 2012 +0200

    Update to 1.2.2

 .gitignore                |    1 +
 grsync-1.0.0-dsofix.patch |   11 -----------
 grsync-1.2.2-dsofix.patch |   11 +++++++++++
 grsync.spec               |    9 ++++++---
 sources                   |    2 +-
 5 files changed, 19 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fabbdde..bf8bca0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 grsync-1.1.1.tar.gz
 /grsync-1.2.0.tar.gz
 /grsync-1.2.1.tar.gz
+/grsync-1.2.2.tar.gz
diff --git a/grsync-1.2.2-dsofix.patch b/grsync-1.2.2-dsofix.patch
new file mode 100644
index 0000000..3c1f23c
--- /dev/null
+++ b/grsync-1.2.2-dsofix.patch
@@ -0,0 +1,11 @@
+--- grsync-1.2.2.orig/src/Makefile.in	2012-10-22 11:36:29.000000000 +0200
++++ grsync-1.2.2/src/Makefile.in	2012-10-22 18:21:25.692033677 +0200
+@@ -135,7 +135,7 @@
+ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
+ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
+ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
+-LDFLAGS = @LDFLAGS@
++LDFLAGS = @LDFLAGS@ -lm
+ LIBOBJS = @LIBOBJS@
+ LIBS = @LIBS@
+ LTLIBOBJS = @LTLIBOBJS@
diff --git a/grsync.spec b/grsync.spec
index 26d6eaf..bddda4a 100644
--- a/grsync.spec
+++ b/grsync.spec
@@ -1,13 +1,13 @@
 Name:           grsync
-Version:        1.2.1
-Release:        2%{?dist}
+Version:        1.2.2
+Release:        1%{?dist}
 Summary:        A Gtk+ GUI for rsync
 
 Group:          User Interface/Desktops
 License:        GPLv2
 URL:            http://www.opbyte.it/grsync/
 Source0:        http://www.opbyte.it/release/%{name}-%{version}.tar.gz
-Patch0:         grsync-1.0.0-dsofix.patch
+Patch0:         grsync-1.2.2-dsofix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtk2-devel desktop-file-utils gettext perl(XML::Parser)
@@ -93,6 +93,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Mon Oct 22 2012 Christoph Wickert <cwickert at fedoraproject.org> - 1.2.2-1
+- Update to 1.2.2
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index e65e41e..3028c37 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e57f46d67f7f9e8df08fdd0b97db10a6  grsync-1.2.1.tar.gz
+1b40ee3c9191dbf6080285ce6dc2383d  grsync-1.2.2.tar.gz


More information about the scm-commits mailing list