- update to 1.3.8

This commit is contained in:
Dan Horák 2010-08-16 13:46:44 +02:00
parent ac3fdd28c6
commit c60f23c66b
3 changed files with 8 additions and 11 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
scribus-1.3.7.tar.bz2
scribus-1.3.8.tar.bz2

View File

@ -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 <dan[AT]danny.cz> - 1.3.8-1
- update to 1.3.8
* Sat Jun 19 2010 Dan Horák <dan[AT]danny.cz> - 1.3.7-3
- fix crash when selecting frame (#604124)

View File

@ -1 +1 @@
2c486389172c053ff4da38960e412690 scribus-1.3.7.tar.bz2
660b946ea3ba19e894fb5701832a6b54 scribus-1.3.8.tar.bz2