Hello community,

here is the log from the commit of package pix for openSUSE:Factory checked in 
at 2017-10-29 20:24:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pix (Old)
 and      /work/SRC/openSUSE:Factory/.pix.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pix"

Sun Oct 29 20:24:58 2017 rev:11 rq:537361 version:1.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/pix/pix.changes  2017-06-29 15:18:27.360719153 
+0200
+++ /work/SRC/openSUSE:Factory/.pix.new/pix.changes     2017-10-29 
20:25:25.137042648 +0100
@@ -1,0 +2,6 @@
+Sat Oct 28 19:57:36 UTC 2017 - [email protected]
+
+- Update to version 1.6.0:
+  * Switch zoom buttons in toolbar.
+
+-------------------------------------------------------------------

Old:
----
  pix-1.4.5.tar.gz

New:
----
  pix-1.6.0.tar.gz

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

Other differences:
------------------
++++++ pix.spec ++++++
--- /var/tmp/diff_new_pack.Z6hdtW/_old  2017-10-29 20:25:25.713021657 +0100
+++ /var/tmp/diff_new_pack.Z6hdtW/_new  2017-10-29 20:25:25.717021511 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           pix
-Version:        1.4.5
+Version:        1.6.0
 Release:        0
 Summary:        Image viewer and browser utility
 License:        GPL-2.0+
@@ -96,12 +96,14 @@
 
 %install
 %make_install
+
 find %{buildroot} -type f -name "*.la" -delete -print
 %suse_update_desktop_file %{name}
 %suse_update_desktop_file %{name}-import
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}%{_datadir}/%{name}/
 
+%if 0%{?suse_version} <= 1320
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -111,9 +113,9 @@
 %desktop_database_postun
 %icon_theme_cache_postun
 %glib2_gsettings_schema_postun
+%endif
 
 %files
-%defattr(-,root,root)
 %doc COPYING README debian/changelog
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/%{name}
@@ -126,10 +128,8 @@
 %{_mandir}/man1/%{name}.1%{?ext_man}
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/%{name}-*/
 %{_datadir}/aclocal/%{name}.m4
 %{_libdir}/pkgconfig/%{name}-*.pc

++++++ pix-1.4.5.tar.gz -> pix-1.6.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pix-1.4.5/.github/ISSUE_TEMPLATE.md 
new/pix-1.6.0/.github/ISSUE_TEMPLATE.md
--- old/pix-1.4.5/.github/ISSUE_TEMPLATE.md     1970-01-01 01:00:00.000000000 
+0100
+++ new/pix-1.6.0/.github/ISSUE_TEMPLATE.md     2017-10-26 12:53:49.000000000 
+0200
@@ -0,0 +1,19 @@
+
+```
+ * Pix version (pix --version)
+ * Distribution - (Mint 17.2, Arch, Fedora 25, etc...)
+```
+
+**Issue**
+
+
+
+**Steps to reproduce**
+
+
+
+**Expected behaviour**
+
+
+
+**Other information**
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pix-1.4.5/configure.ac new/pix-1.6.0/configure.ac
--- old/pix-1.4.5/configure.ac  2017-06-28 10:30:13.000000000 +0200
+++ new/pix-1.6.0/configure.ac  2017-10-26 12:53:49.000000000 +0200
@@ -1,6 +1,6 @@
 m4_define([pix_major_version], [1])
-m4_define([pix_minor_version], [4])
-m4_define([pix_micro_version], [5])
+m4_define([pix_minor_version], [6])
+m4_define([pix_micro_version], [0])
 m4_define([pix_version],
           [pix_major_version.pix_minor_version.pix_micro_version])
 m4_define([pix_api_version],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pix-1.4.5/debian/changelog 
new/pix-1.6.0/debian/changelog
--- old/pix-1.4.5/debian/changelog      2017-06-28 10:30:13.000000000 +0200
+++ new/pix-1.6.0/debian/changelog      2017-10-26 12:53:49.000000000 +0200
@@ -1,3 +1,13 @@
+pix (1.6.0) sylvia; urgency=medium
+
+  [ JosephMcc ]
+  * Create ISSUE_TEMPLATE.md
+
+  [ Cobinja ]
+  * Switch zoom buttons in toolbar (#37)
+
+ -- Clement Lefebvre <[email protected]>  Thu, 26 Oct 2017 11:51:31 +0100
+
 pix (1.4.5) sonya; urgency=medium
 
   * l10n: Update translations
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pix-1.4.5/extensions/image_viewer/gth-image-viewer-page.c 
new/pix-1.6.0/extensions/image_viewer/gth-image-viewer-page.c
--- old/pix-1.4.5/extensions/image_viewer/gth-image-viewer-page.c       
2017-06-28 10:30:13.000000000 +0200
+++ new/pix-1.6.0/extensions/image_viewer/gth-image-viewer-page.c       
2017-10-26 12:53:49.000000000 +0200
@@ -73,8 +73,8 @@
 "  </menubar>"
 "  <toolbar name='ViewerToolBar'>"
 "    <placeholder name='ViewerCommands'>"
-"      <toolitem action='ImageViewer_View_ZoomIn'/>"
 "      <toolitem action='ImageViewer_View_ZoomOut'/>"
+"      <toolitem action='ImageViewer_View_ZoomIn'/>"
 "      <toolitem action='ImageViewer_View_Zoom100'/>"
 "      <toolitem action='ImageViewer_View_ZoomFit'/>"
 "      <toolitem action='ImageViewer_View_ZoomFitWidth'/>"
@@ -82,8 +82,8 @@
 "  </toolbar>"
 "  <toolbar name='Fullscreen_ToolBar'>"
 "    <placeholder name='ViewerCommands'>"
-"      <toolitem action='ImageViewer_View_ZoomIn'/>"
 "      <toolitem action='ImageViewer_View_ZoomOut'/>"
+"      <toolitem action='ImageViewer_View_ZoomIn'/>"
 "      <toolitem action='ImageViewer_View_Zoom100'/>"
 "      <toolitem action='ImageViewer_View_ZoomFit'/>"
 "      <toolitem action='ImageViewer_View_ZoomFitWidth'/>"


Reply via email to