diff --git a/.gitignore b/.gitignore index cc00ac5..e0bbdb1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ scribus-1.3.7.tar.bz2 +scribus-1.3.8.tar.bz2 diff --git a/scribus.spec b/scribus.spec index a9d926e..a4848a5 100644 --- a/scribus.spec +++ b/scribus.spec @@ -1,6 +1,6 @@ Name: scribus -Version: 1.3.7 -Release: 3%{?dist} +Version: 1.3.8 +Release: 1%{?dist} Summary: DeskTop Publishing application written in Qt @@ -11,12 +11,6 @@ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar. # https://bugzilla.redhat.com/show_bug.cgi?id=506074 # http://bugs.scribus.net/view.php?id=8232 Patch0: %{name}-1.3.7-system-hyphen.patch -# https://bugzilla.redhat.com/show_bug.cgi?id=603921 -# http://bugs.scribus.net/view.php?id=8917 -Patch1: %{name}-1.3.7-menuicons.patch -# https://bugzilla.redhat.com/show_bug.cgi?id=604124 -# http://bugs.scribus.net/view.php?id=9180 -Patch2: %{name}-1.3.7-selecting-frame-crash.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: cmake @@ -68,6 +62,7 @@ Requires: %{name} = %{version}-%{release} %description devel Header files for Scribus. + %package doc Summary: Documentation files for Scribus Group: Development/Tools @@ -84,8 +79,6 @@ Obsoletes: %{name}-doc < 1.3.5-0.12.beta %prep %setup -q -n %{name}-%{version} %patch0 -p2 -b .system-hyphen -%patch1 -p2 -b .menuicons -%patch2 -p2 -b .selecting-frame-crash # recode man page to UTF-8 pushd scribus/manpages @@ -193,6 +186,9 @@ update-mime-database %{_datadir}/mime > /dev/null 2>&1 || : %changelog +* Mon Aug 16 2010 Dan Horák - 1.3.8-1 +- update to 1.3.8 + * Sat Jun 19 2010 Dan Horák - 1.3.7-3 - fix crash when selecting frame (#604124) diff --git a/sources b/sources index 98f1692..fa95a78 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2c486389172c053ff4da38960e412690 scribus-1.3.7.tar.bz2 +660b946ea3ba19e894fb5701832a6b54 scribus-1.3.8.tar.bz2