Hello community, here is the log from the commit of package ghc-scalpel for openSUSE:Factory checked in at 2017-06-04 01:55:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-scalpel (Old) and /work/SRC/openSUSE:Factory/.ghc-scalpel.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-scalpel" Sun Jun 4 01:55:12 2017 rev:3 rq:494184 version:0.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-scalpel/ghc-scalpel.changes 2017-04-17 10:25:21.546304814 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-scalpel.new/ghc-scalpel.changes 2017-06-04 01:55:13.635207678 +0200 @@ -1,0 +2,5 @@ +Wed May 3 08:14:08 UTC 2017 - [email protected] + +- Update to version 0.5.1 with cabal2obs. + +------------------------------------------------------------------- Old: ---- scalpel-0.5.0.tar.gz New: ---- scalpel-0.5.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-scalpel.spec ++++++ --- /var/tmp/diff_new_pack.eOxgPZ/_old 2017-06-04 01:55:14.199128008 +0200 +++ /var/tmp/diff_new_pack.eOxgPZ/_new 2017-06-04 01:55:14.203127443 +0200 @@ -18,7 +18,7 @@ %global pkg_name scalpel Name: ghc-%{pkg_name} -Version: 0.5.0 +Version: 0.5.1 Release: 0 Summary: A high level web scraping library for Haskell License: Apache-2.0 ++++++ scalpel-0.5.0.tar.gz -> scalpel-0.5.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/scalpel-0.5.0/CHANGELOG.md new/scalpel-0.5.1/CHANGELOG.md --- old/scalpel-0.5.0/CHANGELOG.md 2017-02-05 05:43:42.000000000 +0100 +++ new/scalpel-0.5.1/CHANGELOG.md 2017-04-25 05:08:43.000000000 +0200 @@ -2,6 +2,10 @@ ## HEAD +## 0.5.1 + +- Fix bug (#59, #54) in DFS traversal order. + ## 0.5.0 - Split `scalpel` into two packages: `scalpel` and `scalpel-core`. The latter diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/scalpel-0.5.0/scalpel.cabal new/scalpel-0.5.1/scalpel.cabal --- old/scalpel-0.5.0/scalpel.cabal 2017-02-05 05:43:42.000000000 +0100 +++ new/scalpel-0.5.1/scalpel.cabal 2017-04-25 05:08:43.000000000 +0200 @@ -1,5 +1,5 @@ name: scalpel -version: 0.5.0 +version: 0.5.1 synopsis: A high level web scraping library for Haskell. description: Scalpel is a web scraping library inspired by libraries like Parsec and @@ -24,7 +24,7 @@ source-repository this type: git location: https://github.com/fimad/scalpel.git - tag: v0.5.0 + tag: v0.5.1 library other-extensions: @@ -38,7 +38,7 @@ default-language: Haskell2010 build-depends: base >= 4.6 && < 5 - , scalpel-core == 0.5.0 + , scalpel-core == 0.5.1 , bytestring , curl >= 1.3.4 , data-default
