Hello community,

here is the log from the commit of package abiword for openSUSE:Factory checked 
in at 2015-01-30 17:49:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/abiword (Old)
 and      /work/SRC/openSUSE:Factory/.abiword.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "abiword"

Changes:
--------
--- /work/SRC/openSUSE:Factory/abiword/abiword.changes  2014-07-29 
16:48:36.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.abiword.new/abiword.changes     2015-01-30 
17:50:03.000000000 +0100
@@ -1,0 +2,21 @@
+Wed Jan 28 13:55:08 UTC 2015 - [email protected]
+
+- Update to version 3.0.1:
+  + See http://www.abiword.org/release-notes/3.0.1.phtml for an
+    overview of all bugs fixed in this release.
+- Drop upstream fixed patches: abiword-3.0.0-html_segfault.patch,
+  abiword-boost.patch, abiword-gcrypt-1.6.0.patch and
+  abiword-librevenge.patch.
+- Drop libtool, autogen and automake BuildRequires: we don't touch
+  the buildsystem anymore.
+- Drop the in-file copy of upstream's autogen.sh: as we don't have
+  to bootstrap, there is no need to preserve this code piece. If
+  we ever need it again, we better sync up with upstreams changes
+  at that moment again.
+
+-------------------------------------------------------------------
+Mon Oct  6 19:47:40 UTC 2014 - [email protected]
+
+- Add abiword.appdata.xml to the package.
+
+-------------------------------------------------------------------

Old:
----
  abiword-3.0.0-html_segfault.patch
  abiword-3.0.0.tar.gz
  abiword-boost.patch
  abiword-gcrypt-1.6.0.patch
  abiword-librevenge.patch

New:
----
  abiword-3.0.1.tar.gz
  abiword.appdata.xml

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

Other differences:
------------------
++++++ abiword.spec ++++++
--- /var/tmp/diff_new_pack.AdHGr6/_old  2015-01-30 17:50:06.000000000 +0100
+++ /var/tmp/diff_new_pack.AdHGr6/_new  2015-01-30 17:50:06.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package abiword
 #
-# Copyright (c) 2014 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
@@ -17,7 +17,7 @@
 
 
 Name:           abiword
-Version:        3.0.0
+Version:        3.0.1
 Release:        0
 Summary:        A Multiplatform Word Processor
 License:        GPL-2.0+
@@ -25,20 +25,11 @@
 # FIXME next version: check if the telepathy support still requires old 
version of empathy (with libempathy-gtk)
 # FIXME: package aiksaurus, libots, mathview-frontend-libxml2
 Url:            http://www.abisource.com/
-Source0:        
http://abisource.com/downloads/abiword/3.0.0/source/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM abiword-gcrypt-1.6.0.patch 
http://bugzilla.abisource.com/show_bug.cgi?id=13589 [email protected] -- Fix 
build with gcrypt 1.6.0
-Patch1:         abiword-gcrypt-1.6.0.patch
-# PATCH-FIX-UPSTREAM abiword-boost.patch [email protected] -- Fix build 
with Boost x.x.x.
-Patch2:         abiword-boost.patch
-# PATCH-FIX-UPSTREAM abiword-librevenge.patch [email protected] -- Fix build 
against librevenge-based libraries (svn revs 34461, 34462, 34463, 34464 and 
34468)
-Patch3:         abiword-librevenge.patch
+Source0:        
http://abisource.com/downloads/abiword/latest/source/%{name}-%{version}.tar.gz
+Source1:        abiword.appdata.xml
 # PATCH-FIX-UPSTREAM abiword-3.0.0-linkgrammar.patch [email protected] -- 
Upstream patch to build with newer linkgrammar (svn rev 34627)
 Patch4:         abiword-3.0.0-linkgrammar.patch
-# PATCH-FIX-UPSTREAM abiword-3.0.0-html_segfault.patch [email protected] -- 
Upstream patch to fix segfault in the html export (svn rev 33531)
-Patch5:         abiword-3.0.0-html_segfault.patch
 BuildRequires:  asio-devel
-BuildRequires:  autoconf
-BuildRequires:  automake
 BuildRequires:  bison
 BuildRequires:  boost-devel
 BuildRequires:  dbus-1-glib-devel
@@ -48,7 +39,6 @@
 BuildRequires:  libgcrypt-devel
 BuildRequires:  librsvg-devel
 BuildRequires:  libsoup-devel
-BuildRequires:  libtool
 BuildRequires:  libwmf-devel
 BuildRequires:  link-grammar-devel
 BuildRequires:  loudmouth-devel
@@ -114,29 +104,9 @@
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
-%patch3
 %patch4
-%patch5
 
 %build
-# We modified plugin configuration and thus we need to regenerate the whole 
build system
-# The following script is lifted from upstream autogen-common.sh file that is 
not
-# distributed in the release tarball.
-find plugins -name Makefile.am | sed  's|.am$||g' > plugin-makefiles.m4
-find plugins -maxdepth 1 -type d | grep -v -e '^\.$' -e '\./\.' | sed 
's|plugins/||g' | xargs echo > plugin-list.m4
-(for plugin in `cat plugin-list.m4`; do
-       u=`echo $plugin | tr '[:lower:]' '[:upper:]'`
-       echo 'AM_CONDITIONAL(['$u'_BUILTIN], test "$enable_'$plugin'_builtin" = 
"yes")'
-done) > plugin-builtin.m4
-find plugins -name plugin.m4 | xargs cat > plugin-configure.m4
-for f in ` find ./plugins -name '*.m4' | grep -v 'plugin\.m4'`; do
-    ln -sf $f
-done
-libtoolize --force --copy --install
-autoreconf -fi
-
 # -fno-strict-aliasing added 2009-04-12. Leave it in because we are
 # not sure it is not needed any more and the performance cost of this
 # option is cheaper then random undefined behaviours.
@@ -157,6 +127,8 @@
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
 find %{buildroot} -type f -name "*.la" -delete -print
+install -dm 0755 %{buildroot}%{_datadir}/appdata
+install -Dm 0644 %{S:1} %{buildroot}%{_datadir}/appdata/abiword.appdata.xml
 %suse_update_desktop_file %{name}
 
 %fdupes %{buildroot}
@@ -179,8 +151,10 @@
 %defattr(-, root, root)
 %doc AUTHORS COPYING COPYRIGHT.TXT
 %{_bindir}/*
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/abiword.appdata.xml
 %{_datadir}/applications/abiword.desktop
-%{_datadir}/icons/hicolor/48x48/apps/abiword.png
+%{_datadir}/icons/hicolor/*/apps/abiword.*
 %{_mandir}/man?/abiword.*
 
 %files -n libabiword-3_0

++++++ abiword-3.0.0.tar.gz -> abiword-3.0.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/abiword/abiword-3.0.0.tar.gz 
/work/SRC/openSUSE:Factory/.abiword.new/abiword-3.0.1.tar.gz differ: char 5, 
line 1

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

Reply via email to