Hello community,

here is the log from the commit of package gtk3 for openSUSE:Factory checked in 
at 2016-08-16 13:03:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gtk3 (Old)
 and      /work/SRC/openSUSE:Factory/.gtk3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gtk3"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gtk3/gtk3.changes        2016-07-21 
07:41:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gtk3.new/gtk3.changes   2016-08-16 
13:03:18.000000000 +0200
@@ -1,0 +2,26 @@
+Thu Aug 11 11:04:51 UTC 2016 - [email protected]
+
+- Fix update-alternatives usage.
+
+-------------------------------------------------------------------
+Thu Aug  4 18:51:18 UTC 2016 - [email protected]
+
+- Update to version 3.20.8:
+  + Revert an unintentional bump of the GLib requirement in 3.20.7.
+
+-------------------------------------------------------------------
+Thu Aug  4 15:47:55 UTC 2016 - [email protected]
+
+- Update to version 3.20.7:
+  + Bugs fixed: bgo#118959, bgo#674215, bgo#708148, bgo#745622,
+    bgo#747206, bgo#764060, bgo#764203, bgo#765924, bgo#766120,
+    bgo#766122, bgo#766341, bgo#766643, bgo#766782, bgo#767058,
+    bgo#767468, bgo#767705, bgo#767766, bgo#767795, bgo#767848,
+    bgo#767851, bgo#768016, bgo#768025, bgo#768082, bgo#768142,
+    bgo#768177, bgo#768485, bgo#768657, bgo#768930, bgo#769003,
+    bgo#769047.
+  + Updated translations.
+- Drop gtk3-gtkwindow-realize-toplevel-before-popover.patch: fixed
+  upstream.
+
+-------------------------------------------------------------------

Old:
----
  gtk+-3.20.6.tar.xz
  gtk3-gtkwindow-realize-toplevel-before-popover.patch

New:
----
  gtk+-3.20.8.tar.xz

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

Other differences:
------------------
++++++ gtk3.spec ++++++
--- /var/tmp/diff_new_pack.toqwJK/_old  2016-08-16 13:03:19.000000000 +0200
+++ /var/tmp/diff_new_pack.toqwJK/_new  2016-08-16 13:03:19.000000000 +0200
@@ -29,7 +29,7 @@
 
 Name:           gtk3
 %define _name gtk+
-Version:        3.20.6
+Version:        3.20.8
 Release:        0
 Summary:        The GTK+ toolkit library (version 3)
 License:        LGPL-2.1+
@@ -44,8 +44,6 @@
 Patch0:         gtk3-GTK_PATH64.patch
 # PATCH-FIX-OPENSUSE gtk3-path-local.patch Search in /usr/local/%{_lib} by 
default. bnc369696 bgo534474
 Patch1:         gtk3-path-local.patch
-# PATCH-FIX-UPSTREAM gtk3-gtkwindow-realize-toplevel-before-popover.patch 
bgo#764060 [email protected] -- GtkWindow: Ensure the toplevel is realized 
before realizing popovers
-Patch2:         gtk3-gtkwindow-realize-toplevel-before-popover.patch
 BuildRequires:  cups-devel >= 1.2
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
@@ -336,7 +334,6 @@
 %patch0 -p1
 %endif
 %patch1 -p0
-%patch2 -p1
 
 %build
 # Needed for patch1
@@ -375,12 +372,12 @@
 # create theming-engines directory that should have been created during the 
build
 test ! -d %{buildroot}%{_libdir}/gtk-3.0/%{gtk_binary_version}/theming-engines
 mkdir %{buildroot}%{_libdir}/gtk-3.0/%{gtk_binary_version}/theming-engines
-# Alternatives for gtk-update-icon-cache and gtk-builder-convert
+# Alternatives for gtk-update-icon-cache (binary and manpage)
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives
 mv %{buildroot}%{_bindir}/gtk-update-icon-cache 
%{buildroot}%{_bindir}/gtk-update-icon-cache-3.0
+ln -s -f %{_sysconfdir}/alternatives/gtk-update-icon-cache 
%{buildroot}%{_bindir}/gtk-update-icon-cache
 mv %{buildroot}%{_mandir}/man1/gtk-update-icon-cache.1 
%{buildroot}%{_mandir}/man1/gtk-update-icon-cache-3.0.1
-touch %{buildroot}%{_bindir}/gtk-update-icon-cache
-touch %{buildroot}%{_mandir}/man1/gtk-update-icon-cache.1
-chmod a+x %{buildroot}%{_bindir}/gtk-update-icon-cache
+ln -s -f %{_sysconfdir}/alternatives/gtk-update-icon-cache.1%{ext_man} 
%{buildroot}%{_mandir}/man1/gtk-update-icon-cache.1%{ext_man}
 # Install rpm macros
 mkdir -p %{buildroot}%{_sysconfdir}/rpm
 cp %{S:3} %{buildroot}%{_sysconfdir}/rpm
@@ -584,7 +581,8 @@
 %{_bindir}/gtk-query-immodules-3.0*
 %{_bindir}/gtk-query-settings
 %{_bindir}/gtk-update-icon-cache-3.0
-%ghost %{_bindir}/gtk-update-icon-cache
+%{_bindir}/gtk-update-icon-cache
+%ghost %{_sysconfdir}/alternatives/gtk-update-icon-cache
 %{_datadir}/applications/gtk3-icon-browser.desktop
 %{_mandir}/man1/broadwayd.1%{?ext_man}
 %{_mandir}/man1/gtk3-icon-browser.1%{ext_man}
@@ -593,8 +591,9 @@
 %{_mandir}/man1/gtk-launch.1%{?ext_man}
 %{_mandir}/man1/gtk-query-immodules-3.0*.1*
 %{_mandir}/man1/gtk-query-settings.1%{?ext_man}
-%{_mandir}/man1/gtk-update-icon-cache-3.0.1*
-%ghost %{_mandir}/man1/gtk-update-icon-cache.1*
+%{_mandir}/man1/gtk-update-icon-cache-3.0.1%{?ext_man}
+%{_mandir}/man1/gtk-update-icon-cache.1%{?ext_man}
+%ghost %{_sysconfdir}/alternatives/gtk-update-icon-cache.1%{?ext_man}
 
 %files data
 %defattr(-,root,root)

++++++ gtk+-3.20.6.tar.xz -> gtk+-3.20.8.tar.xz ++++++
/work/SRC/openSUSE:Factory/gtk3/gtk+-3.20.6.tar.xz 
/work/SRC/openSUSE:Factory/.gtk3.new/gtk+-3.20.8.tar.xz differ: char 26, line 1


Reply via email to