Hello community,

here is the log from the commit of package ghc-hinotify for openSUSE:Factory 
checked in at 2020-11-08 20:59:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-hinotify (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-hinotify.new.11331 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-hinotify"

Sun Nov  8 20:59:08 2020 rev:13 rq:846891 version:0.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-hinotify/ghc-hinotify.changes        
2020-08-28 21:33:09.388660653 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-hinotify.new.11331/ghc-hinotify.changes     
2020-11-08 20:59:14.360297124 +0100
@@ -1,0 +2,7 @@
+Sun Nov  1 03:00:38 UTC 2020 - [email protected]
+
+- Update hinotify to version 0.4.1.
+  Upstream has not updated the file "CHANGELOG.md" since the last
+  release.
+
+-------------------------------------------------------------------

Old:
----
  hinotify-0.4.tar.gz

New:
----
  hinotify-0.4.1.tar.gz

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

Other differences:
------------------
++++++ ghc-hinotify.spec ++++++
--- /var/tmp/diff_new_pack.bhCFja/_old  2020-11-08 20:59:15.224295448 +0100
+++ /var/tmp/diff_new_pack.bhCFja/_new  2020-11-08 20:59:15.224295448 +0100
@@ -19,7 +19,7 @@
 %global pkg_name hinotify
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.4
+Version:        0.4.1
 Release:        0
 Summary:        Haskell binding to inotify
 License:        BSD-3-Clause

++++++ hinotify-0.4.tar.gz -> hinotify-0.4.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hinotify-0.4/hinotify.cabal 
new/hinotify-0.4.1/hinotify.cabal
--- old/hinotify-0.4/hinotify.cabal     2018-08-09 13:59:22.000000000 +0200
+++ new/hinotify-0.4.1/hinotify.cabal   2001-09-09 03:46:40.000000000 +0200
@@ -1,5 +1,5 @@
 name:               hinotify
-version:            0.4
+version:            0.4.1
 build-type:         Simple
 synopsis:           Haskell binding to inotify
 description:
@@ -7,7 +7,8 @@
     allowing applications to subscribe to notifications when a file is
     accessed or modified.
 category:           System
-homepage:           https://github.com/kolmodin/hinotify.git
+homepage:           https://github.com/kolmodin/hinotify
+bug-reports:        https://github.com/kolmodin/hinotify/issues
 license:            BSD3
 license-file:       LICENSE
 author:             Lennart Kolmodin
@@ -33,6 +34,9 @@
     includes: sys/inotify.h
     hs-source-dirs: src
 
+    if os(freebsd) || os(openbsd)
+      extra-libraries: inotify
+
 test-suite test001
     type: exitcode-stdio-1.0
     default-language: Haskell2010


Reply via email to