2.25.15
This commit is contained in:
parent
53385f55da
commit
730903fd38
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ glib-2.25.11.tar.bz2
|
|||||||
glib-2.25.12.tar.bz2
|
glib-2.25.12.tar.bz2
|
||||||
glib-2.25.13.tar.bz2
|
glib-2.25.13.tar.bz2
|
||||||
/glib-2.25.14.tar.bz2
|
/glib-2.25.14.tar.bz2
|
||||||
|
/glib-2.25.15.tar.bz2
|
||||||
|
11
glib2.spec
11
glib2.spec
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
Summary: A library of handy utility functions
|
Summary: A library of handy utility functions
|
||||||
Name: glib2
|
Name: glib2
|
||||||
Version: 2.25.14
|
Version: 2.25.15
|
||||||
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
|
||||||
@ -29,9 +29,6 @@ BuildRequires: gtk-doc
|
|||||||
# required for GIO content-type support
|
# required for GIO content-type support
|
||||||
Requires: shared-mime-info
|
Requires: shared-mime-info
|
||||||
|
|
||||||
# Upstream fix for a problem with PolicyKit problems
|
|
||||||
Patch0: 0001-GDBusProxy-Call-into-well-known-name-if-no-name-owne.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GLib is the low-level core library that forms the basis for projects
|
GLib is the low-level core library that forms the basis for projects
|
||||||
such as GTK+ and GNOME. It provides data structure handling for C,
|
such as GTK+ and GNOME. It provides data structure handling for C,
|
||||||
@ -58,7 +55,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 -b .wellknown-call
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Support builds of both git snapshots and tarballs packed with autogoo
|
# Support builds of both git snapshots and tarballs packed with autogoo
|
||||||
@ -166,6 +162,9 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
|
|||||||
%{_libdir}/lib*.a
|
%{_libdir}/lib*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> - 2.25.15-1
|
||||||
|
- Update to 2.25.15
|
||||||
|
|
||||||
* Wed Aug 18 2010 Matthias Clasen <mclasen@redhat.com> - 2.25.14-2
|
* Wed Aug 18 2010 Matthias Clasen <mclasen@redhat.com> - 2.25.14-2
|
||||||
- Fix a PolicyKit problem
|
- Fix a PolicyKit problem
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user