commit ghc-hinotify for openSUSE:Factory

2020-11-08 Thread root
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 - psim...@suse.com
+
+- 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.0 +0200
+++ new/hinotify-0.4.1/hinotify.cabal   2001-09-09 03:46:40.0 +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




commit ghc-hinotify for openSUSE:Factory

2020-08-28 Thread root
Hello community,

here is the log from the commit of package ghc-hinotify for openSUSE:Factory 
checked in at 2020-08-28 21:33:06

Comparing /work/SRC/openSUSE:Factory/ghc-hinotify (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-hinotify.new.3399 (New)


Package is "ghc-hinotify"

Fri Aug 28 21:33:06 2020 rev:12 rq:829295 version:0.4

Changes:

--- /work/SRC/openSUSE:Factory/ghc-hinotify/ghc-hinotify.changes
2020-06-19 17:13:08.954103815 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-hinotify.new.3399/ghc-hinotify.changes  
2020-08-28 21:33:09.388660653 +0200
@@ -1,0 +2,5 @@
+Tue Aug 18 10:45:00 UTC 2020 - Peter Simons 
+
+- Replace %setup -q with the more modern %autosetup macro.
+
+---



Other differences:
--
++ ghc-hinotify.spec ++
--- /var/tmp/diff_new_pack.qHde7R/_old  2020-08-28 21:33:10.852661346 +0200
+++ /var/tmp/diff_new_pack.qHde7R/_new  2020-08-28 21:33:10.856661348 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-hinotify
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -50,7 +50,7 @@
 This package provides the Haskell %{pkg_name} library development files.
 
 %prep
-%setup -q -n %{pkg_name}-%{version}
+%autosetup -n %{pkg_name}-%{version}
 
 %build
 %ghc_lib_build




commit ghc-hinotify for openSUSE:Factory

2020-06-19 Thread root
Hello community,

here is the log from the commit of package ghc-hinotify for openSUSE:Factory 
checked in at 2020-06-19 17:13:06

Comparing /work/SRC/openSUSE:Factory/ghc-hinotify (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-hinotify.new.3606 (New)


Package is "ghc-hinotify"

Fri Jun 19 17:13:06 2020 rev:11 rq:815099 version:0.4

Changes:

--- /work/SRC/openSUSE:Factory/ghc-hinotify/ghc-hinotify.changes
2019-12-27 13:53:52.800673133 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-hinotify.new.3606/ghc-hinotify.changes  
2020-06-19 17:13:08.954103815 +0200
@@ -1,0 +2,5 @@
+Tue Jun 16 11:14:09 UTC 2020 - Peter Simons 
+
+- Re-generate file with latest version of spec-cleaner.
+
+---



Other differences:
--
++ ghc-hinotify.spec ++
--- /var/tmp/diff_new_pack.zrZ9l6/_old  2020-06-19 17:13:09.750106478 +0200
+++ /var/tmp/diff_new_pack.zrZ9l6/_new  2020-06-19 17:13:09.754106491 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-hinotify
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed




commit ghc-hinotify for openSUSE:Factory

2019-12-27 Thread root
Hello community,

here is the log from the commit of package ghc-hinotify for openSUSE:Factory 
checked in at 2019-12-27 13:53:52

Comparing /work/SRC/openSUSE:Factory/ghc-hinotify (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-hinotify.new.6675 (New)


Package is "ghc-hinotify"

Fri Dec 27 13:53:52 2019 rev:10 rq:759408 version:0.4

Changes:

--- /work/SRC/openSUSE:Factory/ghc-hinotify/ghc-hinotify.changes
2018-10-25 08:26:08.743807576 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-hinotify.new.6675/ghc-hinotify.changes  
2019-12-27 13:53:52.800673133 +0100
@@ -1,0 +2,5 @@
+Fri Nov  8 16:13:50 UTC 2019 - Peter Simons 
+
+- Drop obsolete group attributes.
+
+---



Other differences:
--
++ ghc-hinotify.spec ++
--- /var/tmp/diff_new_pack.u1efSw/_old  2019-12-27 13:53:53.448673446 +0100
+++ /var/tmp/diff_new_pack.u1efSw/_new  2019-12-27 13:53:53.452673448 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-hinotify
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,6 @@
 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
 BuildRequires:  ghc-Cabal-devel
@@ -42,7 +41,6 @@
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
-Group:  Development/Libraries/Haskell
 Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}




commit ghc-hinotify for openSUSE:Factory

2018-10-25 Thread root
Hello community,

here is the log from the commit of package ghc-hinotify for openSUSE:Factory 
checked in at 2018-10-25 08:26:08

Comparing /work/SRC/openSUSE:Factory/ghc-hinotify (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-hinotify.new (New)


Package is "ghc-hinotify"

Thu Oct 25 08:26:08 2018 rev:9 rq:643401 version:0.4

Changes:

--- /work/SRC/openSUSE:Factory/ghc-hinotify/ghc-hinotify.changes
2018-08-27 12:58:14.680743803 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-hinotify.new/ghc-hinotify.changes   
2018-10-25 08:26:08.743807576 +0200
@@ -1,0 +2,5 @@
+Sat Oct 20 11:31:34 UTC 2018 - Peter Simons 
+
+- Use https URL to refer to bugs.opensuse.org.
+
+---



Other differences:
--
++ ghc-hinotify.spec ++
--- /var/tmp/diff_new_pack.oLusXq/_old  2018-10-25 08:26:09.215807359 +0200
+++ /var/tmp/diff_new_pack.oLusXq/_new  2018-10-25 08:26:09.215807359 +0200
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 




commit ghc-hinotify for openSUSE:Factory

2018-08-27 Thread root
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 - psim...@suse.com
+
+- 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.0 +0200
+++ new/hinotify-0.4/hinotify.cabal 2018-08-09 13:59:22.0 +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




commit ghc-hinotify for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ghc-hinotify for openSUSE:Factory 
checked in at 2018-07-24 17:19:22

Comparing /work/SRC/openSUSE:Factory/ghc-hinotify (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-hinotify.new (New)


Package is "ghc-hinotify"

Tue Jul 24 17:19:22 2018 rev:7 rq:623784 version:0.3.10

Changes:

--- /work/SRC/openSUSE:Factory/ghc-hinotify/ghc-hinotify.changes
2018-05-30 12:25:55.141113138 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-hinotify.new/ghc-hinotify.changes   
2018-07-24 17:19:24.307070666 +0200
@@ -1,0 +2,6 @@
+Wed Jul 18 14:26:26 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
@@ -34 +39,0 @@
-



Other differences:
--



commit ghc-hinotify for openSUSE:Factory

2018-05-30 Thread root
Hello community,

here is the log from the commit of package ghc-hinotify for openSUSE:Factory 
checked in at 2018-05-30 12:08:36

Comparing /work/SRC/openSUSE:Factory/ghc-hinotify (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-hinotify.new (New)


Package is "ghc-hinotify"

Wed May 30 12:08:36 2018 rev:6 rq:607810 version:0.3.10

Changes:

--- /work/SRC/openSUSE:Factory/ghc-hinotify/ghc-hinotify.changes
2017-09-15 21:48:25.402024790 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-hinotify.new/ghc-hinotify.changes   
2018-05-30 12:25:55.141113138 +0200
@@ -1,0 +2,8 @@
+Mon May 14 17:02:11 UTC 2018 - psim...@suse.com
+
+- Update hinotify to version 0.3.10 revision 1.
+  - Allow async-2.2.
+  - Use `RawFilePath` (`ByteString`) for filenames, from `unix` package.
+Changes the `Event` type and `addWatch` function.
+
+---

Old:

  hinotify-0.3.9.tar.gz

New:

  hinotify-0.3.10.tar.gz
  hinotify.cabal



Other differences:
--
++ ghc-hinotify.spec ++
--- /var/tmp/diff_new_pack.3UPZis/_old  2018-05-30 12:25:56.353072681 +0200
+++ /var/tmp/diff_new_pack.3UPZis/_new  2018-05-30 12:25:56.357072548 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-hinotify
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,19 +19,23 @@
 %global pkg_name hinotify
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.3.9
+Version:0.3.10
 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
 BuildRequires:  ghc-containers-devel
-BuildRequires:  ghc-directory-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-unix-devel
+%if %{with tests}
+BuildRequires:  ghc-directory-devel
+%endif
 
 %description
 This library provides a wrapper to the Linux Kernel's inotify feature, allowing
@@ -50,6 +54,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build
@@ -67,7 +72,7 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%doc LICENSE
+%license LICENSE
 
 %files devel -f %{name}-devel.files
 %doc CHANGELOG.md README.md

++ hinotify-0.3.9.tar.gz -> hinotify-0.3.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hinotify-0.3.9/CHANGELOG.md 
new/hinotify-0.3.10/CHANGELOG.md
--- old/hinotify-0.3.9/CHANGELOG.md 2016-12-03 20:41:15.0 +0100
+++ new/hinotify-0.3.10/CHANGELOG.md2018-04-09 00:38:00.0 +0200
@@ -1,6 +1,15 @@
 hinotify
 ==
 
+hinotify-0.3.10
+---
+
+- Allow async-2.2.
+- Use `RawFilePath` (`ByteString`) for filenames, from `unix` package.
+
+  Changes the `Event` type and `addWatch` function.
+
+
 hinotify-0.3.9
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hinotify-0.3.9/hinotify.cabal 
new/hinotify-0.3.10/hinotify.cabal
--- old/hinotify-0.3.9/hinotify.cabal   2016-12-03 20:41:15.0 +0100
+++ new/hinotify-0.3.10/hinotify.cabal  2018-04-09 00:38:00.0 +0200
@@ -1,5 +1,5 @@
 name:   hinotify
-version:0.3.9
+version:0.3.10
 build-type: Simple
 synopsis:   Haskell binding to inotify
 description:
@@ -21,8 +21,8 @@
 
 library
 default-language: Haskell2010
-build-depends:  base >= 4.5.0.0 && < 5, containers, directory, unix,
-async >= 1.0 && < 2.2
+build-depends:  base >= 4.5.0.0 && < 5, bytestring, containers, unix,
+async >= 1.0 && < 2.3
 
 exposed-modules:
 System.INotify
@@ -36,7 +36,7 @@
 test-suite test001
 type: exitcode-stdio-1.0
 default-language: Haskell2010
-build-depends: base, directory, hinotify
+build-depends: base, bytestring, directory, hinotify, unix
 hs-source-dirs: src tests
 main-is: test001-list-dir-contents.hs
 other-modules: Utils
@@ -45,7 +45,7 @@
 test-suite test002
 type: exitcode-stdio-1.0
 default-language: Haskell2010
-build-depends: base, directory, hinotify
+build-depends: base, 

commit ghc-hinotify for openSUSE:Factory

2017-09-15 Thread root
Hello community,

here is the log from the commit of package ghc-hinotify for openSUSE:Factory 
checked in at 2017-09-15 21:48:24

Comparing /work/SRC/openSUSE:Factory/ghc-hinotify (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-hinotify.new (New)


Package is "ghc-hinotify"

Fri Sep 15 21:48:24 2017 rev:5 rq:524754 version:0.3.9

Changes:

--- /work/SRC/openSUSE:Factory/ghc-hinotify/ghc-hinotify.changes
2017-01-12 15:49:50.266336431 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-hinotify.new/ghc-hinotify.changes   
2017-09-15 21:48:25.402024790 +0200
@@ -1,0 +2,5 @@
+Thu Aug  3 15:38:38 UTC 2017 - psim...@suse.com
+
+- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
+
+---



Other differences:
--
++ ghc-hinotify.spec ++
--- /var/tmp/diff_new_pack.AJnkhC/_old  2017-09-15 21:48:26.921810699 +0200
+++ /var/tmp/diff_new_pack.AJnkhC/_new  2017-09-15 21:48:26.921810699 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-hinotify
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,8 +23,8 @@
 Release:0
 Summary:Haskell binding to inotify
 License:BSD-3-Clause
-Group:  Development/Languages/Other
-Url:https://hackage.haskell.org/package/%{pkg_name}
+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
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-async-devel
@@ -32,7 +32,6 @@
 BuildRequires:  ghc-directory-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-unix-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This library provides a wrapper to the Linux Kernel's inotify feature, allowing
@@ -40,7 +39,7 @@
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
-Group:  Development/Libraries/Other
+Group:  Development/Libraries/Haskell
 Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
@@ -68,11 +67,9 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
 %doc LICENSE
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md
 
 %changelog




commit ghc-hinotify for openSUSE:Factory

2016-07-21 Thread h_root
Hello community,

here is the log from the commit of package ghc-hinotify for openSUSE:Factory 
checked in at 2016-07-21 08:04:26

Comparing /work/SRC/openSUSE:Factory/ghc-hinotify (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-hinotify.new (New)


Package is "ghc-hinotify"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-hinotify/ghc-hinotify.changes
2015-08-10 09:16:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-hinotify.new/ghc-hinotify.changes   
2016-07-21 08:04:31.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:18:46 UTC 2016 - psim...@suse.com
+
+- Update to version 0.3.8.1 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-hinotify.spec ++
--- /var/tmp/diff_new_pack.rNRI2G/_old  2016-07-21 08:04:32.0 +0200
+++ /var/tmp/diff_new_pack.rNRI2G/_new  2016-07-21 08:04:32.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-hinotify
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,8 @@
 
 
 %global pkg_name hinotify
-Name:   ghc-hinotify
+%bcond_with tests
+Name:   ghc-%{pkg_name}
 Version:0.3.8.1
 Release:0
 Summary:Haskell binding to inotify
@@ -37,7 +38,6 @@
 %description
 This library provides a wrapper to the Linux Kernel's inotify feature, allowing
 applications to subscribe to notifications when a file is accessed or modified.
-.
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
@@ -53,17 +53,26 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
+
 %build
-%{ghc_lib_build}
+%ghc_lib_build
+
 
 %install
-%{ghc_lib_install}
+%ghc_lib_install
+
+
+%check
+%if %{with tests}
+%{cabal} test
+%endif
+
 
 %post devel
-%{ghc_pkg_recache}
+%ghc_pkg_recache
 
 %postun devel
-%{ghc_pkg_recache}
+%ghc_pkg_recache
 
 %files -f %{name}.files
 %defattr(-,root,root,-)
@@ -71,6 +80,6 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc README.md
+%doc CHANGELOG.md README.md
 
 %changelog




commit ghc-hinotify for openSUSE:Factory

2015-08-10 Thread h_root
Hello community,

here is the log from the commit of package ghc-hinotify for openSUSE:Factory 
checked in at 2015-08-10 09:16:50

Comparing /work/SRC/openSUSE:Factory/ghc-hinotify (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-hinotify.new (New)


Package is ghc-hinotify

Changes:

--- /work/SRC/openSUSE:Factory/ghc-hinotify/ghc-hinotify.changes
2015-05-26 12:31:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-hinotify.new/ghc-hinotify.changes   
2015-08-10 09:16:51.0 +0200
@@ -1,0 +2,6 @@
+Sun Aug  9 15:59:00 UTC 2015 - mimi...@gmail.com
+
+- update to 0.3.8.1
+* Use file system encoding for file names.
+
+---

Old:

  hinotify-0.3.7.tar.gz

New:

  hinotify-0.3.8.1.tar.gz



Other differences:
--
++ ghc-hinotify.spec ++
--- /var/tmp/diff_new_pack.4ChugO/_old  2015-08-10 09:16:52.0 +0200
+++ /var/tmp/diff_new_pack.4ChugO/_new  2015-08-10 09:16:52.0 +0200
@@ -1,7 +1,6 @@
 #
 # spec file for package ghc-hinotify
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,8 +17,8 @@
 
 
 %global pkg_name hinotify
-Name:   ghc-%{pkg_name}
-Version:0.3.7
+Name:   ghc-hinotify
+Version:0.3.8.1
 Release:0
 Summary:Haskell binding to inotify
 License:BSD-3-Clause
@@ -54,23 +53,18 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %{ghc_lib_build}
 
-
 %install
 %{ghc_lib_install}
 
-
 %post devel
 %{ghc_pkg_recache}
 
-
 %postun devel
 %{ghc_pkg_recache}
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE

++ hinotify-0.3.7.tar.gz - hinotify-0.3.8.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hinotify-0.3.7/CHANGELOG.md 
new/hinotify-0.3.8.1/CHANGELOG.md
--- old/hinotify-0.3.7/CHANGELOG.md 1970-01-01 01:00:00.0 +0100
+++ new/hinotify-0.3.8.1/CHANGELOG.md   2015-08-08 09:35:44.0 +0200
@@ -0,0 +1,15 @@
+hinotify
+==
+
+hinotify-0.3.8
+--
+
+- Use file system encoding for file names.
+
+  When run in a locale like LANG=C, this ensures that the filename is encoded
+  as a filename, so that arbitrary bytes in it will round-trip correctly,
+  rather than being stripped out.
+
+  Fixes https://github.com/kolmodin/hinotify/issues/13
+
+  Patch contributed by Joey Hess jo...@joeyh.name
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hinotify-0.3.7/README.md 
new/hinotify-0.3.8.1/README.md
--- old/hinotify-0.3.7/README.md2014-04-27 16:06:19.0 +0200
+++ new/hinotify-0.3.8.1/README.md  2015-08-08 09:35:44.0 +0200
@@ -1,6 +1,8 @@
 hinotify: inotify for Haskell
 =
 
+[![Build 
Status](https://api.travis-ci.org/kolmodin/hinotify.png?branch=master)](http://travis-ci.org/kolmodin/hinotify)
+
 About
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hinotify-0.3.7/hinotify.cabal 
new/hinotify-0.3.8.1/hinotify.cabal
--- old/hinotify-0.3.7/hinotify.cabal   2014-04-27 16:06:19.0 +0200
+++ new/hinotify-0.3.8.1/hinotify.cabal 2015-08-08 09:35:44.0 +0200
@@ -1,35 +1,26 @@
 name:   hinotify
-version:0.3.7
+version:0.3.8.1
 build-type: Simple
 synopsis:   Haskell binding to inotify
 description:
-.
 This library provides a wrapper to the Linux Kernel's inotify feature,
 allowing applications to subscribe to notifications when a file is
 accessed or modified.
-.
 category:   System
 homepage:   https://github.com/kolmodin/hinotify.git
 license:BSD3
 license-file:   LICENSE
 author: Lennart Kolmodin
 maintainer: Lennart Kolmodin kolmo...@gmail.com
-extra-source-files: README.md
-cabal-version:  = 1.6
+extra-source-files: README.md, CHANGELOG.md
+cabal-version:  = 1.8
 
 source-repository head
   type: git
   location: git://github.com/kolmodin/hinotify.git
 
-flag split-base
-description: Choose the new smaller, split-up base package.
-
 library
-build-depends:  unix
-if flag(split-base)
-build-depends:  base = 4.5.0.0   5, containers, directory
-else
-build-depends:  base  3
+build-depends:  base = 4.5.0.0   5, containers, directory, unix
 extensions: ForeignFunctionInterface
 
 exposed-modules:
@@ -38,5 +29,45 @@
 System.INotify.Masks
 
 ghc-options: -Wall
-
+includes: sys/inotify.h