diff --git a/scribus-1.4.1.tar.bz2 b/scribus-1.4.1.tar.bz2 deleted file mode 100644 index 6815409..0000000 --- a/scribus-1.4.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3603ca1de6c70f4a6a2b09571593581d4e5aaed863b6c5986e37a3a2469801b -size 68006491 diff --git a/scribus-1.4.2.tar.xz b/scribus-1.4.2.tar.xz new file mode 100644 index 0000000..abd6fe5 --- /dev/null +++ b/scribus-1.4.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b951d47913e800b31675fec94ae4e81dc2ee0247506a9218211db62da6386563 +size 64405272 diff --git a/scribus.changes b/scribus.changes index decc435..68097f7 100644 --- a/scribus.changes +++ b/scribus.changes @@ -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 diff --git a/scribus.spec b/scribus.spec index 5c5de36..33905d6 100644 --- a/scribus.spec +++ b/scribus.spec @@ -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,7 +116,8 @@ cmake \ -DWANT_CAIRO=1 \ -DCMAKE_BUILD_WITH_INSTALL_RPATH=FALSE \ -DCMAKE_SKIP_RPATH=TRUE \ - ../ + -DWANT_HUNSPELL=1 \ + ../ make %{_smp_mflags}