Hello community,

here is the log from the commit of package ghc-http-api-data for 
openSUSE:Factory checked in at 2019-12-27 13:54:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-http-api-data (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-http-api-data.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-http-api-data"

Fri Dec 27 13:54:11 2019 rev:15 rq:759420 version:0.4.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-http-api-data/ghc-http-api-data.changes      
2019-06-12 13:17:57.732588292 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-http-api-data.new.6675/ghc-http-api-data.changes
    2019-12-27 13:54:14.544683640 +0100
@@ -1,0 +2,15 @@
+Tue Nov 12 09:57:07 UTC 2019 - [email protected]
+
+- Update http-api-data to version 0.4.1.1.
+  0.4.1.1
+  -------
+
+  * Allow cookie <0.5
+  * Change to `build-type: Simple`
+
+-------------------------------------------------------------------
+Fri Nov  8 16:13:57 UTC 2019 - Peter Simons <[email protected]>
+
+- Drop obsolete group attributes.
+
+-------------------------------------------------------------------

Old:
----
  http-api-data-0.4.1.tar.gz

New:
----
  http-api-data-0.4.1.1.tar.gz

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

Other differences:
------------------
++++++ ghc-http-api-data.spec ++++++
--- /var/tmp/diff_new_pack.dspvdW/_old  2019-12-27 13:54:15.088683903 +0100
+++ /var/tmp/diff_new_pack.dspvdW/_new  2019-12-27 13:54:15.088683903 +0100
@@ -19,11 +19,10 @@
 %global pkg_name http-api-data
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.4.1
+Version:        0.4.1.1
 Release:        0
 Summary:        Converting to/from HTTP API data like URL pieces, headers and 
query parameters
 License:        BSD-2-Clause
-Group:          Development/Libraries/Haskell
 URL:            https://hackage.haskell.org/package/%{pkg_name}
 Source0:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
@@ -31,7 +30,6 @@
 BuildRequires:  ghc-attoparsec-iso8601-devel
 BuildRequires:  ghc-base-compat-devel
 BuildRequires:  ghc-bytestring-devel
-BuildRequires:  ghc-cabal-doctest-devel
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-cookie-devel
 BuildRequires:  ghc-hashable-devel
@@ -45,9 +43,6 @@
 %if %{with tests}
 BuildRequires:  ghc-HUnit-devel
 BuildRequires:  ghc-QuickCheck-devel
-BuildRequires:  ghc-directory-devel
-BuildRequires:  ghc-doctest-devel
-BuildRequires:  ghc-filepath-devel
 BuildRequires:  ghc-hspec-devel
 BuildRequires:  ghc-nats-devel
 BuildRequires:  ghc-quickcheck-instances-devel
@@ -61,7 +56,6 @@
 
 %package devel
 Summary:        Haskell %{pkg_name} library development files
-Group:          Development/Libraries/Haskell
 Requires:       %{name} = %{version}-%{release}
 Requires:       ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}

