public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Caolan McNamara <caolanm@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/abrt] update-2.17.8: 0 -> RPMFI_NOHEADER enum for new rpmfiNew
Date: Mon, 03 Aug 2026 10:21:37 GMT	[thread overview]
Message-ID: <178575249722.1.18267954158691437856.rpms-abrt-ea7c59e3c1f6@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/abrt
Branch : update-2.17.8
Commit : ea7c59e3c1f60ef2b6a4bff8bce9bd853d58ee54
Author : Caolan McNamara <caolanm@fedoraproject.org>
Date   : 2009-03-08T15:26:22+00:00
Stats  : +19/-1 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/abrt/c/ea7c59e3c1f60ef2b6a4bff8bce9bd853d58ee54?branch=update-2.17.8

Log:
0 -> RPMFI_NOHEADER enum for new rpmfiNew

---
diff --git a/abrt-0.0.1-newenum.patch b/abrt-0.0.1-newenum.patch
new file mode 100644
index 0000000..b5a2123
--- /dev/null
+++ b/abrt-0.0.1-newenum.patch
@@ -0,0 +1,12 @@
+diff -ru abrt-0.0.1.orig/lib/MiddleWare/RPMInfo.cpp abrt-0.0.1/lib/MiddleWare/RPMInfo.cpp
+--- abrt-0.0.1.orig/lib/MiddleWare/RPMInfo.cpp	2009-03-03 16:17:40.000000000 +0000
++++ abrt-0.0.1/lib/MiddleWare/RPMInfo.cpp	2009-03-08 15:18:54.000000000 +0000
+@@ -72,7 +72,7 @@
+     Header header;
+     if ((header = rpmdbNextIterator(iter)) != NULL)
+     {
+-        rpmfi fi = rpmfiNew(ts, header, RPMTAG_BASENAMES, 0);
++        rpmfi fi = rpmfiNew(ts, header, RPMTAG_BASENAMES, RPMFI_NOHEADER);
+         pgpHashAlgo hashAlgo;
+         std::string headerHash;
+         char computedHash[1024] = "";

diff --git a/abrt.spec b/abrt.spec
index 7015c47..f05f5ec 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -1,7 +1,7 @@
 Summary: Automatic bug detection and reporting tool
 Name: abrt
 Version: 0.0.1
-Release: 13%{?dist}
+Release: 14%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: https://fedorahosted.org/crash-catcher/
@@ -15,6 +15,8 @@ BuildRequires: sqlite-devel > 3.0
 BuildRequires: desktop-file-utils
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+Patch0: abrt-0.0.1-newenum.patch
+
 %description
 %{name} is a tool to help users to detect defects in applications and 
 to create a bug report with all informations needed by maintainer to fix it. 
@@ -91,6 +93,7 @@ email.
 
 %prep
 %setup -q
+%patch0 -p1 -b .newenum
 
 %build
 %configure
@@ -179,6 +182,9 @@ fi
 %{_libdir}/%{name}/libMailx.so*
 
 %changelog
+* Sun Mar 08 2009 Caolán McNamara <caolanm@redhat.com> - 0.0.1-14
+- 0 -> RPMFI_NOHEADER enum for new rpmfiNew
+
 * Sat Mar 07 2009 Jesse Keating <jkeating@redhat.com> - 0.0.1-13
 - Bump for new rpm
 

                 reply	other threads:[~2026-08-03 10:21 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=178575249722.1.18267954158691437856.rpms-abrt-ea7c59e3c1f6@fedoraproject.org \
    --to=caolanm@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