Hello community, here is the log from the commit of package happy for openSUSE:Leap:15.2 checked in at 2020-02-19 18:42:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/happy (Old) and /work/SRC/openSUSE:Leap:15.2/.happy.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "happy" Wed Feb 19 18:42:28 2020 rev:13 rq:771545 version:1.19.12 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/happy/happy.changes 2020-01-15 15:10:30.422075794 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.happy.new.26092/happy.changes 2020-02-19 18:42:28.442320431 +0100 @@ -1,0 +2,38 @@ +Fri Nov 8 16:15:19 UTC 2019 - Peter Simons <[email protected]> + +- Drop obsolete group attributes. + +------------------------------------------------------------------- +Wed Sep 4 02:03:27 UTC 2019 - [email protected] + +- Update happy to version 1.19.12. + 1.19.12 + + * Fix for building with GHC 8.8.x + * Move custom Setup preprocessing steps into a separate + executable, like Alex + + ----------------------------------------------------------------------------- + +------------------------------------------------------------------- +Fri Jun 7 02:01:39 UTC 2019 - [email protected] + +- Update happy to version 1.19.11. + 1.19.11 + + * Fix for building with GHC 8.6.x + + ----------------------------------------------------------------------------- + +------------------------------------------------------------------- +Fri May 10 13:28:46 UTC 2019 - [email protected] + +- Update happy to version 1.19.10. + 1.19.10 + + * Fix polymorphic (rank-n) non-terminals + * Fix for GHC 8.8.1 + + ----------------------------------------------------------------------------- + +------------------------------------------------------------------- Old: ---- happy-1.19.9.tar.gz happy.cabal New: ---- happy-1.19.12.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ happy.spec ++++++ --- /var/tmp/diff_new_pack.yalP3C/_old 2020-02-19 18:42:28.702320976 +0100 +++ /var/tmp/diff_new_pack.yalP3C/_new 2020-02-19 18:42:28.702320976 +0100 @@ -1,7 +1,7 @@ # # spec file for package happy # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -18,22 +18,18 @@ %bcond_with tests Name: happy -Version: 1.19.9 +Version: 1.19.12 Release: 0 Summary: Happy is a parser generator for Haskell License: BSD-2-Clause -Group: Development/Libraries/Haskell URL: https://hackage.haskell.org/package/%{name} Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz -Source1: https://hackage.haskell.org/package/%{name}-%{version}/revision/3.cabal#/%{name}.cabal BuildRequires: autoconf BuildRequires: docbook-dtd BuildRequires: docbook-xsl-stylesheets BuildRequires: ghc-Cabal-devel BuildRequires: ghc-array-devel BuildRequires: ghc-containers-devel -BuildRequires: ghc-directory-devel -BuildRequires: ghc-filepath-devel BuildRequires: ghc-mtl-devel BuildRequires: ghc-rpm-macros BuildRequires: libxml2 @@ -49,7 +45,7 @@ %prep %setup -q -cp -p %{SOURCE1} %{name}.cabal +find . -type f -exec chmod -x {} + %build %ghc_bin_build @@ -72,7 +68,20 @@ %license LICENSE %doc CHANGES README.md TODO doc examples %{_bindir}/%{name} -%{_datadir}/%{name}-%{version} +%dir %{_datadir}/%{name}-%{version} %{_mandir}/man1/* +%{_datadir}/%{name}-%{version}/GLR_Base +%{_datadir}/%{name}-%{version}/GLR_Lib +%{_datadir}/%{name}-%{version}/GLR_Lib-ghc +%{_datadir}/%{name}-%{version}/GLR_Lib-ghc-debug +%{_datadir}/%{name}-%{version}/HappyTemplate +%{_datadir}/%{name}-%{version}/HappyTemplate-arrays +%{_datadir}/%{name}-%{version}/HappyTemplate-arrays-coerce +%{_datadir}/%{name}-%{version}/HappyTemplate-arrays-coerce-debug +%{_datadir}/%{name}-%{version}/HappyTemplate-arrays-debug +%{_datadir}/%{name}-%{version}/HappyTemplate-arrays-ghc +%{_datadir}/%{name}-%{version}/HappyTemplate-arrays-ghc-debug +%{_datadir}/%{name}-%{version}/HappyTemplate-coerce +%{_datadir}/%{name}-%{version}/HappyTemplate-ghc %changelog ++++++ happy-1.19.9.tar.gz -> happy-1.19.12.tar.gz ++++++ ++++ 9117 lines of diff (skipped)
