Hello community,

here is the log from the commit of package ghc-operational for openSUSE:Factory 
checked in at 2017-04-11 09:37:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-operational (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-operational.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-operational"

Tue Apr 11 09:37:51 2017 rev:2 rq:483928 version:0.2.3.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-operational/ghc-operational.changes  
2017-03-24 01:58:45.378509336 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-operational.new/ghc-operational.changes     
2017-04-11 09:37:51.502994975 +0200
@@ -1,0 +2,20 @@
+Tue Nov 22 16:06:50 UTC 2016 - [email protected]
+
+- Update to version 0.2.3.5 with cabal2obs.
+
+-------------------------------------------------------------------
+Sun Nov 20 20:55:14 UTC 2016 - [email protected]
+
+- Update to version 0.2.3.4 revision 2 with cabal2obs.
+
+-------------------------------------------------------------------
+Thu Oct 27 15:55:53 UTC 2016 - [email protected]
+
+- Update to version 0.2.3.4 with cabal2obs.
+
+-------------------------------------------------------------------
+Fri Oct 21 13:19:26 UTC 2016 - [email protected]
+
+- Update to version 0.2.3.3 revision 1 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  operational-0.2.3.3.tar.gz

New:
----
  operational-0.2.3.5.tar.gz

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

Other differences:
------------------
++++++ ghc-operational.spec ++++++
--- /var/tmp/diff_new_pack.Gc938l/_old  2017-04-11 09:37:52.258888195 +0200
+++ /var/tmp/diff_new_pack.Gc938l/_new  2017-04-11 09:37:52.262887630 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-operational
 #
-# 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
@@ -18,13 +18,14 @@
 
 %global pkg_name operational
 Name:           ghc-%{pkg_name}
-Version:        0.2.3.3
+Version:        0.2.3.5
 Release:        0
 Summary:        Implementation of difficult monads made easy with operational 
semantics
 License:        BSD-3-Clause
 Group:          Development/Languages/Other
 Url:            https://hackage.haskell.org/package/%{pkg_name}
 Source0:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+BuildRequires:  chrpath
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-mtl-devel
 BuildRequires:  ghc-random-devel
@@ -41,7 +42,13 @@
 See the project homepage <http://wiki.haskell.org/Operational> for a more
 detailed introduction and features.
 
-Related packages: MonadPrompt <http://hackage.haskell.org/package/MonadPrompt>.
+Related packages:
+
+* MonadPrompt — <http://hackage.haskell.org/package/MonadPrompt>
+
+* free — <http://hackage.haskell.org/package/free>
+
+* free-operational — <http://hackage.haskell.org/package/free-operational>.
 
 %package devel
 Summary:        Haskell %{pkg_name} library development files
@@ -62,6 +69,7 @@
 
 %install
 %ghc_lib_install
+%ghc_fix_rpath %{pkg_name}-%{version}
 
 %post devel
 %ghc_pkg_recache

++++++ operational-0.2.3.3.tar.gz -> operational-0.2.3.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/operational-0.2.3.3/CHANGELOG.md 
new/operational-0.2.3.5/CHANGELOG.md
--- old/operational-0.2.3.3/CHANGELOG.md        2016-07-30 11:15:03.000000000 
+0200
+++ new/operational-0.2.3.5/CHANGELOG.md        2016-11-21 17:57:18.000000000 
+0100
@@ -1,6 +1,15 @@
 Changelog for the `operational` package
 ---------------------------------------
 
+**0.2.3.5** -- Maintenance release.
+
+* Update references to other packages.
+* Modernize `.cabal` file.
+
+**0.2.3.4** -- Maintenance release.
+
+* Restrict dependencies to ensure GHC >= 7.2.
+
 **0.2.3.3** -- Maintenance release.
 
 * Minor fixes to documentation and examples
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/operational-0.2.3.3/operational.cabal 
new/operational-0.2.3.5/operational.cabal
--- old/operational-0.2.3.3/operational.cabal   2016-07-30 11:15:03.000000000 
+0200
+++ new/operational-0.2.3.5/operational.cabal   2016-11-21 17:57:18.000000000 
+0100
@@ -1,5 +1,5 @@
 Name:               operational
-Version:            0.2.3.3
+Version:            0.2.3.5
 Synopsis:           Implementation of difficult monads made easy
                     with operational semantics.
 Description:
@@ -9,7 +9,13 @@
   .
   See the project homepage <http://wiki.haskell.org/Operational> for a more 
detailed introduction and features.
   .
-  Related packages: MonadPrompt 
<http://hackage.haskell.org/package/MonadPrompt>.
+  Related packages:
+  .
+  * MonadPrompt — <http://hackage.haskell.org/package/MonadPrompt>
+  .
+  * free — <http://hackage.haskell.org/package/free>
+  .
+  * free-operational — <http://hackage.haskell.org/package/free-operational>
 
 Category:           Control, Monads
 License:            BSD3
@@ -21,7 +27,7 @@
 Stability:          Provisional
 
 build-type:         Simple
-cabal-version:      >= 1.6
+cabal-version:      >= 1.10
 extra-source-files: CHANGELOG.md
                     doc/*.md
                     doc/examples/*.hs
@@ -31,27 +37,37 @@
 flag buildExamples
     description: Build example executables.
     default:     True
- 
+    manual:      True
+
 source-repository head
     type:           git
     location:       git://github.com/HeinrichApfelmus/operational.git
 
 Library
+    default-language:   Haskell2010
+    other-extensions:   ExistentialQuantification
+                        FlexibleInstances
+                        GADTSyntax
+                        MultiParamTypeClasses
+                        Rank2Types
+                        ScopedTypeVariables
+                        UndecidableInstances
+
     hs-source-dirs:     src
-    build-depends:      base == 4.* , mtl >= 1.1 && < 2.4.0
-    ghc-options:        -Wall
-    extensions:         GADTs, Rank2Types, ScopedTypeVariables,
-                        UndecidableInstances,
-                        MultiParamTypeClasses, FlexibleInstances
     exposed-modules:    Control.Monad.Operational
 
+    build-depends:      base >= 4.4 && < 5, mtl >= 1.1 && < 2.3.0
+    ghc-options:        -Wall
+
 Executable operational-TicTacToe
-    if flag(buildExamples)
-        build-depends:  random == 1.*
-        cpp-options: -DbuildExamples
-    else
+    if !flag(buildExamples)
         buildable: False
-    main-is:            doc/examples/TicTacToe.hs
-    hs-source-dirs:     src, .
-    other-modules:      Control.Monad.Operational
 
+    default-language:   Haskell2010
+    other-extensions:   GADTs
+                        Rank2Types
+
+    hs-source-dirs:     doc/examples
+    main-is:            TicTacToe.hs
+
+    build-depends:      operational, base, mtl, random == 1.*


Reply via email to