Hello community,

here is the log from the commit of package ghc-git-lfs for openSUSE:Factory 
checked in at 2020-11-24 22:14:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-git-lfs (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-git-lfs.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-git-lfs"

Tue Nov 24 22:14:41 2020 rev:3 rq:850495 version:1.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-git-lfs/ghc-git-lfs.changes  2020-08-28 
21:32:54.092653406 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-git-lfs.new.5913/ghc-git-lfs.changes        
2020-11-24 22:14:46.663623336 +0100
@@ -1,0 +2,12 @@
+Thu Nov 19 19:50:18 UTC 2020 - [email protected]
+
+- Update git-lfs to version 1.1.1.
+  haskell-git-lfs (1.1.1) unstable; urgency=medium
+
+    * Expand aeson bounds to allow 1.5.x
+    * Expand http-client bounds to allow 0.7.x
+    * Improve other bounds that were too relaxed.
+
+   -- Joey Hess <[email protected]>  Thu, 19 Nov 2020 12:11:00 -0400
+
+-------------------------------------------------------------------

Old:
----
  git-lfs-1.1.0.tar.gz

New:
----
  git-lfs-1.1.1.tar.gz

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

Other differences:
------------------
++++++ ghc-git-lfs.spec ++++++
--- /var/tmp/diff_new_pack.FenKra/_old  2020-11-24 22:14:47.995624570 +0100
+++ /var/tmp/diff_new_pack.FenKra/_new  2020-11-24 22:14:47.999624574 +0100
@@ -18,7 +18,7 @@
 
 %global pkg_name git-lfs
 Name:           ghc-%{pkg_name}
-Version:        1.1.0
+Version:        1.1.1
 Release:        0
 Summary:        Git-lfs protocol
 License:        AGPL-3.0-or-later
@@ -50,8 +50,6 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
-cabal-tweak-dep-ver aeson '<= 1.5' '< 2'
-cabal-tweak-dep-ver http-client '<= 0.7' '< 1'
 
 %build
 %ghc_lib_build

++++++ git-lfs-1.1.0.tar.gz -> git-lfs-1.1.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/git-lfs-1.1.0/CHANGELOG new/git-lfs-1.1.1/CHANGELOG
--- old/git-lfs-1.1.0/CHANGELOG 2019-09-25 00:18:24.000000000 +0200
+++ new/git-lfs-1.1.1/CHANGELOG 2001-09-09 03:46:40.000000000 +0200
@@ -1,3 +1,11 @@
+haskell-git-lfs (1.1.1) unstable; urgency=medium
+
+  * Expand aeson bounds to allow 1.5.x
+  * Expand http-client bounds to allow 0.7.x
+  * Improve other bounds that were too relaxed.
+
+ -- Joey Hess <[email protected]>  Thu, 19 Nov 2020 12:11:00 -0400
+
 haskell-git-lfs (1.1.0) unstable; urgency=medium
 
   * Added modifyEndpointRequest, which can be used to make an Endpoint use
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/git-lfs-1.1.0/Setup.hs new/git-lfs-1.1.1/Setup.hs
--- old/git-lfs-1.1.0/Setup.hs  2019-09-25 00:18:24.000000000 +0200
+++ new/git-lfs-1.1.1/Setup.hs  1970-01-01 01:00:00.000000000 +0100
@@ -1,2 +0,0 @@
-import Distribution.Simple
-main = defaultMain
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/git-lfs-1.1.0/git-lfs.cabal 
new/git-lfs-1.1.1/git-lfs.cabal
--- old/git-lfs-1.1.0/git-lfs.cabal     2019-09-25 00:18:24.000000000 +0200
+++ new/git-lfs-1.1.1/git-lfs.cabal     2001-09-09 03:46:40.000000000 +0200
@@ -1,6 +1,6 @@
 Name: git-lfs
-Version: 1.1.0
-Cabal-Version: >= 1.8
+Version: 1.1.1
+Cabal-Version: >= 1.10
 License: AGPL-3
 Maintainer: Joey Hess <[email protected]>
 Author: Joey Hess
@@ -17,17 +17,18 @@
 
 Library
   GHC-Options: -Wall -fno-warn-tabs
+  Default-Language: Haskell2010
   Exposed-Modules: Network.GitLFS
   Build-Depends:
     base >= 4.5 && < 5,
-    http-client >= 0.5 && <= 0.7,
-    http-types >= 0.7 && <= 0.13,
-    aeson >= 1.3 && <= 1.5,
-    network-uri >= 2.6 && <= 2.7,
-    case-insensitive >= 1.2 && <= 1.3,
-    containers >= 0.6 && <= 0.7,
-    text >= 1.2 && <= 1.3,
-    bytestring >= 0.10 && <= 0.11
+    http-client >= 0.5 && < 0.8,
+    http-types >= 0.7 && < 0.13,
+    aeson >= 1.3 && < 1.6,
+    network-uri >= 2.6 && < 2.8,
+    case-insensitive >= 1.2 && < 1.3,
+    containers >= 0.6 && < 0.7,
+    text >= 1.2 && < 1.3,
+    bytestring >= 0.10 && < 0.12
 
 source-repository head
   type: git
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to