[xpaint/f13/master] Updated to latest version 2.9.2

Paulo Roma Cavalcanti roma at fedoraproject.org
Wed Aug 4 12:52:19 UTC 2010


commit 722830820ad96de4645097628ee580631ad11719
Author: Paulo Roma Cavalcanti <roma at cascavel.(none)>
Date:   Wed Aug 4 09:51:48 2010 -0300

    Updated to latest version 2.9.2

 .gitignore                             |    1 +
 sources                                |    2 +-
 xpaint-2.8.19-ewmh-minor-fixes.patch   |  423 ----------
 xpaint-2.8.19-minor_fixes.patch        | 1389 -------------------------------
 xpaint-2.8.19-small-improvements.patch | 1398 --------------------------------
 xpaint.spec                            |   22 +-
 6 files changed, 16 insertions(+), 3219 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e55b61c..1d980d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 xpaint-2.8.19.tar.bz2
+xpaint-2.9.2.tar.bz2
diff --git a/sources b/sources
index bc4ba17..55a358d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fa50b57e29c2024f825bcc12ab84c29a  xpaint-2.8.19.tar.bz2
+e414aba80d6305027b4ec043e38300e5  xpaint-2.9.2.tar.bz2
diff --git a/xpaint.spec b/xpaint.spec
index a850d27..80b63f9 100644
--- a/xpaint.spec
+++ b/xpaint.spec
@@ -4,20 +4,18 @@
 
 Summary:        An X Window System image editing or paint program
 Name:           xpaint
-Version:        2.8.19
+Version:        2.9.2
 Release:        1%{?dist}
 License:        GPLv3+
 Group:          Applications/Multimedia
 URL:            http://sourceforge.net/projects/sf-xpaint
 Source0:        http://downloads.sourceforge.net/sf-xpaint/%{name}-%{version}.tar.bz2
-Patch0:         xpaint-2.8.19-minor_fixes.patch
-Patch1:         xpaint-2.8.19-small-improvements.patch
-Patch2:         xpaint-2.8.19-ewmh-minor-fixes.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: bison flex imake chrpath
 BuildRequires: desktop-file-utils
-BuildRequires: libjpeg-devel 
+BuildRequires: openjpeg-devel
+BuildRequires: libjpeg-devel
 BuildRequires: libpng-devel 
 BuildRequires: libtiff-devel
 BuildRequires: libSM-devel 
@@ -29,6 +27,9 @@ BuildRequires: libXft-devel
 BuildRequires: Xaw3d-devel
 %{?with_neXtaw:BuildRequires: neXtaw-devel}
 Requires: cups, gv, netpbm, psutils
+Requires(post): /sbin/ldconfig
+Requires(postun): /sbin/ldconfig
+
 # The only way of compiling and linking plugins on the fly.
 Obsoletes: %{name}-devel < %{version}-%{release}
 Provides:  %{name}-devel = %{version}-%{release}
@@ -55,9 +56,6 @@ some support for batch processing.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
 sed -i -e 's|-lXext|-lXext -lfontconfig|g' Local.config
 sed -i -e 's|/lib |/%{_lib} |g' Local.config
 sed -i -e 's|@XPMDIR@|%{_prefix}|g' Local.config
@@ -118,6 +116,10 @@ mkdir -p %{buildroot}%{_includedir}
 mv %{buildroot}%{_datadir}/%{name}/include %{buildroot}%{_includedir}/%{name}
 ln -s ../../include/%{name} %{buildroot}%{_datadir}/%{name}/include
 
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
 %clean
 rm -rf %{buildroot}
 
@@ -139,6 +141,10 @@ rm -rf %{buildroot}
 
 %changelog
 
+* Sun Aug 01 2010 Paulo Roma <roma at lcg.ufrj.br> 2.9.2-1
+- Update to 2.9.2
+- Added BR openjpeg-devel.
+
 * Mon Mar 08 2010 Paulo Roma <roma at lcg.ufrj.br> 2.8.19-1
 - Update to 2.8.19
 - BRs: xaw/xaw3d are optional.


More information about the scm-commits mailing list