[libeasyfc] New upstream release.

Akira TAGOH tagoh at fedoraproject.org
Wed Jun 27 04:01:24 UTC 2012


commit d0442f50c29ddf768b240417a1a358eda71f595f
Author: Akira TAGOH <tagoh at redhat.com>
Date:   Wed Jun 27 13:01:22 2012 +0900

    New upstream release.

 .gitignore     |    1 +
 libeasyfc.spec |    8 ++++++--
 sources        |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ec65e79..27cd6fa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /libeasyfc-0.5.tar.bz2
 /libeasyfc-0.6.tar.bz2
 /libeasyfc-0.7.tar.bz2
+/libeasyfc-0.8.tar.bz2
diff --git a/libeasyfc.spec b/libeasyfc.spec
index d8c2605..a6aa21d 100644
--- a/libeasyfc.spec
+++ b/libeasyfc.spec
@@ -1,5 +1,5 @@
 Name:		libeasyfc
-Version:	0.7
+Version:	0.8
 Release:	1%{?dist}
 Summary:	Easy configuration generator interface for fontconfig
 
@@ -9,8 +9,9 @@ URL:		http://github.com/tagoh/libeasyfc
 Source0:	https://github.com/downloads/tagoh/libeasyfc/libeasyfc-%{version}.tar.bz2
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
-BuildRequires:	glib2-devel gobject-introspection-devel libxml2-devel fontconfig-devel
+BuildRequires:	glib2-devel gobject-introspection-devel libxml2-devel fontconfig-devel >= 2.9.91
 BuildRequires:	gettext
+Requires:	fontconfig >= 2.9.91
 
 %description
 libeasyfc aims to provide an easy interface to generate
@@ -107,6 +108,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gir-*/Easyfc-*.gir
 
 %changelog
+* Wed Jun 27 2012 Akira TAGOH <tagoh at redhat.com> - 0.8-1
+- New upstream release.
+
 * Tue Feb 28 2012 Akira TAGOH <tagoh at redhat.com> - 0.7-1
 - New upstream release.
 
diff --git a/sources b/sources
index eb3116c..c934ce0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-14a798a0e63e78086d792b5d950cfa75  libeasyfc-0.7.tar.bz2
+054c3b266a18436a9c55100e787292a4  libeasyfc-0.8.tar.bz2


More information about the scm-commits mailing list