Hello community,
here is the log from the commit of package ghc-wai-app-static for
openSUSE:Factory checked in at 2016-07-20 09:19:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-wai-app-static (Old)
and /work/SRC/openSUSE:Factory/.ghc-wai-app-static.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-wai-app-static"
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-wai-app-static/ghc-wai-app-static.changes
2016-05-03 09:36:32.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-wai-app-static.new/ghc-wai-app-static.changes
2016-07-20 09:19:23.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:02:14 UTC 2016 - [email protected]
+
+- Update to version 3.1.5 revision 0 with cabal2obs.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-wai-app-static.spec ++++++
--- /var/tmp/diff_new_pack.sTnBVa/_old 2016-07-20 09:19:24.000000000 +0200
+++ /var/tmp/diff_new_pack.sTnBVa/_new 2016-07-20 09:19:24.000000000 +0200
@@ -32,7 +32,6 @@
BuildRequires: ghc-blaze-builder-devel
BuildRequires: ghc-blaze-html-devel
BuildRequires: ghc-blaze-markup-devel
-BuildRequires: ghc-byteable-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-cryptonite-devel
@@ -84,11 +83,11 @@
%build
-%{ghc_lib_build}
+%ghc_lib_build
%install
-%{ghc_lib_install}
+%ghc_lib_install
%ghc_fix_dynamic_rpath warp
@@ -100,20 +99,18 @@
%post devel
-%{ghc_pkg_recache}
-
+%ghc_pkg_recache
%postun devel
-%{ghc_pkg_recache}
-
+%ghc_pkg_recache
%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE
+%{_bindir}/warp
%files devel -f %{name}-devel.files
%defattr(-,root,root,-)
-%doc README.md
-%{_bindir}/warp
+%doc ChangeLog.md README.md
%changelog