rpms/ocaml-calendar/devel import.log, NONE, 1.1 .cvsignore, 1.4, 1.5 ocaml-calendar.spec, 1.7, 1.8 sources, 1.4, 1.5

Richard W.M. Jones (rjones) fedora-extras-commits at redhat.com
Thu Jul 10 09:02:46 UTC 2008


Author: rjones

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

Modified Files:
	.cvsignore ocaml-calendar.spec sources 
Added Files:
	import.log 
Log Message:
* Thu Jul 10 2008 Richard W.M. Jones <rjones at redhat.com> - 2.0.4-1
- New upstream version 2.0.4 (rhbz #454789).
- Fix non-UTF-8 characters in TODO.
- *.cmx file moved to -devel subpackage as per packaging guidelines.



--- NEW FILE import.log ---
ocaml-calendar-2_0_4-1_fc10:HEAD:ocaml-calendar-2.0.4-1.fc10.src.rpm:1215680482


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-calendar/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	28 Mar 2008 15:34:39 -0000	1.4
+++ .cvsignore	10 Jul 2008 09:01:56 -0000	1.5
@@ -1 +1 @@
-calendar-2.0.2.tar.gz
+calendar-2.0.4.tar.gz


Index: ocaml-calendar.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-calendar/devel/ocaml-calendar.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ocaml-calendar.spec	23 Apr 2008 11:10:34 -0000	1.7
+++ ocaml-calendar.spec	10 Jul 2008 09:01:56 -0000	1.8
@@ -2,8 +2,8 @@
 %define debug_package %{nil}
 
 Name:           ocaml-calendar
-Version:        2.0.2
-Release:        2%{?dist}
+Version:        2.0.4
+Release:        1%{?dist}
 Summary:        Objective Caml library for managing dates and times
 
 Group:          Development/Libraries
@@ -46,6 +46,9 @@
 make
 make doc
 
+mv TODO TODO.old
+iconv -f iso-8859-1 -t utf-8 < TODO.old > TODO
+
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -63,16 +66,27 @@
 %defattr(-,root,root,-)
 %doc CHANGES README TODO LGPL COPYING
 %{_libdir}/ocaml/calendar
+%if %opt
+%exclude %{_libdir}/ocaml/calendar/*.cmx
+%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/*.cmx
+%endif
 %{_libdir}/ocaml/calendar/*.mli
 
 
 %changelog
+* Thu Jul 10 2008 Richard W.M. Jones <rjones at redhat.com> - 2.0.4-1
+- New upstream version 2.0.4 (rhbz #454789).
+- Fix non-UTF-8 characters in TODO.
+- *.cmx file moved to -devel subpackage as per packaging guidelines.
+
 * Wed Apr 23 2008 Richard W.M. Jones <rjones at redhat.com> - 2.0.2-2
 - Rebuild for OCaml 3.10.2
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-calendar/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	28 Mar 2008 15:34:39 -0000	1.4
+++ sources	10 Jul 2008 09:01:56 -0000	1.5
@@ -1 +1 @@
-1631f5f21bf4d9b57a2fb7d956e44bdb  calendar-2.0.2.tar.gz
+f460b1f0544d6c29b9d6517ef8a4b282  calendar-2.0.4.tar.gz




More information about the fedora-extras-commits mailing list