Script 'mail_helper' called by obssrc
Hello community,

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

Package is "ghc-http-types"

Wed Jun 10 16:02:36 2026 rev:16 rq:1358396 version:0.12.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-http-types/ghc-http-types.changes    
2023-12-05 17:04:02.866986709 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-http-types.new.2375/ghc-http-types.changes  
2026-06-10 16:05:01.878251701 +0200
@@ -1,0 +2,6 @@
+Tue May 19 19:53:53 UTC 2026 - Peter Simons <[email protected]>
+
+- Update http-types to version 0.12.4 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  http-types.cabal

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

Other differences:
------------------
++++++ ghc-http-types.spec ++++++
--- /var/tmp/diff_new_pack.LB9U7U/_old  2026-06-10 16:05:04.022340554 +0200
+++ /var/tmp/diff_new_pack.LB9U7U/_new  2026-06-10 16:05:04.022340554 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-http-types
 #
-# Copyright (c) 2023 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
@@ -26,6 +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
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-array-devel
 BuildRequires:  ghc-array-prof
@@ -82,6 +83,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ http-types.cabal ++++++
Cabal-version:       3.0
Name:                http-types
Version:             0.12.4
x-revision: 1
Synopsis:            Generic HTTP types for Haskell (for both client and server 
code).
Description:         Types and functions to describe and handle HTTP concepts.
                     Including "methods", "headers", "query strings", "paths" 
and "HTTP versions".
Homepage:            https://github.com/Vlix/http-types
License:             BSD-3-Clause
License-file:        LICENSE
Author:              Aristid Breitkreuz, Michael Snoyman
Maintainer:          [email protected]
Copyright:           (C) 2011 Aristid Breitkreuz
Category:            Network, Web
Build-type:          Simple
Extra-source-files:  README, CHANGELOG

Source-repository this
  type: git
  location: https://github.com/Vlix/http-types.git
  tag: v0.12.4

Source-repository head
  type: git
  location: https://github.com/Vlix/http-types.git

Library
  Exposed-modules:     Network.HTTP.Types
                       Network.HTTP.Types.Header
                       Network.HTTP.Types.Method
                       Network.HTTP.Types.QueryLike
                       Network.HTTP.Types.Status
                       Network.HTTP.Types.URI
                       Network.HTTP.Types.Version
  GHC-Options:         -Wall
  Build-depends:       base >= 4 && < 5,
                       bytestring >=0.10.4.0 && <1.0,
                       array >=0.2 && <0.6,
                       case-insensitive >=0.2 && <1.3,
                       text >= 0.11.0.2
  Default-language:    Haskell2010

Test-suite spec
  main-is:             Spec.hs
  hs-source-dirs:      test
  other-modules:       Network.HTTP.Types.URISpec
  type:                exitcode-stdio-1.0
  GHC-Options:         -Wall
  default-language:    Haskell2010
  build-depends:       base,
                       http-types,
                       text,
                       bytestring,
                       QuickCheck,
                       quickcheck-instances,
                       hspec >= 1.3

Test-Suite doctests
  main-is:             doctests.hs
  hs-source-dirs:      test
  type:                exitcode-stdio-1.0
  ghc-options:         -threaded -Wall
  default-language:    Haskell2010
  build-depends:       base, doctest >= 0.9.3

Reply via email to