Hello community,

here is the log from the commit of package highlighting-kate for 
openSUSE:Factory checked in at 2015-05-21 08:34:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/highlighting-kate (Old)
 and      /work/SRC/openSUSE:Factory/.highlighting-kate.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "highlighting-kate"

Changes:
--------
--- /work/SRC/openSUSE:Factory/highlighting-kate/highlighting-kate.changes      
2014-04-02 17:19:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.highlighting-kate.new/highlighting-kate.changes 
2015-05-21 08:34:07.000000000 +0200
@@ -1,0 +2,43 @@
+Thu May 14 12:23:01 UTC 2015 - [email protected]
+
+- correct post/postun and deps section 
+
+-------------------------------------------------------------------
+Tue Apr 21 11:30:32 UTC 2015 - [email protected]
+
+- update to 0.5.12
+- refresh add-rpmspec-syntax.patch
+* Added Data and Typeable instances for types used in pandoc's
+    ReaderOptions and WriterOptions (Shahbaz Youssefi).
+* Bumped blaze-html upper bounds (RyanGlScott).
+* Added idris syntax definition (Alexander Shabalin).
+* Added regex-posix install to 'make prep' step (@johguenther).
+* Modified isocpp.xml to fix float parsing. The float regex in
+    isocpp.xml seems to work fine with Kate's regex engine, but gives
+    different results with pcre. Added isocpp.xml.patch to keep track of
+    the divergence from upstream.
+* Fixed rest.xml regex (#54).
+* Fixed line continuations (#51).
+    API change:  Added synStContinuation field to SyntaxState.
+* Added Dockerfile syntax (James Turnbull, #49).
+* Fixed 'prep' target in Makefile.
+* Added support for Agda (Matthias C. M. Troffaes).
+* Made doctype case-insensitive in HTML 5 (Ondřej Žára).
+
+-------------------------------------------------------------------
+Tue Apr  7 16:33:40 UTC 2015 - [email protected]
+
+- go back to "ordinary" build 
+* optimization level changed in ghc-rpm-macros
+* fixes build with versioned html doc dirs 
+
+-------------------------------------------------------------------
+Thu Sep 25 09:52:23 UTC 2014 - [email protected]
+
+- update to 0.5.9
+* disable optimization despite ticket marked as fixed
+* memory usage still too high for OBS
+* see https://ghc.haskell.org/trac/ghc/ticket/8980
+- refresh add-rpmspec-syntax.patch 
+
+-------------------------------------------------------------------

Old:
----
  highlighting-kate-0.5.6.1.tar.gz

New:
----
  highlighting-kate-0.5.12.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ highlighting-kate.spec ++++++
--- /var/tmp/diff_new_pack.pBBRqO/_old  2015-05-21 08:34:07.000000000 +0200
+++ /var/tmp/diff_new_pack.pBBRqO/_new  2015-05-21 08:34:07.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package highlighting-kate
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,18 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 %global pkg_name highlighting-kate
 
+%bcond_with tests
+
 Name:           highlighting-kate
-Version:        0.5.6.1
+Version:        0.5.12
 Release:        0
 Summary:        Syntax highlighting
 License:        GPL-2.0
 Group:          Development/Tools/Other
 
 Url:            http://hackage.haskell.org/package/%{name}
-Source0:        
http://hackage.haskell.org/packages/archive/%{name}/%{version}/%{name}-%{version}.tar.gz
+Source0:        
http://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
 # PATCH-FEATURE-UPSTREAM add-rpmspec-syntax.patch [email protected]
 Patch1:         add-rpmspec-syntax.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -40,6 +41,12 @@
 BuildRequires:  ghc-mtl-devel
 BuildRequires:  ghc-parsec-devel
 BuildRequires:  ghc-pcre-light-devel
+BuildRequires:  ghc-utf8-string-devel
+%if %{with tests}
+BuildRequires:  ghc-Diff-devel
+BuildRequires:  ghc-directory-devel
+BuildRequires:  ghc-process-devel
+%endif
 # End cabal-rpm deps
 BuildRequires:  chrpath
 
@@ -72,7 +79,10 @@
 %package -n ghc-%{name}-devel
 Summary:        Haskell %{name} library development files
 Group:          Development/Libraries/Other
-%{?ghc_devel_requires}
+Requires:       ghc-compiler = %{ghc_version}
+Requires(post): ghc-compiler = %{ghc_version}
+Requires(postun): ghc-compiler = %{ghc_version}
+Requires:       ghc-%{name} = %{version}-%{release}
 
 %description -n ghc-%{name}-devel
 highlighting-kate is a syntax highlighting library
@@ -87,7 +97,7 @@
 
 %prep
 %setup -q
-%patch1 -p1
+%patch1 -p2
 
 %build
 %define  cabal_configure_options -f 'pcre-light executable'
@@ -97,6 +107,11 @@
 %ghc_lib_install
 %ghc_fix_dynamic_rpath Highlight
 
+%check
+%if %{with tests}
+%cabal test
+%endif
+
 %post -n ghc-%{name}-devel
 %ghc_pkg_recache
 
@@ -104,17 +119,17 @@
 %ghc_pkg_recache
 
 %files
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc LICENSE
-%doc README
 %{_bindir}/Highlight
 
 %files -n ghc-%{name} -f ghc-%{name}.files
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc LICENSE
 
 %files -n ghc-%{name}-devel -f ghc-%{name}-devel.files
-%defattr(-,root,root)
-%doc README
+%defattr(-,root,root,-)
+%doc README.md
+%doc changelog
 
 %changelog

++++++ add-rpmspec-syntax.patch ++++++
++++ 729 lines (skipped)
++++ between 
/work/SRC/openSUSE:Factory/highlighting-kate/add-rpmspec-syntax.patch
++++ and 
/work/SRC/openSUSE:Factory/.highlighting-kate.new/add-rpmspec-syntax.patch

++++++ highlighting-kate-0.5.6.1.tar.gz -> highlighting-kate-0.5.12.tar.gz 
++++++
++++ 36192 lines of diff (skipped)


Reply via email to