Hello community,

here is the log from the commit of package ghc-hpio for openSUSE:Factory 
checked in at 2017-06-22 10:37:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-hpio (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-hpio.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-hpio"

Thu Jun 22 10:37:48 2017 rev:2 rq:504075 version:0.8.0.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-hpio/ghc-hpio.changes        2017-04-12 
18:06:59.852169179 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-hpio.new/ghc-hpio.changes   2017-06-22 
10:37:50.263237894 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:01:07 UTC 2017 - [email protected]
+
+- Update to version 0.8.0.9.
+
+-------------------------------------------------------------------

Old:
----
  hpio-0.8.0.7.tar.gz

New:
----
  hpio-0.8.0.9.tar.gz

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

Other differences:
------------------
++++++ ghc-hpio.spec ++++++
--- /var/tmp/diff_new_pack.w3a3mk/_old  2017-06-22 10:37:50.931143734 +0200
+++ /var/tmp/diff_new_pack.w3a3mk/_new  2017-06-22 10:37:50.935143169 +0200
@@ -19,7 +19,7 @@
 %global pkg_name hpio
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.8.0.7
+Version:        0.8.0.9
 Release:        0
 Summary:        Monads for GPIO in Haskell
 License:        BSD-3-Clause

++++++ hpio-0.8.0.7.tar.gz -> hpio-0.8.0.9.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hpio-0.8.0.7/LICENSE new/hpio-0.8.0.9/LICENSE
--- old/hpio-0.8.0.7/LICENSE    2017-02-22 00:33:39.000000000 +0100
+++ new/hpio-0.8.0.9/LICENSE    2017-05-25 01:30:18.000000000 +0200
@@ -1,4 +1,4 @@
-Copyright (c) 2016, Drew Hess
+Copyright (c) 2017, Quixoftic, LLC
 
 All rights reserved.
 
@@ -13,7 +13,7 @@
       disclaimer in the documentation and/or other materials provided
       with the distribution.
 
-    * Neither the name of Drew Hess nor the names of other
+    * Neither the name of Quixoftic, LLC nor the names of other
       contributors may be used to endorse or promote products derived
       from this software without specific prior written permission.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hpio-0.8.0.7/README.md new/hpio-0.8.0.9/README.md
--- old/hpio-0.8.0.7/README.md  2017-02-22 00:33:39.000000000 +0100
+++ new/hpio-0.8.0.9/README.md  2017-05-25 01:30:18.000000000 +0200
@@ -11,4 +11,4 @@
 For details on usage, see the included tutorial module, or the
 `examples` directory in the source distribution.
 
-[![Travis CI build 
status](https://travis-ci.org/dhess/hpio.svg?branch=master)](https://travis-ci.org/dhess/hpio)
+[![Travis CI build 
status](https://travis-ci.org/quixoftic/hpio.svg?branch=master)](https://travis-ci.org/quixoftic/hpio)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hpio-0.8.0.7/changelog.md 
new/hpio-0.8.0.9/changelog.md
--- old/hpio-0.8.0.7/changelog.md       2017-02-22 00:33:39.000000000 +0100
+++ new/hpio-0.8.0.9/changelog.md       2017-05-25 01:30:18.000000000 +0200
@@ -1,3 +1,12 @@
+## 0.8.0.9 (2017-05-24)
+
+Fixes:
+  - Fix project URLs.
+
+## 0.8.0.8 (2017-05-24)
+
+No changes; copyright for the project has been assigned to Quixoftic, LLC.
+
 ## 0.8.0.7 (2017-02-21)
 
 Fixes:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hpio-0.8.0.7/default.nix new/hpio-0.8.0.9/default.nix
--- old/hpio-0.8.0.7/default.nix        2017-02-22 00:33:39.000000000 +0100
+++ new/hpio-0.8.0.9/default.nix        2017-05-25 01:30:18.000000000 +0200
@@ -5,7 +5,7 @@
 }:
 mkDerivation {
   pname = "hpio";
-  version = "0.8.0.7";
+  version = "0.8.0.9";
   src = ./.;
   isLibrary = true;
   isExecutable = true;
@@ -23,7 +23,7 @@
     exceptions filepath hlint hspec mtl mtl-compat QuickCheck text
     transformers transformers-compat unix unix-bytestring
   ];
-  homepage = "https://github.com/dhess/hpio";;
+  homepage = "https://github.com/quixoftic/hpio";;
   description = "Monads for GPIO in Haskell";
   license = stdenv.lib.licenses.bsd3;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hpio-0.8.0.7/hpio.cabal new/hpio-0.8.0.9/hpio.cabal
--- old/hpio-0.8.0.7/hpio.cabal 2017-02-22 00:33:39.000000000 +0100
+++ new/hpio-0.8.0.9/hpio.cabal 2017-05-25 01:30:18.000000000 +0200
@@ -1,15 +1,15 @@
 Name:                   hpio
-Version:                0.8.0.7
+Version:                0.8.0.9
 Cabal-Version:          >= 1.10
 Build-Type:             Simple
-Author:                 Drew Hess <[email protected]>
-Maintainer:             Drew Hess <[email protected]>
-Homepage:               https://github.com/dhess/hpio
-Bug-Reports:            https://github.com/dhess/hpio/issues/
+Author:                 Drew Hess <[email protected]>
+Maintainer:             Drew Hess <[email protected]>
+Homepage:               https://github.com/quixoftic/hpio
+Bug-Reports:            https://github.com/quixoftic/hpio/issues/
 Stability:              experimental
 License:                BSD3
 License-File:           LICENSE
-Copyright:              Copyright (c) 2016, Drew Hess
+Copyright:              Copyright (c) 2017, Quixoftic, LLC
 Tested-With:            GHC == 7.8.4, GHC == 7.10.2, GHC == 7.10.3, GHC == 
8.0.1, GHC == 8.0.2
 Category:               System
 Synopsis:               Monads for GPIO in Haskell
@@ -252,9 +252,9 @@
 
 Source-Repository head
   Type:                 git
-  Location:             git://github.com/dhess/hpio.git
+  Location:             git://github.com/quixoftic/hpio.git
 
 Source-Repository this
   Type:                 git
-  Location:             git://github.com/dhess/hpio.git
-  Tag:                  v0.8.0.7
+  Location:             git://github.com/quixoftic/hpio.git
+  Tag:                  v0.8.0.9
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hpio-0.8.0.7/shell.nix new/hpio-0.8.0.9/shell.nix
--- old/hpio-0.8.0.7/shell.nix  2017-02-22 00:33:39.000000000 +0100
+++ new/hpio-0.8.0.9/shell.nix  2017-05-25 01:30:18.000000000 +0200
@@ -11,7 +11,7 @@
       }:
       mkDerivation {
         pname = "hpio";
-        version = "0.8.0.7";
+        version = "0.8.0.9";
         src = ./.;
         isLibrary = true;
         isExecutable = true;
@@ -29,7 +29,7 @@
           exceptions filepath hlint hspec mtl mtl-compat QuickCheck text
           transformers transformers-compat unix unix-bytestring
         ];
-        homepage = "https://github.com/dhess/hpio";;
+        homepage = "https://github.com/quixoftic/hpio";;
         description = "Monads for GPIO in Haskell";
         license = stdenv.lib.licenses.bsd3;
       };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hpio-0.8.0.7/src/System/GPIO/Linux/Sysfs/IO.hs 
new/hpio-0.8.0.9/src/System/GPIO/Linux/Sysfs/IO.hs
--- old/hpio-0.8.0.7/src/System/GPIO/Linux/Sysfs/IO.hs  2017-02-22 
00:33:39.000000000 +0100
+++ new/hpio-0.8.0.9/src/System/GPIO/Linux/Sysfs/IO.hs  2017-05-25 
01:30:18.000000000 +0200
@@ -1,9 +1,9 @@
 {-|
 Module      : System.GPIO.Linux.Sysfs.IO
 Description : Linux @sysfs@ GPIO operations in IO
-Copyright   : (c) 2016, Drew Hess
+Copyright   : (c) 2017, Quixoftic, LLC
 License     : BSD3
-Maintainer  : Drew Hess <[email protected]>
+Maintainer  : Drew Hess <[email protected]>
 Stability   : experimental
 Portability : non-portable
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/hpio-0.8.0.7/src/System/GPIO/Linux/Sysfs/Mock/Internal.hs 
new/hpio-0.8.0.9/src/System/GPIO/Linux/Sysfs/Mock/Internal.hs
--- old/hpio-0.8.0.7/src/System/GPIO/Linux/Sysfs/Mock/Internal.hs       
2017-02-22 00:33:39.000000000 +0100
+++ new/hpio-0.8.0.9/src/System/GPIO/Linux/Sysfs/Mock/Internal.hs       
2017-05-25 01:30:18.000000000 +0200
@@ -1,9 +1,9 @@
 {-|
 Module      : System.GPIO.Linux.Sysfs.Mock.Internal
 Description : Functions used by the mock MonadSysfs instance.
-Copyright   : (c) 2016, Drew Hess
+Copyright   : (c) 2017, Quixoftic, LLC
 License     : BSD3
-Maintainer  : Drew Hess <[email protected]>
+Maintainer  : Drew Hess <[email protected]>
 Stability   : experimental
 Portability : non-portable
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hpio-0.8.0.7/src/System/GPIO/Linux/Sysfs/Mock.hs 
new/hpio-0.8.0.9/src/System/GPIO/Linux/Sysfs/Mock.hs
--- old/hpio-0.8.0.7/src/System/GPIO/Linux/Sysfs/Mock.hs        2017-02-22 
00:33:39.000000000 +0100
+++ new/hpio-0.8.0.9/src/System/GPIO/Linux/Sysfs/Mock.hs        2017-05-25 
01:30:18.000000000 +0200
@@ -1,9 +1,9 @@
 {-|
 Module      : System.GPIO.Linux.Sysfs.Mock
 Description : A mock MonadSysfs instance.
-Copyright   : (c) 2016, Drew Hess
+Copyright   : (c) 2017, Quixoftic, LLC
 License     : BSD3
-Maintainer  : Drew Hess <[email protected]>
+Maintainer  : Drew Hess <[email protected]>
 Stability   : experimental
 Portability : non-portable
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hpio-0.8.0.7/src/System/GPIO/Linux/Sysfs/Monad.hs 
new/hpio-0.8.0.9/src/System/GPIO/Linux/Sysfs/Monad.hs
--- old/hpio-0.8.0.7/src/System/GPIO/Linux/Sysfs/Monad.hs       2017-02-22 
00:33:39.000000000 +0100
+++ new/hpio-0.8.0.9/src/System/GPIO/Linux/Sysfs/Monad.hs       2017-05-25 
01:30:18.000000000 +0200
@@ -1,9 +1,9 @@
 {-|
 Module      : System.GPIO.Linux.Sysfs.Monad
 Description : Monads for Linux @sysfs@ GPIO operations
-Copyright   : (c) 2016, Drew Hess
+Copyright   : (c) 2017, Quixoftic, LLC
 License     : BSD3
-Maintainer  : Drew Hess <[email protected]>
+Maintainer  : Drew Hess <[email protected]>
 Stability   : experimental
 Portability : non-portable
 
@@ -603,7 +603,7 @@
      -- (-1) timeout value above means the poll must either wait
      -- forever or fail; so this indicates a major problem.
      Nothing -> throwM $
-       InternalError "pollPinValue timed out, and it should not have. Please 
file a bug at https://github.com/dhess/gpio";
+       InternalError "pollPinValue timed out, and it should not have. Please 
file a bug at https://github.com/quixoftic/gpio";
 
 -- | Same as 'pollPinValue', except that a timeout value,
 -- specified in microseconds, is provided. If no event occurs before
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hpio-0.8.0.7/src/System/GPIO/Linux/Sysfs/Types.hs 
new/hpio-0.8.0.9/src/System/GPIO/Linux/Sysfs/Types.hs
--- old/hpio-0.8.0.7/src/System/GPIO/Linux/Sysfs/Types.hs       2017-02-22 
00:33:39.000000000 +0100
+++ new/hpio-0.8.0.9/src/System/GPIO/Linux/Sysfs/Types.hs       2017-05-25 
01:30:18.000000000 +0200
@@ -1,9 +1,9 @@
 {-|
 Module      : System.GPIO.Linux.Sysfs.Types
 Description : Types for Linux @sysfs@ GPIO
-Copyright   : (c) 2016, Drew Hess
+Copyright   : (c) 2017, Quixoftic, LLC
 License     : BSD3
-Maintainer  : Drew Hess <[email protected]>
+Maintainer  : Drew Hess <[email protected]>
 Stability   : experimental
 Portability : non-portable
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hpio-0.8.0.7/src/System/GPIO/Linux/Sysfs/Util.hs 
new/hpio-0.8.0.9/src/System/GPIO/Linux/Sysfs/Util.hs
--- old/hpio-0.8.0.7/src/System/GPIO/Linux/Sysfs/Util.hs        2017-02-22 
00:33:39.000000000 +0100
+++ new/hpio-0.8.0.9/src/System/GPIO/Linux/Sysfs/Util.hs        2017-05-25 
01:30:18.000000000 +0200
@@ -1,9 +1,9 @@
 {-|
 Module      : System.GPIO.Linux.Sysfs.Util
 Description : Useful low-level Linux @sysfs@ functions
-Copyright   : (c) 2016, Drew Hess
+Copyright   : (c) 2017, Quixoftic, LLC
 License     : BSD3
-Maintainer  : Drew Hess <[email protected]>
+Maintainer  : Drew Hess <[email protected]>
 Stability   : experimental
 Portability : non-portable
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hpio-0.8.0.7/src/System/GPIO/Linux/Sysfs.hs 
new/hpio-0.8.0.9/src/System/GPIO/Linux/Sysfs.hs
--- old/hpio-0.8.0.7/src/System/GPIO/Linux/Sysfs.hs     2017-02-22 
00:33:39.000000000 +0100
+++ new/hpio-0.8.0.9/src/System/GPIO/Linux/Sysfs.hs     2017-05-25 
01:30:18.000000000 +0200
@@ -1,9 +1,9 @@
 {-|
 Module      : System.GPIO.Linux.Sysfs
 Description : GPIO in Linux via the @sysfs@ filesystem
-Copyright   : (c) 2016, Drew Hess
+Copyright   : (c) 2017, Quixoftic, LLC
 License     : BSD3
-Maintainer  : Drew Hess <[email protected]>
+Maintainer  : Drew Hess <[email protected]>
 Stability   : experimental
 Portability : non-portable
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hpio-0.8.0.7/src/System/GPIO/Linux.hs 
new/hpio-0.8.0.9/src/System/GPIO/Linux.hs
--- old/hpio-0.8.0.7/src/System/GPIO/Linux.hs   2017-02-22 00:33:39.000000000 
+0100
+++ new/hpio-0.8.0.9/src/System/GPIO/Linux.hs   2017-05-25 01:30:18.000000000 
+0200
@@ -1,9 +1,9 @@
 {-|
 Module      : System.GPIO.Linux
 Description : Linux GPIO
-Copyright   : (c) 2016, Drew Hess
+Copyright   : (c) 2017, Quixoftic, LLC
 License     : BSD3
-Maintainer  : Drew Hess <[email protected]>
+Maintainer  : Drew Hess <[email protected]>
 Stability   : experimental
 Portability : non-portable
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hpio-0.8.0.7/src/System/GPIO/Monad.hs 
new/hpio-0.8.0.9/src/System/GPIO/Monad.hs
--- old/hpio-0.8.0.7/src/System/GPIO/Monad.hs   2017-02-22 00:33:39.000000000 
+0100
+++ new/hpio-0.8.0.9/src/System/GPIO/Monad.hs   2017-05-25 01:30:18.000000000 
+0200
@@ -1,9 +1,9 @@
 {-|
 Module      : System.GPIO.Monad
 Description : A monad for GPIO computations
-Copyright   : (c) 2016, Drew Hess
+Copyright   : (c) 2017, Quixoftic, LLC
 License     : BSD3
-Maintainer  : Drew Hess <[email protected]>
+Maintainer  : Drew Hess <[email protected]>
 Stability   : experimental
 Portability : non-portable
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hpio-0.8.0.7/src/System/GPIO/Tutorial.hs 
new/hpio-0.8.0.9/src/System/GPIO/Tutorial.hs
--- old/hpio-0.8.0.7/src/System/GPIO/Tutorial.hs        2017-02-22 
00:33:39.000000000 +0100
+++ new/hpio-0.8.0.9/src/System/GPIO/Tutorial.hs        2017-05-25 
01:30:18.000000000 +0200
@@ -766,7 +766,7 @@
 not support interrupts, so we do not provide a runnable example in
 this tutorial. However, here is an example from an actual Linux system
 which demonstrates the use of 'pollPinTimeout' (a
-<https://github.com/dhess/gpio/blob/master/examples/Gpio.hs similar program>
+<https://github.com/quixoftic/gpio/blob/master/examples/Gpio.hs similar 
program>
 is included in @hpio@'s source distribution):
 
 > -- interrupt.hs
@@ -1110,7 +1110,7 @@
 
 Here's an example of using a 'MonadGpio' program with the reader
 monad and the mock @sysfs@ GPIO interpreter. (A
-<https://github.com/dhess/gpio/blob/master/examples/GpioReader.hs more 
sophisticated example>
+<https://github.com/quixoftic/gpio/blob/master/examples/GpioReader.hs more 
sophisticated example>
 of using 'MonadGpio' with a reader transformer
 stack and a real (as opposed to mock) GPIO platform is provided in the
 @hpio@ source distribution.)
@@ -1173,7 +1173,7 @@
 > runTutorialReaderGpioIO program config = runSysfsIOT $ runSysfsGpioT $ 
 > runReaderT program config
 
 (The earlier cited
-<https://github.com/dhess/gpio/blob/master/examples/GpioReader.hs example 
program>
+<https://github.com/quixoftic/gpio/blob/master/examples/GpioReader.hs example 
program>
 uses this very stack, albeit with a different reader environment.)
 
 The part that's the same in both the mock transformer stack and the
@@ -1363,7 +1363,7 @@
 
 {- $copyright
 
-This tutorial is copyright Drew Hess, 2016, and is licensed under the
+This tutorial is copyright Quixoftic, LLC, 2017, and is licensed under the
 <http://creativecommons.org/licenses/by/4.0/ Creative Commons Attribution 4.0 
International License>.
 
 -}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hpio-0.8.0.7/src/System/GPIO/Types.hs 
new/hpio-0.8.0.9/src/System/GPIO/Types.hs
--- old/hpio-0.8.0.7/src/System/GPIO/Types.hs   2017-02-22 00:33:39.000000000 
+0100
+++ new/hpio-0.8.0.9/src/System/GPIO/Types.hs   2017-05-25 01:30:18.000000000 
+0200
@@ -1,9 +1,9 @@
 {-|
 Module      : System.GPIO.Types
 Description : Basic GPIO types
-Copyright   : (c) 2016, Drew Hess
+Copyright   : (c) 2017, Quixoftic, LLC
 License     : BSD3
-Maintainer  : Drew Hess <[email protected]>
+Maintainer  : Drew Hess <[email protected]>
 Stability   : experimental
 Portability : non-portable
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hpio-0.8.0.7/src/System/GPIO.hs 
new/hpio-0.8.0.9/src/System/GPIO.hs
--- old/hpio-0.8.0.7/src/System/GPIO.hs 2017-02-22 00:33:39.000000000 +0100
+++ new/hpio-0.8.0.9/src/System/GPIO.hs 2017-05-25 01:30:18.000000000 +0200
@@ -1,9 +1,9 @@
 {-|
 Module      : System.GPIO
 Description : Top-level re-exports for writing GPIO programs
-Copyright   : (c) 2016, Drew Hess
+Copyright   : (c) 2017, Quixoftic, LLC
 License     : BSD3
-Maintainer  : Drew Hess <[email protected]>
+Maintainer  : Drew Hess <[email protected]>
 Stability   : experimental
 Portability : non-portable
 


Reply via email to