diff --git a/.gitignore b/.gitignore index 6a64e31..02a3a7f 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /fonts-tweak-tool-0.1.4.tar.bz2 /fonts-tweak-tool-0.1.5.tar.bz2 /fonts-tweak-tool-0.2.0.tar.bz2 +/fonts-tweak-tool-0.3.0.tar.bz2 diff --git a/fonts-tweak-tool.spec b/fonts-tweak-tool.spec index a173616..a00a869 100644 --- a/fonts-tweak-tool.spec +++ b/fonts-tweak-tool.spec @@ -1,5 +1,5 @@ Name: fonts-tweak-tool -Version: 0.2.0 +Version: 0.3.0 Release: 1%{?dist} Summary: Tool for customizing fonts per language @@ -11,8 +11,8 @@ Source0: https://bitbucket.org/tagoh/%{name}/downloads/%{name}-%{version}.tar.bz BuildRequires: desktop-file-utils BuildRequires: intltool BuildRequires: python-devel -BuildRequires: gobject-introspection-devel -Requires: libeasyfc-gobject +BuildRequires: gobject-introspection-devel glib2-devel +Requires: libeasyfc-gobject >= 0.12.1 Requires: pygobject3 Requires: gtk3 Requires: hicolor-icon-theme @@ -50,6 +50,9 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/gir-*/FontsTweak-*.gir %{_libdir}/girepository-*/FontsTweak-*.typelib %changelog +* Fri Mar 29 2013 Akira TAGOH - 0.3.0-1 +- New upstream release. + * Tue Feb 26 2013 Akira TAGOH - 0.2.0-1 - New upstream release. - Improve UI (#909769) diff --git a/sources b/sources index 509b575..9d97c3d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0f56ac3de86258d1bd42e6b4c071cb14 fonts-tweak-tool-0.2.0.tar.bz2 +13ed38a149c5adc74d9275fc710157f3 fonts-tweak-tool-0.3.0.tar.bz2