public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: cvsdist <cvsdist@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/glib2] cve-2026-58016-f44: auto-import changelog data from glib2-2.0.6-1.src.rpm
Date: Tue, 11 Aug 2026 10:32:26 GMT	[thread overview]
Message-ID: <178644434643.1.2207240984741178486.rpms-glib2-fff9915a7089@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-08-11 10:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178644434643.1.2207240984741178486.rpms-glib2-fff9915a7089@fedoraproject.org \
    --to=cvsdist@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox