Hello community,

here is the log from the commit of package ghc-zip-archive for openSUSE:Factory 
checked in at 2017-06-04 01:56:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-zip-archive (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-zip-archive.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-zip-archive"

Sun Jun  4 01:56:15 2017 rev:7 rq:494206 version:0.3.0.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-zip-archive/ghc-zip-archive.changes  
2017-02-11 01:42:39.308547997 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-zip-archive.new/ghc-zip-archive.changes     
2017-06-04 01:56:17.538179552 +0200
@@ -1,0 +2,5 @@
+Wed May  3 08:14:06 UTC 2017 - [email protected]
+
+- Update to version 0.3.0.6 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  zip-archive-0.3.0.5.tar.gz
  zip-archive.cabal

New:
----
  zip-archive-0.3.0.6.tar.gz

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

Other differences:
------------------
++++++ ghc-zip-archive.spec ++++++
--- /var/tmp/diff_new_pack.6mGXOj/_old  2017-06-04 01:56:18.622026429 +0200
+++ /var/tmp/diff_new_pack.6mGXOj/_new  2017-06-04 01:56:18.626025863 +0200
@@ -19,14 +19,13 @@
 %global pkg_name zip-archive
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.3.0.5
+Version:        0.3.0.6
 Release:        0
 Summary:        Library for creating and modifying zip archives
 License:        BSD-3-Clause
 Group:          Development/Languages/Other
 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-binary-devel
@@ -67,7 +66,6 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build
@@ -90,5 +88,6 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
+%doc README.markdown changelog
 
 %changelog

++++++ zip-archive-0.3.0.5.tar.gz -> zip-archive-0.3.0.6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zip-archive-0.3.0.5/changelog 
new/zip-archive-0.3.0.6/changelog
--- old/zip-archive-0.3.0.5/changelog   2016-09-12 14:59:09.000000000 +0200
+++ new/zip-archive-0.3.0.6/changelog   2017-04-25 09:59:53.000000000 +0200
@@ -1,6 +1,13 @@
+zip-archive 0.3.0.6
+
+  * Bump bytestring lower bound so toStrict is guaranteed (Benjamin Landers).
+
 zip-archive 0.3.0.5
 
-  * Fix `OptLocation` option handling (EugeneN).
+  * Fix bug in `OptLocation` handling (EugeneN).  When using
+    `OptLocation folder False` (for adding files to an archive into a
+    folder without preserving full path hierarchy), original files'
+    names were ignored, resulting in all the files getting the same name.
 
 zip-archive 0.3.0.4
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zip-archive-0.3.0.5/zip-archive.cabal 
new/zip-archive-0.3.0.6/zip-archive.cabal
--- old/zip-archive-0.3.0.5/zip-archive.cabal   2016-09-12 14:57:27.000000000 
+0200
+++ new/zip-archive-0.3.0.6/zip-archive.cabal   2017-04-25 10:00:06.000000000 
+0200
@@ -1,5 +1,5 @@
 Name:                zip-archive
-Version:             0.3.0.5
+Version:             0.3.0.6
 Cabal-Version:       >= 1.10
 Build-type:          Custom
 Synopsis:            Library for creating and modifying zip archives.
@@ -30,7 +30,7 @@
     Build-depends:   base >= 3 && < 5, pretty, containers
   else
     Build-depends:   base < 3
-  Build-depends:     binary >= 0.5, zlib, filepath, bytestring >= 0.9.0,
+  Build-depends:     binary >= 0.5, zlib, filepath, bytestring >= 0.10.0,
                      array, mtl, text >= 0.11, old-time, digest >= 0.0.0.1,
                      directory, time
   Exposed-modules:   Codec.Archive.Zip


Reply via email to