Hello community,

here is the log from the commit of package grsync for openSUSE:Factory checked 
in at 2012-10-24 07:10:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grsync (Old)
 and      /work/SRC/openSUSE:Factory/.grsync.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grsync", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/grsync/grsync.changes    2012-02-10 
17:14:21.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.grsync.new/grsync.changes       2012-10-24 
07:10:15.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Oct 23 15:58:23 UTC 2012 - pu...@suse.com
+
+- update to 1.2.2 
+ - increased size of source and destination fields
+ - updated translations
+
+-------------------------------------------------------------------

Old:
----
  grsync-1.2.1.tar.gz

New:
----
  grsync-1.2.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ grsync.spec ++++++
--- /var/tmp/diff_new_pack.070IEy/_old  2012-10-24 07:10:17.000000000 +0200
+++ /var/tmp/diff_new_pack.070IEy/_new  2012-10-24 07:10:17.000000000 +0200
@@ -1,31 +1,39 @@
 #
-# spec file for package grsync (Version 1.1.1)
+# spec file for package grsync
 #
-# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           grsync
-Version:        1.2.1
-Release:        1
-License:        GPL-2.0
+Version:        1.2.2
+Release:        0
 Summary:        GUI for rsync
-Url:            http://www.opbyte.it/grsync/
+License:        GPL-2.0
 Group:          Productivity/Archiving/Backup
+Url:            http://www.opbyte.it/grsync/
 Source:         %{name}-%{version}.tar.gz
 Patch0:         fix-desktop-file.patch
 Patch1:         fix-invalid-lc-messages-dir.patch
 Patch2:         grsync-link-libm.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  dos2unix
 BuildRequires:  intltool
 BuildRequires:  pkg-config
-BuildRequires:  pkgconfig(gtk+-2.0) >= 2.16
 BuildRequires:  update-desktop-files
-BuildRequires:  autoconf
-BuildRequires:  automake
+BuildRequires:  pkgconfig(gtk+-2.0) >= 2.16
 Requires:       rsync
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -48,20 +56,22 @@
 %configure \
        --disable-unity
 pushd po
-mv nl_NL.po nl.po
+mv ca_ES.po ca.po
+mv cs_CZ.po cs.po
+mv de_DE.po de.po
 mv es_ES.po es.po
-mv it_IT.po it.po
 mv fr_FR.po fr.po
-mv sv_SE.po sv.po
-mv nb_NO.po nb.po
-mv tr_TR.po tr.po
-mv ru_RU.po ru.po
-mv de_DE.po de.po
-mv cs_CZ.po cs.po
 mv gl_ES.po gl.po
-mv ca_ES.po ca.po
-mv pt_BR.po pt.po
+mv hr_HR.po hr.po
 mv id_ID.po id.po
+mv it_IT.po it.po
+mv nb_NO.po nb.po
+mv nl_NL.po nl.po
+mv pt_BR.po pt.po
+mv ru_RU.po ru.po
+mv sv_SE.po sv.po
+mv tr_TR.po tr.po
+mv zh_CN.po zh.po
 popd
 dos2unix README NEWS AUTHORS
 
@@ -86,6 +96,4 @@
 %{_datadir}/icons/hicolor/48x48/mimetypes/application-x-grsync-session.png
 %{_mandir}/man1/grsync*
 
-
-
 %changelog

++++++ fix-invalid-lc-messages-dir.patch ++++++
--- /var/tmp/diff_new_pack.070IEy/_old  2012-10-24 07:10:17.000000000 +0200
+++ /var/tmp/diff_new_pack.070IEy/_new  2012-10-24 07:10:17.000000000 +0200
@@ -1,13 +1,17 @@
-Index: grsync-1.2.1/configure.in
+---
+ configure.in |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+Index: grsync-1.2.2/configure.in
 ===================================================================
---- grsync-1.2.1.orig/configure.in
-+++ grsync-1.2.1/configure.in
+--- grsync-1.2.2.orig/configure.in
++++ grsync-1.2.2/configure.in
 @@ -90,7 +90,7 @@ AC_SUBST(GETTEXT_PACKAGE)
  AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package.])
  
  dnl Add the languages which your application supports here.
--ALL_LINGUAS="nl_NL it_IT zh_CN fr_FR sv_SE nb_NO tr_TR ru_RU de_DE es_ES 
cs_CZ gl_ES ca_ES pt_BR id_ID"
-+ALL_LINGUAS="nl it zh_CN fr sv nb tr ru de es cs gl ca pt id"
+-ALL_LINGUAS="nl_NL it_IT zh_CN fr_FR sv_SE nb_NO tr_TR ru_RU de_DE es_ES 
cs_CZ gl_ES ca_ES pt_BR id_ID hr_HR"
++ALL_LINGUAS="nl it zh fr sv nb tr ru de es cs gl ca pt id hr"
  AM_GLIB_GNU_GETTEXT
  
  AC_OUTPUT([

++++++ grsync-1.2.1.tar.gz -> grsync-1.2.2.tar.gz ++++++
++++ 16920 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to