diff --git a/.gitignore b/.gitignore index 371883f..26cd14f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /terminology-0.6.1.tar.gz /terminology-0.7.0.tar.gz /terminology-0.8.0.tar.xz +/terminology-0.9.0.tar.xz diff --git a/sources b/sources index ad3f6d9..1d4146a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -02608be71082434a11ae04646d1a791d terminology-0.8.0.tar.xz +7d9a2273a3b8ffbdbcd8f27c75a26b97 terminology-0.9.0.tar.xz diff --git a/terminology.spec b/terminology.spec index 0d5eb54..a6d69b7 100644 --- a/terminology.spec +++ b/terminology.spec @@ -1,14 +1,11 @@ Name: terminology -Version: 0.8.0 -Release: 5%{?dist} +Version: 0.9.0 +Release: 1%{?dist} License: BSD Summary: EFL based terminal emulator Url: http://www.enlightenment.org Group: User Interface/Desktops -Source: http://download.enlightenment.org/rel/apps/%{name}/%{name}-%{version}.tar.xz -# Submitted upstream: https://phab.enlightenment.org/D1973 -Patch0: terminology-0.8.0-fix-build-on-eina-1.7.x.diff - +Source0: http://download.enlightenment.org/rel/apps/%{name}/%{name}-%{version}.tar.xz BuildRequires: desktop-file-utils BuildRequires: efl-devel elementary-devel BuildRequires: gettext @@ -20,7 +17,6 @@ Fast and lightweight terminal emulator using EFL libraries. %prep %setup -q -%patch0 -p1 %build %configure --disable-silent-rules @@ -65,6 +61,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/terminology.desktop %changelog +* Tue Sep 8 2015 Tom Callaway - 0.9.0-1 +- update to 0.9.0 + * Thu Aug 13 2015 Tom Callaway - 0.8.0-5 - bump to rebuild with new EFL