Hello community,

here is the log from the commit of package ghc-HsYAML-aeson for 
openSUSE:Factory checked in at 2020-08-28 21:23:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-HsYAML-aeson (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-HsYAML-aeson.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-HsYAML-aeson"

Fri Aug 28 21:23:51 2020 rev:4 rq:829151 version:0.2.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-HsYAML-aeson/ghc-HsYAML-aeson.changes        
2020-06-19 17:07:01.353042533 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-HsYAML-aeson.new.3399/ghc-HsYAML-aeson.changes  
    2020-08-28 21:23:51.736396462 +0200
@@ -1,0 +2,5 @@
+Tue Aug 18 10:43:48 UTC 2020 - Peter Simons <psim...@suse.com>
+
+- Replace %setup -q with the more modern %autosetup macro.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ghc-HsYAML-aeson.spec ++++++
--- /var/tmp/diff_new_pack.UFPDka/_old  2020-08-28 21:23:52.252396707 +0200
+++ /var/tmp/diff_new_pack.UFPDka/_new  2020-08-28 21:23:52.252396707 +0200
@@ -24,7 +24,7 @@
 License:        GPL-2.0-or-later
 URL:            https://hackage.haskell.org/package/%{pkg_name}
 Source0:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
+Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-HsYAML-devel
 BuildRequires:  ghc-aeson-devel
@@ -60,9 +60,8 @@
 This package provides the Haskell %{pkg_name} library development files.
 
 %prep
-%setup -q -n %{pkg_name}-%{version}
+%autosetup -n %{pkg_name}-%{version}
 cp -p %{SOURCE1} %{pkg_name}.cabal
-cabal-tweak-dep-ver aeson '^>= 1.4.0.0' '< 2'
 
 %build
 %ghc_lib_build

++++++ HsYAML-aeson.cabal ++++++
--- /var/tmp/diff_new_pack.UFPDka/_old  2020-08-28 21:23:52.280396720 +0200
+++ /var/tmp/diff_new_pack.UFPDka/_new  2020-08-28 21:23:52.284396722 +0200
@@ -1,7 +1,7 @@
 cabal-version:       2.2
 name:                HsYAML-aeson
 version:             0.2.0.0
-x-revision: 1
+x-revision: 2
 license:             GPL-2.0-or-later
 license-file:        LICENSE.GPLv2
 author:              Herbert Valerio Riedel
@@ -32,7 +32,7 @@
   exposed-modules: Data.YAML.Aeson
   build-depends:
     , HsYAML      ^>= 0.2.0
-    , aeson       ^>= 1.4.0.0
+    , aeson       >= 1.4.0.0 && < 1.6
     , base         >= 4.5 && < 4.15
     , bytestring  ^>= 0.9.2.1 || ^>= 0.10.0.2
     , containers   >=0.4.2 && <0.7


Reply via email to