Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-text-iso8601 for 
openSUSE:Factory checked in at 2026-06-10 16:07:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-text-iso8601 (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-text-iso8601.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-text-iso8601"

Wed Jun 10 16:07:28 2026 rev:5 rq:1358450 version:0.1.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-text-iso8601/ghc-text-iso8601.changes        
2025-01-27 20:52:01.822658903 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-text-iso8601.new.2375/ghc-text-iso8601.changes  
    2026-06-10 16:11:27.322224627 +0200
@@ -1,0 +2,7 @@
+Thu Apr 16 20:19:07 UTC 2026 - Peter Simons <[email protected]>
+
+- Update text-iso8601 to version 0.1.1.1.
+  Upstream has not updated the file "changelog.md" since the last
+  release.
+
+-------------------------------------------------------------------

Old:
----
  text-iso8601-0.1.1.tar.gz
  text-iso8601.cabal

New:
----
  text-iso8601-0.1.1.1.tar.gz

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

Other differences:
------------------
++++++ ghc-text-iso8601.spec ++++++
--- /var/tmp/diff_new_pack.sMigan/_old  2026-06-10 16:11:29.378309831 +0200
+++ /var/tmp/diff_new_pack.sMigan/_new  2026-06-10 16:11:29.382309997 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-text-iso8601
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,13 +20,12 @@
 %global pkgver %{pkg_name}-%{version}
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.1.1
+Version:        0.1.1.1
 Release:        0
 Summary:        Converting time to and from ISO 8601 text
 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/2.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-base-devel
 BuildRequires:  ghc-base-prof
@@ -85,7 +84,6 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ text-iso8601-0.1.1.tar.gz -> text-iso8601-0.1.1.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/text-iso8601-0.1.1/text-iso8601.cabal 
new/text-iso8601-0.1.1.1/text-iso8601.cabal
--- old/text-iso8601-0.1.1/text-iso8601.cabal   2001-09-09 03:46:40.000000000 
+0200
+++ new/text-iso8601-0.1.1.1/text-iso8601.cabal 2001-09-09 03:46:40.000000000 
+0200
@@ -1,6 +1,6 @@
 cabal-version:      1.12
 name:               text-iso8601
-version:            0.1.1
+version:            0.1.1.1
 synopsis:           Converting time to and from ISO 8601 text.
 description:
   Converting time to and from IS0 8601 text.
@@ -24,15 +24,17 @@
    || ==9.0.2
    || ==9.2.8
    || ==9.4.8
-   || ==9.6.5
-   || ==9.8.2
+   || ==9.6.6
+   || ==9.8.4
    || ==9.10.1
+   || ==9.12.4
+   || ==9.14.1
 
 extra-source-files: changelog.md
 
 source-repository head
   type:     git
-  location: git://github.com/haskell/aeson.git
+  location: https://github.com/haskell/aeson.git
   subdir:   text-iso8601
 
 library
@@ -47,7 +49,7 @@
       base                >=4.12.0.0 && <5
     , integer-conversion  >=0.1      && <0.2
     , text                >=1.2.3.0  && <1.3.0.0 || >=2.0 && <2.2
-    , time                >=1.8.0.2  && <1.13
+    , time                >=1.8.0.2  && <1.16
     , time-compat         >=1.9.4    && <1.10
 
 test-suite text-iso8601-tests
@@ -64,11 +66,11 @@
 
   -- test dependencies
   build-depends:
-      QuickCheck            >=2.14.3   && <2.16
-    , quickcheck-instances  >=0.3.29.1 && <0.4
+      QuickCheck            >=2.14.3   && <2.19
+    , quickcheck-instances  >=0.3.29.1 && <0.5
     , tasty                 >=1.4.3    && <1.6
     , tasty-hunit           >=0.10.0.3 && <0.11
-    , tasty-quickcheck      >=0.10.2   && <0.11
+    , tasty-quickcheck      >=0.10.2   && <0.12
 
 benchmark text-iso8601-bench
   default-language: Haskell2010
@@ -80,10 +82,9 @@
       base
     , text
     , text-iso8601
-    , time-compat
 
   -- bench dependencies
   build-depends:
       attoparsec          >=0.14.4  && <0.15
     , attoparsec-iso8601  >=1.1.0.1 && <1.2
-    , tasty-bench         >=0.3.4   && <0.4
+    , tasty-bench         >=0.3.4   && <0.5

Reply via email to