Hello community,
here is the log from the commit of package ghc-unexceptionalio for
openSUSE:Factory checked in at 2016-07-27 16:11:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-unexceptionalio (Old)
and /work/SRC/openSUSE:Factory/.ghc-unexceptionalio.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-unexceptionalio"
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-unexceptionalio/ghc-unexceptionalio.changes
2016-01-12 16:13:32.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-unexceptionalio.new/ghc-unexceptionalio.changes
2016-07-27 16:11:23.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:31:10 UTC 2016 - [email protected]
+
+- Update to version 0.3.0 revision 0 with cabal2obs.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-unexceptionalio.spec ++++++
--- /var/tmp/diff_new_pack.32am8d/_old 2016-07-27 16:11:24.000000000 +0200
+++ /var/tmp/diff_new_pack.32am8d/_new 2016-07-27 16:11:24.000000000 +0200
@@ -15,21 +15,19 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-%global pkg_name unexceptionalio
-Name: ghc-unexceptionalio
+%global pkg_name unexceptionalio
+Name: ghc-%{pkg_name}
Version: 0.3.0
Release: 0
Summary: IO without any non-error, synchronous exceptions
-Group: System/Libraries
-
License: ISC
+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
When you've caught all the exceptions that can be handled safely, this is what
@@ -39,20 +37,18 @@
> import UnexceptionalIO (UIO) > import qualified UnexceptionalIO as UIO.
-
%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}
@@ -68,18 +64,14 @@
%post devel
%ghc_pkg_recache
-
%postun devel
%ghc_pkg_recache
-
%files -f %{name}.files
%defattr(-,root,root,-)
%doc COPYING
-
%files devel -f %{name}-devel.files
%defattr(-,root,root,-)
-
%changelog