rpms/abrt/devel abrt-0.0.1-newenum.patch, NONE, 1.1 abrt.spec, 1.2, 1.3

Caolan McNamara caolanm at fedoraproject.org
Sun Mar 8 15:26:52 UTC 2009


Author: caolanm

Update of /cvs/pkgs/rpms/abrt/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2799

Modified Files:
	abrt.spec 
Added Files:
	abrt-0.0.1-newenum.patch 
Log Message:
0 -> RPMFI_NOHEADER enum for new rpmfiNew

abrt-0.0.1-newenum.patch:

--- NEW FILE abrt-0.0.1-newenum.patch ---
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] = "";


Index: abrt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/abrt/devel/abrt.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- abrt.spec	7 Mar 2009 16:42:07 -0000	1.2
+++ abrt.spec	8 Mar 2009 15:26:22 -0000	1.3
@@ -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: 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 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .newenum
 
 %build
 %configure
@@ -179,6 +182,9 @@
 %{_libdir}/%{name}/libMailx.so*
 
 %changelog
+* Sun Mar 08 2009 Caolán McNamara <caolanm at redhat.com> - 0.0.1-14
+- 0 -> RPMFI_NOHEADER enum for new rpmfiNew
+
 * Sat Mar 07 2009 Jesse Keating <jkeating at redhat.com> - 0.0.1-13
 - Bump for new rpm
 




More information about the fedora-extras-commits mailing list