Hello community,

here is the log from the commit of package scribus for openSUSE:Factory checked 
in at 2018-05-08 13:36:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scribus (Old)
 and      /work/SRC/openSUSE:Factory/.scribus.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scribus"

Tue May  8 13:36:56 2018 rev:62 rq:602863 version:1.4.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/scribus/scribus.changes  2018-03-28 
10:34:09.227062987 +0200
+++ /work/SRC/openSUSE:Factory/.scribus.new/scribus.changes     2018-05-08 
13:37:00.606267452 +0200
@@ -1,0 +2,21 @@
+Tue May  1 21:29:52 UTC 2018 - wba...@tmo.at
+
+- Add back hunspell-1.6.patch, it's still needed as the current
+  version still only supports hunspell up to 1.4 but Tumbleweed and
+  Leap 15.0 have 1.6
+
+-------------------------------------------------------------------
+Sun Apr 29 03:29:26 UTC 2018 - plinn...@opensuse.org
+
+- drop hunspell-1.6.patch fixed uptream
+- lots of spec file cleanups
+-------------------------------------------------------------------
+Sat Apr 28 00:50:34 UTC 2018 - plinn...@opensuse.org
+
+- Update to 1.4.7 - likely last release from 1.4.x stable branch
+- Stability and bugfix release
+- Updated UI translations
+- See: https://bugs.scribus.net/changelog_page.php?version_id=96
+  for complete list.
+
+-------------------------------------------------------------------

Old:
----
  scribus-1.4.6.tar.xz

New:
----
  scribus-1.4.7.tar.xz

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

Other differences:
------------------
++++++ scribus.spec ++++++
--- /var/tmp/diff_new_pack.syErfm/_old  2018-05-08 13:37:02.622194695 +0200
+++ /var/tmp/diff_new_pack.syErfm/_new  2018-05-08 13:37:02.626194550 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package scribus
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) Peter Linnell and 2010 SUSE LINUX Products GmbH, Nuernberg, 
Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:           scribus
-Version:        1.4.6
+Version:        1.4.7
 Release:        0
 Summary:        Open Source Page Layout and Desktop Publishing (DTP)
 License:        GPL-2.0+
@@ -33,6 +33,7 @@
 Source6:        %{name}.appdata.xml
 # PATCH-FIX-OPENSUSE
 Patch:          hunspell-1.6.patch
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_headers-devel
@@ -56,7 +57,7 @@
 BuildRequires:  python-devel
 BuildRequires:  shared-mime-info
 BuildRequires:  update-desktop-files
-##BuildRequires:  libMagick++-devel
+
 
 %if 0%{?suse_version} 
 Requires:       ghostscript-library
@@ -66,8 +67,6 @@
 Suggests:       Uniconvertor
 %endif
 
-Provides:       scribus-templates > 1.2
-Obsoletes:      scribus-templates =< 1.2
 
 %description
 Scribus is a open source page layout program which
@@ -91,7 +90,6 @@
 
 %description devel
 
-
 This package provides the development headers for scribus. It is most useful 
 for developing scribus plugins.
 
@@ -142,17 +140,10 @@
 
 %if 0%{?suse_version}
 %suse_update_desktop_file -r -i %{name} Qt Office Publishing WordProcessor
-# hi-res icons are already installed in hicolor-icon-theme directory
-# mkdir %{buildroot}%{_datadir}/pixmaps
-# install -m 644 %{buildroot}%{_datadir}/%{name}/icons/%{name}.png 
%{buildroot}%{_datadir}/pixmaps/
+
 %endif
 
 %fdupes -s %{buildroot}%{_includedir}/%{name}/
-%fdupes -s %{buildroot}%{_datadir}
-
-%if 0%{?suse_version}
-%suse_update_desktop_file -i 
%{buildroot}%{_datadir}/mimelnk/application/vnd.scribus.desktop Office 
WordProcessor
-%endif
 
 # INSTALL APPSTREAM METAINFO (SOURCE6)
 install -Dm0644 %{S:6} %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
@@ -179,13 +170,9 @@
 %{_datadir}/scribus
 %{_datadir}/doc/scribus
 %{_datadir}/applications/%{name}.desktop
-#%%{_datadir}/pixmaps/%%{name}.png
 # This should be owned by filesystem or man, but there are only scribus files:
 %lang(pl) %dir %{_mandir}/pl
 %lang(pl) %{_mandir}/pl/man1 
-%dir %{_datadir}/mimelnk
-%dir %{_datadir}/mimelnk/application
-%{_datadir}/mimelnk/application/vnd.scribus.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}.png
 %dir %{_datadir}/appdata
 %{_datadir}/appdata/%{name}.appdata.xml

++++++ hunspell-1.6.patch ++++++
--- /var/tmp/diff_new_pack.syErfm/_old  2018-05-08 13:37:02.654193540 +0200
+++ /var/tmp/diff_new_pack.syErfm/_new  2018-05-08 13:37:02.654193540 +0200
@@ -11,7 +11,7 @@
  #Based on examples at http://www.vtk.org/Wiki/CMake:How_To_Find_Libraries
  
  FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx )
--FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.3 hunspell-1.2 PATHS 
/opt/local/lib /usr/local/lib /usr/lib )
+-FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.4 hunspell-1.3 hunspell-1.2 
PATHS /opt/local/lib /usr/local/lib /usr/lib )
 +FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.6 hunspell-1.5 hunspell-1.4 
hunspell-1.3 hunspell-1.2 PATHS /opt/local/lib /usr/local/lib /usr/lib )
  
  INCLUDE(FindPackageHandleStandardArgs)

++++++ scribus-1.4.6.tar.xz -> scribus-1.4.7.tar.xz ++++++
/work/SRC/openSUSE:Factory/scribus/scribus-1.4.6.tar.xz 
/work/SRC/openSUSE:Factory/.scribus.new/scribus-1.4.7.tar.xz differ: char 25, 
line 1







Reply via email to