From 9e7fda89318b3cdbf9426beeae87fdeb6c1c639ae14affd8dacef1f4157ba7e8 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 11 Mar 2009 15:36:39 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=64 --- glib-2.19.10.tar.bz2 | 3 +++ glib-2.19.8.tar.bz2 | 3 --- glib2.changes | 21 +++++++++++++++++++++ glib2.spec | 26 +++++++++++++++++++++----- 4 files changed, 45 insertions(+), 8 deletions(-) create mode 100644 glib-2.19.10.tar.bz2 delete mode 100644 glib-2.19.8.tar.bz2 diff --git a/glib-2.19.10.tar.bz2 b/glib-2.19.10.tar.bz2 new file mode 100644 index 0000000..7d4dc46 --- /dev/null +++ b/glib-2.19.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e983003805c9a14ae40eead9b54de5e17d78a05f18295d495d9e6319992c5cea +size 4937424 diff --git a/glib-2.19.8.tar.bz2 b/glib-2.19.8.tar.bz2 deleted file mode 100644 index d0c25b6..0000000 --- a/glib-2.19.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14c3128836a959b4f3dfe9cbf830de64ef9aff2e56308b1f6e5bbe97445b3ea2 -size 4899747 diff --git a/glib2.changes b/glib2.changes index 8d64ca2..d54a035 100644 --- a/glib2.changes +++ b/glib2.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Fri Mar 6 02:54:11 CET 2009 - vuntz@novell.com + +- Update to version 2.19.10: + + GMarkup: + - Considerable speedup + + GIO: + - Add G_FILE_CREATE_REPLACE_DESTINATION flag to allow replacing + the destination of a copying operation as if it did not exit + before. + - Be more careful when classifying files as desktop files + - Support desktop file key X-GIO-NoFuse which disables the use + of fuse pathnames for %u and %U arguments + + Bugs fixed: bgo#572672, bgo#572464, bgo#572151, bgo#570501, + bgo#167569, bgo#572508, bgo#560564, bgo#549298, bgo#543183, + bgo#540461, bgo#573462, bgo#573421, bgo#573658, bgo#556706, + bgo#573527, bgo#573128, + + Updated translations: +- Remove -fno-strict-aliasing from CFLAGS. +- Use makeinstall. + ------------------------------------------------------------------- Thu Feb 19 03:39:05 CET 2009 - vuntz@novell.com diff --git a/glib2.spec b/glib2.spec index eed7135..c7cbd5d 100644 --- a/glib2.spec +++ b/glib2.spec @@ -1,5 +1,5 @@ # -# spec file for package glib2 (Version 2.19.8) +# spec file for package glib2 (Version 2.19.10) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -36,7 +36,7 @@ AutoReqProv: on Obsoletes: glib2-64bit %endif # -Version: 2.19.8 +Version: 2.19.10 Release: 1 Summary: A Library with Convenient Functions Written in C Url: http://www.gtk.org/ @@ -400,8 +400,6 @@ fi %build autoreconf -fiv -# needed for glib-2.12.4: -export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %configure \ --enable-static \ %if %suse_version > 1100 @@ -415,7 +413,7 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" # %{__make} %{?jobs:-j%jobs} check %install -make install DESTDIR=$RPM_BUILD_ROOT +%makeinstall mkdir -p $RPM_BUILD_ROOT/etc/profile.d install -D -m0644 glib2.sh $RPM_BUILD_ROOT/etc/profile.d/zzz-glib2.sh install -D -m0644 glib2.csh $RPM_BUILD_ROOT/etc/profile.d/zzz-glib2.csh @@ -530,6 +528,24 @@ rm -rf $RPM_BUILD_ROOT %dir %{_datadir}/gtk-doc/html %changelog +* Fri Mar 06 2009 vuntz@novell.com +- Update to version 2.19.10: + + GMarkup: + - Considerable speedup + + GIO: + - Add G_FILE_CREATE_REPLACE_DESTINATION flag to allow replacing + the destination of a copying operation as if it did not exit + before. + - Be more careful when classifying files as desktop files + - Support desktop file key X-GIO-NoFuse which disables the use + of fuse pathnames for %%u and %%U arguments + + Bugs fixed: bgo#572672, bgo#572464, bgo#572151, bgo#570501, + bgo#167569, bgo#572508, bgo#560564, bgo#549298, bgo#543183, + bgo#540461, bgo#573462, bgo#573421, bgo#573658, bgo#556706, + bgo#573527, bgo#573128, + + Updated translations: +- Remove -fno-strict-aliasing from CFLAGS. +- Use makeinstall. * Thu Feb 19 2009 vuntz@novell.com - Review changes. * Wed Feb 18 2009 lmedinas@gmail.com