Hello community,

here is the log from the commit of package holy-project for openSUSE:Factory 
checked in at 2017-09-15 22:29:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/holy-project (Old)
 and      /work/SRC/openSUSE:Factory/.holy-project.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "holy-project"

Fri Sep 15 22:29:18 2017 rev:2 rq:525775 version:0.2.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/holy-project/holy-project.changes        
2017-03-16 09:35:52.246875891 +0100
+++ /work/SRC/openSUSE:Factory/.holy-project.new/holy-project.changes   
2017-09-15 22:29:18.404408234 +0200
@@ -1,0 +2,5 @@
+Thu Aug  3 15:38:38 UTC 2017 - psim...@suse.com
+
+- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ holy-project.spec ++++++
--- /var/tmp/diff_new_pack.xQvyRA/_old  2017-09-15 22:29:18.912336683 +0200
+++ /var/tmp/diff_new_pack.xQvyRA/_new  2017-09-15 22:29:18.912336683 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package holy-project
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -23,10 +23,9 @@
 Release:        0
 Summary:        Start your Haskell project with cabal, git and tests
 License:        MIT
-Group:          Development/Languages/Other
-Url:            https://hackage.haskell.org/package/%{name}
+Group:          Development/Libraries/Haskell
+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-HUnit-devel
@@ -53,8 +52,6 @@
 BuildRequires:  ghc-text-devel
 BuildRequires:  ghc-time-devel
 BuildRequires:  ghc-unix-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 Holy Project is an application wich ask the user some questions and create
@@ -71,7 +68,7 @@
 
 %package -n ghc-%{name}-devel
 Summary:        Haskell %{name} library development files
-Group:          Development/Libraries/Other
+Group:          Development/Libraries/Haskell
 Requires:       ghc-%{name} = %{version}-%{release}
 Requires:       ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
@@ -83,22 +80,15 @@
 %prep
 %setup -q
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
-
-%ghc_fix_dynamic_rpath %{pkg_name} test-holy-project
-
+%ghc_fix_rpath %{pkg_name}-%{version}
 
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post -n ghc-%{name}-devel
 %ghc_pkg_recache
@@ -107,7 +97,6 @@
 %ghc_pkg_recache
 
 %files
-%defattr(-,root,root,-)
 %doc LICENSE
 %{_bindir}/%{name}
 %{_bindir}/test-holy-project
@@ -133,10 +122,8 @@
 %{_datadir}/%{name}-%{version}/scaffold/test/Test.hs
 
 %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,-)
 
 %changelog


Reply via email to