From 669b74785b32a4161af1125c41692c707687f1604a9b61afa9a29c254455a5d7 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 17 Jan 2012 16:07:41 +0000 Subject: [PATCH] Accepting request 100314 from home:vuntz:branches:GNOME:Factory Update to 2.31.10 OBS-URL: https://build.opensuse.org/request/show/100314 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=179 --- glib-2.31.10.tar.xz | 3 +++ glib-2.31.8.tar.xz | 3 --- glib2.changes | 13 +++++++++++++ glib2.spec | 4 +++- 4 files changed, 19 insertions(+), 4 deletions(-) create mode 100644 glib-2.31.10.tar.xz delete mode 100644 glib-2.31.8.tar.xz diff --git a/glib-2.31.10.tar.xz b/glib-2.31.10.tar.xz new file mode 100644 index 0000000..e3f4f41 --- /dev/null +++ b/glib-2.31.10.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81026406beef623218f48cd4893ef25942156b51debd59a659874eba8422b231 +size 6123916 diff --git a/glib-2.31.8.tar.xz b/glib-2.31.8.tar.xz deleted file mode 100644 index 487f7d0..0000000 --- a/glib-2.31.8.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ce3d275189000e1c50e92efcdb6447bc260b1e5c41699b7a1959e3e1928fbaa -size 6084796 diff --git a/glib2.changes b/glib2.changes index 58d0234..dcbcd0c 100644 --- a/glib2.changes +++ b/glib2.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Jan 16 21:19:15 UTC 2012 - vuntz@opensuse.org + +- Update to version 2.31.10: + + GResource: + - A new facility to allow linking data files into binaries and + make them available as resources + - Resources are compiled using glib-compile-resources + - GIO supports resource:/// uris to access resources + + Bugs fixed: bgo#619126, bgo#658315, bgo#660371, bgo#666700, + bgo#667375, bgo#667447, bgo#667790, bgo#667938. + + Updated translations. + ------------------------------------------------------------------- Tue Jan 10 07:04:16 UTC 2012 - vuntz@opensuse.org diff --git a/glib2.spec b/glib2.spec index 20843cd..1f10669 100644 --- a/glib2.spec +++ b/glib2.spec @@ -19,7 +19,7 @@ Name: glib2 %define _name glib -Version: 2.31.8 +Version: 2.31.10 Release: 0 # FIXME: change zlib-devel to pkgconfig(zlib) once we have a recent enough version of zlib # FIXME: find out if tapsets should really be in devel package or in main package @@ -433,6 +433,7 @@ rm -rf %{buildroot} %files devel %defattr(-,root,root) %{_bindir}/gdbus-codegen +%{_bindir}/glib-compile-resources %{_bindir}/glib-genmarshal %{_bindir}/glib-gettextize %{_bindir}/glib-mkenums @@ -440,6 +441,7 @@ rm -rf %{buildroot} %{_bindir}/gtester %{_bindir}/gtester-report %doc %{_mandir}/man?/gdbus-codegen.* +%doc %{_mandir}/man?/glib-compile-resources.* %doc %{_mandir}/man?/glib-genmarshal.* %doc %{_mandir}/man?/glib-gettextize.* %doc %{_mandir}/man?/glib-mkenums.*