checked in
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=55
This commit is contained in:
parent
3a033df55a
commit
8ad1cffbfc
3
glib-2.21.6.tar.bz2
Normal file
3
glib-2.21.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8b4750523a07102c90c7eecf1743f852ce2aadcb7a43284a9e06baf70beb9b8a
|
||||
size 5453110
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4898d340c830a5903115412ec5b95eb03b410efdfb1c5316d36f12f8be85577d
|
||||
size 5476114
|
@ -1,39 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 30 10:17:15 CEST 2009 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 2.22.1:
|
||||
+ Bugs fixed:
|
||||
- bgo#596064 Test file marked for translation
|
||||
- bgo#595972 possibly invalid search in
|
||||
mime_info_cache_dir_add_...
|
||||
- bgo#596561 C99 style of declaration of variable in
|
||||
gmessages.c
|
||||
- bgo#596314 g_utf16_to_utf8 returns an invalid UTF8 string
|
||||
- bgo#596748 g_async_result_get_source_object returns a new ref
|
||||
- bgo#593809 Nautilus does not restore the position of the
|
||||
icons...
|
||||
- bgo#593775 uses inotify_init1 unconditionally
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 29 09:41:42 CEST 2009 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 2.22.0:
|
||||
+ Add gdb python macros to make gobject debugging more pleasant
|
||||
+ Bugs fixed:
|
||||
- bgo#579050: Allow making selected critical and warning
|
||||
messages non-fatal
|
||||
- bgo#594759: g_socket_send_message fails due to invalid
|
||||
sendmsg params
|
||||
- bgo#593941: GNetworkAddress skipping addresses when
|
||||
enumerating
|
||||
- bgo#594597: Fix build with srcdir != builddir
|
||||
- bgo#595619: Include gdb pretty printers
|
||||
+ Changes that might affect bindings:
|
||||
- The error parameter of g_simple_async_result_set_from_error
|
||||
has been made const.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 14:25:06 CEST 2009 - lmedinas@opensuse.org
|
||||
|
||||
|
183
glib2.spec
183
glib2.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package glib2 (Version 2.22.1)
|
||||
# spec file for package glib2 (Version 2.21.6)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -36,7 +36,7 @@ AutoReqProv: on
|
||||
Obsoletes: glib2-64bit
|
||||
%endif
|
||||
#
|
||||
Version: 2.22.1
|
||||
Version: 2.21.6
|
||||
Release: 1
|
||||
Summary: A Library with Convenient Functions Written in C
|
||||
Url: http://www.gtk.org/
|
||||
@ -74,6 +74,25 @@ Provides: glib2-doc = 2.19.6
|
||||
This library provides convenient functions, such as lists and hashes,
|
||||
to a C programmer and is used by Gtk+ and GNOME.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Peter Mattis <petm@xcf.berkeley.edu>
|
||||
Spencer Kimball <spencer@xcf.berkeley.edu>
|
||||
Josh MacDonald <jmacd@xcf.berkeley.edu>
|
||||
Shawn T. Amundson <amundson@gimp.org>
|
||||
Jeff Garzik <jgarzik@pobox.com>
|
||||
Raja R Harinath <harinath@cs.umn.edu>
|
||||
Tim Janik <timj@gtk.org>
|
||||
Elliot Lee <sopwith@redhat.com>
|
||||
Tor Lillqvist <tml@iki.fi>
|
||||
Paolo Molaro <lupus@debian.org>
|
||||
Havoc Pennington <hp@pobox.com>
|
||||
Manish Singh <yosh@gimp.org>
|
||||
Owen Taylor <otaylor@gtk.org>
|
||||
Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
%package branding-upstream
|
||||
License: LGPL v2.1 or later
|
||||
Summary: Definition of GNOME Default Applications
|
||||
@ -96,6 +115,25 @@ preferred defaults. You most probably don't want this package. You
|
||||
probably want to install distribution default glib2-branding and prefer
|
||||
distribution wise GNOME defaults.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Peter Mattis <petm@xcf.berkeley.edu>
|
||||
Spencer Kimball <spencer@xcf.berkeley.edu>
|
||||
Josh MacDonald <jmacd@xcf.berkeley.edu>
|
||||
Shawn T. Amundson <amundson@gimp.org>
|
||||
Jeff Garzik <jgarzik@pobox.com>
|
||||
Raja R Harinath <harinath@cs.umn.edu>
|
||||
Tim Janik <timj@gtk.org>
|
||||
Elliot Lee <sopwith@redhat.com>
|
||||
Tor Lillqvist <tml@iki.fi>
|
||||
Paolo Molaro <lupus@debian.org>
|
||||
Havoc Pennington <hp@pobox.com>
|
||||
Manish Singh <yosh@gimp.org>
|
||||
Owen Taylor <otaylor@gtk.org>
|
||||
Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
%package devel
|
||||
#'
|
||||
License: GPL v2 or later
|
||||
@ -123,6 +161,25 @@ compile and link applications using the glib library.
|
||||
The glib library provides convenient functions, such as lists and
|
||||
hashes, to a C programmer and is used by Gtk+ and GNOME.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Peter Mattis <petm@xcf.berkeley.edu>
|
||||
Spencer Kimball <spencer@xcf.berkeley.edu>
|
||||
Josh MacDonald <jmacd@xcf.berkeley.edu>
|
||||
Shawn T. Amundson <amundson@gimp.org>
|
||||
Jeff Garzik <jgarzik@pobox.com>
|
||||
Raja R Harinath <harinath@cs.umn.edu>
|
||||
Tim Janik <timj@gtk.org>
|
||||
Elliot Lee <sopwith@redhat.com>
|
||||
Tor Lillqvist <tml@iki.fi>
|
||||
Paolo Molaro <lupus@debian.org>
|
||||
Havoc Pennington <hp@pobox.com>
|
||||
Manish Singh <yosh@gimp.org>
|
||||
Owen Taylor <otaylor@gtk.org>
|
||||
Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
%package -n libglib-2_0-0
|
||||
License: LGPL v2.1 or later
|
||||
Summary: A Library with Convenient Functions Written in C
|
||||
@ -138,6 +195,25 @@ Obsoletes: glib2-64bit
|
||||
This library provides convenient functions, such as lists and hashes,
|
||||
to a C programmer and is used by Gtk+ and GNOME.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Peter Mattis <petm@xcf.berkeley.edu>
|
||||
Spencer Kimball <spencer@xcf.berkeley.edu>
|
||||
Josh MacDonald <jmacd@xcf.berkeley.edu>
|
||||
Shawn T. Amundson <amundson@gimp.org>
|
||||
Jeff Garzik <jgarzik@pobox.com>
|
||||
Raja R Harinath <harinath@cs.umn.edu>
|
||||
Tim Janik <timj@gtk.org>
|
||||
Elliot Lee <sopwith@redhat.com>
|
||||
Tor Lillqvist <tml@iki.fi>
|
||||
Paolo Molaro <lupus@debian.org>
|
||||
Havoc Pennington <hp@pobox.com>
|
||||
Manish Singh <yosh@gimp.org>
|
||||
Owen Taylor <otaylor@gtk.org>
|
||||
Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
%package -n libgmodule-2_0-0
|
||||
License: LGPL v2.1 or later
|
||||
Summary: A Library with Convenient Functions Written in C
|
||||
@ -153,6 +229,25 @@ Obsoletes: glib2-64bit
|
||||
This library provides convenient functions, such as lists and hashes,
|
||||
to a C programmer and is used by Gtk+ and GNOME.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Peter Mattis <petm@xcf.berkeley.edu>
|
||||
Spencer Kimball <spencer@xcf.berkeley.edu>
|
||||
Josh MacDonald <jmacd@xcf.berkeley.edu>
|
||||
Shawn T. Amundson <amundson@gimp.org>
|
||||
Jeff Garzik <jgarzik@pobox.com>
|
||||
Raja R Harinath <harinath@cs.umn.edu>
|
||||
Tim Janik <timj@gtk.org>
|
||||
Elliot Lee <sopwith@redhat.com>
|
||||
Tor Lillqvist <tml@iki.fi>
|
||||
Paolo Molaro <lupus@debian.org>
|
||||
Havoc Pennington <hp@pobox.com>
|
||||
Manish Singh <yosh@gimp.org>
|
||||
Owen Taylor <otaylor@gtk.org>
|
||||
Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
%package -n libgio-2_0-0
|
||||
License: LGPL v2.1 or later
|
||||
Summary: A Library with Convenient Functions Written in C
|
||||
@ -170,6 +265,25 @@ Obsoletes: glib2-64bit
|
||||
This library provides convenient functions, such as lists and hashes,
|
||||
to a C programmer and is used by Gtk+ and GNOME.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Peter Mattis <petm@xcf.berkeley.edu>
|
||||
Spencer Kimball <spencer@xcf.berkeley.edu>
|
||||
Josh MacDonald <jmacd@xcf.berkeley.edu>
|
||||
Shawn T. Amundson <amundson@gimp.org>
|
||||
Jeff Garzik <jgarzik@pobox.com>
|
||||
Raja R Harinath <harinath@cs.umn.edu>
|
||||
Tim Janik <timj@gtk.org>
|
||||
Elliot Lee <sopwith@redhat.com>
|
||||
Tor Lillqvist <tml@iki.fi>
|
||||
Paolo Molaro <lupus@debian.org>
|
||||
Havoc Pennington <hp@pobox.com>
|
||||
Manish Singh <yosh@gimp.org>
|
||||
Owen Taylor <otaylor@gtk.org>
|
||||
Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
%package -n libgio-fam
|
||||
License: LGPL v2.1 or later
|
||||
Summary: A Library with Convenient Functions Written in C
|
||||
@ -180,6 +294,25 @@ Supplements: packageand(libgio-2_0-0:fam)
|
||||
This library provides convenient functions, such as lists and hashes,
|
||||
to a C programmer and is used by Gtk+ and GNOME.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Peter Mattis <petm@xcf.berkeley.edu>
|
||||
Spencer Kimball <spencer@xcf.berkeley.edu>
|
||||
Josh MacDonald <jmacd@xcf.berkeley.edu>
|
||||
Shawn T. Amundson <amundson@gimp.org>
|
||||
Jeff Garzik <jgarzik@pobox.com>
|
||||
Raja R Harinath <harinath@cs.umn.edu>
|
||||
Tim Janik <timj@gtk.org>
|
||||
Elliot Lee <sopwith@redhat.com>
|
||||
Tor Lillqvist <tml@iki.fi>
|
||||
Paolo Molaro <lupus@debian.org>
|
||||
Havoc Pennington <hp@pobox.com>
|
||||
Manish Singh <yosh@gimp.org>
|
||||
Owen Taylor <otaylor@gtk.org>
|
||||
Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
%package -n libgthread-2_0-0
|
||||
License: LGPL v2.1 or later
|
||||
Summary: A Library with Convenient Functions Written in C
|
||||
@ -195,6 +328,25 @@ Obsoletes: glib2-64bit
|
||||
This library provides convenient functions, such as lists and hashes,
|
||||
to a C programmer and is used by Gtk+ and GNOME.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Peter Mattis <petm@xcf.berkeley.edu>
|
||||
Spencer Kimball <spencer@xcf.berkeley.edu>
|
||||
Josh MacDonald <jmacd@xcf.berkeley.edu>
|
||||
Shawn T. Amundson <amundson@gimp.org>
|
||||
Jeff Garzik <jgarzik@pobox.com>
|
||||
Raja R Harinath <harinath@cs.umn.edu>
|
||||
Tim Janik <timj@gtk.org>
|
||||
Elliot Lee <sopwith@redhat.com>
|
||||
Tor Lillqvist <tml@iki.fi>
|
||||
Paolo Molaro <lupus@debian.org>
|
||||
Havoc Pennington <hp@pobox.com>
|
||||
Manish Singh <yosh@gimp.org>
|
||||
Owen Taylor <otaylor@gtk.org>
|
||||
Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
%package -n libgobject-2_0-0
|
||||
License: LGPL v2.1 or later
|
||||
Summary: A Library with Convenient Functions Written in C
|
||||
@ -210,6 +362,25 @@ Obsoletes: glib2-64bit
|
||||
This library provides convenient functions, such as lists and hashes,
|
||||
to a C programmer and is used by Gtk+ and GNOME.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Peter Mattis <petm@xcf.berkeley.edu>
|
||||
Spencer Kimball <spencer@xcf.berkeley.edu>
|
||||
Josh MacDonald <jmacd@xcf.berkeley.edu>
|
||||
Shawn T. Amundson <amundson@gimp.org>
|
||||
Jeff Garzik <jgarzik@pobox.com>
|
||||
Raja R Harinath <harinath@cs.umn.edu>
|
||||
Tim Janik <timj@gtk.org>
|
||||
Elliot Lee <sopwith@redhat.com>
|
||||
Tor Lillqvist <tml@iki.fi>
|
||||
Paolo Molaro <lupus@debian.org>
|
||||
Havoc Pennington <hp@pobox.com>
|
||||
Manish Singh <yosh@gimp.org>
|
||||
Owen Taylor <otaylor@gtk.org>
|
||||
Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q -n %{_name}-%{version}
|
||||
@ -350,14 +521,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/gtk-doc/html/gio
|
||||
%{_datadir}/gtk-doc/html/glib
|
||||
%{_datadir}/gtk-doc/html/gobject
|
||||
%{_datadir}/gdb/auto-load/%{_libdir}/*-gdb.py
|
||||
# Own these directories to not depend on gtk-doc while building:
|
||||
# Own these repositories to not depend on gtk-doc while building:
|
||||
%dir %{_datadir}/gtk-doc
|
||||
%dir %{_datadir}/gtk-doc/html
|
||||
# Own these directories to not depend on gdb
|
||||
%dir %{_datadir}/gdb
|
||||
%dir %{_datadir}/gdb/auto-load
|
||||
%dir %{_datadir}/gdb/auto-load/%{_prefix}
|
||||
%dir %{_datadir}/gdb/auto-load/%{_prefix}/%{_lib}
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user