Hello community,

here is the log from the commit of package presage for openSUSE:Factory checked 
in at 2014-07-02 15:04:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2013-09-25 
14:34:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.presage.new/presage.changes     2014-07-02 
15:04:47.000000000 +0200
@@ -1,0 +2,8 @@
+Tue Jun 10 16:31:45 UTC 2014 - [email protected]
+
+- update version 0.9.beta20140216
+  * see ChangeLog file
+- drop patch: presage-0.8.9-automake_1.12_abuild.patch
+- add patch: presage-0.9.0-automake_1.12_abuild.patch
+
+-------------------------------------------------------------------

Old:
----
  presage-0.8.9-automake_1.12_abuild.patch
  presage-0.8.9.tar.gz

New:
----
  presage-0.9.0-automake_1.12_abuild.patch
  presage-0.9.beta20140216.tar.gz

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

Other differences:
------------------
++++++ presage.spec ++++++
--- /var/tmp/diff_new_pack.j0WItZ/_old  2014-07-02 15:04:48.000000000 +0200
+++ /var/tmp/diff_new_pack.j0WItZ/_new  2014-07-02 15:04:48.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package presage
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products 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,7 +19,7 @@
 %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.8.9
+Version:        0.9.beta20140216
 Release:        0
 Summary:        Intelligent predictive text entry platform (tools and demos)
 License:        GPL-2.0
@@ -31,7 +31,7 @@
 # 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.8.9-automake_1.12_abuild.patch
+Patch2:         presage-0.9.0-automake_1.12_abuild.patch
 %if 0%{?suse_version}
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  dbus-1-python-devel
@@ -318,13 +318,13 @@
 %{python_sitearch}/presage.pyo
 %endif
 %{_mandir}/man1/presage_python_demo.1.gz
-%{python_sitearch}/python_presage-0.8.9-py%{py_ver}.egg-info
+%{python_sitearch}/python_presage-0.9_beta-py%{py_ver}.egg-info
 
 %files -n pyprompter
 %defattr(-,root,root)
 %{_bindir}/pyprompter
 %{python_sitelib}/prompter
-%{python_sitelib}/pyprompter-0.8.9-py%{py_ver}.egg-info
+%{python_sitelib}/pyprompter-0.9_beta-py%{py_ver}.egg-info
 %{_datadir}/applications/pyprompter.desktop
 %{_datadir}/icons/hicolor/scalable/apps/pyprompter.svg
 %{_mandir}/man1/pyprompter.1.gz

++++++ presage-0.8.9-automake_1.12_abuild.patch -> 
presage-0.9.0-automake_1.12_abuild.patch ++++++
--- /work/SRC/openSUSE:Factory/presage/presage-0.8.9-automake_1.12_abuild.patch 
2013-09-25 14:34:56.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.presage.new/presage-0.9.0-automake_1.12_abuild.patch
    2014-07-02 15:04:47.000000000 +0200
@@ -1,26 +1,24 @@
-Index: presage-0.8.9.beta20130208/Makefile.am
-===================================================================
---- presage-0.8.9.beta20130208.orig/Makefile.am
-+++ presage-0.8.9.beta20130208/Makefile.am
-@@ -65,7 +65,7 @@ EXTRA_DIST = FAQ
- 
+diff -urN presage-0.9.beta20140216.orig/configure.ac 
presage-0.9.beta20140216/configure.ac
+--- presage-0.9.beta20140216.orig/configure.ac 2014-06-28 23:10:20.668562352 
+0800
++++ presage-0.9.beta20140216/configure.ac      2014-06-28 23:10:37.325354114 
+0800
+@@ -23,7 +23,7 @@
+
+
+ AC_INIT([presage],[0.9~beta],[[email protected]])
+-AM_INIT_AUTOMAKE([-Wall -Werror])
++AM_INIT_AUTOMAKE([-Wall -Werror -Wno-extra-portability])
+
+ AC_CONFIG_SRCDIR([src/lib/presage.cpp])
+ AC_CONFIG_HEADERS([config.h:config.hin])
+diff -urN presage-0.9.beta20140216.orig/Makefile.am 
presage-0.9.beta20140216/Makefile.am
+--- presage-0.9.beta20140216.orig/Makefile.am  2014-06-28 23:10:20.718561727 
+0800
++++ presage-0.9.beta20140216/Makefile.am       2014-06-28 23:10:27.924471641 
+0800
+@@ -65,7 +65,7 @@
+
  # 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.8.9.beta20130208/configure.ac
-===================================================================
---- presage-0.8.9.beta20130208.orig/configure.ac
-+++ presage-0.8.9.beta20130208/configure.ac
-@@ -23,7 +23,7 @@ dnl Process this file with autoconf to p
- 
- 
- AC_INIT([presage],[0.8.9],[[email protected]])
--AM_INIT_AUTOMAKE([-Wall -Werror])
-+AM_INIT_AUTOMAKE([-Wall -Werror -Wno-extra-portability])
- 
- AC_CONFIG_SRCDIR([src/lib/presage.cpp])
- AC_CONFIG_HEADERS([config.h:config.hin])

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to