Accepting request 44839 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/glib2 via accept of submit request 44839 revision 3. Request was accepted with message: ok OBS-URL: https://build.opensuse.org/request/show/44839 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=87
This commit is contained in:
committed by
Git OBS Bridge
parent
21cc81cf6e
commit
d80abfc20b
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7796298766ce54cb2fc4128b3a82f357731b881a87121661ac022eb71fa7cfc1
|
||||
size 6087816
|
3
glib-2.25.13.tar.bz2
Normal file
3
glib-2.25.13.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:785297b1528cba6f2d20358ba7386be49bad0e7d50aa4b965d80a44eba14a5e0
|
||||
size 6157668
|
@@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 7 14:14:08 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 2.25.13:
|
||||
+ The primary purpose of this release is to fix a serious problem
|
||||
with glib 2.25.12: glibconfig.h (as generated on a Fedora amd64
|
||||
system) was being distributed in the tarball. It was being
|
||||
used to build some parts of glib on other systems (eg: 32bit
|
||||
ones). This was causing some very serious problems.
|
||||
+ Build and testing:
|
||||
- vastly improved test coverage
|
||||
- old tests moved to the gtester framework
|
||||
- gtester Makefile modified so that the tests only run once
|
||||
- cleanup of how we handle includes while building glib
|
||||
+ GVariant:
|
||||
- add a g_return_if_fail (utf8) to g_variant_new_string()
|
||||
+ GDBus:
|
||||
- perform extra sanity checks when serialising messages
|
||||
- add API to query and set the byteorder of a GDBusMessage
|
||||
- improve debug output, add some extra options
|
||||
- if exiting due to the bus disconnecting us, print an error
|
||||
message explaining why
|
||||
- sort property names correctly
|
||||
- don't bother sending RemoveMatch when we will close the
|
||||
connection anyway
|
||||
- use effective uid/gid for credential passing
|
||||
+ GSettings:
|
||||
- add G_SETTINGS_BIND_INVERT_BOOLEAN for inverting boolean
|
||||
bindings without mapping functions
|
||||
- mark all strings in the schema compiler for translation
|
||||
+ Binding:
|
||||
- improve closure support for bindings
|
||||
- copy GSettings INVERT_BOOLEAN flag
|
||||
+ Other:
|
||||
- fix another complicated GCancellable deadlock possibility
|
||||
+ Bugs closed: bgo#599590, bgo#619026, bgo#624739, bgo#625472,
|
||||
bgo#625500, bgo#625628, bgo#625753, bgo#625827, bgo#625988,
|
||||
bgo#626107
|
||||
+ Updated translations.
|
||||
- Remove workaround for misinstallation of systemtap files: this is
|
||||
fixed now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 30 10:44:08 CEST 2010 - dimstar@opensuse.org
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package glib2 (Version 2.25.12)
|
||||
# spec file for package glib2 (Version 2.25.13)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
Name: glib2
|
||||
%define _name glib
|
||||
Version: 2.25.12
|
||||
Version: 2.25.13
|
||||
# FIXME: change zlib-devel to pkgconfig(zlib) once we have a recent enough version of zlib
|
||||
# FIXME: remove python BuildRequires once sr#43603 is accepted
|
||||
# FIXME: find out if tapsets should really be in devel package or in main package
|
||||
@@ -267,8 +267,6 @@ touch $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas/gschemas.compiled
|
||||
# remove files we don't care about
|
||||
rm $RPM_BUILD_ROOT%{_libdir}/gio/modules/libgiofam.*a
|
||||
rm $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
# fix installation of systemtap files
|
||||
mv %{buildroot}%{buildroot}%{_datadir}/systemtap %{buildroot}%{_datadir}/systemtap
|
||||
# Install rpm macros
|
||||
mkdir -p %{buildroot}%{_sysconfdir}/rpm
|
||||
cp %{S:5} %{buildroot}%{_sysconfdir}/rpm
|
||||
|
Reference in New Issue
Block a user