++++++ http-api-data-0.4.1.tar.gz -> http-api-data-0.4.1.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/http-api-data-0.4.1/CHANGELOG.md 
new/http-api-data-0.4.1.1/CHANGELOG.md
--- old/http-api-data-0.4.1/CHANGELOG.md        2001-09-09 03:46:40.000000000 
+0200
+++ new/http-api-data-0.4.1.1/CHANGELOG.md      2001-09-09 03:46:40.000000000 
+0200
@@ -1,3 +1,9 @@
+0.4.1.1
+-------
+
+* Allow cookie <0.5
+* Change to `build-type: Simple`
+
 0.4.1
 -----
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/http-api-data-0.4.1/Setup.hs 
new/http-api-data-0.4.1.1/Setup.hs
--- old/http-api-data-0.4.1/Setup.hs    1970-01-01 01:00:00.000000000 +0100
+++ new/http-api-data-0.4.1.1/Setup.hs  2001-09-09 03:46:40.000000000 +0200
@@ -0,0 +1,2 @@
+import Distribution.Simple
+main = defaultMain
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/http-api-data-0.4.1/Setup.lhs 
new/http-api-data-0.4.1.1/Setup.lhs
--- old/http-api-data-0.4.1/Setup.lhs   2001-09-09 03:46:40.000000000 +0200
+++ new/http-api-data-0.4.1.1/Setup.lhs 1970-01-01 01:00:00.000000000 +0100
@@ -1,36 +0,0 @@
-\begin{code}
-{-# LANGUAGE CPP #-}
-{-# OPTIONS_GHC -Wall #-}
-module Main (main) where
-
-#ifndef MIN_VERSION_cabal_doctest
-#define MIN_VERSION_cabal_doctest(x,y,z) 0
-#endif
-
-#if MIN_VERSION_cabal_doctest(1,0,0)
-
-import Distribution.Extra.Doctest ( defaultMainWithDoctests )
-main :: IO ()
-main = defaultMainWithDoctests "doctests"
-
-#else
-
-#ifdef MIN_VERSION_Cabal
--- If the macro is defined, we have new cabal-install,
--- but for some reason we don't have cabal-doctest in package-db
---
--- Probably we are running cabal sdist, when otherwise using new-build
--- workflow
-#warning You are configuring this package without cabal-doctest installed. \
-         The doctests test-suite will not work as a result. \
-         To fix this, install cabal-doctest before configuring.
-#endif
-
-import Distribution.Simple
-
-main :: IO ()
-main = defaultMain
-
-#endif
-
-\end{code}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/http-api-data-0.4.1/http-api-data.cabal 
new/http-api-data-0.4.1.1/http-api-data.cabal
--- old/http-api-data-0.4.1/http-api-data.cabal 2001-09-09 03:46:40.000000000 
+0200
+++ new/http-api-data-0.4.1.1/http-api-data.cabal       2001-09-09 
03:46:40.000000000 +0200
@@ -1,6 +1,6 @@
 cabal-version:   >= 1.10
 name:            http-api-data
-version:         0.4.1
+version:         0.4.1.1
 
 synopsis:        Converting to/from HTTP API data like URL pieces, headers and 
query parameters.
 category:        Web
@@ -15,7 +15,7 @@
 maintainer:      Nickolay Kudasov <[email protected]>
 homepage:        http://github.com/fizruk/http-api-data
 stability:       unstable
-build-type:      Custom
+build-type:      Simple
 
 extra-source-files:
   include/overlapping-compat.h
@@ -32,12 +32,6 @@
   GHC==8.6.5,
   GHC==8.8.1
 
-custom-setup
-  setup-depends:
-    base,
-    Cabal,
-    cabal-doctest >=1.0.6 && <1.1
-
 flag use-text-show
   description: Use text-show library for efficient ToHttpApiData 
implementations.
   default: False
@@ -48,7 +42,7 @@
     include-dirs:   include/
 
     -- GHC bundled
-    build-depends:   base                  >= 4.7      && < 4.13
+    build-depends:   base                  >= 4.7      && < 4.14
                    , bytestring            >= 0.10.4.0 && < 0.11
                    , containers            >= 0.5.5.1  && < 0.7
                    , text                  >= 1.2.3.0  && < 1.3
@@ -61,8 +55,8 @@
     build-depends:
                      attoparsec            >= 0.13.2.2 && < 0.14
                    , attoparsec-iso8601    >= 1.0.1.0  && < 1.1
-                   , base-compat           >= 0.10.5   && < 0.11
-                   , cookie                >= 0.4.3    && < 0.4.5
+                   , base-compat           >= 0.10.5   && < 0.12
+                   , cookie                >= 0.4.3    && < 0.5
                    , hashable              >= 1.2.7.0  && < 1.4
                    , http-types            >= 0.12.3   && < 0.13
                    , tagged                >= 0.8.5    && < 0.9
@@ -119,18 +113,6 @@
                    , QuickCheck           >= 2.13.1  && <2.14
                    , quickcheck-instances >= 0.3.21  && <0.4
 
-test-suite doctests
-  ghc-options:      -Wall
-  build-depends:
-    base,
-    directory >= 1.0,
-    doctest >= 0.16.0 && <0.17,
-    filepath
-  default-language: Haskell2010
-  hs-source-dirs:   test
-  main-is:          doctests.hs
-  type:             exitcode-stdio-1.0
-
 source-repository head
   type:     git
   location: https://github.com/fizruk/http-api-data
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/http-api-data-0.4.1/test/doctests.hs 
new/http-api-data-0.4.1.1/test/doctests.hs
--- old/http-api-data-0.4.1/test/doctests.hs    2001-09-09 03:46:40.000000000 
+0200
+++ new/http-api-data-0.4.1.1/test/doctests.hs  1970-01-01 01:00:00.000000000 
+0100
@@ -1,25 +0,0 @@
------------------------------------------------------------------------------
--- |
--- Module      :  Main (doctests)
--- Copyright   :  (C) 2012-14 Edward Kmett
--- License     :  BSD-style (see the file LICENSE)
--- Maintainer  :  Edward Kmett <[email protected]>
--- Stability   :  provisional
--- Portability :  portable
---
--- This module provides doctests for a project based on the actual versions
--- of the packages it was built with. It requires a corresponding Setup.lhs
--- to be added to the project
------------------------------------------------------------------------------
-module Main where
-
-import Build_doctests (flags, pkgs, module_sources)
-import Data.Foldable (traverse_)
-import Test.DocTest
-
-main :: IO ()
-main = do
-    traverse_ putStrLn args
-    doctest args
-  where
-    args = flags ++ pkgs ++ module_sources


Reply via email to