Hello community, here is the log from the commit of package ghc-fclabels for openSUSE:Factory checked in at 2015-09-17 09:19:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-fclabels (Old) and /work/SRC/openSUSE:Factory/.ghc-fclabels.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-fclabels" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-fclabels/ghc-fclabels.changes 2015-08-25 08:48:17.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-fclabels.new/ghc-fclabels.changes 2015-09-17 09:19:17.000000000 +0200 @@ -1,0 +2,6 @@ +Sun Sep 13 12:31:47 UTC 2015 - [email protected] + +- update to 2.0.2.3 +* Allow HUNit 1.3.* + +------------------------------------------------------------------- Old: ---- fclabels-2.0.2.2.tar.gz New: ---- fclabels-2.0.2.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-fclabels.spec ++++++ --- /var/tmp/diff_new_pack.7vZi8t/_old 2015-09-17 09:19:17.000000000 +0200 +++ /var/tmp/diff_new_pack.7vZi8t/_new 2015-09-17 09:19:17.000000000 +0200 @@ -15,17 +15,18 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %global pkg_name fclabels %bcond_without tests Name: ghc-fclabels -Version: 2.0.2.2 +Version: 2.0.2.3 Release: 0 Summary: First class accessor labels implemented as lenses +License: BSD-3-Clause Group: System/Libraries -License: BSD-3-Clause 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 @@ -95,36 +96,28 @@ %prep %setup -q -n %{pkg_name}-%{version} - %build %ghc_lib_build - %install %ghc_lib_install - %check %if %{with tests} %cabal test %endif - %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,-) - %changelog ++++++ fclabels-2.0.2.2.tar.gz -> fclabels-2.0.2.3.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fclabels-2.0.2.2/CHANGELOG new/fclabels-2.0.2.3/CHANGELOG --- old/fclabels-2.0.2.2/CHANGELOG 2015-01-07 11:26:45.000000000 +0100 +++ new/fclabels-2.0.2.3/CHANGELOG 2015-09-04 19:49:24.000000000 +0200 @@ -1,5 +1,9 @@ CHANGELOG +2.0.2.2 to 2.0.2.3 + + - Allow HUNit 1.3.* + 2.0.2.1 to 2.0.2.2 - Restored support for GHC 7.4. @@ -217,4 +221,3 @@ - Minor documentaion update. - Exported Point internals. - Renamed Lens to Bijection, which is more correct. - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fclabels-2.0.2.2/fclabels.cabal new/fclabels-2.0.2.3/fclabels.cabal --- old/fclabels-2.0.2.2/fclabels.cabal 2015-01-07 11:26:45.000000000 +0100 +++ new/fclabels-2.0.2.3/fclabels.cabal 2015-09-04 19:49:24.000000000 +0200 @@ -1,5 +1,5 @@ Name: fclabels -Version: 2.0.2.2 +Version: 2.0.2.3 Author: Sebastiaan Visser, Erik Hesselink, Chris Eidhof, Sjoerd Visscher with lots of help and feedback from others. Synopsis: First class accessor labels implemented as lenses. @@ -98,4 +98,4 @@ , template-haskell >= 2.2 && < 2.11 , mtl >= 1.0 && < 2.3 , transformers >= 0.2 && < 0.5 - , HUnit >= 1.2 && < 1.3 + , HUnit >= 1.2 && < 1.4
