pdf import bug

This commit is contained in:
Paulo Roma Cavalcanti 2010-02-02 13:25:13 +00:00
commit 4aec0afd7b
4 changed files with 13 additions and 8 deletions

View file

@ -1 +1 @@
xpaint-2.8.13.1.tar.bz2
xpaint-2.8.15.tar.bz2

View file

@ -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

View file

@ -1 +1 @@
8afa1735acaff5533cab74bfc417c138 xpaint-2.8.13.1.tar.bz2
13e2965b2c2fb4f24a475a309effd8bd xpaint-2.8.15.tar.bz2

View file

@ -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 <roma@lcg.ufrj.br> 2.8.13-3
* Tue Feb 02 2010 Paulo Roma <roma@lcg.ufrj.br> 2.8.15-1
- Updated to 2.8.15: #BUG 559938
- Added BR psutils.
* Fri Jan 29 2010 Paulo Roma <roma@lcg.ufrj.br> 2.8.13.1-3
- Obsoleting xpaint-devel.
* Fri Jan 29 2010 Paulo Roma <roma@lcg.ufrj.br> 2.8.13-2
* Fri Jan 29 2010 Paulo Roma <roma@lcg.ufrj.br> 2.8.13.1-2
- Not stripping xpaint: #BUG 540223
- Dropped devel package.
* Fri Jan 29 2010 Paulo Roma <roma@lcg.ufrj.br> 2.8.13-1
* Fri Jan 29 2010 Paulo Roma <roma@lcg.ufrj.br> 2.8.13.1-1
- Updated to 2.8.13.1
- Removed emacs dependency: #BUG 542967