Hello community,

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

Package is "pointfree"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pointfree/pointfree.changes      2016-06-02 
09:39:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pointfree.new/pointfree.changes 2016-07-21 
08:01:52.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:27:26 UTC 2016 - psim...@suse.com
+
+- Update to version 1.1.1.1 revision 0 with cabal2obs.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pointfree.spec ++++++
--- /var/tmp/diff_new_pack.s7G5fQ/_old  2016-07-21 08:01:53.000000000 +0200
+++ /var/tmp/diff_new_pack.s7G5fQ/_new  2016-07-21 08:01:53.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pointfree
 #
-# 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
@@ -15,27 +15,25 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global pkg_name pointfree
 
+%global pkg_name pointfree
 %bcond_with tests
-
-Name:           pointfree 
+Name:           %{pkg_name}
 Version:        1.1.1.1
 Release:        0
 Summary:        Tool for refactoring expressions into pointfree form
-Group:          Development/Languages/Other
-
 License:        MIT
+Group:          Development/Languages/Other
 Url:            https://hackage.haskell.org/package/%{name}
 Source0:        
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-array-devel
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-haskell-src-exts-devel
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-transformers-devel
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-HUnit-devel
 BuildRequires:  ghc-QuickCheck-devel
@@ -46,7 +44,6 @@
 The pointfree tool is a standalone command-line version of the pl plugin for
 lambdabot.
 
-
 %package -n ghc-%{name}
 Summary:        Haskell %{name} library
 Group:          System/Libraries
@@ -54,22 +51,20 @@
 %description -n ghc-%{name}
 This package provides the Haskell %{name} shared library.
 
-
 %package -n ghc-%{name}-devel
 Summary:        Haskell %{name} library development files
 Group:          Development/Libraries/Other
+Requires:       ghc-%{name} = %{version}-%{release}
 Requires:       ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:       ghc-%{name} = %{version}-%{release}
 
 %description -n ghc-%{name}-devel
 This package provides the Haskell %{name} library development files.
 
-
 %prep
 %setup -q
-cabal-tweak-dep-ver base '< 4.9' '< 4.10'
+
 
 %build
 %ghc_lib_build
@@ -81,33 +76,28 @@
 
 %check
 %if %{with tests}
-%cabal test
+%{cabal} test
 %endif
 
 
 %post -n ghc-%{name}-devel
 %ghc_pkg_recache
 
-
 %postun -n ghc-%{name}-devel
 %ghc_pkg_recache
 
-
 %files
 %defattr(-,root,root,-)
 %doc LICENSE
-%doc README
+%doc ChangeLog README
 %{_bindir}/%{name}
 
-
 %files -n ghc-%{name} -f ghc-%{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE
 
-
 %files -n ghc-%{name}-devel -f ghc-%{name}-devel.files
 %defattr(-,root,root,-)
-%doc README
-
+%doc ChangeLog README
 
 %changelog


Reply via email to