commit scribus for openSUSE:Factory

2020-09-18 Thread root
Hello community,

here is the log from the commit of package scribus for openSUSE:Factory checked 
in at 2020-09-18 14:44:20

Comparing /work/SRC/openSUSE:Factory/scribus (Old)
 and  /work/SRC/openSUSE:Factory/.scribus.new.4249 (New)


Package is "scribus"

Fri Sep 18 14:44:20 2020 rev:70 rq:835295 version:1.5.5

Changes:

--- /work/SRC/openSUSE:Factory/scribus/scribus.changes  2020-05-09 
23:53:45.391431849 +0200
+++ /work/SRC/openSUSE:Factory/.scribus.new.4249/scribus.changes
2020-09-18 14:46:26.104287960 +0200
@@ -1,0 +2,11 @@
+Thu Sep 17 17:36:18 UTC 2020 - Stefan Brüns 
+
+- Depend on hicolor-icon-theme for directory structure
+- Enable proper debuginfo/debugsource creation
+- Spec file cleanup
+  * Remove unused libetonyek and GraphicsMagick++ build dependencies
+  * Do not install breeze SVG icon into pixmap directory, drop
+breeze-icons dependency
+  * Remove conditionals for obsolete distro versions
+
+---



Other differences:
--
++ scribus.spec ++
--- /var/tmp/diff_new_pack.Q8nIvi/_old  2020-09-18 14:46:27.024288891 +0200
+++ /var/tmp/diff_new_pack.Q8nIvi/_new  2020-09-18 14:46:27.028288896 +0200
@@ -44,13 +44,13 @@
 Patch7: 0001-PDF-import-plugin-support-poppler-0.86.x.patch
 # PATCH-FIX-UPSTREAM
 Patch8: 0001-Fix-build-with-Qt-5.15.patch
-BuildRequires:  breeze5-icons
 BuildRequires:  cmake
 BuildRequires:  cups-devel
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
+BuildRequires:  hicolor-icon-theme
+BuildRequires:  libboost_headers-devel
 BuildRequires:  libcdr-devel
-BuildRequires:  libetonyek-devel
 BuildRequires:  libfreehand-devel
 BuildRequires:  libmspub-devel
 BuildRequires:  libpagemaker-devel
@@ -74,7 +74,6 @@
 BuildRequires:  cmake(Qt5Widgets) >= 5.7.0
 BuildRequires:  cmake(Qt5Xml) >= 5.7.0
 BuildRequires:  pkgconfig(GraphicsMagick)
-BuildRequires:  pkgconfig(GraphicsMagick++)
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(fontconfig)
 BuildRequires:  pkgconfig(freetype2)
@@ -88,6 +87,7 @@
 BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(poppler)
 BuildRequires:  pkgconfig(zlib)
+Requires:   hicolor-icon-theme
 Recommends: python3-Pillow
 Recommends: python3-tk
 # Only available in graphics for the moment
@@ -97,11 +97,6 @@
 # Not packaged anymore
 Provides:   scribus-devel = %{version}
 Obsoletes:  scribus-devel < %{version}
-%if 0%{?suse_version} > 1325
-BuildRequires:  libboost_headers-devel
-%else
-BuildRequires:  boost-devel
-%endif
 
 %description
 Scribus is a page layout program which produces output in PDF and
@@ -121,7 +116,8 @@
 %prep
 %setup -q
 # W: wrong-script-end-of-line-encoding
-find . -type f -exec dos2unix {} \;
+# also required for cherry-picked patches
+find . -type f \( -iname \*.py -o -iname \*.cpp -o -iname \*.h \) -exec 
dos2unix {} \;
 
 %autopatch -p1
 
@@ -131,6 +127,7 @@
 pushd build
 cmake .. \
   -DCMAKE_INSTALL_PREFIX=%{_prefix} \
+  -DWANT_RELEASEWITHDEBUG=1 \
   -DWANT_DISTROBUILD=1 \
   -DWANT_HUNSPELL=1 \
   -DWANT_GRAPHICSMAGICK=1 \
@@ -144,9 +141,6 @@
 %install
 %cmake_install
 
-mkdir -p %{buildroot}%{_datadir}/pixmaps
-cp %{_datadir}/icons/breeze/apps/48/scribus.svg 
%{buildroot}%{_datadir}/pixmaps/
-
 # These files are required at runtime to populate the help/about window
 mkdir -p %{buildroot}%{_datadir}/scribus/aboutData
 mv %{buildroot}%{_datadir}/doc/scribus/{AUTHORS,COPYING,LINKS,TRANSLATION} 
