Hello community,

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

Package is "hlint"

Changes:
--------
--- /work/SRC/openSUSE:Factory/hlint/hlint.changes      2016-06-14 
23:08:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.hlint.new/hlint.changes 2016-07-21 
08:02:00.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:30:59 UTC 2016 - psim...@suse.com
+
+- Update to version 1.9.35 revision 0 with cabal2obs.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ hlint.spec ++++++
--- /var/tmp/diff_new_pack.CbUt7k/_old  2016-07-21 08:02:01.000000000 +0200
+++ /var/tmp/diff_new_pack.CbUt7k/_new  2016-07-21 08:02:01.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package hlint
 #
-# 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,15 +17,16 @@
 
 
 %global pkg_name hlint
-# no useful debuginfo for Haskell packages without C sources
-Name:           hlint
+Name:           %{pkg_name}
 Version:        1.9.35
 Release:        0
 Summary:        Source code suggestions
 License:        BSD-3-Clause
-Group:          System/Libraries
-Url:            http://hackage.haskell.org/package/%{name}
-Source0:        
http://hackage.haskell.org/packages/archive/%{name}/%{version}/%{name}-%{version}.tar.gz
+Group:          Development/Languages/Other
+Url:            https://hackage.haskell.org/package/%{name}
+Source0:        
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
+# Begin cabal-rpm deps:
+BuildRequires:  chrpath
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-ansi-terminal-devel
 BuildRequires:  ghc-cmdargs-devel
@@ -42,6 +43,7 @@
 BuildRequires:  ghc-transformers-devel
 BuildRequires:  ghc-uniplate-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+# End cabal-rpm deps
 
 %description
 HLint gives suggestions on how to improve your source code.
@@ -57,6 +59,9 @@
 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}
 
 %description -n ghc-%{name}-devel
 This package provides the Haskell %{name} library development files.
@@ -64,25 +69,41 @@
 %prep
 %setup -q
 
+
 %build
-%{ghc_lib_build}
+%ghc_lib_build
+
 
 %install
-%{ghc_lib_install}
+%ghc_lib_install
+%ghc_fix_dynamic_rpath %{pkg_name}
 install -D --mode=444 data/hlint.1 %{buildroot}%{_mandir}/man1/hlint.1
 
+
 %post -n ghc-%{name}-devel
-%{ghc_pkg_recache}
+%ghc_pkg_recache
 
 %postun -n ghc-%{name}-devel
-%{ghc_pkg_recache}
+%ghc_pkg_recache
 
 %files
 %defattr(-,root,root,-)
 %doc LICENSE
+%doc README.md
 %{_bindir}/%{name}
-%{_datadir}/%{name}-%{version}
-%{_mandir}/man1/hlint.1.gz
+%dir %{_datadir}/%{name}-%{version}
+%{_datadir}/%{name}-%{version}/Default.hs
+%{_datadir}/%{name}-%{version}/Generalise.hs
+%{_datadir}/%{name}-%{version}/Dollar.hs
+%{_datadir}/%{name}-%{version}/HLint.hs
+%{_datadir}/%{name}-%{version}/Test.hs
+%{_datadir}/%{name}-%{version}/report_template.html
+%{_datadir}/%{name}-%{version}/hs-lint.el
+%{_datadir}/%{name}-%{version}/hlint.1
+%{_datadir}/%{name}-%{version}/hlint.ghci
+%{_datadir}/%{name}-%{version}/HLint_QuickCheck.hs
+%{_datadir}/%{name}-%{version}/HLint_TypeCheck.hs
+%{_mandir}/man1/hlint.1%{ext_man}
 
 %files -n ghc-%{name} -f ghc-%{name}.files
 %defattr(-,root,root,-)
@@ -90,5 +111,6 @@
 
 %files -n ghc-%{name}-devel -f ghc-%{name}-devel.files
 %defattr(-,root,root,-)
+%doc README.md
 
 %changelog


Reply via email to