Hello community, here is the log from the commit of package ghc-refact for openSUSE:Factory checked in at 2016-07-27 16:09:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-refact (Old) and /work/SRC/openSUSE:Factory/.ghc-refact.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-refact" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-refact/ghc-refact.changes 2015-12-01 09:19:34.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-refact.new/ghc-refact.changes 2016-07-27 16:09:23.000000000 +0200 @@ -1,0 +2,5 @@ +Sun Jul 10 17:31:35 UTC 2016 - [email protected] + +- Update to version 0.3.0.2 revision 0 with cabal2obs. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-refact.spec ++++++ --- /var/tmp/diff_new_pack.qrSSn6/_old 2016-07-27 16:09:24.000000000 +0200 +++ /var/tmp/diff_new_pack.qrSSn6/_new 2016-07-27 16:09:24.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-refact # -# 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,49 +17,45 @@ %global pkg_name refact - -Name: ghc-refact +Name: ghc-%{pkg_name} Version: 0.3.0.2 Release: 0 Summary: Specify refactorings to perform with apply-refact 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 +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This library provides a datatype which can be interpreted by apply-refact. -It exists as a separate library so that applications can specify refactorings +It exists as a seperate library so that applications can specify refactorings without depending on GHC. - %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} + %build %ghc_lib_build + %install %ghc_lib_install -rm %{buildroot}/%{_datadir}/%{pkg_name}-%{version} -Rf %post devel %ghc_pkg_recache @@ -70,10 +66,9 @@ %files -f %{name}.files %defattr(-,root,root,-) %doc LICENSE -%doc CHANGELOG %files devel -f %{name}-devel.files %defattr(-,root,root,-) -%doc README.md +%doc CHANGELOG README.md %changelog
