Hello community, here is the log from the commit of package pointful for openSUSE:Factory checked in at 2016-07-30 00:26:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pointful (Old) and /work/SRC/openSUSE:Factory/.pointful.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pointful" Changes: -------- --- /work/SRC/openSUSE:Factory/pointful/pointful.changes 2016-05-31 12:25:10.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.pointful.new/pointful.changes 2016-07-30 00:26:18.000000000 +0200 @@ -1,0 +2,5 @@ +Sun Jul 10 17:02:54 UTC 2016 - [email protected] + +- Update to version 1.0.8 revision 0 with cabal2obs. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pointful.spec ++++++ --- /var/tmp/diff_new_pack.pOLd6K/_old 2016-07-30 00:26:19.000000000 +0200 +++ /var/tmp/diff_new_pack.pOLd6K/_new 2016-07-30 00:26:19.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package pointful # -# 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 @@ -15,33 +15,30 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -%global pkg_name pointful -Name: pointful +%global pkg_name pointful +Name: %{pkg_name} Version: 1.0.8 Release: 0 Summary: Pointful refactoring tool -Group: Development/Languages/Other - License: BSD-3-Clause +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: ghc-containers-devel BuildRequires: ghc-haskell-src-exts-devel BuildRequires: ghc-mtl-devel +BuildRequires: ghc-rpm-macros BuildRequires: ghc-syb-devel BuildRequires: ghc-transformers-devel +BuildRoot: %{_tmppath}/%{name}-%{version}-build # End cabal-rpm deps %description Stand-alone command-line version of the pointful plugin for Lambdabot. - %package -n ghc-%{name} Summary: Haskell %{name} library Group: System/Libraries @@ -49,22 +46,21 @@ %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 @@ -76,24 +72,19 @@ %post -n ghc-%{name}-devel %ghc_pkg_recache - %postun -n ghc-%{name}-devel %ghc_pkg_recache - %files %defattr(-,root,root,-) %doc LICENSE %{_bindir}/%{name} - %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
