From f4e1093f2dcd4aa322f2309d1615711d62adf1b9 Mon Sep 17 00:00:00 2001 From: François Cami Date: Jun 06 2013 19:22:37 +0000 Subject: Make -static depend on -devel; cosmetic fixes to .spec. --- diff --git a/unittest-cpp.spec b/unittest-cpp.spec index 5e518af..ad09118 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: 9%{gitversion}%{?dist} +Release: 10%{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 +* Thu Jun 06 2013 François Cami - 1.4-10.20130509gitc42e68b +- Make -static depend on -devel. Suggested by Michael Schwendt. + * Fri May 31 2013 François Cami - 1.4-9.20130509gitc42e68b - Use github directly for git tarball generation. - Move autoreconf to %%build. @@ -110,12 +113,13 @@ rm -f %{buildroot}%{_libdir}/lib%{oldname}.la - Removed duplicate files. - All changes suggested by Björn Esser. -* Thu May 30 2013 François Cami - 1.4-8.20130530gitc42e68bb +* Thu May 30 2013 François Cami - 1.4-8.20130509gitc42e68bb - Switch upstream from http://sf.net/projects/unittest-cpp to https://github.com/unittest-cpp/unittest-cpp - Rebase sources to c42e68bb999d01da9ec71b67ff1a2cbd6ec1b6a6 - Use consistent naming as much as possible. - Use autotools to build both shared and static libraries. +- Most changes suggested by Michael Schwendt. * Wed Mar 13 2013 François Cami - 1.4-7 - Fix linker flags breakage.