[font-manager/f14/master] Update to 0.5.6

Jean-Francois Saucier jfsaucier at fedoraproject.org
Wed Sep 15 13:54:37 UTC 2010


commit d0a670387f88ae12c7cd14864832f0f82e3448c2
Author: Jean-Francois Saucier <jfsaucier at infoglobe.ca>
Date:   Wed Sep 15 09:55:57 2010 -0400

    Update to 0.5.6

 .gitignore                          |    1 +
 font-manager-0.5.4-fix-libdir.patch |   60 -----------------------------------
 font-manager.spec                   |   16 +++++-----
 sources                             |    2 +-
 4 files changed, 10 insertions(+), 69 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 115c48f..d0bb154 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 font-manager-0.5.5-4.tar.bz2
+/font-manager-0.5.6.tar.bz2
diff --git a/font-manager.spec b/font-manager.spec
index d0fbc6c..3867086 100644
--- a/font-manager.spec
+++ b/font-manager.spec
@@ -1,20 +1,17 @@
-%define         real_version    0.5.5-4
-%define         folder_version  0.5.5
-
 Name:           font-manager
-Version:        0.5.5.4
-Release:        2%{?dist}
+Version:        0.5.6
+Release:        1%{?dist}
 Summary:        A font management application for the GNOME desktop environment
 Group:          Applications/Publishing
 License:        GPLv3+
 URL:            http://code.google.com/p/font-manager
-Source0:        http://font-manager.googlecode.com/files/%{name}-%{real_version}.tar.bz2
+Source0:        http://font-manager.googlecode.com/files/%{name}-%{version}.tar.bz2
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 # Explicit dependencies required because there is no automatic dependencies
 # resolution for the python modules.
 Requires:       fontconfig libxml2-python pygtk2 freetype
-BuildRequires:  python desktop-file-utils fontconfig-devel glib2-devel python-devel
+BuildRequires:  python desktop-file-utils fontconfig-devel glib2-devel python-devel pango-devel
 
 %description
 Font Manager is an application that allows users to easily manage fonts
@@ -25,7 +22,7 @@ work well with most major desktop environments such as XFCE,
 Enlightenment, and even KDE.
 
 %prep
-%setup -q -n %{name}-%{folder_version}
+%setup -q
 
 %build
 %configure --enable-debuginfo
@@ -53,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/applications/
 
 %changelog
+* Wed Sep 15 2010 Jean-Francois Saucier <jfsaucier at infoglobe.ca> - 0.5.6-1
+- Rebuild new version
+
 * Tue Jul 27 2010 David Malcolm <dmalcolm at redhat.com> - 0.5.5.4-2
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
diff --git a/sources b/sources
index 38b841f..28f120b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3807a01bb0e47fb4f605beac925119c9  font-manager-0.5.5-4.tar.bz2
+7cda59dadf2d47ad6f5e07d3d6d25e04  font-manager-0.5.6.tar.bz2


More information about the scm-commits mailing list