[ocaml-pxp] New upstream version 1.2.3.

Richard W.M. Jones rjones at fedoraproject.org
Mon Jul 2 12:56:25 UTC 2012


commit 7600ea449cd939f736be6ca5fefea7ca19ad9928
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon Jul 2 13:53:47 2012 +0100

    New upstream version 1.2.3.
    
    - Includes fixes upstream for OCaml 4.00.0 so remove patch.

 .gitignore              |    1 +
 ocaml-pxp.spec          |   11 +++---
 pxp-1.2.2-ocaml-4.patch |   78 -----------------------------------------------
 sources                 |    2 +-
 4 files changed, 8 insertions(+), 84 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ce38442..6b47842 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 pxp-1.2.1.tar.gz
 /pxp-1.2.2.tar.gz
+/pxp-1.2.3.tar.gz
diff --git a/ocaml-pxp.spec b/ocaml-pxp.spec
index 8c19da3..bcf1a69 100644
--- a/ocaml-pxp.spec
+++ b/ocaml-pxp.spec
@@ -1,8 +1,8 @@
 %define debug_package %{nil}
 
 Name:           ocaml-pxp
-Version:        1.2.2
-Release:        3%{?dist}
+Version:        1.2.3
+Release:        1%{?dist}
 Summary:        Validating XML parser
 
 Group:          Development/Libraries
@@ -25,8 +25,6 @@ BuildRequires:  ocaml-camlp4-devel
 %define __find_requires /usr/lib/rpm/ocaml-find-requires.sh -i Asttypes -i Outcometree -i Parsetree
 %define __find_provides /usr/lib/rpm/ocaml-find-provides.sh
 
-Patch0:         pxp-1.2.2-ocaml-4.patch
-
 
 %description
 PXP is a validating XML parser for O'Caml. It represents the parsed
@@ -53,7 +51,6 @@ developing applications that use %{name}.
   -without-wlex \
   -without-wlex-compat \
   -lexlist all
-%patch0 -p1
 
 
 %build
@@ -110,6 +107,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jul  2 2012 Richard W.M. Jones <rjones at redhat.com> - 1.2.3-1
+- New upstream version 1.2.3.
+- Includes fixes upstream for OCaml 4.00.0 so remove patch.
+
 * Sat Jun  9 2012 Richard W.M. Jones <rjones at redhat.com> - 1.2.2-3
 - Rebuild for OCaml 4.00.0.
 - Patch for new ocamldoc library.
diff --git a/sources b/sources
index da7b5f2..44c7d46 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-45ffb1cca15435ea95c613e38c20239c  pxp-1.2.2.tar.gz
+83347420dae0ee495bb0ac2fbab7b74b  pxp-1.2.3.tar.gz


More information about the scm-commits mailing list