Hello community,

here is the log from the commit of package abiword for openSUSE:Factory checked 
in at 2018-03-22 12:07:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/abiword (Old)
 and      /work/SRC/openSUSE:Factory/.abiword.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "abiword"

Thu Mar 22 12:07:58 2018 rev:58 rq:589810 version:3.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/abiword/abiword.changes  2017-06-01 
16:34:06.367511589 +0200
+++ /work/SRC/openSUSE:Factory/.abiword.new/abiword.changes     2018-03-22 
12:11:57.202971543 +0100
@@ -1,0 +2,17 @@
+Wed Mar 21 20:28:12 UTC 2018 - dims...@opensuse.org
+
+- Drop --with-pic configure parameter: since we disable static
+  libs, it has no effect.
+  
+-------------------------------------------------------------------
+Sun Mar 18 09:37:21 UTC 2018 - bjorn....@gmail.com
+
+- Add missing pkgconfig(libjpeg) BuildRequires: Previously pulled
+  in by libwmf.
+- Stop handling desktop_database_post(un) in post(un), no longer
+  needed since file-triggers takes care of this now.
+- Drop update-desktop-files BuildRequires and stop passing
+  suse_update_desktop_file macro.
+- Run spec-cleaner, modernize spec.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ abiword.spec ++++++
--- /var/tmp/diff_new_pack.uMoY2b/_old  2018-03-22 12:11:58.498925095 +0100
+++ /var/tmp/diff_new_pack.uMoY2b/_new  2018-03-22 12:11:58.502924952 +0100
@@ -22,9 +22,9 @@
 Summary:        A Multiplatform Word Processor
 # FIXME next version: check if the telepathy support still requires old 
version of empathy (with libempathy-gtk)
 # FIXME: package aiksaurus, libots, mathview-frontend-libxml2
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Productivity/Office/Word Processor
-Url:            http://www.abisource.com/
+URL:            http://www.abisource.com/
 Source0:        
http://abisource.com/downloads/abiword/latest/source/%{name}-%{version}.tar.gz
 Source1:        abiword.appdata.xml
 # PATCH-FIX-UPSTREAM abiword-librevenge.patch fst...@suse.com -- Fix build 
against librevenge-based libraries (svn revs 34461, 34462, 34463, 34464 and 
34468)
@@ -48,13 +48,14 @@
 BuildRequires:  libwmf-devel
 BuildRequires:  link-grammar-devel
 BuildRequires:  readline-devel
-BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(cairo) >= 1.10
 BuildRequires:  pkgconfig(enchant) >= 1.2.0
 BuildRequires:  pkgconfig(fribidi) >= 0.10.4
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.0.8
 BuildRequires:  pkgconfig(libgoffice-0.10) >= 0.10.0
 BuildRequires:  pkgconfig(libgsf-1) >= 1.14.18
+BuildRequires:  pkgconfig(libjpeg)
 BuildRequires:  pkgconfig(librevenge-0.0)
 BuildRequires:  pkgconfig(libwpd-0.10)
 BuildRequires:  pkgconfig(libwpg-0.3)
@@ -69,7 +70,6 @@
 # Aiksaurus.h not found
 # libots-1 >= 0.5.0
 # mathview-frontend-libxml2 >= 0.7.5
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Conflicts:      abiword-unstable
 
 %description
@@ -134,7 +134,8 @@
 # not sure it is not needed any more and the performance cost of this
 # option is cheaper then random undefined behaviours.
 CFLAGS="%{optflags} -fno-strict-aliasing"
-%configure --disable-static --with-pic \
+%configure \
+        --disable-static \
         --enable-dynamic \
         --enable-plugins \
         --enable-clipart \
@@ -144,30 +145,24 @@
         --enable-collab-backend-sugar \
         --enable-collab-backend-service \
         --enable-emacs-keybinding \
-        --enable-vi-keybinding
-make %{?_smp_mflags}
+        --enable-vi-keybinding \
+        %{nil}
+%make_build
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 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}
 
-%post
-%desktop_database_post
-
-%postun
-%desktop_database_postun
 
 %post -n libabiword-3_0 -p /sbin/ldconfig
-
 %postun -n libabiword-3_0 -p /sbin/ldconfig
 
 %files
-%defattr(-, root, root)
-%doc AUTHORS COPYING COPYRIGHT.TXT
+%license COPYING
+%doc AUTHORS COPYRIGHT.TXT
 %{_bindir}/*
 %dir %{_datadir}/appdata
 %{_datadir}/appdata/abiword.appdata.xml
@@ -176,13 +171,11 @@
 %{_mandir}/man?/abiword.*
 
 %files -n libabiword-3_0
-%defattr(-, root, root)
 %{_libdir}/libabiword-*.so
 %{_libdir}/abiword-3.0/
 %{_datadir}/abiword-3.0/
 
 %files -n libabiword-3_0-devel
-%defattr(-, root, root)
 %{_includedir}/abiword-3.0/
 %{_libdir}/pkgconfig/abiword-3.0.pc
 


Reply via email to