rpms/gnome-commander/devel .cvsignore, 1.2, 1.3 gnome-commander.spec, 1.7, 1.8 sources, 1.2, 1.3 gnome-commander-1.2.3-xsltproc-OMF-element.patch, 1.1, NONE

Mamoru Tasaka (mtasaka) fedora-extras-commits at redhat.com
Sat Jun 9 06:15:12 UTC 2007


Author: mtasaka

Update of /cvs/extras/rpms/gnome-commander/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5787/devel

Modified Files:
	.cvsignore gnome-commander.spec sources 
Removed Files:
	gnome-commander-1.2.3-xsltproc-OMF-element.patch 
Log Message:
* Sat Jun  9 2007 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.2.4-1
- Update to 1.2.4
- Support python chmlib libiptcdata



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gnome-commander/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	28 Dec 2006 14:59:39 -0000	1.2
+++ .cvsignore	9 Jun 2007 06:14:34 -0000	1.3
@@ -1 +1 @@
-gnome-commander-1.2.3.tar.bz2
+gnome-commander-1.2.4.tar.bz2


Index: gnome-commander.spec
===================================================================
RCS file: /cvs/extras/rpms/gnome-commander/devel/gnome-commander.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gnome-commander.spec	8 Jun 2007 16:58:43 -0000	1.7
+++ gnome-commander.spec	9 Jun 2007 06:14:34 -0000	1.8
@@ -1,31 +1,39 @@
 %define        id3lib_ver            3.8.3
 %define        libexif_ver           0.6.12
+%define        libgsf_ver            1.12.0
+%define        libiptcdata_ver       0.2.1
+%define        python_ver            2.4
 
 Name:          gnome-commander
-Version:       1.2.3
-Release:       7%{?dist}
+Version:       1.2.4
+Release:       1%{?dist}
 Summary:       A nice and fast file manager for the GNOME desktop
 
 Group:         Applications/File
 License:       GPL
 URL:           http://www.nongnu.org/gcmd/
 Source0:       ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.2/%{name}-%{version}.tar.bz2
-Patch0:        gnome-commander-1.2.3-xsltproc-OMF-element.patch
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: desktop-file-utils
-BuildRequires: scrollkeeper
 BuildRequires: gettext
+BuildRequires: scrollkeeper
 
+BuildRequires: chmlib-devel
 BuildRequires: id3lib-devel >= %{id3lib_ver}
 BuildRequires: lcms-devel
-BuildRequires: libgnomeui-devel
 BuildRequires: libexif-devel >= %{libexif_ver}
+BuildRequires: libgnomeui-devel
+BuildRequires: libiptcdata-devel >= %{libiptcdata_ver}
+
 BuildRequires: gnome-doc-utils
 BuildRequires: perl(XML::Parser)
+BuildRequires: python-devel >= %{python_ver}
 
+Requires:         gnome-python2-gnomevfs
 Requires:         id3lib >= %{id3lib_ver}
 Requires:         libexif >= %{libexif_ver}
+Requires:         libiptcdata >= %{libiptcdata_ver}
 Requires:         meld
 Requires:         yelp
 Requires(post):   scrollkeeper
@@ -38,10 +46,11 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .xsltproc
 
 %build
-%configure --disable-scrollkeeper
+%configure \
+   --disable-scrollkeeper \
+   --enable-python
 %{__make} %{?_smp_mflags}
 
 %install
@@ -89,6 +98,16 @@
 %{_datadir}/pixmaps/%{name}/
 
 %changelog
+* Sat Jun  9 2007 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.2.4-1
+- Update to 1.2.4
+- Support python chmlib libiptcdata
+
+- From upstream:
+  Sun Feb 4 2007 Piotr Eljasiak <epiotr at use.pl> 
+  - added libgsf dependencies
+  Wed Jan 30 2007 Piotr Eljasiak <epiotr at use.pl>
+  - added build and runtime deps for python and gnome-python2-gnomevfs
+
 * Sat Jun  9 2007 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.2.3-7
 - Require yelp (#243392)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gnome-commander/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	28 Dec 2006 14:59:39 -0000	1.2
+++ sources	9 Jun 2007 06:14:34 -0000	1.3
@@ -1 +1 @@
-817ee443d970c9efb5553b7b6103ab86  gnome-commander-1.2.3.tar.bz2
+9897237e3d297086d88ddf3c7d0dc560  gnome-commander-1.2.4.tar.bz2


--- gnome-commander-1.2.3-xsltproc-OMF-element.patch DELETED ---




More information about the scm-commits mailing list