[CUnit] Rebuilt sources for automake 1.11.3

Shakthi Kannan shakthimaan at fedoraproject.org
Wed May 2 09:45:22 UTC 2012


commit 9c7ba49aecd2a747d3a17eddf4e8a74212ba9989
Author: Shakthi Kannan <skannan at redhat.com>
Date:   Wed May 2 15:09:39 2012 +0530

    Rebuilt sources for automake 1.11.3

 .gitignore                    |    1 +
 CUnit-2.1-2-docroot-fix.patch |   29 ---------------------
 CUnit-2.1-2-manpage-fix.patch |   57 -----------------------------------------
 CUnit.spec                    |   17 +++++-------
 sources                       |    2 +-
 5 files changed, 9 insertions(+), 97 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index aebbc5c..8e88f4c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /CUnit-2.1-2-src.tar.bz2
+/CUnit-2.1-3-src.tar.bz2
diff --git a/CUnit.spec b/CUnit.spec
index fa2ea2c..351e83d 100644
--- a/CUnit.spec
+++ b/CUnit.spec
@@ -1,16 +1,12 @@
 Name:           CUnit
-Version:        2.1.2
-Release:        8%{?dist}
+Version:        2.1.3
+Release:        1%{?dist}
 Summary:        A unit testing framework for C
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://cunit.sourceforge.net/
-Source0:        http://downloads.sourceforge.net/cunit/%{name}-2.1-2-src.tar.bz2
-
-# Fixes docroot path and manpage errors
-Patch0:         CUnit-2.1-2-docroot-fix.patch
-Patch1:         CUnit-2.1-2-manpage-fix.patch
+Source0:        http://downloads.sourceforge.net/cunit/%{name}-2.1-3-src.tar.bz2
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  automake
@@ -31,9 +27,7 @@ The %{name}-devel package contains the header files
 and libraries for use with CUnit package.
 
 %prep
-%setup -q -n %{name}-2.1-2
-%patch0 -p1 -b .fix
-%patch1 -p1 -b .man
+%setup -q -n %{name}-2.1-3
 find -name *.c -exec chmod -x {} \;
 
 %build
@@ -70,6 +64,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/CUnit.3*
 
 %changelog
+* Wed May 2 2012 Shakthi Kannan <shakthimaan [AT] fedoraproject dot org> 2.1.3-1
+- Updated to 2.1.3 sources re-run with autoreconf.
+
 * Thu Jan 12 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1.2-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 510274b..07151b5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-31c62bd7a65007737ba28b7aafc44d3a  CUnit-2.1-2-src.tar.bz2
+e5180e2fa788abf6172c921ee19fae6a  CUnit-2.1-3-src.tar.bz2


More information about the scm-commits mailing list