diff --git a/.gitignore b/.gitignore index 962ed00..fea7085 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /eom-1.11.0.tar.xz /eom-1.12.0.tar.xz /eom-1.12.1.tar.xz +/eom-1.13.0.tar.xz diff --git a/eom.spec b/eom.spec index a65ca38..2a1a9b6 100644 --- a/eom.spec +++ b/eom.spec @@ -2,7 +2,7 @@ %global rel_build 1 # This is needed, because src-url contains branched part of versioning-scheme. -%global branch 1.12 +%global branch 1.13 # Settings used for build from snapshots. %{!?rel_build:%global commit 7ba7e03f4d5e2ecd3c77f9d9394521b7608ca05f} @@ -13,9 +13,9 @@ %{!?rel_build:%global git_tar %{name}-%{version}-%{git_ver}.tar.xz} Name: eom -Version: %{branch}.1 +Version: %{branch}.0 %if 0%{?rel_build} -Release: 2%{?dist} +Release: 1%{?dist} %else Release: 0.3%{?git_rel}%{?dist} %endif @@ -29,9 +29,6 @@ URL: http://mate-desktop.org # Source for snapshot-builds. %{!?rel_build:Source0: http://git.mate-desktop.org/%{name}/snapshot/%{name}-%{commit}.tar.xz#/%{git_tar}} -# https://github.com/mate-desktop/eom/pull/113 -Patch0: eom_fix-gir-compilation.patch - BuildRequires: zlib-devel BuildRequires: cairo-gobject-devel BuildRequires: gtk2-devel @@ -80,9 +77,6 @@ Development files for eom %prep %setup -q%{!?rel_build:n %{name}-%{commit}} -%patch0 -p1 -b .fix-gir-compilation -NOCONFIGURE=1 ./autogen.sh - %if 0%{?rel_build} #NOCONFIGURE=1 ./autogen.sh %else # 0%{?rel_build} @@ -159,6 +153,9 @@ fi %changelog +* Sun Feb 07 2016 Wolfgang Ulbrich - 1.13.0-1 +- update to 1.13.0 release + * Wed Feb 03 2016 Fedora Release Engineering - 1.12.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 6ce4e90..2d7350e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b43c8ce9a7b4fc2f744fef91d2eb39ec eom-1.12.1.tar.xz +dbccc8c7e0a3c1fa4c13043a73fe8dd0 eom-1.13.0.tar.xz