Hello community,

here is the log from the commit of package ghc-base-prelude for 
openSUSE:Factory checked in at 2016-07-21 08:00:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-base-prelude (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-base-prelude.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-base-prelude"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-base-prelude/ghc-base-prelude.changes        
2016-05-31 12:24:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-base-prelude.new/ghc-base-prelude.changes   
2016-07-21 08:00:37.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:28:20 UTC 2016 - psim...@suse.com
+
+- Update to version 1.0.1.1 revision 0 with cabal2obs.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ghc-base-prelude.spec ++++++
--- /var/tmp/diff_new_pack.T0d3oS/_old  2016-07-21 08:00:39.000000000 +0200
+++ /var/tmp/diff_new_pack.T0d3oS/_new  2016-07-21 08:00:39.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-base-prelude
 #
-# 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,50 +17,56 @@
 
 
 %global pkg_name base-prelude
-
-Name:           ghc-base-prelude
+Name:           ghc-%{pkg_name}
 Version:        1.0.1.1
 Release:        0
-Summary:        The most complete prelude formed from only the "base" package
+Summary:        The most complete prelude formed solely from the "base" package
 License:        MIT
 Group:          System/Libraries
-
 Url:            https://hackage.haskell.org/package/%{pkg_name}
 Source0:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-A library which reexports all non-conflicting and most general definitions from
-the "base" package. This includes APIs for applicatives, arrows, monoids,
-foldables, traversables, exceptions, generics, ST, MVars and STM.
+A library which aims to reexport all the non-conflicting and most general
+definitions from the "base" package. This includes APIs for applicatives,
+arrows, monoids, foldables, traversables, exceptions, generics, ST, MVars and
+STM.
 
 This package will never have any dependencies other than "base".
 
+/Versioning policy/
+
+The versioning policy of this package deviates from PVP in the sense that its
+exports in part are transitively determined by the version of "base".
+Therefore it's recommended for the users of "base-prelude" to specify the
+bounds of "base" as well.
 
 %package devel
 Summary:        Haskell %{pkg_name} library development files
 Group:          Development/Libraries/Other
+Requires:       %{name} = %{version}-%{release}
 Requires:       ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:       %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
+
 %build
 %ghc_lib_build
 
+
 %install
 %ghc_lib_install
 
+
 %post devel
 %ghc_pkg_recache
 
@@ -73,5 +79,6 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
+%doc CHANGELOG.md
 
 %changelog


Reply via email to