rpms/raptor/devel .cvsignore, 1.6, 1.7 raptor.spec, 1.18, 1.19 sources, 1.6, 1.7

Orcan Ogetbil oget at fedoraproject.org
Sat Dec 12 06:25:30 UTC 2009


Author: oget

Update of /cvs/pkgs/rpms/raptor/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24487

Modified Files:
	.cvsignore raptor.spec sources 
Log Message:
* Sat Dec 12 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.4.20-1
- New version.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/raptor/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	8 Jul 2008 13:07:10 -0000	1.6
+++ .cvsignore	12 Dec 2009 06:25:29 -0000	1.7
@@ -1 +1 @@
-raptor-1.4.18.tar.gz
+raptor-1.4.20.tar.gz


Index: raptor.spec
===================================================================
RCS file: /cvs/pkgs/rpms/raptor/devel/raptor.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- raptor.spec	29 Oct 2009 06:07:45 -0000	1.18
+++ raptor.spec	12 Dec 2009 06:25:29 -0000	1.19
@@ -1,7 +1,7 @@
 Summary:       Raptor RDF Parser Toolkit for Redland
 Name:          raptor
-Version:       1.4.18
-Release:       5%{?dist}
+Version:       1.4.20
+Release:       1%{?dist}
 License:       LGPLv2+ or ASL 2.0
 Group:         System Environment/Libraries
 Source:        http://download.librdf.org/source/raptor-%{version}.tar.gz
@@ -31,6 +31,11 @@ RDF/XML or N-Triples.
 %setup -q
 %patch0 -p1 -b .multilib
 
+# Fix encoding
+iconv -f ISO-8859-1 -t UTF8 NEWS > NEWS.tmp
+touch -r NEWS NEWS.tmp
+mv -f NEWS.tmp NEWS
+
 # hack to nuke rpaths
 %if "%{_libdir}" != "/usr/lib"
 sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
@@ -55,8 +60,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-, root, root)
-%doc AUTHORS COPYING COPYING.LIB ChangeLog LICENSE-2.0.txt LICENSE.html LICENSE.txt NEWS README
-%doc %{_mandir}/man1/rapper.1*
+%doc AUTHORS COPYING COPYING.LIB ChangeLog LICENSE-2.0.txt LICENSE.html
+%doc LICENSE.txt  NEWS NEWS.html NOTICE README README.html RELEASE.html
+%{_mandir}/man1/rapper.1*
 %{_libdir}/libraptor.so.1*
 %{_bindir}/rapper
 
@@ -75,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/raptor-config
 
 %changelog
+* Sat Dec 12 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.4.20-1
+- New version.
+
 * Thu Oct 29 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.4.18-5
 - Fix multilib conflict (RHBZ#477342)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/raptor/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	8 Jul 2008 13:07:10 -0000	1.6
+++ sources	12 Dec 2009 06:25:29 -0000	1.7
@@ -1 +1 @@
-284e768eeda0e2898b0d5bf7e26a016e  raptor-1.4.18.tar.gz
+4d9c950ea794d3e141ff60875b0a2bbc  raptor-1.4.20.tar.gz




More information about the fedora-extras-commits mailing list