Hello community,

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

Package is "ShellCheck"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ShellCheck/ShellCheck.changes    2016-05-23 
16:39:40.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ShellCheck.new/ShellCheck.changes       
2016-07-21 08:01:29.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:33:18 UTC 2016 - psim...@suse.com
+
+- Update to version 0.4.4 revision 0 with cabal2obs.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ShellCheck.spec ++++++
--- /var/tmp/diff_new_pack.E669rh/_old  2016-07-21 08:01:31.000000000 +0200
+++ /var/tmp/diff_new_pack.E669rh/_new  2016-07-21 08:01:31.000000000 +0200
@@ -17,24 +17,18 @@
 
 
 %global pkg_name ShellCheck
-
 %bcond_with tests
-
-Name:           ShellCheck
+Name:           %{pkg_name}
 Version:        0.4.4
 Release:        0
 Summary:        Shell script analysis tool
 License:        GPL-3.0+
 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:  chrpath
+BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-QuickCheck-devel
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-directory-devel
@@ -43,6 +37,8 @@
 BuildRequires:  ghc-parsec-devel
 BuildRequires:  ghc-process-devel
 BuildRequires:  ghc-regex-tdfa-devel
+BuildRequires:  ghc-rpm-macros
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # End cabal-rpm deps
 
 %description
@@ -57,7 +53,6 @@
 * To point out subtle caveats, corner cases and pitfalls, that may cause an
 advanced user's otherwise working script to fail under future circumstances.
 
-
 %package -n ghc-%{name}
 Summary:        Haskell %{name} library
 Group:          System/Libraries
@@ -65,35 +60,38 @@
 %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
 
+
 %build
 %ghc_lib_build
 
+
 %install
 %ghc_lib_install
+
 %ghc_fix_dynamic_rpath shellcheck
+
 install -Dpm 0644 shellcheck.1 %{buildroot}%{_mandir}/man1/shellcheck.1
 
 %check
 %if %{with tests}
-%cabal test
+%{cabal} test
 %endif
 
+
 %post -n ghc-%{name}-devel
 %ghc_pkg_recache
 
@@ -113,5 +111,6 @@
 
 %files -n ghc-%{name}-devel -f ghc-%{name}-devel.files
 %defattr(-,root,root,-)
+%doc README.md
 
 %changelog


Reply via email to