rpms/ocaml-ocamlnet/devel ocaml-ocamlnet.spec,1.3,1.4

Richard W.M. Jones (rjones) fedora-extras-commits at redhat.com
Mon Mar 3 21:50:38 UTC 2008


Author: rjones

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

Modified Files:
	ocaml-ocamlnet.spec 
Log Message:
* Mon Mar  3 2008 Richard W.M. Jones <rjones at redhat.com> - 2.2.9-4
- Do not strip binaries (bz 435559).



Index: ocaml-ocamlnet.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-ocamlnet/devel/ocaml-ocamlnet.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ocaml-ocamlnet.spec	1 Mar 2008 10:13:06 -0000	1.3
+++ ocaml-ocamlnet.spec	3 Mar 2008 21:50:00 -0000	1.4
@@ -3,7 +3,7 @@
 
 Name:           ocaml-ocamlnet
 Version:        2.2.9
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Network protocols for OCaml
 
 Group:          Development/Libraries
@@ -152,9 +152,10 @@
 # be deleted safely.  This avoids an rpmlint warning.
 rm -f $RPM_BUILD_ROOT%{_libdir}/ocaml/rpc-generator/dummy.mli
 
-# Strip libraries and binaries.
+# Strip libraries.
 strip $RPM_BUILD_ROOT%{_libdir}/ocaml/stublibs/*.so
-strip $RPM_BUILD_ROOT%{_bindir}/*
+# NB. Do NOT strip the binaries.
+# (https://bugzilla.redhat.com/show_bug.cgi?id=435559)
 
 
 %clean
@@ -232,6 +233,9 @@
 
 
 %changelog
+* Mon Mar  3 2008 Richard W.M. Jones <rjones at redhat.com> - 2.2.9-4
+- Do not strip binaries (bz 435559).
+
 * Sat Mar  1 2008 Richard W.M. Jones <rjones at redhat.com> - 2.2.9-3
 - Rebuild for ppc64.
 




More information about the fedora-extras-commits mailing list