Hello community,

here is the log from the commit of package grsync for openSUSE:Factory checked 
in at 2016-03-31 13:02:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grsync (Old)
 and      /work/SRC/openSUSE:Factory/.grsync.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grsync"

Changes:
--------
--- /work/SRC/openSUSE:Factory/grsync/grsync.changes    2015-01-20 
12:34:55.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.grsync.new/grsync.changes       2016-03-31 
13:02:55.000000000 +0200
@@ -1,0 +2,19 @@
+Wed Mar 23 00:12:41 UTC 2016 - [email protected]
+
+- Update to 1.2.6.
+  * Don't save "default" session to ini file when "remember last
+    used session" is off.
+  * Better "before command" error notification.
+  * Added "overwrite logs" preferences option.
+  * Updated Norwegian, Russian, German, Swedish, Simplified Chinese
+  * translations.
+  * Enhanced and translated desktop file.
+  * Updated README file.
+- Split off and Recommend a -lang package,
+- Drop fix-desktop-file.patch: the action is done running
+  %suse_update_desktop_file macro.
+- Drop grsync-link-libm.patch: fixed upstream.
+- Rebase fix-invalid-lc-messages-dir.patch: add "hu", don't touch
+  pt_BR, zh_CN, zh_TW, as they are in their own.
+
+-------------------------------------------------------------------

Old:
----
  fix-desktop-file.patch
  grsync-1.2.5.tar.gz
  grsync-link-libm.patch

New:
----
  grsync-1.2.6.tar.gz

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

Other differences:
------------------
++++++ grsync.spec ++++++
--- /var/tmp/diff_new_pack.drVgMU/_old  2016-03-31 13:02:56.000000000 +0200
+++ /var/tmp/diff_new_pack.drVgMU/_new  2016-03-31 13:02:56.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package grsync
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,14 @@
 
 
 Name:           grsync
-Version:        1.2.5
+Version:        1.2.6
 Release:        0
 Summary:        GUI for rsync
 License:        GPL-2.0
 Group:          Productivity/Archiving/Backup
 Url:            http://www.opbyte.it/grsync/
 Source:         http://www.opbyte.it/release/%{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
@@ -35,6 +33,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gtk+-2.0) >= 2.16
 Requires:       rsync
+Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -45,11 +44,11 @@
 a music collection with removable devices, backup personal files to a networked
 drive, replication of a partition to another one, mirroring of files, etc.
 
+%lang_package
+
 %prep
 %setup -q
-%patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
 autoreconf -fi
@@ -63,27 +62,23 @@
 mv fr_FR.po fr.po
 mv gl_ES.po gl.po
 mv hr_HR.po hr.po
+mv hu_HU.po hu.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
 
 %install
 %make_install
-%find_lang %{name}
-%suse_update_desktop_file -i %{name} Utility Archiving
-
-%clean
-rm -rf %{buildroot}
+%find_lang %{name} %{?no_lang_C}
+%suse_update_desktop_file -r %{name} Utility Archiving GTK
 
-%files -f %{name}.lang
+%files
 %defattr(-,root,root)
 %doc AUTHORS COPYING README NEWS
 %{_bindir}/grsync
@@ -91,9 +86,11 @@
 %{_datadir}/applications/grsync.desktop
 %{_datadir}/pixmaps/grsync.png
 %{_datadir}/pixmaps/grsync-busy.png
-%{_datadir}/%{name}
-%{_datadir}/mime/packages/grsync.xml
+%{_datadir}/%{name}/
 %{_datadir}/icons/hicolor/48x48/mimetypes/application-x-grsync-session.png
+%{_datadir}/mime/packages/grsync.xml
 %{_mandir}/man1/grsync*
 
+%files lang -f %{name}.lang
+
 %changelog

++++++ fix-invalid-lc-messages-dir.patch ++++++
--- /var/tmp/diff_new_pack.drVgMU/_old  2016-03-31 13:02:56.000000000 +0200
+++ /var/tmp/diff_new_pack.drVgMU/_new  2016-03-31 13:02:56.000000000 +0200
@@ -11,7 +11,7 @@
  
  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 hr_HR zh_TW hu_HU"
-+ALL_LINGUAS="nl it zh fr sv nb tr ru de es cs gl ca pt id hr zh"
++ALL_LINGUAS="ca cs de es fr gl hr hu id it nb nl pt_BR ru sv tr zh_CN zh_TW"
  AM_GLIB_GNU_GETTEXT
  
  AC_OUTPUT([

++++++ grsync-1.2.5.tar.gz -> grsync-1.2.6.tar.gz ++++++
++++ 9300 lines of diff (skipped)


Reply via email to