commit ghc-resolv for openSUSE:Factory

2020-08-28 Thread root
Hello community,

here is the log from the commit of package ghc-resolv for openSUSE:Factory 
checked in at 2020-08-28 21:37:27

Comparing /work/SRC/openSUSE:Factory/ghc-resolv (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-resolv.new.3399 (New)


Package is "ghc-resolv"

Fri Aug 28 21:37:27 2020 rev:9 rq:829403 version:0.1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-resolv/ghc-resolv.changes2020-06-19 
17:17:31.626905975 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-resolv.new.3399/ghc-resolv.changes  
2020-08-28 21:37:31.604784879 +0200
@@ -1,0 +2,5 @@
+Tue Aug 18 10:45:53 UTC 2020 - Peter Simons 
+
+- Replace %setup -q with the more modern %autosetup macro.
+
+---



Other differences:
--
++ ghc-resolv.spec ++
--- /var/tmp/diff_new_pack.Yg6MUp/_old  2020-08-28 21:37:32.168785146 +0200
+++ /var/tmp/diff_new_pack.Yg6MUp/_new  2020-08-28 21:37:32.172785148 +0200
@@ -82,7 +82,7 @@
 This package provides the Haskell %{pkg_name} library development files.
 
 %prep
-%setup -q -n %{pkg_name}-%{version}
+%autosetup -n %{pkg_name}-%{version}
 
 %build
 %ghc_lib_build




commit ghc-resolv for openSUSE:Factory

2020-06-19 Thread root
Hello community,

here is the log from the commit of package ghc-resolv for openSUSE:Factory 
checked in at 2020-06-19 17:17:31

Comparing /work/SRC/openSUSE:Factory/ghc-resolv (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-resolv.new.3606 (New)


Package is "ghc-resolv"

Fri Jun 19 17:17:31 2020 rev:8 rq:815163 version:0.1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-resolv/ghc-resolv.changes2020-05-11 
13:36:19.548485185 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-resolv.new.3606/ghc-resolv.changes  
2020-06-19 17:17:31.626905975 +0200
@@ -1,0 +2,5 @@
+Tue Jun 16 11:14:33 UTC 2020 - Peter Simons 
+
+- Re-generate file with latest version of spec-cleaner.
+
+---



Other differences:
--
++ ghc-resolv.spec ++
--- /var/tmp/diff_new_pack.q0DeOp/_old  2020-06-19 17:17:32.098907313 +0200
+++ /var/tmp/diff_new_pack.q0DeOp/_new  2020-06-19 17:17:32.102907324 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-resolv
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed




commit ghc-resolv for openSUSE:Factory

2020-05-11 Thread root
Hello community,

here is the log from the commit of package ghc-resolv for openSUSE:Factory 
checked in at 2020-05-11 13:35:59

Comparing /work/SRC/openSUSE:Factory/ghc-resolv (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-resolv.new.2738 (New)


Package is "ghc-resolv"

Mon May 11 13:35:59 2020 rev:7 rq:801047 version:0.1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-resolv/ghc-resolv.changes2020-01-03 
17:36:07.611269253 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-resolv.new.2738/ghc-resolv.changes  
2020-05-11 13:36:19.548485185 +0200
@@ -1,0 +2,9 @@
+Wed May  6 06:54:12 UTC 2020 - psim...@suse.com
+
+- Update resolv to version 0.1.2.0.
+  ## 0.1.2.0
+
+  * Add new high-level API functions `queryPTR`, `arpaIPv4`, and
+`arpaIPv6` for performing reverse address lookups.
+
+---

Old:

  resolv-0.1.1.3.tar.gz

New:

  resolv-0.1.2.0.tar.gz



Other differences:
--
++ ghc-resolv.spec ++
--- /var/tmp/diff_new_pack.0Ozk1a/_old  2020-05-11 13:36:20.196486543 +0200
+++ /var/tmp/diff_new_pack.0Ozk1a/_new  2020-05-11 13:36:20.200486551 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-resolv
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %global pkg_name resolv
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.1.1.3
+Version:0.1.2.0
 Release:0
 Summary:Domain Name Service (DNS) lookup via the libresolv standard 
library routines
 License:GPL-2.0-or-later

++ resolv-0.1.1.3.tar.gz -> resolv-0.1.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/resolv-0.1.1.3/ChangeLog.md 
new/resolv-0.1.2.0/ChangeLog.md
--- old/resolv-0.1.1.3/ChangeLog.md 2001-09-09 03:46:40.0 +0200
+++ new/resolv-0.1.2.0/ChangeLog.md 2001-09-09 03:46:40.0 +0200
@@ -2,6 +2,11 @@
 
 # Revision history for `resolv`
 
+## 0.1.2.0
+
+* Add new high-level API functions `queryPTR`, `arpaIPv4`, and
+  `arpaIPv6` for performing reverse address lookups.
+
 ## 0.1.1.3
 
 * GHC 8.8 / base-4.13 only compat hotfix release; the next release will support
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/resolv-0.1.1.3/resolv.cabal 
new/resolv-0.1.2.0/resolv.cabal
--- old/resolv-0.1.1.3/resolv.cabal 2001-09-09 03:46:40.0 +0200
+++ new/resolv-0.1.2.0/resolv.cabal 2001-09-09 03:46:40.0 +0200
@@ -1,7 +1,7 @@
 cabal-version:   2.2
 
 name:resolv
-version: 0.1.1.3
+version: 0.1.2.0
 
 synopsis:Domain Name Service (DNS) lookup via the libresolv 
standard library routines
 description: {
@@ -54,7 +54,18 @@
  resolv.buildinfo
  cbits/hs_resolv_config.h
 
-tested-with: GHC==8.6.2, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2, GHC==7.10.3, 
GHC==7.10.1, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2
+tested-with:
+  GHC ==8.10.1
+   || ==8.8.3
+   || ==8.6.5
+   || ==8.4.4
+   || ==8.2.2
+   || ==8.0.2
+   || ==7.10.3
+   || ==7.10.1
+   || ==7.8.4
+   || ==7.6.3
+   || ==7.4.2
 
 source-repository head
   type:  git
@@ -80,11 +91,12 @@
  Network.DNS.FFI
  Compat
 
-  build-depends: base  ^>= 4.13
+  -- we need binary-0.7.3 for isolate
+  build-depends: base   >= 4.5 && <4.15
, base16-bytestring ^>= 0.1
-   , binary^>= 0.8
-   , bytestring^>= 0.10
-   , containers^>= 0.5 || ^>= 0.6
+   , binary^>=0.7.3 || ^>= 0.8
+   , bytestring^>=0.9.2 || ^>= 0.10
+   , containers^>=0.4.2.1 || ^>= 0.5 || ^>= 0.6
 
   ghc-options:   -Wall
   include-dirs:  cbits
@@ -101,7 +113,7 @@
, bytestring
 
   -- additional dependencies not inherited
-  build-depends: tasty >= 1.1 && < 1.2
-   , tasty-hunit   >= 0.10&& < 0.11
-   , directory >= 1.1.0.2 && < 1.4
-   , filepath  >= 1.3.0   && < 1.5
+  build-depends: tasty^>= 1.2.3
+   , tasty-hunit  ^>= 0.10.0
+   , directory^>= 1.1.0 || ^>= 1.2.0 || ^>= 1.3.0
+   , filepath ^>= 1.3.0 || ^>= 1.4.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit ghc-resolv for openSUSE:Factory

2020-01-03 Thread root
Hello community,

here is the log from the commit of package ghc-resolv for openSUSE:Factory 
checked in at 2020-01-03 17:35:43

Comparing /work/SRC/openSUSE:Factory/ghc-resolv (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-resolv.new.6675 (New)


Package is "ghc-resolv"

Fri Jan  3 17:35:43 2020 rev:6 rq:760296 version:0.1.1.3

Changes:

--- /work/SRC/openSUSE:Factory/ghc-resolv/ghc-resolv.changes2019-12-27 
13:56:51.788759620 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-resolv.new.6675/ghc-resolv.changes  
2020-01-03 17:36:07.611269253 +0100
@@ -1,0 +2,8 @@
+Sun Dec 29 10:27:09 UTC 2019 - psim...@suse.com
+
+- Update resolv to version 0.1.1.3.
+
+  * GHC 8.8 / base-4.13 only compat hotfix release; the next
+release will support older GHC/base versions again
+
+---

Old:

  resolv-0.1.1.2.tar.gz

New:

  resolv-0.1.1.3.tar.gz



Other differences:
--
++ ghc-resolv.spec ++
--- /var/tmp/diff_new_pack.SoWBzt/_old  2020-01-03 17:36:08.307269611 +0100
+++ /var/tmp/diff_new_pack.SoWBzt/_new  2020-01-03 17:36:08.307269611 +0100
@@ -19,7 +19,7 @@
 %global pkg_name resolv
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.1.1.2
+Version:0.1.1.3
 Release:0
 Summary:Domain Name Service (DNS) lookup via the libresolv standard 
library routines
 License:GPL-2.0-or-later

++ resolv-0.1.1.2.tar.gz -> resolv-0.1.1.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/resolv-0.1.1.2/ChangeLog.md 
new/resolv-0.1.1.3/ChangeLog.md
--- old/resolv-0.1.1.2/ChangeLog.md 2018-10-28 00:43:14.0 +0200
+++ new/resolv-0.1.1.3/ChangeLog.md 2001-09-09 03:46:40.0 +0200
@@ -1,5 +1,12 @@
+See also http://pvp.haskell.org/faq
+
 # Revision history for `resolv`
 
+## 0.1.1.3
+
+* GHC 8.8 / base-4.13 only compat hotfix release; the next release will support
+  older GHC/base versions again
+
 ## 0.1.1.2
 
 * Clarify/relax licensing terms
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/resolv-0.1.1.2/resolv.cabal 
new/resolv-0.1.1.3/resolv.cabal
--- old/resolv-0.1.1.2/resolv.cabal 2018-10-28 00:43:14.0 +0200
+++ new/resolv-0.1.1.3/resolv.cabal 2001-09-09 03:46:40.0 +0200
@@ -1,7 +1,7 @@
-cabal-version:   1.12
+cabal-version:   2.2
 
 name:resolv
-version: 0.1.1.2
+version: 0.1.1.3
 
 synopsis:Domain Name Service (DNS) lookup via the libresolv 
standard library routines
 description: {
@@ -32,8 +32,7 @@
 provides a compatible subset of this package's API.
 }
 
-X-SPDX-License-Identifier: GPL-2.0-or-later
-license: GPL-2
+license: GPL-2.0-or-later
 license-files:   LICENSE LICENSE.GPLv2 LICENSE.GPLv3
 author:  Herbert Valerio Riedel
 maintainer:  h...@gnu.org
@@ -81,11 +80,11 @@
  Network.DNS.FFI
  Compat
 
-  build-depends: base  >= 4.5 && <4.13
-   , base16-bytestring == 0.1.*
-   , binary>= 0.7.3 && < 0.9
-   , bytestring>= 0.9.2 && < 0.11
-   , containers>= 0.4.2.1 && < 0.7
+  build-depends: base  ^>= 4.13
+   , base16-bytestring ^>= 0.1
+   , binary^>= 0.8
+   , bytestring^>= 0.10
+   , containers^>= 0.5 || ^>= 0.6
 
   ghc-options:   -Wall
   include-dirs:  cbits
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/resolv-0.1.1.2/src/Network/DNS/Message.hs 
new/resolv-0.1.1.3/src/Network/DNS/Message.hs
--- old/resolv-0.1.1.2/src/Network/DNS/Message.hs   2018-10-28 
00:43:14.0 +0200
+++ new/resolv-0.1.1.3/src/Network/DNS/Message.hs   2001-09-09 
03:46:40.0 +0200
@@ -93,7 +93,7 @@
 
 instance Binary CharStr where
 put (CharStr bs)
-  | BS.length bs > 0xff = fail "putString: string too long"
+  | BS.length bs > 0xff = error "putString: string too long"
   | otherwise = do
 putWord8 (fromIntegral $ BS.length bs)
 putByteString bs
@@ -593,7 +593,7 @@
 rdataLen = BSL.length rdata
 
 unless (rdataLen < 0x1) $
-fail "rdata too large"
+error "rdata too large"
 
 putWord16be (fromIntegral rdataLen)
 putLazyByteString rdata
@@ -740,7 +740,7 @@
 
 encodeNsecTypeMap :: Set Type -> Put
 encodeNsecTypeMap bmap = do
-when (Set.null bmap) $ fail "invalid empty type-map"
+when (Set.null bmap) $ error "invalid empty 

commit ghc-resolv for openSUSE:Factory

2019-12-27 Thread root
Hello community,

here is the log from the commit of package ghc-resolv for openSUSE:Factory 
checked in at 2019-12-27 13:56:44

Comparing /work/SRC/openSUSE:Factory/ghc-resolv (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-resolv.new.6675 (New)


Package is "ghc-resolv"

Fri Dec 27 13:56:44 2019 rev:5 rq:759491 version:0.1.1.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-resolv/ghc-resolv.changes2018-11-10 
17:01:47.783576269 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-resolv.new.6675/ghc-resolv.changes  
2019-12-27 13:56:51.788759620 +0100
@@ -1,0 +2,5 @@
+Fri Nov  8 16:14:35 UTC 2019 - Peter Simons 
+
+- Drop obsolete group attributes.
+
+---



Other differences:
--
++ ghc-resolv.spec ++
--- /var/tmp/diff_new_pack.ifc7B9/_old  2019-12-27 13:56:52.688760055 +0100
+++ /var/tmp/diff_new_pack.ifc7B9/_new  2019-12-27 13:56:52.692760057 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-resolv
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,6 @@
 Release:0
 Summary:Domain Name Service (DNS) lookup via the libresolv standard 
library routines
 License:GPL-2.0-or-later
-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
@@ -74,7 +73,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}




commit ghc-resolv for openSUSE:Factory

2018-11-10 Thread root
Hello community,

here is the log from the commit of package ghc-resolv for openSUSE:Factory 
checked in at 2018-11-10 16:59:23

Comparing /work/SRC/openSUSE:Factory/ghc-resolv (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-resolv.new (New)


Package is "ghc-resolv"

Sat Nov 10 16:59:23 2018 rev:4 rq:646362 version:0.1.1.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-resolv/ghc-resolv.changes2018-10-25 
08:21:22.971937272 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-resolv.new/ghc-resolv.changes   
2018-11-10 17:01:47.783576269 +0100
@@ -1,0 +2,8 @@
+Mon Oct 29 09:03:17 UTC 2018 - psim...@suse.com
+
+- Update resolv to version 0.1.1.2.
+  ## 0.1.1.2
+
+  * Clarify/relax licensing terms
+
+---

Old:

  resolv-0.1.1.1.tar.gz
  resolv.cabal

New:

  resolv-0.1.1.2.tar.gz



Other differences:
--
++ ghc-resolv.spec ++
--- /var/tmp/diff_new_pack.GO56b2/_old  2018-11-10 17:01:48.399575517 +0100
+++ /var/tmp/diff_new_pack.GO56b2/_new  2018-11-10 17:01:48.399575517 +0100
@@ -19,14 +19,13 @@
 %global pkg_name resolv
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.1.1.1
+Version:0.1.1.2
 Release:0
 Summary:Domain Name Service (DNS) lookup via the libresolv standard 
library routines
-License:GPL-3.0-or-later
+License:GPL-2.0-or-later
 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
-Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-base16-bytestring-devel
 BuildRequires:  ghc-binary-devel
@@ -68,7 +67,10 @@
 Authorization (CAA) Resource Record - [RFC
 6891](https://tools.ietf.org/html/rfc6891): Extension Mechanisms for DNS
 (EDNS(0)) - [RFC 7553](https://tools.ietf.org/html/rfc7553): The Uniform
-Resource Identifier (URI) DNS Resource Record.
+Resource Identifier (URI) DNS Resource Record
+
+For Windows, the package [windns](https://hackage.haskell.org/package/windns)
+provides a compatible subset of this package's API.
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
@@ -83,7 +85,6 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build
@@ -102,6 +103,8 @@
 
 %files -f %{name}.files
 %license LICENSE
+%license LICENSE.GPLv2
+%license LICENSE.GPLv3
 
 %files devel -f %{name}-devel.files
 %doc ChangeLog.md

++ resolv-0.1.1.1.tar.gz -> resolv-0.1.1.2.tar.gz ++
 1844 lines of diff (skipped)




commit ghc-resolv for openSUSE:Factory

2018-10-25 Thread root
Hello community,

here is the log from the commit of package ghc-resolv for openSUSE:Factory 
checked in at 2018-10-25 08:21:19

Comparing /work/SRC/openSUSE:Factory/ghc-resolv (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-resolv.new (New)


Package is "ghc-resolv"

Thu Oct 25 08:21:19 2018 rev:3 rq:643200 version:0.1.1.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-resolv/ghc-resolv.changes2018-07-21 
10:22:46.146992986 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-resolv.new/ghc-resolv.changes   
2018-10-25 08:21:22.971937272 +0200
@@ -1,0 +2,5 @@
+Fri Oct 19 13:14:37 UTC 2018 - Peter Simons 
+
+- Update Cabal build instructions to support ghc-8.6.1.
+
+---



Other differences:
--
++ ghc-resolv.spec ++
--- /var/tmp/diff_new_pack.JDl4kX/_old  2018-10-25 08:21:23.907936853 +0200
+++ /var/tmp/diff_new_pack.JDl4kX/_new  2018-10-25 08:21:23.911936851 +0200
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -26,7 +26,7 @@
 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
-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/3.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-base16-bytestring-devel
 BuildRequires:  ghc-binary-devel

++ resolv.cabal ++
--- /var/tmp/diff_new_pack.JDl4kX/_old  2018-10-25 08:21:23.939936839 +0200
+++ /var/tmp/diff_new_pack.JDl4kX/_new  2018-10-25 08:21:23.943936837 +0200
@@ -2,7 +2,7 @@
 
 name:resolv
 version: 0.1.1.1
-x-revision: 1
+x-revision: 3
 
 synopsis:Domain Name Service (DNS) lookup via the libresolv 
standard library routines
 description: {
@@ -79,11 +79,11 @@
  Network.DNS.FFI
  Compat
 
-  build-depends: base  >= 4.5 && <4.12
+  build-depends: base  >= 4.5 && <4.13
, base16-bytestring == 0.1.*
, binary>= 0.7.3 && < 0.9
, bytestring>= 0.9.2 && < 0.11
-   , containers>= 0.4.2.1 && < 0.6
+   , containers>= 0.4.2.1 && < 0.7
 
   ghc-options:   -Wall
   include-dirs:  cbits




commit ghc-resolv for openSUSE:Factory

2018-07-21 Thread root
Hello community,

here is the log from the commit of package ghc-resolv for openSUSE:Factory 
checked in at 2018-07-21 10:22:43

Comparing /work/SRC/openSUSE:Factory/ghc-resolv (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-resolv.new (New)


Package is "ghc-resolv"

Sat Jul 21 10:22:43 2018 rev:2 rq:623843 version:0.1.1.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-resolv/ghc-resolv.changes2018-05-30 
13:10:30.518020121 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-resolv.new/ghc-resolv.changes   
2018-07-21 10:22:46.146992986 +0200
@@ -4 +4 @@
-- Adding initial version version 0.1.1.1.
+- Add resolv at version 0.1.1.1.



Other differences:
--