diff options
author | Remi Collet <fedora@famillecollet.com> | 2011-02-09 16:11:26 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2011-02-09 16:11:26 +0100 |
commit | 45c798e2d8a03c479b72c32ccb10c1bf03630913 (patch) | |
tree | 4e60b6eda455664dcd40a6a7e695d9eb5206b728 | |
parent | f4a3b739ff9d91d9e5c2ab91c01242a634887deb (diff) |
fix build options
-rw-r--r-- | bluegriffon.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bluegriffon.spec b/bluegriffon.spec index 9015134..495956b 100644 --- a/bluegriffon.spec +++ b/bluegriffon.spec @@ -7,7 +7,7 @@ %global mozappdir %{_libdir}/bluegriffon %global tarballdir mozilla-central -%global svnmain 553 +%global svnmain 554 %global svnlocales 23 %global withxulrunner 1 @@ -19,7 +19,7 @@ Summary: The next-generation Web Editor Summary(fr): La nouvelle génération d'éditeur web Name: bluegriffon Version: 0.9 -Release: 0.5.svn%{svnmain}%{?dist} +Release: 0.6.svn%{svnmain}%{?dist} URL: http://bluegriffon.org/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Editors @@ -333,6 +333,9 @@ update-desktop-database &> /dev/null || : %changelog +* Wed Feb 09 2011 Remi Collet <rpms@famillecollet.com> - 0.9-0.6.svn554 +- bluegriffon svn 554 + * Wed Feb 09 2011 Remi Collet <rpms@famillecollet.com> - 0.9-0.5.svn553 - bluegriffon svn 553, locales svn 23 - rebuild against xulrunnner 2.0b11 |