Hello community, here is the log from the commit of package ghc-tasty-ant-xml for openSUSE:Factory checked in at 2017-04-11 09:43:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-tasty-ant-xml (Old) and /work/SRC/openSUSE:Factory/.ghc-tasty-ant-xml.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-tasty-ant-xml" Tue Apr 11 09:43:47 2017 rev:4 rq:485162 version:1.0.5 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-tasty-ant-xml/ghc-tasty-ant-xml.changes 2017-02-03 17:40:08.787934311 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-tasty-ant-xml.new/ghc-tasty-ant-xml.changes 2017-04-11 09:43:48.312590949 +0200 @@ -1,0 +2,5 @@ +Tue Mar 7 11:19:20 UTC 2017 - [email protected] + +- Update to version 1.0.5 with cabal2obs. + +------------------------------------------------------------------- Old: ---- tasty-ant-xml-1.0.4.tar.gz New: ---- tasty-ant-xml-1.0.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-tasty-ant-xml.spec ++++++ --- /var/tmp/diff_new_pack.nOoK1y/_old 2017-04-11 09:43:49.324448011 +0200 +++ /var/tmp/diff_new_pack.nOoK1y/_new 2017-04-11 09:43:49.328447446 +0200 @@ -18,7 +18,7 @@ %global pkg_name tasty-ant-xml Name: ghc-%{pkg_name} -Version: 1.0.4 +Version: 1.0.5 Release: 0 Summary: Render tasty output to XML for Jenkins License: BSD-3-Clause ++++++ tasty-ant-xml-1.0.4.tar.gz -> tasty-ant-xml-1.0.5.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tasty-ant-xml-1.0.4/Changelog.md new/tasty-ant-xml-1.0.5/Changelog.md --- old/tasty-ant-xml-1.0.4/Changelog.md 2016-12-22 18:18:26.000000000 +0100 +++ new/tasty-ant-xml-1.0.5/Changelog.md 2017-02-27 16:31:23.000000000 +0100 @@ -1,3 +1,10 @@ +# 1.0.5 + +## Other Changes + +* Reduce the lower bound of `filepath` to >= 1.0.0 +* Reduce the lower bound of `directory` to >= 1.0.0 + # 1.0.4 * We now use the `classname` attribute to indicate the test group a test came from. Thanks to @haishengwu-okta for this feature. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tasty-ant-xml-1.0.4/tasty-ant-xml.cabal new/tasty-ant-xml-1.0.5/tasty-ant-xml.cabal --- old/tasty-ant-xml-1.0.4/tasty-ant-xml.cabal 2016-12-22 18:18:26.000000000 +0100 +++ new/tasty-ant-xml-1.0.5/tasty-ant-xml.cabal 2017-02-27 16:31:23.000000000 +0100 @@ -1,5 +1,5 @@ name: tasty-ant-xml -version: 1.0.4 +version: 1.0.5 synopsis: Render tasty output to XML for Jenkins description: A tasty ingredient to output test results in XML, using the Ant schema. This XML can be consumed by the Jenkins continuous integration framework. homepage: http://github.com/ocharles/tasty-ant-xml @@ -25,8 +25,8 @@ tagged >= 0.7, tasty >= 0.10 && < 0.12, transformers >= 0.3.0.0, - directory >= 1.2.6.2, - filepath >= 1.4.1.0, + directory >= 1.0.0, + filepath >= 1.0.0, xml >= 1.3.13 default-language: Haskell98 ghc-options: -Wall -O2
