Hello community,

here is the log from the commit of package ghc-text for openSUSE:Factory 
checked in at 2013-08-01 15:33:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-text (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-text.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-text"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-text/ghc-text.changes        2013-01-01 
12:00:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-text.new/ghc-text.changes   2013-08-01 
15:34:01.000000000 +0200
@@ -1,0 +2,10 @@
+Mon May  6 14:04:37 UTC 2013 - [email protected]
+
+- update to 0.11.3.1 from upstream
+* no changelog provided
+* improved perfomance and API extensions
+- drop BR ghc-extensible-extensions: no longer required and it is
+  no longer part of ghc and Haskell Platform
+- more transparent packaging (fewer macros)  
+
+-------------------------------------------------------------------

Old:
----
  text-0.11.2.3.tar.gz

New:
----
  text-0.11.3.1.tar.gz

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

Other differences:
------------------
++++++ ghc-text.spec ++++++
--- /var/tmp/diff_new_pack.G2n28T/_old  2013-08-01 15:34:02.000000000 +0200
+++ /var/tmp/diff_new_pack.G2n28T/_new  2013-08-01 15:34:02.000000000 +0200
@@ -1,8 +1,7 @@
 #
-# spec file for ghc-text
+# spec file for package ghc-text
 #
-
-# Copyright (c) 2012 Peter Trommler [email protected]
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %global pkg_name text
 
 %global common_summary Haskell efficient packed Unicode text library
@@ -23,50 +23,58 @@
 %global common_description An efficient packed, immutable Unicode text type 
(both strict and lazy), with a powerful loop fusion optimization framework.
 
 Name:           ghc-text
-Version:        0.11.2.3
-Release:        1
+Version:        0.11.3.1
+Release:        0
 Summary:        %{common_summary}
-
-Group:          System/Libraries
 License:        BSD-2-Clause
+Group:          System/Libraries
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # BEGIN cabal2spec
-URL:            http://hackage.haskell.org/package/%{pkg_name}
+Url:            http://hackage.haskell.org/package/%{pkg_name}
 Source0:        
http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
 ExclusiveArch:  %{ix86} x86_64 %{ghc_arches}
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
 BuildRequires:  ghc-bytestring-devel
-BuildRequires:  ghc-extensible-exceptions-devel
 BuildRequires:  ghc-deepseq-devel
+BuildRequires:  ghc-rpm-macros
 # END cabal2spec
 
 %description
 %{common_description}
 
+%package devel
+Summary:        Haskell %{pkg_name} library development files
+Group:          Development/Languages/Other
+Requires:       ghc-compiler
+Requires(post): ghc-compiler
+Requires(postun): ghc-compiler
+Requires:       %{name} = %{version}-%{release}
+
+%description devel
+%{common_description}
+This package contains the development files.
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
+%post devel
+%ghc_pkg_recache
 
-# devel subpackage
-%ghc_devel_package
-
-%ghc_devel_description
-
-
-%ghc_devel_post_postun
-
+%postun devel
+%ghc_pkg_recache
 
-%ghc_files LICENSE
+%files -f %{name}.files
+%defattr(-,root,root,-)
+%doc LICENSE README.markdown
 
+%files devel -f %{name}-devel.files
+%defattr(-,root,root,-)
 
 %changelog

++++++ text-0.11.2.3.tar.gz -> text-0.11.3.1.tar.gz ++++++
++++ 2034 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to