[claws-mail-plugins] 3.7.10-11 fix Fedora 15 specific typo in spec file, which made koji build stop early

Michael Schwendt mschwendt at fedoraproject.org
Mon Dec 12 23:36:32 UTC 2011


commit d501a582d949793240a88dfbc38230aea30d5c0a
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Tue Dec 13 00:36:31 2011 +0100

    3.7.10-11
    fix Fedora 15 specific typo in spec file, which made koji build stop early

 claws-mail-plugins.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/claws-mail-plugins.spec b/claws-mail-plugins.spec
index f6f736a..949f9af 100644
--- a/claws-mail-plugins.spec
+++ b/claws-mail-plugins.spec
@@ -25,7 +25,7 @@
 
 Name:           claws-mail-plugins
 Version:        3.7.10
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        Additional plugins for Claws Mail
 
 Group:          Applications/Internet
@@ -230,7 +230,7 @@ This plugin provides GeoLocation functionality
 %endif
 
 
-%if 0%{?fedora} < 12
+%if 0%{?fedora} < 16
 %package gtkhtml2-viewer
 Summary:        GTK Html Viewer for Claws Mail
 Group:          Applications/Internet
@@ -803,6 +803,10 @@ find ${RPM_BUILD_ROOT} -type f -name "*.a" -exec rm -f {} ';'
 %{_includedir}/claws-mail/plugins/vcalendar/
 
 %changelog
+* Mon Dec 12 2011 Michael Schwendt <mschwendt at fedoraproject.org>
+- 3.7.10-11
+- fix Fedora 15 specific typo in spec file, which made koji build stop early
+
 * Wed Nov 30 2011 Michael Schwendt <mschwendt at fedoraproject.org>
 - 3.7.10-10
 - don't build geolocation plugin since we can't mix gtk2 and gtk3


More information about the scm-commits mailing list