Hello community, here is the log from the commit of package ghc-messagepack for openSUSE:Factory checked in at 2016-11-10 13:25:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-messagepack (Old) and /work/SRC/openSUSE:Factory/.ghc-messagepack.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-messagepack" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-messagepack/ghc-messagepack.changes 2016-11-02 12:35:51.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-messagepack.new/ghc-messagepack.changes 2016-11-10 13:25:04.000000000 +0100 @@ -1,0 +2,5 @@ +Thu Sep 15 06:42:26 UTC 2016 - [email protected] + +- Update to version 0.5.3 revision 0 with cabal2obs. + +------------------------------------------------------------------- Old: ---- messagepack-0.5.1.tar.gz New: ---- messagepack-0.5.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-messagepack.spec ++++++ --- /var/tmp/diff_new_pack.Q44Q84/_old 2016-11-10 13:25:05.000000000 +0100 +++ /var/tmp/diff_new_pack.Q44Q84/_new 2016-11-10 13:25:05.000000000 +0100 @@ -19,15 +19,14 @@ %global pkg_name messagepack %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.5.1 +Version: 0.5.3 Release: 0 Summary: Serialize instance for Message Pack Object 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-cereal-devel BuildRequires: ghc-containers-devel @@ -39,7 +38,6 @@ BuildRequires: ghc-test-framework-quickcheck2-devel BuildRequires: ghc-test-framework-th-devel %endif -# End cabal-rpm deps %description Serialize instance for Message Pack Object. @@ -58,20 +56,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 ++++++ messagepack-0.5.1.tar.gz -> messagepack-0.5.3.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/messagepack-0.5.1/CHANGELOG new/messagepack-0.5.3/CHANGELOG --- old/messagepack-0.5.1/CHANGELOG 2015-11-04 02:12:24.000000000 +0100 +++ new/messagepack-0.5.3/CHANGELOG 2016-02-16 00:49:23.000000000 +0100 @@ -1,3 +1,7 @@ +2015-11-03 Rodrigo Setti <[email protected]> + + * Updates cereal to 0.5.0.0 + 2015-08-07 Will Sewell <[email protected]> * Add ObjectUInt constructor for messagepack unsigned ints diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/messagepack-0.5.1/messagepack.cabal new/messagepack-0.5.3/messagepack.cabal --- old/messagepack-0.5.1/messagepack.cabal 2015-11-04 03:01:26.000000000 +0100 +++ new/messagepack-0.5.3/messagepack.cabal 2016-09-05 19:57:28.000000000 +0200 @@ -1,5 +1,5 @@ name : messagepack -version : 0.5.1 +version : 0.5.3 synopsis : Serialize instance for Message Pack Object description : Serialize instance for Message Pack Object homepage : https://github.com/rodrigosetti/messagepack diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/messagepack-0.5.1/tests/Main.hs new/messagepack-0.5.3/tests/Main.hs --- old/messagepack-0.5.1/tests/Main.hs 2015-11-04 02:12:24.000000000 +0100 +++ new/messagepack-0.5.3/tests/Main.hs 2016-02-16 19:07:44.000000000 +0100 @@ -33,12 +33,6 @@ shrink (ObjectExt t s) = map (ObjectExt t) $ shrink s shrink _ = [] -instance (Ord k, Arbitrary k, Arbitrary v) => Arbitrary (M.Map k v) where - - arbitrary = M.fromList <$> arbitrary - - shrink = map M.fromList . shrink . M.toList - instance Arbitrary BS.ByteString where arbitrary = BS.pack <$> arbitrary
