Hello community,

here is the log from the commit of package gtk2 for openSUSE:Factory checked in 
at 2012-09-26 09:36:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gtk2 (Old)
 and      /work/SRC/openSUSE:Factory/.gtk2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gtk2", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gtk2/gtk2.changes        2012-07-18 
17:17:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gtk2.new/gtk2.changes   2012-09-26 
09:37:15.000000000 +0200
@@ -1,0 +2,18 @@
+Mon Sep 24 07:07:55 UTC 2012 - [email protected]
+
+- Update to version 2.24.13:
+  + Implement a gtk-primary-button-warps-slider setting  that lets
+    us adjust scale and scrollbar behaviour according to platform.
+  + Bugs fixed: bgo#661973, bgo#675365, bgo#674108
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Sep  3 20:12:09 UTC 2012 - [email protected]
+
+- Update to version 2.24.12:
+  + Allow building with automake 1.12
+  + Bugs fixed: bgo#616997, bgo#680346, bgo#680901, bgo#681784,
+    bgo#683070, bgo#683279.
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  gtk+-2.24.11.tar.xz

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

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

Other differences:
------------------
++++++ gtk2.spec ++++++
--- /var/tmp/diff_new_pack.qiVyof/_old  2012-09-26 09:37:20.000000000 +0200
+++ /var/tmp/diff_new_pack.qiVyof/_new  2012-09-26 09:37:20.000000000 +0200
@@ -21,7 +21,7 @@
 
 Name:           gtk2
 %define _name gtk+
-Version:        2.24.11
+Version:        2.24.13
 Release:        0
 # FIXME: when updating to next version, check whether we can remove the 
workaround for bgo#596977 below (removing -fomit-frame-pointer)
 Summary:        The GTK+ toolkit library (version 2)
@@ -282,9 +282,9 @@
 Summary:        The GTK+ toolkit library (version 2) -- Development Files
 Group:          Development/Libraries/X11
 Requires:       libgtk-2_0-0 = %{version}
-Requires:       typelib-1_0-Gtk-2_0 = %{version}
 # gtk-builder-convert needs this.
 Requires:       python-xml
+Requires:       typelib-1_0-Gtk-2_0 = %{version}
 # gail is part of gtk+ as of 2.13.x
 Provides:       gail-devel = 1.22.1
 Obsoletes:      gail-devel < 1.22.1
@@ -318,8 +318,8 @@
 done
 gnome-patch-translation-prepare
 %patch0 -p1
-%if "%_lib" == "lib64"
-cp -a %{S:2} .
+%if "%{_lib}" == "lib64"
+cp -a %{SOURCE2} .
 # WARNING: This patch does not patch not installed demos and tests.
 %patch8 -p1
 %endif
@@ -331,7 +331,7 @@
 
 %build
 NOCONFIGURE=1 gnome-autogen.sh
-export CFLAGS="$RPM_OPT_FLAGS"
+export CFLAGS="%{optflags}"
 export CFLAGS="$CFLAGS -fstack-protector"
 %ifarch ppc64
 export CFLAGS="$CFLAGS -mminimal-toc"
@@ -346,16 +346,16 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 find %{buildroot}%{_libdir} -name '*.la' -delete -print
 %if 0%{?suse_version} <= 1130
-%{__rm} %{buildroot}%{_datadir}/locale/kg/LC_MESSAGES/*
+rm %{buildroot}%{_datadir}/locale/kg/LC_MESSAGES/*
 %endif
 %find_lang gtk20
 %find_lang gtk20-properties
-install -m 644 %{S:3} %{buildroot}%{_sysconfdir}/gtk-2.0
+install -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/gtk-2.0
 touch %{buildroot}%{_sysconfdir}/gtk-2.0/gtk.immodules
-%if "%_lib" == "lib64"
+%if "%{_lib}" == "lib64"
   mv %{buildroot}%{_bindir}/gtk-query-immodules-2.0 
%{buildroot}%{_bindir}/gtk-query-immodules-2.0-64
   mv %{buildroot}%{_sysconfdir}/gtk-2.0/gtk.immodules 
%{buildroot}%{_sysconfdir}/gtk-2.0/gtk64.immodules
 %endif
@@ -367,7 +367,7 @@
 chmod a+x %{buildroot}%{_bindir}/gtk-update-icon-cache
 # Install rpm macros
 mkdir -p %{buildroot}%{_sysconfdir}/rpm
-cp %{S:5} %{buildroot}%{_sysconfdir}/rpm
+cp %{SOURCE5} %{buildroot}%{_sysconfdir}/rpm
 %fdupes %{buildroot}%{_datadir}
 %fdupes %{buildroot}%{_libdir}
 
@@ -379,7 +379,7 @@
 ###########################################################################
 
 # Convenient %define for the scriplets
-%if "%_lib" == "lib64"
+%if "%{_lib}" == "lib64"
 %define _gtk_query_immodules %{_bindir}/gtk-query-immodules-2.0-64
 %define _gtk_query_immodules_update_cache %{_gtk_query_immodules} > 
%{_sysconfdir}/gtk-2.0/gtk64.immodules
 %else
@@ -479,11 +479,11 @@
 %files -n libgtk-2_0-0
 %defattr(-,root,root)
 %doc AUTHORS COPYING README NEWS ChangeLog
-%if "%_lib" == "lib64"
+%if "%{_lib}" == "lib64"
 %doc README.SuSE
 %endif
 %dir %{_sysconfdir}/gtk-2.0
-%if "%_lib" == "lib64"
+%if "%{_lib}" == "lib64"
 %ghost %{_sysconfdir}/gtk-2.0/gtk64.immodules
 %else
 %ghost %{_sysconfdir}/gtk-2.0/gtk.immodules

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to