Script 'mail_helper' called by obssrc
Hello community,

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

Package is "ghc-text-short"

Wed Jun 10 16:07:33 2026 rev:15 rq:1358451 version:0.1.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-text-short/ghc-text-short.changes    
2024-12-29 11:56:49.344628567 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-text-short.new.2375/ghc-text-short.changes  
2026-06-10 16:11:33.798493004 +0200
@@ -1,0 +2,7 @@
+Sun Jan  4 20:24:58 UTC 2026 - Peter Simons <[email protected]>
+
+- Update text-short to version 0.1.6.1.
+  Upstream has not updated the file "ChangeLog.md" since the last
+  release.
+
+-------------------------------------------------------------------

Old:
----
  text-short-0.1.6.tar.gz
  text-short.cabal

New:
----
  text-short-0.1.6.1.tar.gz

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

Other differences:
------------------
++++++ ghc-text-short.spec ++++++
--- /var/tmp/diff_new_pack.PG8c0K/_old  2026-06-10 16:11:36.554607219 +0200
+++ /var/tmp/diff_new_pack.PG8c0K/_new  2026-06-10 16:11:36.554607219 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-text-short
 #
-# Copyright (c) 2024 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.6
+Version:        0.1.6.1
 Release:        0
 Summary:        Memory-efficient representation of Unicode text strings
 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/3.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-base-devel
 BuildRequires:  ghc-base-prof
@@ -92,7 +91,6 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ text-short-0.1.6.tar.gz -> text-short-0.1.6.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/text-short-0.1.6/text-short.cabal 
new/text-short-0.1.6.1/text-short.cabal
--- old/text-short-0.1.6/text-short.cabal       2001-09-09 03:46:40.000000000 
+0200
+++ new/text-short-0.1.6.1/text-short.cabal     2001-09-09 03:46:40.000000000 
+0200
@@ -1,6 +1,6 @@
 cabal-version:      1.18
 name:               text-short
-version:            0.1.6
+version:            0.1.6.1
 synopsis:           Memory-efficient representation of Unicode text strings
 license:            BSD3
 license-file:       LICENSE
@@ -21,8 +21,11 @@
    || ==9.0.2
    || ==9.2.8
    || ==9.4.8
-   || ==9.6.5
-   || ==9.8.2
+   || ==9.6.6
+   || ==9.8.4
+   || ==9.10.2
+   || ==9.12.2
+   || ==9.14.1
 
 extra-source-files: ChangeLog.md
 
@@ -43,13 +46,13 @@
 
   other-modules:    Data.Text.Short.Internal
   build-depends:
-      base              >=4.12     && <4.20
+      base              >=4.12     && <4.23
     , binary            >=0.8.6.0  && <0.9
     , bytestring        >=0.10.8.2 && <0.13
     , deepseq           >=1.4.4.0  && <1.6
-    , ghc-prim          >=0.5.3    && <0.12
-    , hashable          >=1.4.4.0  && <1.5
-    , template-haskell  >=2.14.0.0 && <2.22
+    , ghc-prim          >=0.5.3    && <0.14
+    , hashable          >=1.4.4.0  && <1.6
+    , template-haskell  >=2.14.0.0 && <2.25
     , text              >=1.2.3.1  && <1.3  || >=2.0 && <2.2
 
   other-modules:    PrimOps
@@ -85,7 +88,6 @@
       base
     , binary
     , bytestring
-    , template-haskell
     , text
     , text-short
 
@@ -93,6 +95,6 @@
   build-depends:
       tasty             >=1.4    && <1.6
     , tasty-hunit       >=0.10.0 && <0.11
-    , tasty-quickcheck  >=0.10   && <0.11
+    , tasty-quickcheck  >=0.10   && <0.12
 
   default-language: Haskell2010

Reply via email to