public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glib2] cve-2026-58016-f44: auto-import changelog data from glib2-2.0.6-1.src.rpm
@ 2026-08-11 10:32 cvsdist
0 siblings, 0 replies; only message in thread
From: cvsdist @ 2026-08-11 10:32 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/glib2
Branch : cve-2026-58016-f44
Commit : fff9915a708984764424fdf9e4f70f6b32a4c1b2
Author : cvsdist <cvsdist@fedoraproject.org>
Date : 2004-09-09T05:17:06+00:00
Stats : +68/-55 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/glib2/c/fff9915a708984764424fdf9e4f70f6b32a4c1b2?branch=cve-2026-58016-f44
Log:
auto-import changelog data from glib2-2.0.6-1.src.rpm
Thu Aug 08 2002 Owen Taylor <otaylor@redhat.com>
- Version 2.0.6
- Remove fixed-ltmain.sh; shouldn't be needed any more.
Fri Jun 21 2002 Tim Powers <timp@redhat.com>
- automated rebuild
Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
- 2.0.4
Thu May 23 2002 Tim Powers <timp@redhat.com>
- automated rebuild
Wed Apr 24 2002 Havoc Pennington <hp@redhat.com>
- rebuild in different environment
---
diff --git a/.cvsignore b/.cvsignore
index 4fdcacc..bf79e16 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-glib-2.0.1.tar.gz
+glib-2.0.6.tar.bz2
diff --git a/glib2.spec b/glib2.spec
index 9198dae..12012eb 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -1,13 +1,10 @@
-%define __libtoolize echo
-
Summary: A library of handy utility functions.
Name: glib2
-Version: 2.0.1
-Release: 2
+Version: 2.0.6
+Release: 1
License: LGPL
Group: System Environment/Libraries
-Source: glib-%{version}.tar.gz
-Source2: fixed-ltmain.sh
+Source: glib-%{version}.tar.bz2
BuildRoot: /var/tmp/glib-%{PACKAGE_VERSION}-root
BuildRequires: pkgconfig >= 0.8
Obsoletes: glib-gtkbeta
@@ -34,7 +31,70 @@ Conflicts: glib-devel <= 1.2.8
The glib-devel package includes the header files for
version 2.0 of the GLib library.
+%prep
+%setup -q -n glib-%{version}
+
+%build
+for i in config.guess config.sub ; do
+ test -f /usr/share/libtool/$i && cp /usr/share/libtool/$i .
+done
+%configure --disable-gtk-doc
+make
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+mkdir -p $RPM_BUILD_ROOT%{_bindir}
+%makeinstall
+
+%find_lang glib20
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+%files -f glib20.lang
+%defattr(-, root, root)
+
+%doc AUTHORS COPYING ChangeLog NEWS README
+%{_libdir}/libglib-2.0.so.*
+%{_libdir}/libgthread-2.0.so.*
+%{_libdir}/libgmodule-2.0.so.*
+%{_libdir}/libgobject-2.0.so.*
+
+%files devel
+%defattr(-, root, root)
+
+%{_libdir}/lib*.so
+%{_libdir}/glib-2.0
+%{_includedir}/*
+%{_datadir}/aclocal/*
+%{_datadir}/gtk-doc/
+%{_libdir}/pkgconfig/*
+%{_datadir}/glib-2.0
+%{_bindir}/*
+%{_mandir}/man1/*
+
%changelog
+* Thu Aug 8 2002 Owen Taylor <otaylor@redhat.com>
+- Version 2.0.6
+- Remove fixed-ltmain.sh; shouldn't be needed any more.
+
+* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
+- automated rebuild
+
+* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
+- 2.0.4
+
+* Thu May 23 2002 Tim Powers <timp@redhat.com>
+- automated rebuild
+
+* Wed Apr 24 2002 Havoc Pennington <hp@redhat.com>
+ - rebuild in different environment
+
* Mon Apr 15 2002 Owen Taylor <otaylor@redhat.com>
- Fix missing .po files (#63336)
@@ -214,50 +274,3 @@ version 2.0 of the GLib library.
* Mon Apr 13 1998 Marc Ewing <marc@redhat.com>
- Split out glib package
-%prep
-%setup -q -n glib-%{version}
-
-%build
-rm ltmain.sh && cp %{SOURCE2} ltmain.sh
-for i in config.guess config.sub ; do
- test -f /usr/share/libtool/$i && cp /usr/share/libtool/$i .
-done
-%configure --disable-gtk-doc
-make
-
-%install
-rm -rf $RPM_BUILD_ROOT
-
-mkdir -p $RPM_BUILD_ROOT%{_bindir}
-%makeinstall
-
-%find_lang glib20
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
-
-%files -f glib20.lang
-%defattr(-, root, root)
-
-%doc AUTHORS COPYING ChangeLog NEWS README
-%{_libdir}/libglib-2.0.so.*
-%{_libdir}/libgthread-2.0.so.*
-%{_libdir}/libgmodule-2.0.so.*
-%{_libdir}/libgobject-2.0.so.*
-
-%files devel
-%defattr(-, root, root)
-
-%{_libdir}/lib*.so
-%{_libdir}/glib-2.0
-%{_includedir}/*
-%{_datadir}/aclocal/*
-%{_datadir}/gtk-doc/
-%{_libdir}/pkgconfig/*
-%{_datadir}/glib-2.0
-%{_bindir}/*
-%{_mandir}/man1/*
diff --git a/sources b/sources
index ba6c761..c3ba05c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f0b1f98263caaa44c1ea9cd2374673bb glib-2.0.1.tar.gz
+79e9dc83219e6ad4f95f3ffce5635203 glib-2.0.6.tar.bz2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-11 10:32 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:32 [rpms/glib2] cve-2026-58016-f44: auto-import changelog data from glib2-2.0.6-1.src.rpm cvsdist
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox