Hello community,

here is the log from the commit of package presage for openSUSE:Factory checked 
in at 2015-09-02 00:36:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/presage (Old)
 and      /work/SRC/openSUSE:Factory/.presage.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "presage"

Changes:
--------
--- /work/SRC/openSUSE:Factory/presage/presage.changes  2015-01-29 
13:18:41.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.presage.new/presage.changes     2015-09-02 
00:36:53.000000000 +0200
@@ -1,0 +2,11 @@
+Sun Aug 23 13:15:28 UTC 2015 - [email protected]
+
+- update version 0.9.1
+  * see NEWS
+- drop: presage-0.9-automake-1.14.patch
+- drop: presage-0.9.0-automake_1.12_abuild.patch
+- add:  presage-0.9.1-automake-1.12.patch
+- add:  presage-0.9.1-automake-1.14.patch
+- drop: presage-swig-3.0.patch,upstreamed
+
+-------------------------------------------------------------------

Old:
----
  presage-0.9-automake-1.14.patch
  presage-0.9.0-automake_1.12_abuild.patch
  presage-0.9.beta20140216.tar.gz
  presage-swig-3.0.patch

New:
----
  presage-0.9.1-automake-1.12.patch
  presage-0.9.1-automake-1.14.patch
  presage-0.9.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ presage.spec ++++++
--- /var/tmp/diff_new_pack.yC48fD/_old  2015-09-02 00:36:54.000000000 +0200
+++ /var/tmp/diff_new_pack.yC48fD/_new  2015-09-02 00:36:54.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package presage
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,23 +19,21 @@
 %define py_ver %(python -c "import sys; v=sys.version_info[:2]; print 
'%%d.%%d'%%v" 2>/dev/null || echo PYTHON-NOT-FOUND)
 
 Name:           presage
-Version:        0.9.beta20140216
+Version:        0.9.1
 Release:        0
 Summary:        Intelligent predictive text entry platform (tools and demos)
 License:        GPL-2.0
 Group:          Productivity/Text/Utilities
 Url:            http://presage.sourceforge.net
-Source:         %{name}-%{version}.tar.gz
+Source:         
http://ncu.dl.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM [email protected] - fix ncurese builds in openSUSE
 Patch0:         presage-0.8.9-ncurses_flag.patch
 # PATCH-FIX-UPSTREAM [email protected] - port to cmuclmtk
 Patch1:         presage-0.8.9-port_cmuclmtk.patch
 # PATCH-FIX-UPSTREAM [email protected] automake 1.12 abuild patch
-Patch2:         presage-0.9.0-automake_1.12_abuild.patch
+Patch2:         presage-0.9.1-automake-1.12.patch
 # PATCH-FIX-UPSTREAM automake 1.14 starts to check subdir-objects
-Patch3:         presage-0.9-automake-1.14.patch
-# PATCH-FIX-UPSTREAM presage-swig-3.0.patch -- Fix build with SWIG 3.0
-Patch4:         presage-swig-3.0.patch
+Patch3:         presage-0.9.1-automake-1.14.patch
 %if 0%{?suse_version}
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  dbus-1-python-devel
@@ -211,7 +209,6 @@
 %if 0%{?suse_version} > 1310
 %patch3 -p1
 %endif
-%patch4 -p1
 echo "[D-BUS Service]" > apps/dbus/org.gnome.presage.service.in
 echo "Name=org.gnome.presage.beta" >> apps/dbus/org.gnome.presage.service.in
 echo "Exec={bindir}/presage_dbus_service --start" >> 
apps/dbus/org.gnome.presage.service.in
@@ -291,13 +288,11 @@
 %config %{_sysconfdir}/presage.xml
 %{_datadir}/presage
 %exclude %{_datadir}/presage/html
-%exclude %{_datadir}/presage/latex
 %exclude %{_datadir}/presage/getting_started.txt
 
 %files -n libpresage-doc
 %defattr(-,root,root)
 %{_datadir}/presage/html/
-%{_datadir}/presage/latex/
 %{_datadir}/presage/getting_started.txt
 
 %files -n gpresagemate
@@ -326,13 +321,13 @@
 %{python_sitearch}/presage.pyo
 %endif
 %{_mandir}/man1/presage_python_demo.1.gz
-%{python_sitearch}/python_presage-0.9_beta-py%{py_ver}.egg-info
+%{python_sitearch}/python_presage-0.9.1-py%{py_ver}.egg-info
 
 %files -n pyprompter
 %defattr(-,root,root)
 %{_bindir}/pyprompter
 %{python_sitelib}/prompter
-%{python_sitelib}/pyprompter-0.9_beta-py%{py_ver}.egg-info
+%{python_sitelib}/pyprompter-0.9.1-py%{py_ver}.egg-info
 %{_datadir}/applications/pyprompter.desktop
 %{_datadir}/icons/hicolor/scalable/apps/pyprompter.svg
 %{_mandir}/man1/pyprompter.1.gz

++++++ presage-0.9-automake-1.14.patch -> presage-0.9.1-automake-1.12.patch 
++++++
--- /work/SRC/openSUSE:Factory/presage/presage-0.9-automake-1.14.patch  
2014-10-29 21:10:16.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.presage.new/presage-0.9.1-automake-1.12.patch   
2015-09-02 00:36:53.000000000 +0200
@@ -1,13 +1,26 @@
-Index: presage-0.9.beta20140216/configure.ac
+Index: presage-0.9.1/Makefile.am
 ===================================================================
---- presage-0.9.beta20140216.orig/configure.ac
-+++ presage-0.9.beta20140216/configure.ac
+--- presage-0.9.1.orig/Makefile.am
++++ presage-0.9.1/Makefile.am
+@@ -65,7 +65,7 @@ EXTRA_DIST = FAQ
+ 
+ # Ensure local m4 macros are included during autoreconf and automatic
+ # aclocal.m4 remaking
+-ACLOCAL_AMFLAGS = -I m4
++#ACLOCAL_AMFLAGS = -I m4
+ 
+ 
+ # Build Debian package
+Index: presage-0.9.1/configure.ac
+===================================================================
+--- presage-0.9.1.orig/configure.ac
++++ presage-0.9.1/configure.ac
 @@ -23,7 +23,7 @@ dnl Process this file with autoconf to p
  
  
- AC_INIT([presage],[0.9~beta],[[email protected]])
--AM_INIT_AUTOMAKE([-Wall -Werror -Wno-extra-portability])
-+AM_INIT_AUTOMAKE([-Wall -Werror -Wno-extra-portability subdir-objects])
+ AC_INIT([presage],[0.9.1],[[email protected]])
+-AM_INIT_AUTOMAKE([1.9 tar-ustar -Wall])
++AM_INIT_AUTOMAKE([1.9 tar-ustar -Wall -Wno-extra-portability])
  
  AC_CONFIG_SRCDIR([src/lib/presage.cpp])
  AC_CONFIG_HEADERS([config.h:config.hin])

++++++ presage-0.9-automake-1.14.patch -> presage-0.9.1-automake-1.14.patch 
++++++
--- /work/SRC/openSUSE:Factory/presage/presage-0.9-automake-1.14.patch  
2014-10-29 21:10:16.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.presage.new/presage-0.9.1-automake-1.14.patch   
2015-09-02 00:36:53.000000000 +0200
@@ -1,13 +1,13 @@
-Index: presage-0.9.beta20140216/configure.ac
+Index: presage-0.9.1/configure.ac
 ===================================================================
---- presage-0.9.beta20140216.orig/configure.ac
-+++ presage-0.9.beta20140216/configure.ac
+--- presage-0.9.1.orig/configure.ac
++++ presage-0.9.1/configure.ac
 @@ -23,7 +23,7 @@ dnl Process this file with autoconf to p
  
  
- AC_INIT([presage],[0.9~beta],[[email protected]])
--AM_INIT_AUTOMAKE([-Wall -Werror -Wno-extra-portability])
-+AM_INIT_AUTOMAKE([-Wall -Werror -Wno-extra-portability subdir-objects])
+ AC_INIT([presage],[0.9.1],[[email protected]])
+-AM_INIT_AUTOMAKE([1.9 tar-ustar -Wall -Wno-extra-portability])
++AM_INIT_AUTOMAKE([1.9 tar-ustar -Wall -Wno-extra-portability subdir-objects])
  
  AC_CONFIG_SRCDIR([src/lib/presage.cpp])
  AC_CONFIG_HEADERS([config.h:config.hin])

++++++ presage-0.9.beta20140216.tar.gz -> presage-0.9.1.tar.gz ++++++
++++ 279412 lines of diff (skipped)


Reply via email to