diff --git a/.gitignore b/.gitignore index 1dec619..f2a5385 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /eom-1.13.0.tar.xz /eom-1.13.1.tar.xz /eom-1.14.0.tar.xz +/eom-1.14.1.tar.xz diff --git a/eom.spec b/eom.spec index 1bca96c..4c9ed93 100644 --- a/eom.spec +++ b/eom.spec @@ -13,7 +13,7 @@ %{!?rel_build:%global git_tar %{name}-%{version}-%{git_ver}.tar.xz} Name: eom -Version: %{branch}.0 +Version: %{branch}.1 %if 0%{?rel_build} Release: 1%{?dist} %else @@ -153,6 +153,9 @@ fi %changelog +* Sat May 21 2016 Wolfgang Ulbrich - 1.14.1-1 +- update to 1.14.1 release + * Wed Apr 06 2016 Wolfgang Ulbrich - 1.14.0-1 - update to 1.14.0 release diff --git a/eom_fix-gir-compilation.patch b/eom_fix-gir-compilation.patch deleted file mode 100644 index 9c1851c..0000000 --- a/eom_fix-gir-compilation.patch +++ /dev/null @@ -1,27 +0,0 @@ -diff --git a/configure.ac b/configure.ac -index 9b829d0..b3d398f 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -142,6 +142,8 @@ else - have_introspection=no - fi - -+AM_CONDITIONAL(HAVE_INTROSPECTION, test "x$have_introspection" = xyes) -+ - # *************** - # ZLIB (required) - # *************** -diff --git a/src/main.c b/src/main.c -index cc999e2..f1b92f7 100644 ---- a/src/main.c -+++ b/src/main.c -@@ -30,7 +30,7 @@ - #include - #include - #endif --#ifdef HAVE_INSTROSPECTION -+#ifdef HAVE_INTROSPECTION - #include - #endif - - diff --git a/sources b/sources index 537c241..2494ca6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -04249add10b6dd0d1623bb0002ff5447 eom-1.14.0.tar.xz +2f812879081f1392e97dade169daa5ad eom-1.14.1.tar.xz