diff --git a/.gitignore b/.gitignore index 8d30357..6720b1a 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ goffice-0.8.8.tar.bz2 /goffice-0.10.15.tar.xz /goffice-0.10.16.tar.xz /goffice-0.10.17.tar.xz +/goffice-0.10.18.tar.xz diff --git a/goffice-0.10.17-glib2.patch b/goffice-0.10.17-glib2.patch deleted file mode 100644 index 108a341..0000000 --- a/goffice-0.10.17-glib2.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff -up goffice-0.10.16/configure.ac.glib2 goffice-0.10.16/configure.ac ---- goffice-0.10.16/configure.ac.glib2 2014-05-29 08:35:38.806212210 +0200 -+++ goffice-0.10.16/configure.ac 2014-05-29 08:38:06.179802137 +0200 -@@ -113,10 +113,10 @@ PKG_PROG_PKG_CONFIG - - dnl ***************************** - goffice_reqs=" -- glib-2.0 >= 2.38.0 -- gobject-2.0 >= 2.38.0 -- gmodule-2.0 >= 2.38.0 -- gio-2.0 >= 2.38.0 -+ glib-2.0 >= 2.36.0 -+ gobject-2.0 >= 2.36.0 -+ gmodule-2.0 >= 2.36.0 -+ gio-2.0 >= 2.36.0 - libgsf-1 >= 1.14.24 - libxml-2.0 >= 2.4.12 - pango >= 1.24.0 -diff -up goffice-0.10.16/configure.glib2 goffice-0.10.16/configure ---- goffice-0.10.16/configure.glib2 2014-05-29 08:35:48.302314732 +0200 -+++ goffice-0.10.16/configure 2014-05-29 08:38:17.755926907 +0200 -@@ -13734,10 +13734,10 @@ $as_echo "no" >&6; } - fi - - goffice_reqs=" -- glib-2.0 >= 2.38.0 -- gobject-2.0 >= 2.38.0 -- gmodule-2.0 >= 2.38.0 -- gio-2.0 >= 2.38.0 -+ glib-2.0 >= 2.36.0 -+ gobject-2.0 >= 2.36.0 -+ gmodule-2.0 >= 2.36.0 -+ gio-2.0 >= 2.36.0 - libgsf-1 >= 1.14.24 - libxml-2.0 >= 2.4.12 - pango >= 1.24.0 diff --git a/goffice-0.10.18-glib2.patch b/goffice-0.10.18-glib2.patch new file mode 100644 index 0000000..108a341 --- /dev/null +++ b/goffice-0.10.18-glib2.patch @@ -0,0 +1,36 @@ +diff -up goffice-0.10.16/configure.ac.glib2 goffice-0.10.16/configure.ac +--- goffice-0.10.16/configure.ac.glib2 2014-05-29 08:35:38.806212210 +0200 ++++ goffice-0.10.16/configure.ac 2014-05-29 08:38:06.179802137 +0200 +@@ -113,10 +113,10 @@ PKG_PROG_PKG_CONFIG + + dnl ***************************** + goffice_reqs=" +- glib-2.0 >= 2.38.0 +- gobject-2.0 >= 2.38.0 +- gmodule-2.0 >= 2.38.0 +- gio-2.0 >= 2.38.0 ++ glib-2.0 >= 2.36.0 ++ gobject-2.0 >= 2.36.0 ++ gmodule-2.0 >= 2.36.0 ++ gio-2.0 >= 2.36.0 + libgsf-1 >= 1.14.24 + libxml-2.0 >= 2.4.12 + pango >= 1.24.0 +diff -up goffice-0.10.16/configure.glib2 goffice-0.10.16/configure +--- goffice-0.10.16/configure.glib2 2014-05-29 08:35:48.302314732 +0200 ++++ goffice-0.10.16/configure 2014-05-29 08:38:17.755926907 +0200 +@@ -13734,10 +13734,10 @@ $as_echo "no" >&6; } + fi + + goffice_reqs=" +- glib-2.0 >= 2.38.0 +- gobject-2.0 >= 2.38.0 +- gmodule-2.0 >= 2.38.0 +- gio-2.0 >= 2.38.0 ++ glib-2.0 >= 2.36.0 ++ gobject-2.0 >= 2.36.0 ++ gmodule-2.0 >= 2.36.0 ++ gio-2.0 >= 2.36.0 + libgsf-1 >= 1.14.24 + libxml-2.0 >= 2.4.12 + pango >= 1.24.0 diff --git a/goffice.spec b/goffice.spec index 3c8415e..1b42860 100644 --- a/goffice.spec +++ b/goffice.spec @@ -1,5 +1,5 @@ Name: goffice -Version: 0.10.17 +Version: 0.10.18 Release: 1%{?dist} Summary: G Office support libraries License: GPLv2+ @@ -65,6 +65,9 @@ rm $RPM_BUILD_ROOT/%{_libdir}/%{name}/%{version}/plugins/*/*.la %changelog +* Sat Sep 27 2014 Julian Sikorski - 0.10.18-1 +- Updated to 0.10.18 + * Thu Jun 12 2014 Julian Sikorski - 0.10.17-1 - Updated to 0.10.17 diff --git a/sources b/sources index 3cd6152..26ea335 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fd5635aeb808ebebaf87124440a9fbdb goffice-0.10.17.tar.xz +a08dfc7c6dc8b9b2ae7968bbcb9224b6 goffice-0.10.18.tar.xz