Hello community, here is the log from the commit of package ghc-retry for openSUSE:Factory checked in at 2016-07-27 16:12:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-retry (Old) and /work/SRC/openSUSE:Factory/.ghc-retry.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-retry" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-retry/ghc-retry.changes 2016-06-07 23:48:25.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-retry.new/ghc-retry.changes 2016-07-27 16:12:13.000000000 +0200 @@ -1,0 +2,10 @@ +Fri Jul 22 05:57:39 UTC 2016 - [email protected] + +- Update to version 0.7.4.1 revision 0 with cabal2obs. + +------------------------------------------------------------------- +Sun Jul 10 16:55:31 UTC 2016 - [email protected] + +- Update to version 0.7.4 revision 0 with cabal2obs. + +------------------------------------------------------------------- Old: ---- retry-0.7.4.tar.gz New: ---- retry-0.7.4.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-retry.spec ++++++ --- /var/tmp/diff_new_pack.HyBXLd/_old 2016-07-27 16:12:14.000000000 +0200 +++ /var/tmp/diff_new_pack.HyBXLd/_new 2016-07-27 16:12:14.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-retry # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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,35 +15,32 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -%global pkg_name retry +%global pkg_name retry %bcond_with tests - -Name: ghc-retry -Version: 0.7.4 +Name: ghc-%{pkg_name} +Version: 0.7.4.1 Release: 0 Summary: Retry combinators for monadic actions that may fail -Group: System/Libraries - License: BSD-3-Clause +Group: System/Libraries Url: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build - BuildRequires: ghc-Cabal-devel -BuildRequires: ghc-rpm-macros -# Begin cabal-rpm deps: BuildRequires: ghc-data-default-class-devel BuildRequires: ghc-exceptions-devel BuildRequires: ghc-random-devel +BuildRequires: ghc-rpm-macros BuildRequires: ghc-transformers-devel +BuildRoot: %{_tmppath}/%{name}-%{version}-build %if %{with tests} BuildRequires: ghc-HUnit-devel BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-hspec-devel +BuildRequires: ghc-mtl-devel +BuildRequires: ghc-stm-devel BuildRequires: ghc-time-devel %endif -# End cabal-rpm deps %description This package exposes combinators that can wrap arbitrary monadic actions. @@ -54,19 +51,17 @@ query may time out for a while, in which case we should hang back for a bit and retry the query instead of simply raising an exception. - %package devel Summary: Haskell %{pkg_name} library development files Group: Development/Libraries/Other +Requires: %{name} = %{version}-%{release} Requires: ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version} Requires(postun): ghc-compiler = %{ghc_version} -Requires: %{name} = %{version}-%{release} %description devel This package provides the Haskell %{pkg_name} library development files. - %prep %setup -q -n %{pkg_name}-%{version} @@ -80,26 +75,21 @@ %check -%if %{with tests} -%cabal test -%endif +%cabal_test %post devel %ghc_pkg_recache - %postun devel %ghc_pkg_recache - %files -f %{name}.files %defattr(-,root,root,-) %doc LICENSE - %files devel -f %{name}-devel.files %defattr(-,root,root,-) - +%doc README.md changelog.md %changelog ++++++ retry-0.7.4.tar.gz -> retry-0.7.4.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/retry-0.7.4/README.md new/retry-0.7.4.1/README.md --- old/retry-0.7.4/README.md 2016-06-01 20:32:12.000000000 +0200 +++ new/retry-0.7.4.1/README.md 2016-07-15 17:24:50.000000000 +0200 @@ -18,7 +18,7 @@ ## Changes -See [changelog.md](changelog.md). +See [https://github.com/Soostone/retry/blob/master/changelog.md](changelog.md). ## Author diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/retry-0.7.4/changelog.md new/retry-0.7.4.1/changelog.md --- old/retry-0.7.4/changelog.md 2016-06-01 20:32:12.000000000 +0200 +++ new/retry-0.7.4.1/changelog.md 2016-07-15 17:24:50.000000000 +0200 @@ -1,3 +1,6 @@ +0.7.4.1 +* Loosen QuickCheck dependency for tests. + 0.7.4 * Widen transformers dependency diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/retry-0.7.4/retry.cabal new/retry-0.7.4.1/retry.cabal --- old/retry-0.7.4/retry.cabal 2016-06-01 20:32:12.000000000 +0200 +++ new/retry-0.7.4.1/retry.cabal 2016-07-15 17:24:50.000000000 +0200 @@ -14,7 +14,7 @@ case we should hang back for a bit and retry the query instead of simply raising an exception. -version: 0.7.4 +version: 0.7.4.1 synopsis: Retry combinators for monadic actions that may fail license: BSD3 license-file: LICENSE @@ -54,7 +54,7 @@ , data-default-class , random , time - , QuickCheck >= 2.7 && < 2.9 + , QuickCheck >= 2.7 && < 2.10 , HUnit >= 1.2.5.2 && < 1.4 , hspec >= 1.9 , stm
