Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-feed for openSUSE:Factory 
checked in at 2023-08-18 19:28:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-feed (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-feed.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-feed"

Fri Aug 18 19:28:57 2023 rev:12 rq:1104627 version:1.3.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-feed/ghc-feed.changes        2023-06-22 
23:25:46.941756289 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-feed.new.1766/ghc-feed.changes      
2023-08-18 19:29:27.783434682 +0200
@@ -1,0 +2,6 @@
+Fri Aug  4 19:44:22 UTC 2023 - Peter Simons <[email protected]>
+
+- Update feed to version 1.3.2.1 revision 2.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ghc-feed.spec ++++++
--- /var/tmp/diff_new_pack.YB4yRY/_old  2023-08-18 19:29:28.407435802 +0200
+++ /var/tmp/diff_new_pack.YB4yRY/_new  2023-08-18 19:29:28.415435816 +0200
@@ -26,7 +26,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-base-compat-devel
 BuildRequires:  ghc-base-compat-prof
@@ -111,7 +111,6 @@
 %prep
 %autosetup -n %{pkg_name}-%{version}
 cp -p %{SOURCE1} %{pkg_name}.cabal
-cabal-tweak-dep-ver base-compat "< 0.13" "< 1"
 
 %build
 %ghc_lib_build

++++++ feed.cabal ++++++
--- /var/tmp/diff_new_pack.YB4yRY/_old  2023-08-18 19:29:28.471435916 +0200
+++ /var/tmp/diff_new_pack.YB4yRY/_new  2023-08-18 19:29:28.479435930 +0200
@@ -1,6 +1,6 @@
 name:                feed
 version:             1.3.2.1
-x-revision: 1
+x-revision: 2
 license:             BSD3
 license-file:        LICENSE
 category:            Text
@@ -80,9 +80,9 @@
     Data.Text.Util
     Data.XML.Compat
   build-depends:
-      base >= 4 && < 4.18
-    , base-compat >= 0.9 && < 0.13
-    , bytestring >= 0.9 && < 0.12
+      base >= 4 && < 4.19
+    , base-compat >= 0.9 && < 0.14
+    , bytestring >= 0.9 && < 0.13
     , old-locale == 1.0.*
     , old-time >= 1 && < 1.2
     , safe == 0.3.*
@@ -118,8 +118,8 @@
     Text.RSS.Tests
     Text.RSS.Utils
   build-depends:
-      base >= 4.6 && < 4.18
-    , base-compat >= 0.9 && < 0.13
+      base >= 4.6
+    , base-compat
     , HUnit >= 1.2 && < 1.7
     , feed
     , old-time >= 1 && < 1.2
@@ -141,7 +141,7 @@
   type:              exitcode-stdio-1.0
   build-depends:
       base >= 4.6
-    , base-compat >= 0.9 && < 0.13
+    , base-compat
     , text
     , feed
     , xml-conduit

Reply via email to