2.31.6
This commit is contained in:
parent
ce1e8c81d5
commit
741a6fa618
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,3 +31,4 @@ glib-2.25.13.tar.bz2
|
|||||||
/glib-2.30.1.tar.xz
|
/glib-2.30.1.tar.xz
|
||||||
/glib-2.31.0.tar.xz
|
/glib-2.31.0.tar.xz
|
||||||
/glib-2.31.2.tar.xz
|
/glib-2.31.2.tar.xz
|
||||||
|
/glib-2.31.6.tar.xz
|
||||||
|
10
glib2.spec
10
glib2.spec
@ -2,16 +2,14 @@
|
|||||||
|
|
||||||
Summary: A library of handy utility functions
|
Summary: A library of handy utility functions
|
||||||
Name: glib2
|
Name: glib2
|
||||||
Version: 2.31.2
|
Version: 2.31.6
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.gtk.org
|
URL: http://www.gtk.org
|
||||||
#VCS: git:git://git.gnome.org/glib
|
#VCS: git:git://git.gnome.org/glib
|
||||||
Source: http://download.gnome.org/sources/glib/2.31/glib-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/glib/2.31/glib-%{version}.tar.xz
|
||||||
|
|
||||||
# upstream fix
|
|
||||||
Patch0: 0001-GDBusWorker-continue_writing-initialize-flush_async_.patch
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: gamin-devel
|
BuildRequires: gamin-devel
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
@ -59,7 +57,6 @@ The glib2-static package includes static libraries of the GLib library.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n glib-%{version}
|
%setup -q -n glib-%{version}
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Support builds of both git snapshots and tarballs packed with autogoo
|
# Support builds of both git snapshots and tarballs packed with autogoo
|
||||||
@ -162,6 +159,9 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 19 2011 Matthias Clasen <mclasen@redhat.com> - 2.31.6-1
|
||||||
|
- Update to 2.31.6
|
||||||
|
|
||||||
* Wed Nov 23 2011 Matthias Clasen <mclasen@redhat.com> - 2.31.2-2
|
* Wed Nov 23 2011 Matthias Clasen <mclasen@redhat.com> - 2.31.2-2
|
||||||
- Fix a GDBus regression leading to segfaults
|
- Fix a GDBus regression leading to segfaults
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user