rpms/ocaml-calendar/devel .cvsignore, 1.2, 1.3 ocaml-calendar.spec, 1.3, 1.4 sources, 1.2, 1.3

Richard W.M. Jones (rjones) fedora-extras-commits at redhat.com
Wed Feb 13 00:24:27 UTC 2008


Author: rjones

Update of /cvs/pkgs/rpms/ocaml-calendar/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11644/devel

Modified Files:
	.cvsignore ocaml-calendar.spec sources 
Log Message:
* Tue Feb 12 2008 Richard W.M. Jones <rjones at redhat.com> - 2.0-1
- New upstream version 2.0.
- Rebuild for OCaml 3.10.1.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-calendar/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	9 Aug 2007 15:48:54 -0000	1.2
+++ .cvsignore	13 Feb 2008 00:23:50 -0000	1.3
@@ -1 +1 @@
-calendar-1.10.tar.gz
+calendar-2.0.tar.gz


Index: ocaml-calendar.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-calendar/devel/ocaml-calendar.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ocaml-calendar.spec	6 Sep 2007 15:41:18 -0000	1.3
+++ ocaml-calendar.spec	13 Feb 2008 00:23:50 -0000	1.4
@@ -2,24 +2,26 @@
 %define debug_package %{nil}
 
 Name:           ocaml-calendar
-Version:        1.10
-Release:        9%{?dist}
+Version:        2.0
+Release:        1%{?dist}
 Summary:        Objective Caml library for managing dates and times
 
 Group:          Development/Libraries
 License:        LGPLv2
 URL:            http://www.lri.fr/~signoles/prog.en.html#calendar
-Source0:        http://www.lri.fr/~signoles/prog/calendar/calendar-1.10.tar.gz
+Source0:        http://www.lri.fr/~signoles/prog/calendar/calendar-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 ExcludeArch:    ppc64
 
-BuildRequires:  ocaml >= 3.10.0-7
+BuildRequires:  ocaml >= 3.10.1
 BuildRequires:  ocaml-findlib-devel, ocaml-ocamldoc
 BuildRequires:  gawk
 
+# Ignore all generated modules *except* CalendarLib, since everything
+# now appears in that namespace.
 %define _use_internal_dependency_generator 0
 %define __find_requires /usr/lib/rpm/ocaml-find-requires.sh
-%define __find_provides /usr/lib/rpm/ocaml-find-provides.sh
+%define __find_provides /usr/lib/rpm/ocaml-find-provides.sh -i Calendar_builder -i Calendar_sig -i Date -i Date_sig -i Fcalendar -i Ftime -i Period -i Printer -i Time -i Time_sig -i Time_Zone -i Utils -i Version
 
 %description
 Objective Caml library for managing dates and times.
@@ -62,24 +64,20 @@
 %defattr(-,root,root,-)
 %doc CHANGES README TODO LGPL COPYING
 %{_libdir}/ocaml/calendar
-%if %opt
-%exclude %{_libdir}/ocaml/calendar/*.a
-%exclude %{_libdir}/ocaml/calendar/*.cmxa
-%endif
 %exclude %{_libdir}/ocaml/calendar/*.mli
 
 
 %files devel
 %defattr(-,root,root,-)
 %doc CHANGES README TODO LGPL COPYING calendarFAQ-2.6.txt doc/*
-%if %opt
-%{_libdir}/ocaml/calendar/*.a
-%{_libdir}/ocaml/calendar/*.cmxa
-%endif
 %{_libdir}/ocaml/calendar/*.mli
 
 
 %changelog
+* Tue Feb 12 2008 Richard W.M. Jones <rjones at redhat.com> - 2.0-1
+- New upstream version 2.0.
+- Rebuild for OCaml 3.10.1.
+
 * Thu Sep  6 2007 Richard W.M. Jones <rjones at redhat.com> - 1.10-9
 - Force rebuild because of updated requires/provides scripts in OCaml.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-calendar/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	9 Aug 2007 15:48:54 -0000	1.2
+++ sources	13 Feb 2008 00:23:50 -0000	1.3
@@ -1 +1 @@
-ab36c83c354644695cbf81165dc3757d  calendar-1.10.tar.gz
+3648311befb866a124a8cb00d667b269  calendar-2.0.tar.gz




More information about the fedora-extras-commits mailing list