[unittest-cpp] Rename the .pc file to be consistent with other platforms

Luke Benstead kazade at fedoraproject.org
Fri Nov 22 10:40:15 UTC 2013


commit b9706f651f4e28f7da6958b094bb6e15619059d0
Author: Luke Benstead <kazade at gmail.com>
Date:   Fri Nov 22 10:40:02 2013 +0000

    Rename the .pc file to be consistent with other platforms

 unittest-cpp.pc => unittest++.pc |    0
 unittest-cpp.spec                |    5 ++++-
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/unittest-cpp.pc b/unittest++.pc
similarity index 100%
rename from unittest-cpp.pc
rename to unittest++.pc
diff --git a/unittest-cpp.spec b/unittest-cpp.spec
index 01fab38..a64c717 100644
--- a/unittest-cpp.spec
+++ b/unittest-cpp.spec
@@ -10,7 +10,7 @@ Name:           unittest-cpp
 # 1.4 is the last version of the old sf.net project.
 Version:        1.4
 # so we're postrelease.
-Release:        12%{gitversion}%{?dist}
+Release:        13%{gitversion}%{?dist}
 Summary:        Lightweight unit testing framework for C++
 License:        MIT
 Group:          Development/Libraries
@@ -103,6 +103,9 @@ rm -f %{buildroot}%{_libdir}/lib%{oldname}.la
 %postun -p /sbin/ldconfig
 
 %changelog
+* Fri Nov 22 2013 Luke Benstead <kazade at fedoraproject.org> - 1.4-13.20130823gite76d25a
+- Rename the .pc file to be consistent with other platforms
+
 * Fri Nov 22 2013 François Cami <fcami at fedoraproject.org> - 1.4-12.20130823gite76d25a
 - Misc. spec fixes.
 


More information about the scm-commits mailing list