Accepting request 102840 from home:vuntz:branches:GNOME:Factory
Update to 2.31.16 OBS-URL: https://build.opensuse.org/request/show/102840 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=182
This commit is contained in:
parent
6b22db710c
commit
7d6bf9f70f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d5018f1f579e38f94a2c09235071e00f6c88110a5e939cb5a9f2ab7db15a60ad
|
||||
size 6130552
|
3
glib-2.31.16.tar.xz
Normal file
3
glib-2.31.16.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bf3da4e3b7e3d7a5a1a0d801a113fcd1b2464c48dda475f6c6c6cea6137c1281
|
||||
size 5938844
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 6 09:06:53 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 2.31.16:
|
||||
+ GResource:
|
||||
- The resource compiler can now convert pngs into pixel data
|
||||
that can be used without parsing at runtime (requires
|
||||
gdk-pixbuf-pixdata to be present)
|
||||
+ Bugs fixed: bgo#669123, bgo#669173, bgo#669224, bgo#669253,
|
||||
bgo#669334.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 31 08:42:55 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 2.31.14:
|
||||
+ GResource:
|
||||
- GLib now includes a commandline utility, gresource, to
|
||||
explore resources in ELF files
|
||||
- The resource compiler can now optionally strip ignorable
|
||||
whitespace from XML resources
|
||||
- The resource compiler can now generate build dependencies
|
||||
- The resource compiler will now autoselect output formats
|
||||
+ GApplication:
|
||||
- The menu markup parser API has been dropped, the menu XML
|
||||
support lives in GTK+ now
|
||||
+ GValueArray has been deprecated
|
||||
+ Bugs fixed: bgo#626258, bgo#634232, bgo#639099, bgo#667228,
|
||||
bgo#667243, bgo#667929, bgo#668250, bgo#668468, bgo#668532,
|
||||
bgo#668539, bgo#668561, bgo#668572, bgo#668650, bgo#668756,
|
||||
bgo#668857, bgo#669024.
|
||||
+ Updated translations.
|
||||
- Add libelf-devel BuildRequires: new dependency for gresource
|
||||
utility.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 24 11:15:42 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
|
@ -15,11 +15,12 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define with_systemtap 0
|
||||
|
||||
Name: glib2
|
||||
%define _name glib
|
||||
Version: 2.31.12
|
||||
Version: 2.31.16
|
||||
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
|
||||
@ -50,6 +51,8 @@ BuildRequires: automake
|
||||
BuildRequires: fam-devel
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
# Needed for gresource
|
||||
BuildRequires: libelf-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python-base
|
||||
@ -374,14 +377,17 @@ rm -rf %{buildroot}
|
||||
%files tools
|
||||
%defattr(-,root,root)
|
||||
%{_sysconfdir}/bash_completion.d/gdbus-bash-completion.sh
|
||||
%{_sysconfdir}/bash_completion.d/gresource-bash-completion.sh
|
||||
%{_sysconfdir}/bash_completion.d/gsettings-bash-completion.sh
|
||||
%{_bindir}/gdbus
|
||||
%{_bindir}/gio-querymodules*
|
||||
%{_bindir}/glib-compile-schemas
|
||||
%{_bindir}/gresource
|
||||
%{_bindir}/gsettings
|
||||
%{_mandir}/man1/gdbus.1*
|
||||
%{_mandir}/man1/gio-querymodules.1*
|
||||
%{_mandir}/man1/glib-compile-schemas.1*
|
||||
%{_mandir}/man1/gresource.1*
|
||||
%{_mandir}/man1/gsettings.1*
|
||||
# We put those files here, but they don't really belong here. They just don't
|
||||
# have a better home... The zzz-glib2 scripts could arguably be in
|
||||
|
Loading…
Reference in New Issue
Block a user