Hello community, here is the log from the commit of package ghc-hinotify for openSUSE:Factory checked in at 2018-08-27 12:58:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-hinotify (Old) and /work/SRC/openSUSE:Factory/.ghc-hinotify.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-hinotify" Mon Aug 27 12:58:12 2018 rev:8 rq:631365 version:0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-hinotify/ghc-hinotify.changes 2018-07-24 17:19:24.307070666 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-hinotify.new/ghc-hinotify.changes 2018-08-27 12:58:14.680743803 +0200 @@ -1,0 +2,7 @@ +Wed Aug 22 09:18:11 UTC 2018 - [email protected] + +- Update hinotify to version 0.4. + Upstream has not updated the file "CHANGELOG.md" since the last + release. + +------------------------------------------------------------------- Old: ---- hinotify-0.3.10.tar.gz hinotify.cabal New: ---- hinotify-0.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-hinotify.spec ++++++ --- /var/tmp/diff_new_pack.Po2xbP/_old 2018-08-27 12:58:15.232744407 +0200 +++ /var/tmp/diff_new_pack.Po2xbP/_new 2018-08-27 12:58:15.236744411 +0200 @@ -19,14 +19,13 @@ %global pkg_name hinotify %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.3.10 +Version: 0.4 Release: 0 Summary: Haskell binding to inotify License: BSD-3-Clause 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 BuildRequires: ghc-Cabal-devel BuildRequires: ghc-async-devel BuildRequires: ghc-bytestring-devel @@ -54,7 +53,6 @@ %prep %setup -q -n %{pkg_name}-%{version} -cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build ++++++ hinotify-0.3.10.tar.gz -> hinotify-0.4.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hinotify-0.3.10/hinotify.cabal new/hinotify-0.4/hinotify.cabal --- old/hinotify-0.3.10/hinotify.cabal 2018-04-09 00:38:00.000000000 +0200 +++ new/hinotify-0.4/hinotify.cabal 2018-08-09 13:59:22.000000000 +0200 @@ -1,5 +1,5 @@ name: hinotify -version: 0.3.10 +version: 0.4 build-type: Simple synopsis: Haskell binding to inotify description: @@ -22,7 +22,7 @@ library default-language: Haskell2010 build-depends: base >= 4.5.0.0 && < 5, bytestring, containers, unix, - async >= 1.0 && < 2.3 + async == 2.* exposed-modules: System.INotify
