[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/rhpl/devel .cvsignore, 1.42, 1.43 rhpl.spec, 1.47, 1.48 sources, 1.44, 1.45
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/rhpl/devel .cvsignore, 1.42, 1.43 rhpl.spec, 1.47, 1.48 sources, 1.44, 1.45
- Date: Wed, 6 Jul 2005 14:53:39 -0400
Author: clumens
Update of /cvs/dist/rpms/rhpl/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv12090
Modified Files:
.cvsignore rhpl.spec sources
Log Message:
New version.
Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/rhpl/devel/.cvsignore,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- .cvsignore 30 Jun 2005 18:19:50 -0000 1.42
+++ .cvsignore 6 Jul 2005 18:53:36 -0000 1.43
@@ -1,3 +1,4 @@
rhpl-0.166.tar.gz
rhpl-0.167.tar.gz
rhpl-0.168.tar.gz
+rhpl-0.169.tar.gz
Index: rhpl.spec
===================================================================
RCS file: /cvs/dist/rpms/rhpl/devel/rhpl.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- rhpl.spec 30 Jun 2005 18:19:50 -0000 1.47
+++ rhpl.spec 6 Jul 2005 18:53:36 -0000 1.48
@@ -1,6 +1,6 @@
Summary: Library of python code used by programs in Red Hat Linux
Name: rhpl
-Version: 0.168
+Version: 0.169
Release: 1
Source0: %{name}-%{version}.tar.gz
License: GPL
@@ -8,7 +8,7 @@
BuildRoot: %{_tmppath}/%{name}-root
BuildRequires: python-devel, gettext
Requires: python >= %(%{__python} -c "import sys; print sys.version[:3]")
-%ifnarch s390 s390x
+%ifnarch s390 s390x ppc64
BuildRequires: wireless-tools
Requires: pyxf86config >= 0.3.2
%endif
@@ -39,6 +39,10 @@
%{_datadir}/rhpl
%changelog
+* Wed Jul 06 2005 Chris Lumens <clumens redhat com> 0.169-1
+- Fix ppc64 requires. (katzj)
+- Handle uncompressed .mo files as well.
+
* Thu Jun 30 2005 Chris Lumens <clumens redhat com> 0.168-1
- Use Python's gzip module instead of our own gzread for .mo files.
Index: sources
===================================================================
RCS file: /cvs/dist/rpms/rhpl/devel/sources,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- sources 30 Jun 2005 18:19:50 -0000 1.44
+++ sources 6 Jul 2005 18:53:36 -0000 1.45
@@ -1 +1 @@
-36a0eb39493347384b74eecd3fdd25a2 rhpl-0.168.tar.gz
+95f660f32c26f29a82b22d999b356d87 rhpl-0.169.tar.gz
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]