%{buildroot}%{_datadir}/scribus/aboutData/
@@ -184,7 +178,6 @@
 %{_datadir}/icons/hicolor/*/apps/scribus.png
 %{_datadir}/metainfo/scribus.appdata.xml
 %{_datadir}/mime/packages/scribus.xml
-%{_datadir}/pixmaps/scribus.svg
 %{_datadir}/scribus/
 %{_libdir}/scribus/
 %{_mandir}/man1/scribus.1%{?ext_man}




commit scribus for openSUSE:Factory

2020-05-09 Thread root
Hello community,

here is the log from the commit of package scribus for openSUSE:Factory checked 
in at 2020-05-09 23:53:44

Comparing /work/SRC/openSUSE:Factory/scribus (Old)
 and  /work/SRC/openSUSE:Factory/.scribus.new.2738 (New)


Package is "scribus"

Sat May  9 23:53:44 2020 rev:69 rq:802297 version:1.5.5

Changes:

--- /work/SRC/openSUSE:Factory/scribus/scribus.changes  2020-04-08 
19:57:02.397139011 +0200
+++ /work/SRC/openSUSE:Factory/.scribus.new.2738/scribus.changes
2020-05-09 23:53:45.391431849 +0200
@@ -1,0 +2,6 @@
+Sat May  9 17:36:50 UTC 2020 - Wolfgang Bauer 
+
+- Add 0001-Fix-build-with-Qt-5.15.patch to fix build with the
+  upcoming Qt 5.15
+
+---

New:

  0001-Fix-build-with-Qt-5.15.patch



Other differences:
--
++ scribus.spec ++
--- /var/tmp/diff_new_pack.04grlp/_old  2020-05-09 23:53:46.619434544 +0200
+++ /var/tmp/diff_new_pack.04grlp/_new  2020-05-09 23:53:46.623434554 +0200
@@ -42,6 +42,8 @@
 Patch6: Fails-to-build-with-python-3.8.patch
 # PATCH-FIX-UPSTREAM
 Patch7: 0001-PDF-import-plugin-support-poppler-0.86.x.patch
+# PATCH-FIX-UPSTREAM
+Patch8: 0001-Fix-build-with-Qt-5.15.patch
 BuildRequires:  breeze5-icons
 BuildRequires:  cmake
 BuildRequires:  cups-devel

++ 0001-Fix-build-with-Qt-5.15.patch ++
>From 78ee1626f3af37bf067b0c9d06156851bba31ee9 Mon Sep 17 00:00:00 2001
From: Heiko Becker 
Date: Sun, 29 Mar 2020 11:16:13 +0200
Subject: [PATCH] Fix build with Qt 5.15

QPainterPath is no longer included via qtransform.h (since
5.15.0-beta2, 50d2acdc93b4de2ba56eb67787e2bdcb21dd4bea in qtbase.git).
---
 scribus/ui/scresizecursor.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scribus/ui/scresizecursor.cpp b/scribus/ui/scresizecursor.cpp
index f2c78e5ae..85271ed86 100644
--- a/scribus/ui/scresizecursor.cpp
+++ b/scribus/ui/scresizecursor.cpp
@@ -12,6 +12,7 @@
 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
-- 
2.26.0




commit scribus for openSUSE:Factory

2020-04-08 Thread root
Hello community,

here is the log from the commit of package scribus for openSUSE:Factory checked 
in at 2020-04-08 19:56:55

Comparing /work/SRC/openSUSE:Factory/scribus (Old)
 and  /work/SRC/openSUSE:Factory/.scribus.new.3248 (New)


Package is "scribus"

Wed Apr  8 19:56:55 2020 rev:68 rq:792435 version:1.5.5

Changes:

--- /work/SRC/openSUSE:Factory/scribus/scribus.changes  2020-01-16 
18:23:58.881065872 +0100
+++ /work/SRC/openSUSE:Factory/.scribus.new.3248/scribus.changes
2020-04-08 19:57:02.397139011 +0200
@@ -1,0 +2,12 @@
+Wed Apr  8 10:51:25 UTC 2020 - Christophe Giboudeaux 
+
+- Add upstream patch:
+  *0001-PDF-import-plugin-support-poppler-0.86.x.patch
+- Update:
+  * Fix-failure-to-build-against-poppler-0.83.0.patch
+  * Fix-failure-to-build-with-poppler-0.84.0.patch
+  * Use-same-mechanism-as-with-previous-poppler-versions.patch
+  * Work-around-poppler-0.82-signature-changes.patch
+  * port-scripter-to-Python-3.patch
+
+---

New:

  0001-PDF-import-plugin-support-poppler-0.86.x.patch



Other differences:
--
++ scribus.spec ++
--- /var/tmp/diff_new_pack.jsnxF6/_old  2020-04-08 19:57:04.393140469 +0200
+++ /var/tmp/diff_new_pack.jsnxF6/_new  2020-04-08 19:57:04.397140472 +0200
@@ -40,6 +40,8 @@
 Patch5: Fix-failure-to-build-with-poppler-0.84.0.patch
 # PATCH-FIX-UPSTREAM
 Patch6: Fails-to-build-with-python-3.8.patch
+# PATCH-FIX-UPSTREAM
+Patch7: 0001-PDF-import-plugin-support-poppler-0.86.x.patch
 BuildRequires:  breeze5-icons
 BuildRequires:  cmake
 BuildRequires:  cups-devel
@@ -117,11 +119,8 @@
 %prep
 %setup -q
 # W: wrong-script-end-of-line-encoding
-dos2unix scribus/plugins/scriptplugin/scripts/Ligatursatz.py
-# necessary to be able to apply the patches
-dos2unix scribus/plugins/scriptplugin/cmdannotations.cpp
-dos2unix scribus/plugins/scriptplugin/cmddoc.cpp
-dos2unix scribus/plugins/scriptplugin/cmdstyle.cpp
+find . -type f -exec dos2unix {} \;
+
 %autopatch -p1
 
 %build

++ 0001-PDF-import-plugin-support-poppler-0.86.x.patch ++
>From 0413bebe7a8c08d75f6ea290d3ff54cb0df05a4e Mon Sep 17 00:00:00 2001
From: jghali 
Date: Mon, 2 Mar 2020 14:45:59 +
Subject: [PATCH] PDF import plugin: support poppler 0.86.x

git-svn-id: svn://scribus.net/trunk/Scribus@23478 
11d20701-8431-0410-a711-e3c959e3b870
---
 scribus/plugins/import/pdf/importpdf.cpp |  53 ++-
 scribus/plugins/import/pdf/importpdf.h   |  19 ++-
 scribus/plugins/import/pdf/slaoutput.cpp | 180 ---
 scribus/plugins/import/pdf/slaoutput.h   |   7 +
 4 files changed, 226 insertions(+), 33 deletions(-)

diff --git a/scribus/plugins/import/pdf/importpdf.cpp 
b/scribus/plugins/import/pdf/importpdf.cpp
index 822617a..2c1539a 100644
--- a/scribus/plugins/import/pdf/importpdf.cpp
+++ b/scribus/plugins/import/pdf/importpdf.cpp
@@ -856,11 +856,20 @@ bool PdfPlug::convert(const QString& fn)
names = 
catDict.dictLookup("OpenAction");
if 
(names.isDict())
{
-   
LinkAction *linkAction = nullptr;
+#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(0, 86, 0)
+   
std::unique_ptr linkAction;

linkAction = LinkAction::parseAction(, 
pdfDoc->getCatalog()->getBaseURI());
+#else
+   
LinkAction *linkAction = nullptr;
+   
linkAction = LinkAction::parseAction(, 
pdfDoc->getCatalog()->getBaseURI());
+#endif
if 
(linkAction)
{
-   
LinkJavaScript *jsa = (LinkJavaScript*)linkAction;
+#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(0, 86, 0)
+   
LinkJavaScript *jsa = (LinkJavaScript*) linkAction.get();
+#else
+   
LinkJavaScript *jsa = (LinkJavaScript*) linkAction;
+#endif

if (jsa->isOk())

{

commit scribus for openSUSE:Factory

2020-01-16 Thread root
Hello community,

here is the log from the commit of package scribus for openSUSE:Factory checked 
in at 2020-01-16 18:23:46

Comparing /work/SRC/openSUSE:Factory/scribus (Old)
 and  /work/SRC/openSUSE:Factory/.scribus.new.26092 (New)


Package is "scribus"

Thu Jan 16 18:23:46 2020 rev:67 rq:765022 version:1.5.5

Changes:

--- /work/SRC/openSUSE:Factory/scribus/scribus.changes  2019-09-11 
10:33:29.383329390 +0200
+++ /work/SRC/openSUSE:Factory/.scribus.new.26092/scribus.changes   
2020-01-16 18:23:58.881065872 +0100
@@ -1,0 +2,12 @@
+Thu Jan 16 11:28:56 UTC 2020 - Wolfgang Bauer 
+
+- Add port-scripter-to-Python-3.patch and build with python3
+- Add patches to fix build with newer poppler versions:
+  * Work-around-poppler-0.82-signature-changes.patch
+  * Use-same-mechanism-as-with-previous-poppler-versions.patch
+  * Fix-failure-to-build-against-poppler-0.83.0.patch
+  * Fix-failure-to-build-with-poppler-0.84.0.patch
+- Add Fails-to-build-with-python-3.8.patch to fix build with python
+  3.8
+
+---

New:

  Fails-to-build-with-python-3.8.patch
  Fix-failure-to-build-against-poppler-0.83.0.patch
  Fix-failure-to-build-with-poppler-0.84.0.patch
  Use-same-mechanism-as-with-previous-poppler-versions.patch
  Work-around-poppler-0.82-signature-changes.patch
  port-scripter-to-Python-3.patch



Other differences:
--
++ scribus.spec ++
--- /var/tmp/diff_new_pack.GqFaer/_old  2020-01-16 18:24:01.597067321 +0100
+++ /var/tmp/diff_new_pack.GqFaer/_new  2020-01-16 18:24:01.597067321 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package scribus
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) Peter Linnell and 2010 SUSE LINUX Products GmbH, Nuernberg, 
Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -28,6 +28,18 @@
 Source: %{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE
 Patch0: 0001-Make-sure-information-displayed-on-the-about-window-.patch
+# PATCH-FEATURE-UPSTREAM
+Patch1: port-scripter-to-Python-3.patch
+# PATCH-FIX-UPSTREAM
+Patch2: Work-around-poppler-0.82-signature-changes.patch
+# PATCH-FIX-UPSTREAM
+Patch3: Use-same-mechanism-as-with-previous-poppler-versions.patch
+# PATCH-FIX-UPSTREAM
+Patch4: Fix-failure-to-build-against-poppler-0.83.0.patch
+# PATCH-FIX-UPSTREAM
+Patch5: Fix-failure-to-build-with-poppler-0.84.0.patch
+# PATCH-FIX-UPSTREAM
+Patch6: Fails-to-build-with-python-3.8.patch
 BuildRequires:  breeze5-icons
 BuildRequires:  cmake
 BuildRequires:  cups-devel
@@ -47,7 +59,7 @@
 BuildRequires:  libwpg-devel
 BuildRequires:  libzmf-devel
 BuildRequires:  pkgconfig
-BuildRequires:  python-devel
+BuildRequires:  python3-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  cmake(Qt5Core) >= 5.7.0
 BuildRequires:  cmake(Qt5Gui) >= 5.7.0
@@ -72,8 +84,8 @@
 BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(poppler)
 BuildRequires:  pkgconfig(zlib)
-Recommends: python2-Pillow
-Recommends: python-tk
+Recommends: python3-Pillow
+Recommends: python3-tk
 # Only available in graphics for the moment
 Recommends: uniconvertor
 Recommends: scribus-doc
@@ -103,9 +115,14 @@
 This package provides the documentation for Scribus.
 
 %prep
-%autosetup -p1
+%setup -q
 # W: wrong-script-end-of-line-encoding
 dos2unix scribus/plugins/scriptplugin/scripts/Ligatursatz.py
+# necessary to be able to apply the patches
+dos2unix scribus/plugins/scriptplugin/cmdannotations.cpp
+dos2unix scribus/plugins/scriptplugin/cmddoc.cpp
+dos2unix scribus/plugins/scriptplugin/cmdstyle.cpp
+%autopatch -p1
 
 %build
 # Don't use the %%cmake macro, it causes crashes when starting scribus

++ Fails-to-build-with-python-3.8.patch ++
>From df0ba0a365fd36bf4a4abac3b45e65a65a46c82c Mon Sep 17 00:00:00 2001
From: Jean Ghali 
Date: Sun, 3 Nov 2019 01:15:12 +
Subject: [PATCH] #15901: Fails to build with python 3.8

git-svn-id: svn://scribus.net/trunk/Scribus@23314 
11d20701-8431-0410-a711-e3c959e3b870
---
 .../plugins/scriptplugin/objimageexport.cpp   | 52 ---
 scribus/plugins/scriptplugin/objpdffile.cpp   | 13 -
 scribus/plugins/scriptplugin/objprinter.cpp   | 13 -
 3 files changed, 70 insertions(+), 8 deletions(-)

diff --git a/scribus/plugins/scriptplugin/objimageexport.cpp 
b/scribus/plugins/scriptplugin/objimageexport.cpp
index cfc3c3fa06..7d2fb2f0a8 100644
--- a/scribus/plugins/scriptplugin/objimageexport.cpp
+++ b/scribus/plugins/scriptplugin/objimageexport.cpp
@@ -220,29 +220,62 @@ PyTypeObject ImageExport_Type = {
const_cast("scribus.ImageExport"), // char *tp_name; /* For 

commit scribus for openSUSE:Factory

2019-09-11 Thread root
Hello community,

here is the log from the commit of package scribus for openSUSE:Factory checked 
in at 2019-09-11 10:33:05

Comparing /work/SRC/openSUSE:Factory/scribus (Old)
 and  /work/SRC/openSUSE:Factory/.scribus.new.7948 (New)


Package is "scribus"

Wed Sep 11 10:33:05 2019 rev:66 rq:729582 version:1.5.5

Changes:

--- /work/SRC/openSUSE:Factory/scribus/scribus.changes  2019-09-09 
23:56:11.973236907 +0200
+++ /work/SRC/openSUSE:Factory/.scribus.new.7948/scribus.changes
2019-09-11 10:33:29.383329390 +0200
@@ -1,0 +2,5 @@
+Mon Sep  9 17:42:07 UTC 2019 - Jan Engelhardt 
+
+- Drop faulty requires from documentation subpackage.
+
+---
@@ -709 +713,0 @@
-



Other differences:
--
++ scribus.spec ++
--- /var/tmp/diff_new_pack.uMgGWG/_old  2019-09-11 10:33:30.647329023 +0200
+++ /var/tmp/diff_new_pack.uMgGWG/_new  2019-09-11 10:33:30.651329022 +0200
@@ -98,7 +98,6 @@
 %package doc
 Summary:Documentation for Scribus
 Group:  Documentation/HTML
-Requires:   %{name}
 
 %description doc
 This package provides the documentation for Scribus.




commit scribus for openSUSE:Factory

2019-09-09 Thread root
Hello community,

here is the log from the commit of package scribus for openSUSE:Factory checked 
in at 2019-09-09 23:56:05

Comparing /work/SRC/openSUSE:Factory/scribus (Old)
 and  /work/SRC/openSUSE:Factory/.scribus.new.7948 (New)


Package is "scribus"

Mon Sep  9 23:56:05 2019 rev:65 rq:729432 version:1.5.5

Changes:

--- /work/SRC/openSUSE:Factory/scribus/scribus.changes  2018-11-26 
10:33:06.212831308 +0100
+++ /work/SRC/openSUSE:Factory/.scribus.new.7948/scribus.changes
2019-09-09 23:56:11.973236907 +0200
@@ -1,0 +2,11 @@
+Fri Aug  9 20:36:41 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 1.5.5:
+  * Development version using Qt5.
+  * Large code refactoring
+  * Many bugs fixed
+- Check https://wiki.scribus.net/canvas/1.5.5_Release for more information
+- Drop hunspell.patch
+- Add 0001-Make-sure-information-displayed-on-the-about-window-.patch
+
+---

Old:

  hunspell.patch
  scribus-1.4.7.tar.xz
  scribus-icon128.png
  scribus-icon24.png
  scribus-icon256.png
  scribus-icon32.png
  scribus-icon64.png
  scribus.appdata.xml

New:

  0001-Make-sure-information-displayed-on-the-about-window-.patch
  scribus-1.5.5.tar.xz



Other differences:
--
++ scribus.spec ++
--- /var/tmp/diff_new_pack.Kkg5Zi/_old  2019-09-09 23:56:14.269236752 +0200
+++ /var/tmp/diff_new_pack.Kkg5Zi/_new  2019-09-09 23:56:14.277236751 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package scribus
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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,52 +18,73 @@
 
 
 Name:   scribus
-Version:1.4.7
+Version:1.5.5
 Release:0
 Summary:Page Layout and Desktop Publishing (DTP)
 License:GPL-2.0-or-later
 Group:  Productivity/Publishing/Other
-Url:http://www.scribus.net/
-Source0:
http://sourceforge.net/projects/%{name}/files/%{name}/%{version}/%{name}-%{version}.tar.xz
-Source1:%{name}-icon24.png
-Source2:%{name}-icon32.png
-Source3:%{name}-icon64.png
-Source4:%{name}-icon128.png
-Source5:%{name}-icon256.png
-Source6:%{name}.appdata.xml
+URL:https://www.scribus.net/
+# https://sourceforge.net/projects/scribus/files/scribus-devel/1.5.5/
+Source: %{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE
-Patch:  hunspell.patch
-
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} > 1325
-BuildRequires:  libboost_headers-devel
-%else
-BuildRequires:  boost-devel
-%endif
-BuildRequires:  cairo-devel
-BuildRequires:  cmake >= 2.6.0
+Patch0: 0001-Make-sure-information-displayed-on-the-about-window-.patch
+BuildRequires:  breeze5-icons
+BuildRequires:  cmake
 BuildRequires:  cups-devel
+BuildRequires:  dos2unix
 BuildRequires:  fdupes
-BuildRequires:  fontconfig-devel
-BuildRequires:  hicolor-icon-theme
-BuildRequires:  hunspell-devel
-BuildRequires:  liblcms2-devel
+BuildRequires:  libcdr-devel
+BuildRequires:  libetonyek-devel
+BuildRequires:  libfreehand-devel
+BuildRequires:  libmspub-devel
+BuildRequires:  libpagemaker-devel
 BuildRequires:  libpodofo-devel
-BuildRequires:  libqt4-devel >= 4.6.0
+BuildRequires:  libqxp-devel
+BuildRequires:  librevenge-devel
 BuildRequires:  libtiff-devel
-BuildRequires:  libxml2-devel
-BuildRequires:  openssl-devel
+BuildRequires:  libvisio-devel
+BuildRequires:  libwpd-devel
+BuildRequires:  libwpg-devel
+BuildRequires:  libzmf-devel
 BuildRequires:  pkgconfig
 BuildRequires:  python-devel
-BuildRequires:  shared-mime-info
 BuildRequires:  update-desktop-files
-
-%if 0%{?suse_version}
-Requires:   ghostscript-library
-Requires:   python-imaging
-Requires:   tk
-Suggests:   AdobeICCProfiles
-Suggests:   Uniconvertor
+BuildRequires:  cmake(Qt5Core) >= 5.7.0
+BuildRequires:  cmake(Qt5Gui) >= 5.7.0
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.7.0
+BuildRequires:  cmake(Qt5Network) >= 5.7.0
+BuildRequires:  cmake(Qt5OpenGL) >= 5.7.0
+BuildRequires:  cmake(Qt5PrintSupport) >= 5.7.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.7.0
+BuildRequires:  cmake(Qt5Xml) >= 5.7.0
+BuildRequires:  pkgconfig(GraphicsMagick)
+BuildRequires:  pkgconfig(GraphicsMagick++)
+BuildRequires:  pkgconfig(cairo)
+BuildRequires:  pkgconfig(fontconfig)
+BuildRequires:  pkgconfig(freetype2)
+BuildRequires:  pkgconfig(harfbuzz)
+BuildRequires:  pkgconfig(hunspell)
+BuildRequires:  pkgconfig(icu-i18n)
+BuildRequires:  pkgconfig(icu-uc)
+BuildRequires:  pkgconfig(lcms2)
+BuildRequires:  

commit scribus for openSUSE:Factory

2018-11-26 Thread root
Hello community,

here is the log from the commit of package scribus for openSUSE:Factory checked 
in at 2018-11-26 10:31:45

Comparing /work/SRC/openSUSE:Factory/scribus (Old)
 and  /work/SRC/openSUSE:Factory/.scribus.new.19453 (New)


Package is "scribus"

Mon Nov 26 10:31:45 2018 rev:64 rq:651536 version:1.4.7

Changes:

--- /work/SRC/openSUSE:Factory/scribus/scribus.changes  2018-06-02 
12:15:14.397185947 +0200
+++ /work/SRC/openSUSE:Factory/.scribus.new.19453/scribus.changes   
2018-11-26 10:33:06.212831308 +0100
@@ -1,0 +2,12 @@
+Sat Nov 24 16:26:56 UTC 2018 - Fabian Vogt 
+
+- Rewrite hunspell-1.6.patch into hunspell.patch to cover all hunspell
+  versions
+
+---
+Sat Nov 24 10:55:44 UTC 2018 - wba...@tmo.at
+
+- Update hunspell-1.6.patch to also accept hunspell 1.7 that's in
+  Factory now
+
+---

Old:

  hunspell-1.6.patch

New:

  hunspell.patch



Other differences:
--
++ scribus.spec ++
--- /var/tmp/diff_new_pack.3kydpX/_old  2018-11-26 10:33:08.004829210 +0100
+++ /var/tmp/diff_new_pack.3kydpX/_new  2018-11-26 10:33:08.008829205 +0100
@@ -13,7 +13,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -32,7 +32,7 @@
 Source5:%{name}-icon256.png
 Source6:%{name}.appdata.xml
 # PATCH-FIX-OPENSUSE
-Patch:  hunspell-1.6.patch
+Patch:  hunspell.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} > 1325

++ hunspell-1.6.patch -> hunspell.patch ++
--- /work/SRC/openSUSE:Factory/scribus/hunspell-1.6.patch   2018-05-08 
13:36:57.770369803 +0200
+++ /work/SRC/openSUSE:Factory/.scribus.new.19453/hunspell.patch
2018-11-26 10:33:06.084831459 +0100
@@ -1,8 +1,10 @@
 From: Wolfgang Bauer 
-Subject: support hunspell up to 1.6
+Subject: Try to build against any hunspell version
 
 Necessary to have spellchecking support in Tumbleweed and Leap 15.0, which
 have hunspell 1.6.2 that wasn't found and spellchecking got disabled...
+
+Edited-by: Fabian Vogt 
 ---
 diff -Nru a/cmake/modules/FindHUNSPELL.cmake b/cmake/modules/FindHUNSPELL.cmake
 --- a/cmake/modules/FindHUNSPELL.cmake 2012-04-10 22:17:07.0 +0200
@@ -12,7 +14,7 @@
  
  FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx )
 -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 )
++FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell PATHS /opt/local/lib 
/usr/local/lib /usr/lib )
  
  INCLUDE(FindPackageHandleStandardArgs)
  # handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE









commit scribus for openSUSE:Factory

2018-06-02 Thread root
Hello community,

here is the log from the commit of package scribus for openSUSE:Factory checked 
in at 2018-06-02 12:14:47

Comparing /work/SRC/openSUSE:Factory/scribus (Old)
 and  /work/SRC/openSUSE:Factory/.scribus.new (New)


Package is "scribus"

Sat Jun  2 12:14:47 2018 rev:63 rq:613493 version:1.4.7

Changes:

--- /work/SRC/openSUSE:Factory/scribus/scribus.changes  2018-05-08 
13:37:00.606267452 +0200
+++ /work/SRC/openSUSE:Factory/.scribus.new/scribus.changes 2018-06-02 
12:15:14.397185947 +0200
@@ -1,0 +2,8 @@
+Wed May 30 08:03:23 UTC 2018 - jeng...@inai.de
+
+- Trim marketing filler wording from description.
+- Replace duplicate -fno-strict-aliasing.
+- Run fdupes over more files. (Do it with hardlinks;
+  symlinks upset the documentation system.)
+
+---



Other differences:
--
++ scribus.spec ++
--- /var/tmp/diff_new_pack.DRw4Tp/_old  2018-06-02 12:15:16.949092343 +0200
+++ /var/tmp/diff_new_pack.DRw4Tp/_new  2018-06-02 12:15:16.953092197 +0200
@@ -20,8 +20,8 @@
 Name:   scribus
 Version:1.4.7
 Release:0
-Summary:Open Source Page Layout and Desktop Publishing (DTP)
-License:GPL-2.0+
+Summary:Page Layout and Desktop Publishing (DTP)
+License:GPL-2.0-or-later
 Group:  Productivity/Publishing/Other
 Url:http://www.scribus.net/
 Source0:
http://sourceforge.net/projects/%{name}/files/%{name}/%{version}/%{name}-%{version}.tar.xz
@@ -58,7 +58,6 @@
 BuildRequires:  shared-mime-info
 BuildRequires:  update-desktop-files
 
-
 %if 0%{?suse_version} 
 Requires:   ghostscript-library
 Requires:   python-imaging
@@ -67,20 +66,16 @@
 Suggests:   Uniconvertor
 %endif
 
-
 %description
-Scribus is a open source page layout program which
-produces commercial grade output in PDF and Postscript, primarily,
-though not exclusively, for Linux.
-
-While the goals of the program are ease of use and simple
-easy-to-understand tools, Scribus support for professional
-publishing features, such as CMYK and spot colors, easy PDF creation,
-Encapsulated Postscript import and export and creation of color
-separations.
+Scribus is a page layout program which produces output in PDF and
+Postscript.
+
+Scribus supports publishing features such as CMYK and spot colors,
+PDF creation, Encapsulated Postscript import and export and creation
+of color separations.
 
 %package devel
-Summary:Open Source Page Layout / Desktop Publishing (DTP)
+Summary:Development files for Scribus
 Group:  Development/Libraries/Other
 Requires:   %{name} = %{version}
 Requires:   freetype2-devel
@@ -89,9 +84,8 @@
 Requires:   zlib-devel
 
 %description devel
-
-This package provides the development headers for scribus. It is most useful 
-for developing scribus plugins.
+This package provides the development headers for Scribus, used for
+developing Scribus plugins.
 
 %prep
 
@@ -107,7 +101,7 @@
 rm resources/swatches/dtp-studio-free-palettes-license.rtf
 
 export CXXFLAGS="%{optflags} -fno-strict-aliasing"
-export CFLAGS="$CXXFLAGS -fno-strict-aliasing"
+export CFLAGS="$CXXFLAGS"
 
 mkdir build
 pushd build
@@ -127,8 +121,7 @@
 %install
 
 pushd build
-make install DESTDIR=%{buildroot}
-
+%make_install
 popd
 
 # install hi-res icons for better appearance on gnome-shell
@@ -143,7 +136,7 @@
 
 %endif
 
-%fdupes -s %{buildroot}%{_includedir}/%{name}/
+%fdupes %{buildroot}/%{_prefix}
 
 # INSTALL APPSTREAM METAINFO (SOURCE6)
 install -Dm0644 %{S:6} %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml









commit scribus for openSUSE:Factory

2018-05-08 Thread root
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 

commit scribus for openSUSE:Factory

2018-03-28 Thread root
Hello community,

here is the log from the commit of package scribus for openSUSE:Factory checked 
in at 2018-03-28 10:34:06

Comparing /work/SRC/openSUSE:Factory/scribus (Old)
 and  /work/SRC/openSUSE:Factory/.scribus.new (New)


Package is "scribus"

Wed Mar 28 10:34:06 2018 rev:61 rq:591742 version:1.4.6

Changes:

--- /work/SRC/openSUSE:Factory/scribus/scribus.changes  2018-01-06 
18:49:14.487085305 +0100
+++ /work/SRC/openSUSE:Factory/.scribus.new/scribus.changes 2018-03-28 
10:34:09.227062987 +0200
@@ -1,0 +2,6 @@
+Tue Mar 27 14:53:05 UTC 2018 - wba...@tmo.at
+
+- Add hunspell-1.6.patch to fix spellchecking support in Tumbleweed
+  and Leap 15.0
+
+---

New:

  hunspell-1.6.patch



Other differences:
--
++ scribus.spec ++
--- /var/tmp/diff_new_pack.BrUGYG/_old  2018-03-28 10:34:11.446983142 +0200
+++ /var/tmp/diff_new_pack.BrUGYG/_new  2018-03-28 10:34:11.450982998 +0200
@@ -31,6 +31,8 @@
 Source4:%{name}-icon128.png
 Source5:%{name}-icon256.png
 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
@@ -96,6 +98,7 @@
 %prep
 
 %setup -q 
+%patch -p1
 
 %build
 # Delete non-free colour swatches (bnc#763586)

++ hunspell-1.6.patch ++
From: Wolfgang Bauer 
Subject: support hunspell up to 1.6

Necessary to have spellchecking support in Tumbleweed and Leap 15.0, which
have hunspell 1.6.2 that wasn't found and spellchecking got disabled...
---
diff -Nru a/cmake/modules/FindHUNSPELL.cmake b/cmake/modules/FindHUNSPELL.cmake
--- a/cmake/modules/FindHUNSPELL.cmake  2012-04-10 22:17:07.0 +0200
+++ b/cmake/modules/FindHUNSPELL.cmake  2016-04-26 13:59:20.473641707 +0200
@@ -9,7 +9,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.6 hunspell-1.5 hunspell-1.4 
hunspell-1.3 hunspell-1.2 PATHS /opt/local/lib /usr/local/lib /usr/lib )
 
 INCLUDE(FindPackageHandleStandardArgs)
 # handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE








commit scribus for openSUSE:Factory

2018-01-06 Thread root
Hello community,

here is the log from the commit of package scribus for openSUSE:Factory checked 
in at 2018-01-06 18:49:14

Comparing /work/SRC/openSUSE:Factory/scribus (Old)
 and  /work/SRC/openSUSE:Factory/.scribus.new (New)


Package is "scribus"

Sat Jan  6 18:49:14 2018 rev:60 rq:561738 version:1.4.6

Changes:

--- /work/SRC/openSUSE:Factory/scribus/scribus.changes  2017-08-13 
15:01:02.521195273 +0200
+++ /work/SRC/openSUSE:Factory/.scribus.new/scribus.changes 2018-01-06 
18:49:14.487085305 +0100
@@ -1,0 +2,6 @@
+Thu Jan  4 17:18:39 UTC 2018 - wba...@tmo.at
+
+- remove libQtWebKit-devel build requirement, it seems not to be
+  used/needed at all
+
+---



Other differences:
--
++ scribus.spec ++
--- /var/tmp/diff_new_pack.7BX6dp/_old  2018-01-06 18:49:16.267002138 +0100
+++ /var/tmp/diff_new_pack.7BX6dp/_new  2018-01-06 18:49:16.267002138 +0100
@@ -44,7 +44,6 @@
 BuildRequires:  fontconfig-devel
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  hunspell-devel
-BuildRequires:  libQtWebKit-devel
 BuildRequires:  liblcms2-devel
 BuildRequires:  libpodofo-devel
 BuildRequires:  libqt4-devel >= 4.6.0









commit scribus for openSUSE:Factory

2017-08-13 Thread root
Hello community,

here is the log from the commit of package scribus for openSUSE:Factory checked 
in at 2017-08-13 15:01:00

Comparing /work/SRC/openSUSE:Factory/scribus (Old)
 and  /work/SRC/openSUSE:Factory/.scribus.new (New)


Package is "scribus"

Sun Aug 13 15:01:00 2017 rev:59 rq:516570 version:1.4.6

Changes:

--- /work/SRC/openSUSE:Factory/scribus/scribus.changes  2017-02-06 
15:21:37.300799181 +0100
+++ /work/SRC/openSUSE:Factory/.scribus.new/scribus.changes 2017-08-13 
15:01:02.521195273 +0200
@@ -1,0 +2,6 @@
+Fri Aug 11 08:34:10 UTC 2017 - pgaj...@suse.com
+
+- remove dependency on aspell, scribus seem to use hunspell  
+  [bsc#1052965]
+
+---



Other differences:
--
++ scribus.spec ++
--- /var/tmp/diff_new_pack.izLz4b/_old  2017-08-13 15:01:04.964852305 +0200
+++ /var/tmp/diff_new_pack.izLz4b/_new  2017-08-13 15:01:04.968851743 +0200
@@ -32,8 +32,6 @@
 Source5:%{name}-icon256.png
 Source6:%{name}.appdata.xml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  aspell
-BuildRequires:  aspell-devel
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_headers-devel
 %else









commit scribus for openSUSE:Factory

2016-11-16 Thread h_root
Hello community,

here is the log from the commit of package scribus for openSUSE:Factory checked 
in at 2016-11-16 13:33:30

Comparing /work/SRC/openSUSE:Factory/scribus (Old)
 and  /work/SRC/openSUSE:Factory/.scribus.new (New)


Package is "scribus"

Changes:

--- /work/SRC/openSUSE:Factory/scribus/scribus.changes  2016-08-11 
18:53:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.scribus.new/scribus.changes 2016-11-16 
13:33:31.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 15 15:06:30 UTC 2016 - wba...@tmo.at
+
+- Use shared-mime-info macros (boo#979301)
+- Remove version check for > 11.3, earlier versions are not
+  supported any more
+
+---



Other differences:
--
++ scribus.spec ++
--- /var/tmp/diff_new_pack.uw4iPf/_old  2016-11-16 13:33:34.0 +0100
+++ /var/tmp/diff_new_pack.uw4iPf/_new  2016-11-16 13:33:34.0 +0100
@@ -156,22 +156,14 @@
 #update the mime database
 
 %post
-if [ -f /usr/bin/update-mime-database ]; then
-  /usr/bin/update-mime-database /usr/share/mime > /dev/null
-fi
-%if 0%{?suse_version} > 1130
+%mime_database_post
 %desktop_database_post
 %icon_theme_cache_post
-%endif
 
 %postun
-if [ -f /usr/bin/update-mime-database ]; then
-  /usr/bin/update-mime-database /usr/share/mime > /dev/null
-fi
-%if 0%{?suse_version} > 1130
+%mime_database_postun
 %desktop_database_postun
 %icon_theme_cache_postun
-%endif
 
 %files
 %defattr(-,root,root)









commit scribus for openSUSE:Factory

2016-08-11 Thread h_root
Hello community,

here is the log from the commit of package scribus for openSUSE:Factory checked 
in at 2016-08-11 18:53:43

Comparing /work/SRC/openSUSE:Factory/scribus (Old)
 and  /work/SRC/openSUSE:Factory/.scribus.new (New)


Package is "scribus"

Changes:

--- /work/SRC/openSUSE:Factory/scribus/scribus.changes  2016-08-03 
11:44:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.scribus.new/scribus.changes 2016-08-11 
18:53:47.0 +0200
@@ -1,0 +2,10 @@
+Wed Aug 10 07:03:48 UTC 2016 - badshah...@gmail.com
+
+- Fixup scribus.appdata.xml file
+  + Shorten name to just "scribus".
+  + Use images from github repository as appstream fails to load
+images from https://wki.scribus.net.
+  + Improve a caption.
+  + Fix height of screenshot 2.
+
+---



Other differences:
--





++ scribus.appdata.xml ++
--- /var/tmp/diff_new_pack.tIUzGR/_old  2016-08-11 18:53:49.0 +0200
+++ /var/tmp/diff_new_pack.tIUzGR/_new  2016-08-11 18:53:49.0 +0200
@@ -2,7 +2,7 @@
 
   scribus.desktop
   CC0-1.0
-  Scribus Page Layout (Development)
+  Scribus
   GPL-2.0+
   Open Source Page Layout and Desktop Publishing (DTP)
   http://www.scribus.net/
@@ -19,15 +19,15 @@
   
   
 
-  https://wiki.scribus.net/wiki/images/7/74/Help_rembrandt2.png
-  Main Page
+  https://raw.githubusercontent.com/scribusproject/scribus/master/doc/en/images/Rembrandt2.png
+  Main Window with blank page
 
 
-  https://wiki.scribus.net/wiki/images/6/6e/Help_rembrandt18.png
+  https://raw.githubusercontent.com/scribusproject/scribus/master/doc/en/images/Rembrandt18.png
   Properties window
 
 
-  https://wiki.scribus.net/wiki/images/5/56/Help_rembrandt16.png
+  https://raw.githubusercontent.com/scribusproject/scribus/master/doc/en/images/Rembrandt16.png
   Image effects tab
 
   




commit scribus for openSUSE:Factory

2016-08-03 Thread h_root
Hello community,

here is the log from the commit of package scribus for openSUSE:Factory checked 
in at 2016-08-03 11:44:11

Comparing /work/SRC/openSUSE:Factory/scribus (Old)
 and  /work/SRC/openSUSE:Factory/.scribus.new (New)


Package is "scribus"

Changes:

--- /work/SRC/openSUSE:Factory/scribus/scribus.changes  2016-03-26 
15:24:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.scribus.new/scribus.changes 2016-08-03 
11:44:22.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 28 16:16:26 UTC 2016 - badshah...@gmail.com
+
+- Add scribus.appdata.xml file and install it to the appdata dir;
+  this makes scribus appear in appstores like GNOME Software and
+  KDE Discover. 
+
+---

New:

  scribus.appdata.xml



Other differences:
--
++ scribus.spec ++
--- /var/tmp/diff_new_pack.4nKe4y/_old  2016-08-03 11:44:24.0 +0200
+++ /var/tmp/diff_new_pack.4nKe4y/_new  2016-08-03 11:44:24.0 +0200
@@ -30,6 +30,7 @@
 Source3:%{name}-icon64.png
 Source4:%{name}-icon128.png
 Source5:%{name}-icon256.png
+Source6:%{name}.appdata.xml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  aspell
 BuildRequires:  aspell-devel
@@ -149,6 +150,9 @@
 %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
+
 #update the mime database
 
 %post
@@ -187,6 +191,8 @@
 %dir %{_datadir}/mimelnk/application
 %{_datadir}/mimelnk/application/vnd.scribus.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}.png
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/%{name}.appdata.xml
 
 %files devel
 %defattr(-,root,root)






++ scribus.appdata.xml ++


  scribus.desktop
  CC0-1.0
  Scribus Page Layout (Development)
  GPL-2.0+
  Open Source Page Layout and Desktop Publishing (DTP)
  http://www.scribus.net/
  
Scribus is a open source page layout program which
produces commercial grade output in PDF and Postscript, primarily,
though not exclusively, for Linux.

While the goals of the program are ease of use and simple
easy-to-understand tools, Scribus support for professional
publishing features, such as CMYK and spot colors, easy PDF creation,
Encapsulated Postscript import and export and creation of color
separations.
  
  

  https://wiki.scribus.net/wiki/images/7/74/Help_rembrandt2.png
  Main Page


  https://wiki.scribus.net/wiki/images/6/6e/Help_rembrandt18.png
  Properties window


  https://wiki.scribus.net/wiki/images/5/56/Help_rembrandt16.png
  Image effects tab

  
  scribus-...@lists.scribus.net




commit scribus for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package scribus for openSUSE:Factory checked 
in at 2016-03-26 15:24:15

Comparing /work/SRC/openSUSE:Factory/scribus (Old)
 and  /work/SRC/openSUSE:Factory/.scribus.new (New)


Package is "scribus"

Changes:

--- /work/SRC/openSUSE:Factory/scribus/scribus.changes  2016-01-13 
22:46:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.scribus.new/scribus.changes 2016-03-26 
15:24:16.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar 18 10:38:55 UTC 2016 - alarr...@suse.com
+
+- Added an fdupes call to symlink duplicate files installed 
+  under /usr/share/. This reduces the installed size in around 20 Mb.
+
+---



Other differences:
--
++ scribus.spec ++
--- /var/tmp/diff_new_pack.IBWn5d/_old  2016-03-26 15:24:18.0 +0100
+++ /var/tmp/diff_new_pack.IBWn5d/_new  2016-03-26 15:24:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package scribus
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -95,7 +95,6 @@
 
 %setup -q 
 
-
 %build
 # Delete non-free colour swatches (bnc#763586)
 rm resources/swatches/givelife_colors_license.rtf
@@ -143,7 +142,8 @@
 # install -m 644 %{buildroot}%{_datadir}/%{name}/icons/%{name}.png 
%{buildroot}%{_datadir}/pixmaps/
 %endif
 
-%fdupes %{buildroot}%{_includedir}/%{name}/
+%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









commit scribus for openSUSE:Factory

2016-01-13 Thread h_root
Hello community,

here is the log from the commit of package scribus for openSUSE:Factory checked 
in at 2016-01-13 22:46:14

Comparing /work/SRC/openSUSE:Factory/scribus (Old)
 and  /work/SRC/openSUSE:Factory/.scribus.new (New)


Package is "scribus"

Changes:

--- /work/SRC/openSUSE:Factory/scribus/scribus.changes  2014-06-01 
19:41:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.scribus.new/scribus.changes 2016-01-13 
22:46:19.0 +0100
@@ -1,0 +2,6 @@
+Mon Jan 11 17:26:06 UTC 2016 - plinn...@opensuse.org
+
+- Update to 1.4.6
+  + See http://bugs.scribus.net/changelog_page.php?version_id=92
+
+---

Old:

  scribus-1.4.4.tar.xz

New:

  scribus-1.4.6.tar.xz



Other differences:
--
++ scribus.spec ++
--- /var/tmp/diff_new_pack.C20qnG/_old  2016-01-13 22:46:23.0 +0100
+++ /var/tmp/diff_new_pack.C20qnG/_new  2016-01-13 22:46:23.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   scribus
-Version:1.4.4
+Version:1.4.6
 Release:0
 Summary:Open Source Page Layout and Desktop Publishing (DTP)
 License:GPL-2.0+

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









commit scribus for openSUSE:Factory

2014-06-01 Thread h_root
Hello community,

here is the log from the commit of package scribus for openSUSE:Factory checked 
in at 2014-06-01 19:41:30

Comparing /work/SRC/openSUSE:Factory/scribus (Old)
 and  /work/SRC/openSUSE:Factory/.scribus.new (New)


Package is scribus

Changes:

--- /work/SRC/openSUSE:Factory/scribus/scribus.changes  2014-04-18 
11:31:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.scribus.new/scribus.changes 2014-06-01 
19:41:52.0 +0200
@@ -1,0 +2,48 @@
+Thu May 29 04:23:31 UTC 2014 - plinn...@opensuse.org
+
+- Update to 1.4.4
+- Drop python-version.diff it is upstream. 
+ + PDF/X-1a export.
+
++ The Barcode plug-in has been updated to reflect
+  the latest changes in the underlying Barcode Writer 
+  in Pure PostScript (BWIPP).
+
++ The Autoquote script has been rewritten and enhanced.
+  It now provides more options and adds thin spaces to French texts
+  where appropriate.
+
++ A script to align images in frames has been added.
+
++ Full support of the OpenICC Directory Proposal
+  (http://www.oyranos.org/wiki/index.php?title=OpenIccDirectoryProposal). 
+
++ The handling of transparencies in Photoshop-generated TIFF files
+  has been improved.
+
++ Page borders can now act as guides (and thus be used for 
+  snapping of items).
+
++ The CMYK color palette created by the Newspaper Association
+  of America  (NAA) for newspaper advertisements has been 
+  integrated into Scribus.
+
++ A new color palette for professional geographers has been added.
+
++ Export to various bitmap formats has been re-enabled on Mac OS X.
+
++ Several issues related to the user interface and canvas display
+  have been resolved.
+
++ Adjustments for Windows 8.x.
+
++ An issue with the spellchecker, resulting in a crash, 
+  has been resolved.
+
++ Documentation and translation updates and improvements.
+
+ +For a complete list of changes see:
+  http://bugs.scribus.net/view_all_bug_page.php?filter=99610
+  and http://lists.scribus.net/pipermail/scribus-commit.
+
+---

Old:

  python_version.diff
  scribus-1.4.3.tar.xz

New:

  scribus-1.4.4.tar.xz



Other differences:
--
++ scribus.spec ++
--- /var/tmp/diff_new_pack.fqaEnS/_old  2014-06-01 19:41:55.0 +0200
+++ /var/tmp/diff_new_pack.fqaEnS/_new  2014-06-01 19:41:55.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   scribus
-Version:1.4.3
+Version:1.4.4
 Release:0
 Summary:Open Source Page Layout and Desktop Publishing (DTP)
 License:GPL-2.0+
@@ -30,8 +30,6 @@
 Source3:%{name}-icon64.png
 Source4:%{name}-icon128.png
 Source5:%{name}-icon256.png
-# PATCH-FIX-UPSTREAM python_version.diff -- fix build with cmake 3.0
-Patch0: python_version.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  aspell
 BuildRequires:  aspell-devel
@@ -96,7 +94,7 @@
 %prep
 
 %setup -q 
-%patch0 -p1
+
 
 %build
 # Delete non-free colour swatches (bnc#763586)

++ scribus-1.4.3.tar.xz - scribus-1.4.4.tar.xz ++
/work/SRC/openSUSE:Factory/scribus/scribus-1.4.3.tar.xz 
/work/SRC/openSUSE:Factory/.scribus.new/scribus-1.4.4.tar.xz differ: char 25, 
line 1






-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit scribus for openSUSE:Factory

2014-04-18 Thread h_root
Hello community,

here is the log from the commit of package scribus for openSUSE:Factory checked 
in at 2014-04-18 11:08:31

Comparing /work/SRC/openSUSE:Factory/scribus (Old)
 and  /work/SRC/openSUSE:Factory/.scribus.new (New)


Package is scribus

Changes:

--- /work/SRC/openSUSE:Factory/scribus/scribus.changes  2013-08-23 
12:01:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.scribus.new/scribus.changes 2014-04-18 
11:31:35.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr 17 19:17:27 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Added python_version.diff: fixes build with cmake 3.0
+
+---

New:

  python_version.diff



Other differences:
--
++ scribus.spec ++
--- /var/tmp/diff_new_pack.Ytn267/_old  2014-04-18 12:15:45.0 +0200
+++ /var/tmp/diff_new_pack.Ytn267/_new  2014-04-18 12:15:45.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package scribus
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products 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
@@ -30,6 +30,8 @@
 Source3:%{name}-icon64.png
 Source4:%{name}-icon128.png
 Source5:%{name}-icon256.png
+# PATCH-FIX-UPSTREAM python_version.diff -- fix build with cmake 3.0
+Patch0: python_version.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  aspell
 BuildRequires:  aspell-devel
@@ -40,6 +42,7 @@
 BuildRequires:  fdupes
 BuildRequires:  fontconfig-devel
 BuildRequires:  hicolor-icon-theme
+BuildRequires:  hunspell-devel
 BuildRequires:  libQtWebKit-devel
 BuildRequires:  liblcms2-devel
 BuildRequires:  libpodofo-devel
@@ -51,7 +54,6 @@
 BuildRequires:  python-devel
 BuildRequires:  shared-mime-info
 BuildRequires:  update-desktop-files
-BuildRequires:  hunspell-devel
 ##BuildRequires:  libMagick++-devel
 
 %if 0%{?suse_version} 
@@ -94,6 +96,7 @@
 %prep
 
 %setup -q 
+%patch0 -p1
 
 %build
 # Delete non-free colour swatches (bnc#763586)

++ python_version.diff ++
--- scribus-1.4.3.orig/CMakeLists.txt   2013-07-19 00:00:28.0 +0200
+++ scribus-1.4.3/CMakeLists.txt2014-04-17 21:15:40.324549693 +0200
@@ -534,8 +534,7 @@ ENDIF(TIFF_FOUND)
 # JPEG, TIFF
 
 # PYTHON
-SET(PythonLibs_FIND_VERSION 2)
-FIND_PACKAGE(PythonLibs REQUIRED)
+FIND_PACKAGE(PythonLibs 2 REQUIRED)
 IF (PYTHON_LIBRARY)
   MESSAGE(Python Library Found OK)
   SET(HAVE_PYTHON 1)





-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit scribus for openSUSE:Factory

2013-08-23 Thread h_root
Hello community,

here is the log from the commit of package scribus for openSUSE:Factory checked 
in at 2013-08-23 12:01:27

Comparing /work/SRC/openSUSE:Factory/scribus (Old)
 and  /work/SRC/openSUSE:Factory/.scribus.new (New)


Package is scribus

Changes:

--- /work/SRC/openSUSE:Factory/scribus/scribus.changes  2013-01-17 
10:38:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.scribus.new/scribus.changes 2013-08-23 
12:01:31.0 +0200
@@ -1,0 +2,29 @@
+Thu Aug 22 03:30:39 UTC 2013 - mrd...@opensuse.org
+
+- Update to version 1.4.2
+   + The Barcode Writer has been updated and supports many more
+ barcodes, including QR.
+   + The Galaxy Gauge™ color matching system and color tools have
+ been included.
+   + New color palettes from government agencies (Canada, 
+ Germany, The Netherlands, United Kingdom) have been included.
+   + More Open Source color palettes have been included.
+   + Improvements to the build system.
+   + Improvements to the Preflight Verifier.
+   + The A4 page size limit of TeX-rendered graphics in Render 
+ Frames has been removed.
+   + The Short Words plug-in now supports Danish.
+   +  Many updates to the Online Manual. 
+
+-  Most important bugfixes:
+- Disabled hyphenation on some Linux distributions is working again.
+- Some unit conversion issues have been fixed.
+- Display issues related to Ubuntu's Unity interface have been fixed.
+- Some fixes to wrong or irritating UI behavior.
+- Memory management in connection with the new Hyphenator has
+  been optimized.
+- Issues with the Clang compiler have been fixed.
+- Scribus now supports Pillow as an alternative to the Python Imaging Library.
+- Many translation updates. 
+
+---

Old:

  scribus-1.4.2.tar.xz

New:

  scribus-1.4.3.tar.xz



Other differences:
--
++ scribus.spec ++
--- /var/tmp/diff_new_pack.JAWDjL/_old  2013-08-23 12:01:32.0 +0200
+++ /var/tmp/diff_new_pack.JAWDjL/_new  2013-08-23 12:01:32.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   scribus
-Version:1.4.2
+Version:1.4.3
 Release:0
 Summary:Open Source Page Layout and Desktop Publishing (DTP)
 License:GPL-2.0+

++ scribus-1.4.2.tar.xz - scribus-1.4.3.tar.xz ++
/work/SRC/openSUSE:Factory/scribus/scribus-1.4.2.tar.xz 
/work/SRC/openSUSE:Factory/.scribus.new/scribus-1.4.3.tar.xz differ: char 25, 
line 1






-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit scribus for openSUSE:Factory

2013-01-17 Thread h_root
Hello community,

here is the log from the commit of package scribus for openSUSE:Factory checked 
in at 2013-01-17 10:38:22

Comparing /work/SRC/openSUSE:Factory/scribus (Old)
 and  /work/SRC/openSUSE:Factory/.scribus.new (New)


Package is scribus, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/scribus/scribus.changes  2012-09-11 
08:00:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.scribus.new/scribus.changes 2013-01-17 
10:38:26.0 +0100
@@ -1,0 +2,15 @@
+Mon Jan 14 04:22:20 UTC 2013 - mrd...@opensuse.org
+
+- Update to version 1.4.2:
+  - New feature - hunspell based spell checker
+  - UI and Document Updates and translation updates
+  - Scribus will look for existing dictionaries on the system
+it is installed already installed by hunspell packages or 
+LibreOffice. New dictionaries are downloadable directly from
+within Scribus Preferences via freedesktop.org. 
+The spellchecker now also works within the Story Editor. 
+  - Stability and other minor fixes
+  - Complete versioned changelog: 
+http://bugs.scribus.net/changelog_page.php?version_id=84  
+
+---

Old:

  scribus-1.4.1.tar.bz2

New:

  scribus-1.4.2.tar.xz



Other differences:
--
++ scribus.spec ++
--- /var/tmp/diff_new_pack.4wILIJ/_old  2013-01-17 10:38:29.0 +0100
+++ /var/tmp/diff_new_pack.4wILIJ/_new  2013-01-17 10:38:29.0 +0100
@@ -18,13 +18,13 @@
 
 
 Name:   scribus
-Version:1.4.1
+Version:1.4.2
 Release:0
 Summary:Open Source Page Layout and Desktop Publishing (DTP)
 License:GPL-2.0+
 Group:  Productivity/Publishing/Other
 Url:http://www.scribus.net/
-Source0:
http://sourceforge.net/projects/%{name}/files/%{name}/%{version}/%{name}-%{version}.tar.bz2
+Source0:
http://sourceforge.net/projects/%{name}/files/%{name}/%{version}/%{name}-%{version}.tar.xz
 Source1:%{name}-icon24.png
 Source2:%{name}-icon32.png
 Source3:%{name}-icon64.png
@@ -51,12 +51,15 @@
 BuildRequires:  python-devel
 BuildRequires:  shared-mime-info
 BuildRequires:  update-desktop-files
+BuildRequires:  hunspell-devel
+##BuildRequires:  libMagick++-devel
 
 %if 0%{?suse_version} 
 Requires:   ghostscript-library
 Requires:   python-imaging
 Requires:   tk
 Suggests:   AdobeICCProfiles
+Suggests:  Uniconvertor
 %endif
 
 Provides:   scribus-templates  1.2
@@ -90,7 +93,7 @@
 
 %prep
 
-%setup -q -n Scribus
+%setup -q 
 
 %build
 # Delete non-free colour swatches (bnc#763586)
@@ -113,6 +116,7 @@
   -DWANT_CAIRO=1 \
   -DCMAKE_BUILD_WITH_INSTALL_RPATH=FALSE \
   -DCMAKE_SKIP_RPATH=TRUE \
+  -DWANT_HUNSPELL=1 \
   ../
 
 make %{_smp_mflags}






-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit scribus for openSUSE:Factory

2012-09-11 Thread h_root
Hello community,

here is the log from the commit of package scribus for openSUSE:Factory checked 
in at 2012-09-11 07:59:46

Comparing /work/SRC/openSUSE:Factory/scribus (Old)
 and  /work/SRC/openSUSE:Factory/.scribus.new (New)


Package is scribus, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/scribus/scribus.changes  2012-06-26 
17:37:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.scribus.new/scribus.changes 2012-09-11 
08:00:04.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul  6 15:16:37 UTC 2012 - dmuel...@suse.com
+
+- fix build for older distros
+
+---



Other differences:
--
++ scribus.spec ++
--- /var/tmp/diff_new_pack.aVBEdr/_old  2012-09-11 08:00:07.0 +0200
+++ /var/tmp/diff_new_pack.aVBEdr/_new  2012-09-11 08:00:07.0 +0200
@@ -150,15 +150,19 @@
 if [ -f /usr/bin/update-mime-database ]; then
   /usr/bin/update-mime-database /usr/share/mime  /dev/null
 fi
+%if 0%{?suse_version}  1130
 %desktop_database_post
 %icon_theme_cache_post
+%endif
 
 %postun
 if [ -f /usr/bin/update-mime-database ]; then
   /usr/bin/update-mime-database /usr/share/mime  /dev/null
 fi
+%if 0%{?suse_version}  1130
 %desktop_database_postun
 %icon_theme_cache_postun
+%endif
 
 %files
 %defattr(-,root,root)






-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit scribus for openSUSE:Factory

2012-06-26 Thread h_root
Hello community,

here is the log from the commit of package scribus for openSUSE:Factory checked 
in at 2012-06-26 17:37:41

Comparing /work/SRC/openSUSE:Factory/scribus (Old)
 and  /work/SRC/openSUSE:Factory/.scribus.new (New)


Package is scribus, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/scribus/scribus.changes  2012-05-25 
16:19:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.scribus.new/scribus.changes 2012-06-26 
17:37:43.0 +0200
@@ -2 +2,8 @@
-Wed May 23 08:42:03 UTC 2012 - badshah@localhost
+Mon Jun 25 00:03:47 UTC 2012 - badshah...@gmail.com
+
+- Install hi-res icons in the hicolor icon directory for better
+  appearance on desktop menu, specifically on the gnome-shell; add
+  BuildRequires: hicolor-icon-theme for this purpose.
+
+---
+Wed May 23 08:42:03 UTC 2012 - badshah...@gmail.com

New:

  scribus-icon128.png
  scribus-icon24.png
  scribus-icon256.png
  scribus-icon32.png
  scribus-icon64.png



Other differences:
--
++ scribus.spec ++
--- /var/tmp/diff_new_pack.gFeK6a/_old  2012-06-26 17:37:46.0 +0200
+++ /var/tmp/diff_new_pack.gFeK6a/_new  2012-06-26 17:37:46.0 +0200
@@ -24,7 +24,12 @@
 License:GPL-2.0+
 Group:  Productivity/Publishing/Other
 Url:http://www.scribus.net/
-Source: 
http://sourceforge.net/projects/%{name}/files/%{name}/%{version}/%{name}-%{version}.tar.bz2
+Source0:
http://sourceforge.net/projects/%{name}/files/%{name}/%{version}/%{name}-%{version}.tar.bz2
+Source1:%{name}-icon24.png
+Source2:%{name}-icon32.png
+Source3:%{name}-icon64.png
+Source4:%{name}-icon128.png
+Source5:%{name}-icon256.png
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  aspell
 BuildRequires:  aspell-devel
@@ -34,6 +39,7 @@
 BuildRequires:  cups-devel
 BuildRequires:  fdupes
 BuildRequires:  fontconfig-devel
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  libQtWebKit-devel
 BuildRequires:  liblcms2-devel
 BuildRequires:  libpodofo-devel
@@ -118,10 +124,18 @@
 
 popd
 
+# install hi-res icons for better appearance on gnome-shell
+install -D -m 0644 %{S:1} 
%{buildroot}%{_datadir}/icons/hicolor/24x24/apps/%{name}.png
+install -D -m 0644 %{S:2} 
%{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
+install -D -m 0644 %{S:3} 
%{buildroot}%{_datadir}/icons/hicolor/64x64/apps/%{name}.png
+install -D -m 0644 %{S:4} 
%{buildroot}%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
+install -D -m 0644 %{S:5} 
%{buildroot}%{_datadir}/icons/hicolor/256x256/apps/%{name}.png
+
 %if 0%{?suse_version}
 %suse_update_desktop_file -r -i %{name} Qt Office Publishing WordProcessor 
-mkdir %{buildroot}%{_datadir}/pixmaps
-install -m 644 %{buildroot}%{_datadir}/%{name}/icons/%{name}.png 
%{buildroot}%{_datadir}/pixmaps/
+# 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 %{buildroot}%{_includedir}/%{name}/
@@ -137,12 +151,14 @@
   /usr/bin/update-mime-database /usr/share/mime  /dev/null
 fi
 %desktop_database_post
+%icon_theme_cache_post
 
 %postun
 if [ -f /usr/bin/update-mime-database ]; then
   /usr/bin/update-mime-database /usr/share/mime  /dev/null
 fi
 %desktop_database_postun
+%icon_theme_cache_postun
 
 %files
 %defattr(-,root,root)
@@ -154,13 +170,14 @@
 %{_datadir}/scribus
 %{_datadir}/doc/scribus
 %{_datadir}/applications/%{name}.desktop
-%{_datadir}/pixmaps/%{name}.png
+#%%{_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
 
 %files devel
 %defattr(-,root,root)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit scribus for openSUSE:Factory

2012-05-25 Thread h_root
Hello community,

here is the log from the commit of package scribus for openSUSE:Factory checked 
in at 2012-05-25 16:18:46

Comparing /work/SRC/openSUSE:Factory/scribus (Old)
 and  /work/SRC/openSUSE:Factory/.scribus.new (New)


Package is scribus, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/scribus/scribus.changes  2011-10-26 
15:45:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.scribus.new/scribus.changes 2012-05-25 
16:19:30.0 +0200
@@ -1,0 +2,62 @@
+Wed May 23 08:42:03 UTC 2012 - badshah@localhost
+
+- Delete non-free colour swatches (givelife and dtp-studio) from
+  the package (bnc#763586)
+
+---
+Wed May 23 01:57:45 UTC 2012 - mrd...@opensuse.org
+
+- drop fdupes in %datashare it breaks the help browser 
+- shorten the -devel description
+
+---
+Mon May 21 19:42:32 UTC 2012 - badshah...@gmail.com
+
+- Add back aspell and liblcms2-devel BuildRequires: these got
+  removed during the previous change by mistake.
+
+---
+Sat May  5 22:36:28 UTC 2012 - badshah...@gmail.com
+
+- Update to version 1.4.1:
+  + Many bugs fixed since 1.4.0 (see ChangeLog file installed in
+/usr/share/doc/scribus/)
+  + Addition of the GiveLife Color System(R) swatch palettes
+(www.givelifecolorsystem.com), license in the swatches
+directory.
+  + Updates to resolve small canvas interaction issues
+  + Corrections to both bitmap and SVG image import issues
+  + Addition of undo steps for path operations and page moving
+  + Corrections to some master page behaviour
+  + Fixes for text editing issues
+  + Enhancements to scripter
+  + Translation updates
+  + The Italian version of the help documents has been updated
+significantly
+  + Relocation of profiles and swatches to the share directory of
+Unix-like systems (linux, OS X, etc) to fit in with the file
+system recommendations
+- Added build requirement on fdupes to link duplicate files
+- Install desktop menu for application
+- Changes from version 1.4.0:
+  + Many bugs fixed since 1.4.0rc6 (see ChangeLog file installed
+in /usr/share/doc/scribus/).
+
+---
+Fri Jan 20 14:27:08 UTC 2012 - toddrme2...@gmail.com
+
+- Fixed aspell detection
+- Added lcms2 buildrequires
+
+---
+Mon Jan  2 19:33:19 UTC 2012 - adr...@suse.de
+
+- update to final 1.4.0 release
+- use xz compressed tar ball
+
+---
+Tue Dec  6 21:18:23 UTC 2011 - co...@suse.com
+
+- scribus is GPL-2.0+
+
+---

Old:

  scribus-1.4.0.rc6.tar.bz2

New:

  scribus-1.4.1.tar.bz2



Other differences:
--
++ scribus.spec ++
--- /var/tmp/diff_new_pack.t9BNbx/_old  2012-05-25 16:19:36.0 +0200
+++ /var/tmp/diff_new_pack.t9BNbx/_new  2012-05-25 16:19:36.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package scribus
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products 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
@@ -17,24 +17,25 @@
 #
 
 
-
 Name:   scribus
-Version:1.4.0.rc6
+Version:1.4.1
 Release:0
-License:GPL
 Summary:Open Source Page Layout and Desktop Publishing (DTP)
-Url:http://www.scribus.net/
+License:GPL-2.0+
 Group:  Productivity/Publishing/Other
-Source: %{name}-%{version}.tar.bz2
+Url:http://www.scribus.net/
+Source: 
http://sourceforge.net/projects/%{name}/files/%{name}/%{version}/%{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
+BuildRequires:  aspell
 BuildRequires:  aspell-devel
 BuildRequires:  boost-devel
 BuildRequires:  cairo-devel
 BuildRequires:  cmake = 2.6.0
 BuildRequires:  cups-devel
+BuildRequires:  fdupes
 BuildRequires:  fontconfig-devel
 BuildRequires:  libQtWebKit-devel
+BuildRequires:  liblcms2-devel
 BuildRequires:  libpodofo-devel
 BuildRequires:  libqt4-devel = 4.6.0
 BuildRequires:  libtiff-devel
@@ -67,7 +68,6 @@
 separations.
 
 %package devel
-License:GPL
 Summary:Open Source Page Layout / Desktop Publishing (DTP)
 Group:  Development/Libraries/Other
 Requires:   %{name} = %{version}
@@ -77,20 +77,28 @@
 Requires:   zlib-devel
 

commit scribus for openSUSE:Factory

2011-10-26 Thread h_root
Hello community,

here is the log from the commit of package scribus for openSUSE:Factory checked 
in at 2011-10-26 15:45:26

Comparing /work/SRC/openSUSE:Factory/scribus (Old)
 and  /work/SRC/openSUSE:Factory/.scribus.new (New)


Package is scribus, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/scribus/scribus.changes  2011-09-23 
12:45:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.scribus.new/scribus.changes 2011-10-26 
15:45:43.0 +0200
@@ -1,0 +2,14 @@
+Wed Oct 26 08:11:42 UTC 2011 - co...@suse.com
+
+- merged KDF again
+
+---
+Wed Oct 19 04:57:23 UTC 2011 - mrd...@opensuse.org
+
+-updated to 1.4.0.rc6
+-last RC before 1.4.0 final
+ +documentation updates, bug fixes and translation updates
+ +http://scribus.net/svn/Scribus/branches/Version135/Scribus/ChangeLog
+  for versioned changelog
+ 
+---

Old:

  scribus-1.4.0.rc5.tar.bz2

New:

  scribus-1.4.0.rc6.tar.bz2



Other differences:
--
++ scribus.spec ++
--- /var/tmp/diff_new_pack.mwunJf/_old  2011-10-26 15:46:14.0 +0200
+++ /var/tmp/diff_new_pack.mwunJf/_new  2011-10-26 15:46:14.0 +0200
@@ -19,8 +19,8 @@
 
 
 Name:   scribus
-Version:1.4.0.rc5
-Release:5
+Version:1.4.0.rc6
+Release:0
 License:GPL
 Summary:Open Source Page Layout and Desktop Publishing (DTP)
 Url:http://www.scribus.net/
@@ -30,17 +30,20 @@
 
 BuildRequires:  aspell-devel
 BuildRequires:  boost-devel
+BuildRequires:  cairo-devel
 BuildRequires:  cmake = 2.6.0
 BuildRequires:  cups-devel
 BuildRequires:  fontconfig-devel
 BuildRequires:  libQtWebKit-devel
 BuildRequires:  libpodofo-devel
 BuildRequires:  libqt4-devel = 4.6.0
+BuildRequires:  libtiff-devel
+BuildRequires:  libxml2-devel
+BuildRequires:  openssl-devel
+BuildRequires:  pkgconfig
 BuildRequires:  python-devel
 BuildRequires:  shared-mime-info
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(cairo)
-BuildRequires:  pkgconfig(libxml-2.0)
 
 %if 0%{?suse_version}
 Requires:   ghostscript-library
@@ -93,7 +96,6 @@
   %if %{_lib} == lib64
   -DWANT_LIB64=1 \
   %endif
-  -DDOCDIR:PATH=%{_docdir} \
   -DWANT_CAIRO=1 \
   -DCMAKE_BUILD_WITH_INSTALL_RPATH=FALSE \
   -DCMAKE_SKIP_RPATH=TRUE \
@@ -104,20 +106,15 @@
 %install
 
 cd build
-%make_install
-
-mkdir -p %{buildroot}%{_datadir}/pixmaps
-mkdir -p %{buildroot}%{_datadir}/applications
-mkdir -p %{buildroot}%{_datadir}/doc/packages/scribus
-
-ln -s %{buildroot}%{_datadir}/scribus/icons/scribus.png 
%{buildroot}%{_datadir}/pixmaps/scribus.png 
-
-ln -s %{buildroot}%{_datadir}/mimelnk/application/vnd.scribus.desktop  
%{buildroot}%{_datadir}/applications/vnd.scribus.desktop
+ make install \
+ DESTDIR=%{buildroot}
 
 %if 0%{?suse_version}
 %suse_update_desktop_file -i 
%{buildroot}%{_datadir}/mimelnk/application/vnd.scribus.desktop Office 
WordProcessor
 %endif
 
+#update the mime database
+
 %post
 if [ -f /usr/bin/update-mime-database ]; then
   /usr/bin/update-mime-database /usr/share/mime  /dev/null
@@ -128,27 +125,21 @@
   /usr/bin/update-mime-database /usr/share/mime  /dev/null
 fi
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-, root, root)
-%{_docdir}/scribus
 %{_bindir}/scribus
 %{_mandir}/man?/*.*
 %{_mandir}/*/man?/*.*
 %{_libdir}/scribus
 %{_datadir}/mime/packages/scribus.xml
 %{_datadir}/scribus
-%doc %{_datadir}/doc/scribus
+%{_datadir}/doc/scribus
 # 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}/applications/vnd.scribus.desktop
-%{_datadir}/pixmaps/scribus.png 
 
 %files devel
 %defattr(-, root, root)

++ scribus-1.4.0.rc5.tar.bz2 - scribus-1.4.0.rc6.tar.bz2 ++
/work/SRC/openSUSE:Factory/scribus/scribus-1.4.0.rc5.tar.bz2 
/work/SRC/openSUSE:Factory/.scribus.new/scribus-1.4.0.rc6.tar.bz2 differ: char 
11, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit scribus for openSUSE:Factory

2011-08-22 Thread h_root

Hello community,

here is the log from the commit of package scribus for openSUSE:Factory
checked in at Mon Aug 22 16:15:17 CEST 2011.




--- KDE/scribus/scribus.changes 2011-08-13 11:45:36.0 +0200
+++ /mounts/work_src_done/STABLE/scribus/scribus.changes2011-08-15 
15:50:29.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug 15 13:49:58 UTC 2011 - idon...@novell.com
+
+- Fix build and use %{_smp_mflags}
+
+---

calling whatdependson for head-i586




Other differences:
--
++ scribus.spec ++
--- /var/tmp/diff_new_pack.zXsrFS/_old  2011-08-22 16:14:54.0 +0200
+++ /var/tmp/diff_new_pack.zXsrFS/_new  2011-08-22 16:14:54.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   scribus
 Version:1.4.0.rc5
-Release:3
+Release:5
 License:GPL
 Summary:Open Source Page Layout and Desktop Publishing (DTP)
 Url:http://www.scribus.net/
@@ -99,14 +99,21 @@
   -DCMAKE_SKIP_RPATH=TRUE \
   ../
 
-make
+make %{_smp_mflags}
 
 %install
 
 cd build
 %make_install
 
+mkdir -p %{buildroot}%{_datadir}/pixmaps
+mkdir -p %{buildroot}%{_datadir}/applications
 mkdir -p %{buildroot}%{_datadir}/doc/packages/scribus
+
+ln -s %{buildroot}%{_datadir}/scribus/icons/scribus.png 
%{buildroot}%{_datadir}/pixmaps/scribus.png 
+
+ln -s %{buildroot}%{_datadir}/mimelnk/application/vnd.scribus.desktop  
%{buildroot}%{_datadir}/applications/vnd.scribus.desktop
+
 %if 0%{?suse_version}
 %suse_update_desktop_file -i 
%{buildroot}%{_datadir}/mimelnk/application/vnd.scribus.desktop Office 
WordProcessor
 %endif
@@ -140,6 +147,8 @@
 %dir %{_datadir}/mimelnk
 %dir %{_datadir}/mimelnk/application
 %{_datadir}/mimelnk/application/vnd.scribus.desktop
+%{_datadir}/applications/vnd.scribus.desktop
+%{_datadir}/pixmaps/scribus.png 
 
 %files devel
 %defattr(-, root, root)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit scribus for openSUSE:Factory

2011-08-15 Thread h_root

Hello community,

here is the log from the commit of package scribus for openSUSE:Factory
checked in at Mon Aug 15 11:18:36 CEST 2011.




--- KDE/scribus/scribus.changes 2011-06-18 21:35:54.0 +0200
+++ /mounts/work_src_done/STABLE/scribus/scribus.changes2011-08-13 
11:45:36.0 +0200
@@ -1,0 +2,7 @@
+Wed Aug 10 09:33:53 UTC 2011 - toddrme2...@gmail.com
+
+-Fixed language file identification
+-Removed redundant buildrequires
+-Cleaned up spec file formatting
+
+---

calling whatdependson for head-i586




Other differences:
--
++ scribus.spec ++
--- /var/tmp/diff_new_pack.oJZ0ON/_old  2011-08-15 11:17:07.0 +0200
+++ /var/tmp/diff_new_pack.oJZ0ON/_new  2011-08-15 11:17:07.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   scribus
 Version:1.4.0.rc5
-Release:1
+Release:3
 License:GPL
 Summary:Open Source Page Layout and Desktop Publishing (DTP)
 Url:http://www.scribus.net/
@@ -30,20 +30,17 @@
 
 BuildRequires:  aspell-devel
 BuildRequires:  boost-devel
-BuildRequires:  cairo-devel
 BuildRequires:  cmake = 2.6.0
 BuildRequires:  cups-devel
 BuildRequires:  fontconfig-devel
 BuildRequires:  libQtWebKit-devel
 BuildRequires:  libpodofo-devel
 BuildRequires:  libqt4-devel = 4.6.0
-BuildRequires:  libtiff-devel
-BuildRequires:  libxml2-devel
-BuildRequires:  openssl-devel
-BuildRequires:  pkgconfig
 BuildRequires:  python-devel
 BuildRequires:  shared-mime-info
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(cairo)
+BuildRequires:  pkgconfig(libxml-2.0)
 
 %if 0%{?suse_version} 
 Requires:   ghostscript-library
@@ -80,8 +77,6 @@
 This package provides the development headers for %{name}. It is most useful 
 for developing plugins for %{name}.
 
-%define prefix   %_prefix
-
 %prep
 
 %setup -q
@@ -94,10 +89,11 @@
 mkdir build
 cd build
 cmake \
-  -DCMAKE_INSTALL_PREFIX=%prefix \
+  -DCMAKE_INSTALL_PREFIX=%{_prefix} \
   %if %{_lib} == lib64
   -DWANT_LIB64=1 \
   %endif
+  -DDOCDIR:PATH=%{_docdir} \
   -DWANT_CAIRO=1 \
   -DCMAKE_BUILD_WITH_INSTALL_RPATH=FALSE \
   -DCMAKE_SKIP_RPATH=TRUE \
@@ -108,16 +104,13 @@
 %install
 
 cd build
- make install \
- DESTDIR=%{buildroot}
+%make_install
 
 mkdir -p %{buildroot}%{_datadir}/doc/packages/scribus
 %if 0%{?suse_version} 
 %suse_update_desktop_file -i 
%{buildroot}%{_datadir}/mimelnk/application/vnd.scribus.desktop Office 
WordProcessor
 %endif
 
-#update the mime database
-
 %post
 if [ -f /usr/bin/update-mime-database ]; then
   /usr/bin/update-mime-database /usr/share/mime  /dev/null
@@ -133,18 +126,17 @@
 
 %files
 %defattr(-, root, root)
-%doc %{_datadir}/doc/packages/scribus
-
+%{_docdir}/scribus
 %{_bindir}/scribus
 %{_mandir}/man?/*.*
 %{_mandir}/*/man?/*.*
 %{_libdir}/scribus
 %{_datadir}/mime/packages/scribus.xml
 %{_datadir}/scribus
-%{_datadir}/doc/scribus
+%doc %{_datadir}/doc/scribus
 # This should be owned by filesystem or man, but there are only scribus files:
 %lang(pl) %dir %{_mandir}/pl
-%{_mandir}/pl/man1 
+%lang(pl) %{_mandir}/pl/man1
 %dir %{_datadir}/mimelnk
 %dir %{_datadir}/mimelnk/application
 %{_datadir}/mimelnk/application/vnd.scribus.desktop






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit scribus for openSUSE:Factory

2011-06-20 Thread h_root

Hello community,

here is the log from the commit of package scribus for openSUSE:Factory
checked in at Mon Jun 20 14:03:38 CEST 2011.




--- KDE/scribus/scribus.changes 2011-04-10 18:17:09.0 +0200
+++ /mounts/work_src_done/STABLE/scribus/scribus.changes2011-06-18 
21:35:54.0 +0200
@@ -1,0 +2,9 @@
+Sat Jun 18 19:13:42 UTC 2011 - mrd...@opensuse.org
+
+-update to 1.4.0.rc5
+ + more bug fixes and translation updates
+  see http://bugs.scribus.net/changelog_page.php?version_id=68
+  for versioned changelog
+ 
+
+---

calling whatdependson for head-i586


Old:

  scribus-1.4.0.rc3.tar.bz2

New:

  scribus-1.4.0.rc5.tar.bz2



Other differences:
--
++ scribus.spec ++
--- /var/tmp/diff_new_pack.2XPgFc/_old  2011-06-20 14:02:26.0 +0200
+++ /var/tmp/diff_new_pack.2XPgFc/_new  2011-06-20 14:02:26.0 +0200
@@ -19,7 +19,7 @@
 
 
 Name:   scribus
-Version:1.4.0.rc3
+Version:1.4.0.rc5
 Release:1
 License:GPL
 Summary:Open Source Page Layout and Desktop Publishing (DTP)

++ scribus-1.4.0.rc3.tar.bz2 - scribus-1.4.0.rc5.tar.bz2 ++
KDE/scribus/scribus-1.4.0.rc3.tar.bz2 
/mounts/work_src_done/STABLE/scribus/scribus-1.4.0.rc5.tar.bz2 differ: char 11, 
line 1






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit scribus for openSUSE:Factory

2011-04-11 Thread h_root

Hello community,

here is the log from the commit of package scribus for openSUSE:Factory
checked in at Mon Apr 11 10:56:48 CEST 2011.




--- KDE/scribus/scribus.changes 2011-02-18 16:17:46.0 +0100
+++ /mounts/work_src_done/STABLE/scribus/scribus.changes2011-04-10 
18:17:09.0 +0200
@@ -1,0 +2,16 @@
+Sun Apr 10 16:16:16 UTC 2011 - mrd...@opensuse.org
+
+-update to 1.4.0.rc3
+ + more bug fixes and translation updates
+  see http://bugs.scribus.net/changelog_page.php?version_id=68
+  for versioned changelog 
+
+---
+Tue Mar  8 01:49:59 UTC 2011 - mrd...@opensuse.org
+
+-update to 1.4.0.rc2
+ + more bug fixes and translation updates 
+  see http://bugs.scribus.net/changelog_page.php?version_id=68
+  for versioned changelog
+
+---

calling whatdependson for head-i586


Old:

  scribus-1.4.0.rc1.tar.bz2

New:

  scribus-1.4.0.rc3.tar.bz2



Other differences:
--
++ scribus.spec ++
--- /var/tmp/diff_new_pack.ACzMR0/_old  2011-04-11 10:55:18.0 +0200
+++ /var/tmp/diff_new_pack.ACzMR0/_new  2011-04-11 10:55:18.0 +0200
@@ -19,7 +19,7 @@
 
 
 Name:   scribus
-Version:1.4.0.rc1
+Version:1.4.0.rc3
 Release:1
 License:GPL
 Summary:Open Source Page Layout and Desktop Publishing (DTP)

++ scribus-1.4.0.rc1.tar.bz2 - scribus-1.4.0.rc3.tar.bz2 ++
KDE/scribus/scribus-1.4.0.rc1.tar.bz2 
/mounts/work_src_done/STABLE/scribus/scribus-1.4.0.rc3.tar.bz2 differ: char 11, 
line 1






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org