From 4aec0afd7b876fff2e93b49dc85aafaa04a2d650 Mon Sep 17 00:00:00 2001 From: Paulo Roma Cavalcanti Date: Tue, 2 Feb 2010 13:25:13 +0000 Subject: [PATCH] pdf import bug --- .cvsignore | 2 +- import.log | 1 + sources | 2 +- xpaint.spec | 16 ++++++++++------ 4 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.cvsignore b/.cvsignore index d3c2012..cb84281 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xpaint-2.8.13.1.tar.bz2 +xpaint-2.8.15.tar.bz2 diff --git a/import.log b/import.log index 0f0db39..3d20514 100644 --- a/import.log +++ b/import.log @@ -2,3 +2,4 @@ xpaint-2_8_7-1_fc10:F-12:xpaint-2.8.7-1.fc10.src.rpm:1257556527 xpaint-2_8_7_3-1_fc10:F-12:xpaint-2.8.7.3-1.fc10.src.rpm:1258835905 xpaint-2_8_13_1-1_fc12:F-12:xpaint-2.8.13.1-1.fc12.src.rpm:1264777005 xpaint-2_8_13_1-3_fc12:F-12:xpaint-2.8.13.1-3.fc12.src.rpm:1264801916 +xpaint-2_8_15-1_fc12:F-12:xpaint-2.8.15-1.fc12.src.rpm:1265117090 diff --git a/sources b/sources index 8d87773..b6bbb04 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8afa1735acaff5533cab74bfc417c138 xpaint-2.8.13.1.tar.bz2 +13e2965b2c2fb4f24a475a309effd8bd xpaint-2.8.15.tar.bz2 diff --git a/xpaint.spec b/xpaint.spec index 2198cc3..6aaa250 100644 --- a/xpaint.spec +++ b/xpaint.spec @@ -3,8 +3,8 @@ Summary: An X Window System image editing or paint program Name: xpaint -Version: 2.8.13.1 -Release: 3%{?dist} +Version: 2.8.15 +Release: 1%{?dist} License: GPLv3+ Group: Applications/Multimedia URL: http://sourceforge.net/projects/sf-xpaint @@ -23,7 +23,7 @@ BuildRequires: libXext-devel BuildRequires: libXp-devel %{?with_Xaw3d:BuildRequires: Xaw3d-devel} %{?with_neXtaw:BuildRequires: neXtaw-devel} -Requires: cups, gv, netpbm +Requires: cups, gv, netpbm, psutils # The only way of compiling and linking plugins on the fly. Obsoletes: %{name}-devel < %{version}-%{release} Provides: %{name}-devel = %{version}-%{release} @@ -116,14 +116,18 @@ rm -rf %{buildroot} %changelog -* Fri Jan 29 2010 Paulo Roma 2.8.13-3 +* Tue Feb 02 2010 Paulo Roma 2.8.15-1 +- Updated to 2.8.15: #BUG 559938 +- Added BR psutils. + +* Fri Jan 29 2010 Paulo Roma 2.8.13.1-3 - Obsoleting xpaint-devel. -* Fri Jan 29 2010 Paulo Roma 2.8.13-2 +* Fri Jan 29 2010 Paulo Roma 2.8.13.1-2 - Not stripping xpaint: #BUG 540223 - Dropped devel package. -* Fri Jan 29 2010 Paulo Roma 2.8.13-1 +* Fri Jan 29 2010 Paulo Roma 2.8.13.1-1 - Updated to 2.8.13.1 - Removed emacs dependency: #BUG 542967