[libmowgli] rebuild for GCC 4.7 as requested

Michael Schwendt mschwendt at fedoraproject.org
Thu Jan 5 14:14:57 UTC 2012


commit c6547477fb5e738de3af50566f58ba169b6f24fd
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Thu Jan 5 15:14:53 2012 +0100

    rebuild for GCC 4.7 as requested

 libmowgli.spec |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/libmowgli.spec b/libmowgli.spec
index 1d1c714..caf3568 100644
--- a/libmowgli.spec
+++ b/libmowgli.spec
@@ -2,18 +2,15 @@
 
 Name: libmowgli
 Version: 1.0.0
-Release: 1%{?dist}
+Release: 2%{?dist}
+
 Summary: Library of many utility functions and classes
 Group: System Environment/Libraries
-
 # https://fedoraproject.org/wiki/Licensing/MIT
 License: MIT
-
 URL: http://www.atheme.org/project/mowgli
-
 Source0: http://distfiles.atheme.org/libmowgli-%{version}.tar.bz2
 
-
 %description
 libmowgli is a development framework for C (like GLib), which provides high
 performance and highly flexible algorithms. It can be used as a suppliment to
@@ -31,6 +28,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
 This package contains the files that are needed when building
 software that uses libmowgli.
 
+
 %prep
 %setup -q
 
@@ -78,7 +76,11 @@ exit 0
 %{_includedir}/libmowgli/
 %{_libdir}/pkgconfig/libmowgli.pc
 
+
 %changelog
+* Thu Jan  5 2012 Michael Schwendt <mschwendt at fedoraproject.org> - 1.0.0-2
+- rebuild for GCC 4.7 as requested
+
 * Sat Dec  3 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 1.0.0-1
 - Insert official tarball (empty diff).
 


More information about the scm-commits mailing list