rpms/ocaml-res/devel .cvsignore, 1.4, 1.5 ocaml-res.spec, 1.5, 1.6 sources, 1.4, 1.5

Richard W.M. Jones rjones at fedoraproject.org
Tue Mar 10 14:12:48 UTC 2009


Author: rjones

Update of /cvs/pkgs/rpms/ocaml-res/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16449

Modified Files:
	.cvsignore ocaml-res.spec sources 
Log Message:
- New upstream version 3.1.1.
- Fix URL.
- Fix Source URL.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-res/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	20 Nov 2008 17:02:27 -0000	1.4
+++ .cvsignore	10 Mar 2009 14:12:17 -0000	1.5
@@ -1 +1 @@
-res-3.0.0.tar.bz2
+release-3.1.1.tar.bz2


Index: ocaml-res.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-res/devel/ocaml-res.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ocaml-res.spec	26 Feb 2009 07:32:15 -0000	1.5
+++ ocaml-res.spec	10 Mar 2009 14:12:17 -0000	1.6
@@ -2,14 +2,14 @@
 %define debug_package %{nil}
 
 Name:           ocaml-res
-Version:        3.0.0
-Release:        3%{?dist}
+Version:        3.1.1
+Release:        1%{?dist}
 Summary:        OCaml library for resizing arrays and strings
 
 Group:          Development/Libraries
 License:        LGPLv2+ with exceptions
-URL:            http://www.ocaml.info/home/ocaml_sources.html#RES
-Source0:        http://www.ocaml.info/ocaml_sources/res-%{version}.tar.bz2
+URL:            http://www.ocaml.info/home/ocaml_sources.html#res
+Source0:        http://hg.ocaml.info/release/res/archive/release-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  ocaml >= 3.10.0
@@ -46,7 +46,7 @@
 
 
 %prep
-%setup -q -n res-%{version}
+%setup -q -n res-release-%{version}
 
 
 %build
@@ -80,7 +80,7 @@
 
 %files devel
 %defattr(-,root,root,-)
-%doc LICENSE README Changes TODO
+%doc LICENSE README.txt Changes TODO
 %doc lib/doc/res/html
 %doc lib/doc/res/latex/*.dvi lib/doc/res/latex/*.ps lib/doc/res/latex/*.pdf
 %if %opt
@@ -91,6 +91,11 @@
 
 
 %changelog
+* Tue Mar 10 2009 Richard W.M. Jones <rjones at redhat.com> - 3.1.1-1
+- New upstream version 3.1.1.
+- Fix URL.
+- Fix Source URL.
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-res/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	20 Nov 2008 17:02:27 -0000	1.4
+++ sources	10 Mar 2009 14:12:17 -0000	1.5
@@ -1 +1 @@
-4ec2c457b9f51f59ea08eb3646996edf  res-3.0.0.tar.bz2
+2be2152f0d16e4bb88cdb67a1d46dd21  release-3.1.1.tar.bz2




More information about the Fedora-ocaml-list mailing list