public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glib2] cve-2026-58016-f44: 2.27.92
@ 2026-08-11 10:34 Matthias Clasen
0 siblings, 0 replies; only message in thread
From: Matthias Clasen @ 2026-08-11 10:34 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/glib2
Branch : cve-2026-58016-f44
Commit : f157144ee508531426c60cfb3b42510998c29635
Author : Matthias Clasen <mclasen@redhat.com>
Date : 2011-01-22T10:20:04-05:00
Stats : +16/-7 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/glib2/c/f157144ee508531426c60cfb3b42510998c29635?branch=cve-2026-58016-f44
Log:
2.27.92
---
diff --git a/.gitignore b/.gitignore
index 285aa74..fbdd39d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ glib-2.25.13.tar.bz2
/glib-2.27.4.tar.bz2
/glib-2.27.90.tar.bz2
/glib-2.27.91.tar.gz
+/glib-2.27.92.tar.bz2
diff --git a/glib2.spec b/glib2.spec
index 52e1286..4463965 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -2,7 +2,7 @@
Summary: A library of handy utility functions
Name: glib2
-Version: 2.27.91
+Version: 2.27.92
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
@@ -12,7 +12,7 @@ Source: http://download.gnome.org/sources/glib/2.27/glib-%{version}.tar.gz
Source1: update-gio-modules
Source2: glib2.sh
Source3: glib2.csh
-BuildRequires: pkgconfig >= 1:0.14
+BuildRequires: pkgconfig
BuildRequires: gamin-devel
BuildRequires: gettext
BuildRequires: libattr-devel
@@ -35,15 +35,16 @@ such as GTK+ and GNOME. It provides data structure handling for C,
portability wrappers, and interfaces for such runtime functionality
as an event loop, threads, dynamic loading, and an object system.
+
%package devel
Summary: A library of handy utility functions
Group: Development/Libraries
-Requires: pkgconfig >= 1:0.14
Requires: %{name} = %{version}-%{release}
%description devel
The glib2-devel package includes the header files for the GLib library.
+
# anaconda needs static libs, see RH bug #193143
%package static
Summary: A library of handy utility functions
@@ -53,16 +54,18 @@ Requires: %{name}-devel = %{version}-%{release}
%description static
The glib2-static package includes static libraries of the GLib library.
+
%prep
%setup -q -n glib-%{version}
+
%build
# Support builds of both git snapshots and tarballs packed with autogoo
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
%configure $CONFIGFLAGS \
- --enable-systemtap \
- --enable-static \
- --with-runtime-libdir=../../%{_lib})
+ --enable-systemtap \
+ --enable-static \
+ --with-runtime-libdir=../../%{_lib})
make %{?_smp_mflags}
@@ -130,6 +133,7 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
%doc %{_mandir}/man1/gsettings.1.gz
%doc %{_mandir}/man1/gdbus.1.gz
+
%files devel
%defattr(-, root, root, -)
%{_libdir}/lib*.so
@@ -164,7 +168,11 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
%defattr(-, root, root, -)
%{_libdir}/lib*.a
+
%changelog
+* Sat Jan 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.27.92-1
+- Update to 2.27.92
+
* Tue Jan 11 2011 Matthias Clasen <mclasen@redhat.com> - 2.27.91-1
- Update to 2.27.91
diff --git a/sources b/sources
index b111d91..4b41b0b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4869ef7d604fcafef77db2b28ddfca8b glib-2.27.91.tar.gz
+641400fc7b1dd9becdbcb0d7f9f15842 glib-2.27.92.tar.bz2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-11 10:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-11 10:34 [rpms/glib2] cve-2026-58016-f44: 2.27.92 Matthias Clasen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox