Hello community,

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

Package is "ghc-graphviz"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-graphviz/ghc-graphviz.changes        
2016-06-07 23:46:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-graphviz.new/ghc-graphviz.changes   
2016-07-21 08:12:25.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 16:55:14 UTC 2016 - [email protected]
+
+- Update to version 2999.18.1.0 revision 0 with cabal2obs.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ghc-graphviz.spec ++++++
--- /var/tmp/diff_new_pack.3BLoQM/_old  2016-07-21 08:12:26.000000000 +0200
+++ /var/tmp/diff_new_pack.3BLoQM/_new  2016-07-21 08:12:26.000000000 +0200
@@ -15,23 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global pkg_name graphviz
 
+%global pkg_name graphviz
 %bcond_with tests
-
 Name:           ghc-%{pkg_name}
 Version:        2999.18.1.0
 Release:        0
 Summary:        Bindings to Graphviz for graph visualisation
-Group:          System/Libraries
-
 License:        BSD-3-Clause
+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
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-colour-devel
@@ -42,10 +37,12 @@
 BuildRequires:  ghc-filepath-devel
 BuildRequires:  ghc-polyparse-devel
 BuildRequires:  ghc-process-devel
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-temporary-devel
 BuildRequires:  ghc-text-devel
 BuildRequires:  ghc-transformers-devel
 BuildRequires:  ghc-wl-pprint-text-devel
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-QuickCheck-devel
 BuildRequires:  ghc-fgl-arbitrary-devel
@@ -78,19 +75,17 @@
 * Round-trip support for passing an FGL graph through Graphviz to augment node
 and edge labels with positional information, etc.
 
-
 %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}
 
@@ -105,26 +100,22 @@
 
 %check
 %if %{with tests}
-%cabal test
+%{cabal} test
 %endif
 
 
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE.md
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc README.md TODO.md
-
+%doc Changelog.md README.md TODO.md
 
 %changelog


Reply via email to