SHA256
1
0
forked from pool/scribus

Accepting request 148499 from KDE:Distro:Factory

update to 1.4.2  See .changes file for details (forwarded request 148496 from mrdocs)

OBS-URL: https://build.opensuse.org/request/show/148499
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scribus?expand=0&rev=46
This commit is contained in:
Stephan Kulow 2013-01-17 09:38:22 +00:00 committed by Git OBS Bridge
parent 069f7b5f5f
commit ced338fc4a
4 changed files with 26 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f3603ca1de6c70f4a6a2b09571593581d4e5aaed863b6c5986e37a3a2469801b
size 68006491

3
scribus-1.4.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b951d47913e800b31675fec94ae4e81dc2ee0247506a9218211db62da6386563
size 64405272

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Jan 14 04:22:20 UTC 2013 - mrdocs@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
-------------------------------------------------------------------
Fri Jul 6 15:16:37 UTC 2012 - dmueller@suse.com

View File

@ -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: pkgconfig
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 @@ for developing scribus plugins.
%prep
%setup -q -n Scribus
%setup -q
%build
# Delete non-free colour swatches (bnc#763586)
@ -113,6 +116,7 @@ cmake \
-DWANT_CAIRO=1 \
-DCMAKE_BUILD_WITH_INSTALL_RPATH=FALSE \
-DCMAKE_SKIP_RPATH=TRUE \
-DWANT_HUNSPELL=1 \
../
make %{_smp_mflags}