Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-ekg-core for openSUSE:Factory 
checked in at 2022-08-10 17:13:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-ekg-core (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-ekg-core.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-ekg-core"

Wed Aug 10 17:13:19 2022 rev:3 rq:994042 version:0.1.1.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-ekg-core/ghc-ekg-core.changes        
2020-12-22 11:38:59.905472397 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-ekg-core.new.1521/ghc-ekg-core.changes      
2022-08-10 17:14:19.697869031 +0200
@@ -1,0 +2,6 @@
+Sun May 29 16:57:12 UTC 2022 - Peter Simons <[email protected]>
+
+- Update ekg-core to version 0.1.1.7 revision 2.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ghc-ekg-core.spec ++++++
--- /var/tmp/diff_new_pack.U3DAIw/_old  2022-08-10 17:14:20.157870232 +0200
+++ /var/tmp/diff_new_pack.U3DAIw/_new  2022-08-10 17:14:20.161870242 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-ekg-core
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 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
-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-containers-devel
 BuildRequires:  ghc-rpm-macros
@@ -48,8 +48,6 @@
 %prep
 %autosetup -n %{pkg_name}-%{version}
 cp -p %{SOURCE1} %{pkg_name}.cabal
-cabal-tweak-dep-ver base '< 4.15' '< 5'
-cabal-tweak-dep-ver ghc-prim '< 0.7' '< 1'
 
 %build
 %ghc_lib_build

++++++ ekg-core.cabal ++++++
--- /var/tmp/diff_new_pack.U3DAIw/_old  2022-08-10 17:14:20.201870346 +0200
+++ /var/tmp/diff_new_pack.U3DAIw/_new  2022-08-10 17:14:20.205870357 +0200
@@ -1,7 +1,7 @@
 cabal-version:       1.18
 name:                ekg-core
 version:             0.1.1.7
-x-revision: 1
+x-revision: 2
 synopsis:            Tracking of system metrics
 description:
   This library lets you defined and track system metrics.
@@ -34,10 +34,10 @@
     System.Metrics.ThreadId
 
   build-depends:
-    ghc-prim < 0.7,
-    base >= 4.6 && < 4.15,
+    ghc-prim < 0.10,
+    base >= 4.6 && < 5,
     containers >= 0.5 && < 0.7,
-    text < 1.3,
+    text < 2.1,
     unordered-containers < 0.3
 
   default-language:    Haskell2010

Reply via email to