Hello community,

here is the log from the commit of package ghc-async for openSUSE:Factory 
checked in at 2013-08-06 06:48:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-async (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-async.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-async"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-async/ghc-async.changes      2013-01-07 
15:12:37.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-async.new/ghc-async.changes 2013-08-06 
06:48:06.000000000 +0200
@@ -1,0 +2,12 @@
+Mon May  6 11:19:22 UTC 2013 - [email protected]
+
+- update to 2.0.1.4 from upstream
+* fix in test suite
+- version required for Haskell Platform 2013.2 
+
+-------------------------------------------------------------------
+Mon May  6 10:53:30 UTC 2013 - [email protected]
+
+- more transparent packaging (fewer macros)
+
+-------------------------------------------------------------------

Old:
----
  async-2.0.1.3.tar.gz

New:
----
  async-2.0.1.4.tar.gz

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

Other differences:
------------------
++++++ ghc-async.spec ++++++
--- /var/tmp/diff_new_pack.NyxvNe/_old  2013-08-06 06:48:07.000000000 +0200
+++ /var/tmp/diff_new_pack.NyxvNe/_new  2013-08-06 06:48:07.000000000 +0200
@@ -1,6 +1,7 @@
 #
 # spec file for package ghc-async
 #
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Peter Trommler, [email protected]
 #
 # All modifications and additions to the file contributed by third parties
@@ -15,6 +16,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %global pkg_name async
 
 %global common_summary Haskell library to run IO operations asynchronously
@@ -22,48 +24,57 @@
 %global common_description This Haskell package provides a higher-level 
interface over threads, in which an Async a is a concurrent thread that will 
eventually deliver a value of type a. The package provides ways to create Async 
computations, wait for their results, and cancel them.
 
 Name:           ghc-async
-Version:        2.0.1.3
-Release:        1
+Version:        2.0.1.4
+Release:        0
 Summary:        %{common_summary}
-
-Group:          System/Libraries
 License:        BSD-3-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:  %{ghc_arches} %{ix86} x86_64
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-stm-devel
 # 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
 
+%files devel -f %{name}-devel.files
+%defattr(-,root,root,-)
 
 %changelog

++++++ async-2.0.1.3.tar.gz -> async-2.0.1.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/async-2.0.1.3/async.cabal 
new/async-2.0.1.4/async.cabal
--- old/async-2.0.1.3/async.cabal       2012-09-11 09:59:26.000000000 +0200
+++ new/async-2.0.1.4/async.cabal       2012-10-22 10:36:45.000000000 +0200
@@ -22,6 +22,10 @@
    threads that are automatically killed when
    their parent dies (see 'withAsync').
  .
+ Changes in 2.0.1.4:
+ .
+ * Bump @base@ dependency of test suite
+ .
  Changes in 2.0.1.3:
  .
  * Bump @base@ dependency to allow 4.6
@@ -44,7 +48,7 @@
  .
  * Added @Concurrently@ (with @Applicative@ and @Alternative@ instances)
 
-version:             2.0.1.3
+version:             2.0.1.4
 license:             BSD3
 license-file:        LICENSE
 author:              Simon Marlow
@@ -72,7 +76,7 @@
     type:       exitcode-stdio-1.0
     hs-source-dirs: test
     main-is:    test-async.hs
-    build-depends: base >= 4.3 && < 4.6,
+    build-depends: base >= 4.3 && < 4.7,
                    async,
                    test-framework,
                    test-framework-hunit,

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

Reply via email to