public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Matthias Clasen <mclasen@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/glib2] cve-2026-58016-f44: Save some space
Date: Tue, 11 Aug 2026 10:34:08 GMT [thread overview]
Message-ID: <178644444846.1.1081244658647151403.rpms-glib2-7b455dd2f880@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/glib2
Branch : cve-2026-58016-f44
Commit : 7b455dd2f88072c6ac0fdb605497b62378e79b17
Author : Matthias Clasen <mclasen@fedoraproject.org>
Date : 2009-08-02T05:42:18+00:00
Stats : +10/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/glib2/c/7b455dd2f88072c6ac0fdb605497b62378e79b17?branch=cve-2026-58016-f44
Log:
Save some space
---
diff --git a/glib2.spec b/glib2.spec
index 6b10c8e..19af201 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -3,7 +3,7 @@
Summary: A library of handy utility functions
Name: glib2
Version: 2.21.4
-Release: 2%{?dist}
+Release: 3%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
@@ -55,6 +55,12 @@ of version 2 of the GLib library.
%configure --disable-gtk-doc --enable-static --with-runtime-libdir=../../%{_lib}
make %{?_smp_mflags}
+# truncate NEWS
+awk '/^Overview of Changes/ { seen+=1 }
+{ if (seen < 2) print }
+{ if (seen == 2) { print "For older news, see http://git.gnome.org/cgit/glib/plain/NEWS"; exit } }' NEWS > tmp; mv tmp NEWS
+
+
%install
rm -rf $RPM_BUILD_ROOT
@@ -107,6 +113,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/lib*.a
%changelog
+* Sun Aug 2 2009 Matthias Clasen <mclasen@redhat.com> - 2.21.4-3
+- Save some space
+
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.21.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
reply other threads:[~2026-08-11 10:34 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=178644444846.1.1081244658647151403.rpms-glib2-7b455dd2f880@fedoraproject.org \
--to=mclasen@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