Hello community,
here is the log from the commit of package ghc-hxt-regex-xmlschema for
openSUSE:Factory checked in at 2016-11-10 13:22:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-hxt-regex-xmlschema (Old)
and /work/SRC/openSUSE:Factory/.ghc-hxt-regex-xmlschema.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-hxt-regex-xmlschema"
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-hxt-regex-xmlschema/ghc-hxt-regex-xmlschema.changes
2016-11-01 09:56:17.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-hxt-regex-xmlschema.new/ghc-hxt-regex-xmlschema.changes
2016-11-10 13:22:10.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Oct 27 15:55:47 UTC 2016 - [email protected]
+
+- Update to version 9.2.0.3 with cabal2obs.
+
+-------------------------------------------------------------------
Old:
----
hxt-regex-xmlschema-9.2.0.2.tar.gz
New:
----
hxt-regex-xmlschema-9.2.0.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-hxt-regex-xmlschema.spec ++++++
--- /var/tmp/diff_new_pack.a32fR5/_old 2016-11-10 13:22:11.000000000 +0100
+++ /var/tmp/diff_new_pack.a32fR5/_new 2016-11-10 13:22:11.000000000 +0100
@@ -19,15 +19,14 @@
%global pkg_name hxt-regex-xmlschema
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 9.2.0.2
+Version: 9.2.0.3
Release: 0
Summary: A regular expression library for W3C XML Schema regular
expressions
License: MIT
-Group: System/Libraries
+Group: Development/Languages/Other
Url: https://hackage.haskell.org/package/%{pkg_name}
Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel
-# Begin cabal-rpm deps:
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-hxt-charproperties-devel
BuildRequires: ghc-parsec-devel
@@ -37,7 +36,6 @@
%if %{with tests}
BuildRequires: ghc-HUnit-devel
%endif
-# End cabal-rpm deps
%description
This library supports full W3C XML Schema regular expressions inclusive all
@@ -70,20 +68,14 @@
%prep
%setup -q -n %{pkg_name}-%{version}
-
%build
%ghc_lib_build
-
%install
%ghc_lib_install
-
%check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
%post devel
%ghc_pkg_recache
++++++ hxt-regex-xmlschema-9.2.0.2.tar.gz -> hxt-regex-xmlschema-9.2.0.3.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/hxt-regex-xmlschema-9.2.0.2/examples/colorizeProgs/Makefile
new/hxt-regex-xmlschema-9.2.0.3/examples/colorizeProgs/Makefile
--- old/hxt-regex-xmlschema-9.2.0.2/examples/colorizeProgs/Makefile
2015-03-06 14:11:09.000000000 +0100
+++ new/hxt-regex-xmlschema-9.2.0.3/examples/colorizeProgs/Makefile
2016-10-18 13:40:20.000000000 +0200
@@ -4,12 +4,11 @@
sudo cp colorize /usr/local/bin
clean :
- rm -f *.o *.hi
+ cabal clean
-distclean : clean
- rm -f colorize
-
-colorize : ColorizeSourceCode.hs
- ghc -o $@ -O2 --make $<
+colorize:
+ cabal install
+.PHONY : all install clean colorize
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/hxt-regex-xmlschema-9.2.0.2/hxt-regex-xmlschema.cabal
new/hxt-regex-xmlschema-9.2.0.3/hxt-regex-xmlschema.cabal
--- old/hxt-regex-xmlschema-9.2.0.2/hxt-regex-xmlschema.cabal 2015-03-06
14:11:09.000000000 +0100
+++ new/hxt-regex-xmlschema-9.2.0.3/hxt-regex-xmlschema.cabal 2016-10-18
14:09:14.000000000 +0200
@@ -1,5 +1,5 @@
Name: hxt-regex-xmlschema
-Version: 9.2.0.2
+Version: 9.2.0.3
Synopsis: A regular expression library for W3C XML Schema regular
expressions
Description: This library supports full W3C XML Schema regular
expressions
inclusive all Unicode character sets and blocks.
@@ -34,6 +34,10 @@
examples/RegexXMLSchema/Makefile
examples/RegexXMLSchema/REtest.hs
+flag profile
+ description: turn profiling on
+ default: False
+
Library
Exposed-modules:
Text.Regex.Glob.String
@@ -50,10 +54,10 @@
default-language: Haskell2010
- ghc-options: -rtsopts
- -Wall -fwarn-tabs -funbox-strict-fields
+ ghc-options: -Wall -fwarn-tabs -funbox-strict-fields
- ghc-prof-options: -caf-all
+ if flag(profile)
+ ghc-prof-options: -caf-all
build-depends: base >= 4 && < 5
, bytestring >= 0.10
@@ -95,7 +99,7 @@
default-language: Haskell2010
- ghc-options: -Wall -O2 -rtsopts
+ ghc-options: -Wall -O2
build-depends: base
, bytestring