Hello community, here is the log from the commit of package ghc-binary-tagged for openSUSE:Factory checked in at 2016-07-21 08:03:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-binary-tagged (Old) and /work/SRC/openSUSE:Factory/.ghc-binary-tagged.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-binary-tagged" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-binary-tagged/ghc-binary-tagged.changes 2016-04-22 16:25:19.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-binary-tagged.new/ghc-binary-tagged.changes 2016-07-21 08:03:19.000000000 +0200 @@ -1,0 +2,6 @@ +Sun Jul 10 16:58:26 UTC 2016 - [email protected] + +- Update to version 0.1.4.0 revision 0 with cabal2obs. +- Remove obsolete remove_nats.patch. We ship ghc-nats now. + +------------------------------------------------------------------- Old: ---- remove_nats.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-binary-tagged.spec ++++++ --- /var/tmp/diff_new_pack.Iyc2ZO/_old 2016-07-21 08:03:20.000000000 +0200 +++ /var/tmp/diff_new_pack.Iyc2ZO/_new 2016-07-21 08:03:20.000000000 +0200 @@ -15,25 +15,18 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -%global pkg_name binary-tagged +%global pkg_name binary-tagged %bcond_with tests - -Name: ghc-binary-tagged +Name: ghc-%{pkg_name} Version: 0.1.4.0 Release: 0 Summary: Tagged binary serialisation -Group: System/Libraries - 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 -# PATCH-FIX-OPENSUSE: remove_nats.patch -- [email protected] -Patch0: remove_nats.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-build - BuildRequires: ghc-Cabal-devel -BuildRequires: ghc-rpm-macros # Begin cabal-rpm deps: BuildRequires: ghc-SHA-devel BuildRequires: ghc-aeson-devel @@ -43,6 +36,8 @@ BuildRequires: ghc-containers-devel BuildRequires: ghc-generics-sop-devel BuildRequires: ghc-hashable-devel +BuildRequires: ghc-nats-devel +BuildRequires: ghc-rpm-macros BuildRequires: ghc-scientific-devel BuildRequires: ghc-semigroups-devel BuildRequires: ghc-tagged-devel @@ -50,6 +45,7 @@ BuildRequires: ghc-time-devel BuildRequires: ghc-unordered-containers-devel BuildRequires: ghc-vector-devel +BuildRoot: %{_tmppath}/%{name}-%{version}-build %if %{with tests} BuildRequires: ghc-bifunctors-devel BuildRequires: ghc-binary-orphans-devel @@ -62,22 +58,20 @@ %description Check <https://github.com/phadej/binary-tagged#readme README on Github>. - %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} -%patch0 -p1 + %build %ghc_lib_build @@ -89,26 +83,22 @@ %check %if %{with tests} -%cabal test +%{cabal} test %endif %post devel %ghc_pkg_recache - %postun devel %ghc_pkg_recache - %files -f %{name}.files %defattr(-,root,root,-) %doc LICENSE - %files devel -f %{name}-devel.files %defattr(-,root,root,-) -%doc README.md - +%doc CHANGELOG.md README.md %changelog
