Accepting request 85646 from GNOME:Factory
Pushing G:F OBS-URL: https://build.opensuse.org/request/show/85646 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=118
This commit is contained in:
commit
4006f821ed
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:54ff44fc33fd928f0279c54d89e99e178f8c7dbd0bc8c75027c35ee65ab2e3b4
|
||||
size 7609207
|
3
glib-2.30.0.tar.bz2
Normal file
3
glib-2.30.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ca9c731017ab370859e847f8b70079bc6dcf389dc0ccb0d0419925aff81b9687
|
||||
size 7644742
|
@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 26 22:13:42 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 2.30.0:
|
||||
+ GDBus changes:
|
||||
- Change property API to avoid namespace problems
|
||||
- Use correct object path in export_uniquely() method of
|
||||
GDBusObjectManagerServer
|
||||
- Docs and tests improvements
|
||||
- Better handling of Ugly_Case method names
|
||||
- Build fixes for generated code
|
||||
+ Unix mounts:
|
||||
- BSD compile fixes
|
||||
- Ignore mounts with mountpoint "none" (as swap is on Debian)
|
||||
+ GMappedFile:
|
||||
- Return an error when trying to mmap device files (like
|
||||
/dev/stdin)
|
||||
+ gio-2.0.pc.in: drop stray reference to libasyncns
|
||||
+ Introspection annotation improvements, docs fixes
|
||||
+ Avoid double close() on the fd of a stream after splicing
|
||||
+ Desktop file handling: avoid mimeapps.list corruption issue
|
||||
+ Bugs fixed: bgo#654563, bgo#658188, bgo#658692, bgo#659324,
|
||||
bgo#659528, bgo#659646, bgo#659690, bgo#659699, bgo#659794,
|
||||
bgo#659838, bgo#659889,
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 18 16:07:04 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 2.29.92:
|
||||
+ GDBus bug fixes:
|
||||
- fix segfault when remote property is invalidated (bgo#659070)
|
||||
- take more care in connection teardown to avoid use-after-free
|
||||
(bgo#651268)
|
||||
+ GMappedFile: return an error when trying to map a device
|
||||
(bgo#659212)
|
||||
+ GSettings: always deliver signals to the correct thread
|
||||
(bgo#657255)
|
||||
+ Some small documentation changes
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 6 15:35:18 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
Name: glib2
|
||||
%define _name glib
|
||||
Version: 2.29.90
|
||||
Version: 2.30.0
|
||||
Release: 1
|
||||
# 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
|
||||
@ -29,7 +29,7 @@ License: LGPLv2+
|
||||
Summary: General-Purpose Utility Library
|
||||
Url: http://www.gtk.org/
|
||||
Group: System/Libraries
|
||||
Source: http://download.gnome.org/sources/glib/2.29/%{_name}-%{version}.tar.bz2
|
||||
Source: http://download.gnome.org/sources/glib/2.30/%{_name}-%{version}.tar.bz2
|
||||
Source1: glib2.sh
|
||||
Source2: glib2.csh
|
||||
Source3: SuSEconfig.glib2
|
||||
|
Loading…
x
Reference in New Issue
Block a user