Hello community,

here is the log from the commit of package hapistrano for openSUSE:Factory 
checked in at 2017-08-31 21:02:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hapistrano (Old)
 and      /work/SRC/openSUSE:Factory/.hapistrano.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hapistrano"

Thu Aug 31 21:02:56 2017 rev:2 rq:513565 version:0.3.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/hapistrano/hapistrano.changes    2017-03-24 
02:05:07.688386543 +0100
+++ /work/SRC/openSUSE:Factory/.hapistrano.new/hapistrano.changes       
2017-08-31 21:02:57.544657753 +0200
@@ -1,0 +2,5 @@
+Thu Jul 27 14:08:14 UTC 2017 - psim...@suse.com
+
+- Update to version 0.3.2.2.
+
+-------------------------------------------------------------------

Old:
----
  hapistrano-0.2.1.2.tar.gz

New:
----
  hapistrano-0.3.2.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ hapistrano.spec ++++++
--- /var/tmp/diff_new_pack.dZVskP/_old  2017-08-31 21:02:58.564514462 +0200
+++ /var/tmp/diff_new_pack.dZVskP/_new  2017-08-31 21:02:58.580512214 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package hapistrano
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -19,32 +19,34 @@
 %global pkg_name hapistrano
 %bcond_with tests
 Name:           %{pkg_name}
-Version:        0.2.1.2
+Version:        0.3.2.2
 Release:        0
 Summary:        A deployment library for Haskell applications
 License:        MIT
 Group:          Development/Languages/Other
 Url:            https://hackage.haskell.org/package/%{name}
 Source0:        
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
-# Begin cabal-rpm deps:
 BuildRequires:  chrpath
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-base-compat-devel
-BuildRequires:  ghc-either-devel
+BuildRequires:  ghc-aeson-devel
+BuildRequires:  ghc-async-devel
 BuildRequires:  ghc-filepath-devel
 BuildRequires:  ghc-mtl-devel
+BuildRequires:  ghc-optparse-applicative-devel
+BuildRequires:  ghc-path-devel
+BuildRequires:  ghc-path-io-devel
 BuildRequires:  ghc-process-devel
 BuildRequires:  ghc-rpm-macros
+BuildRequires:  ghc-stm-devel
 BuildRequires:  ghc-time-devel
-BuildRequires:  ghc-time-locale-compat-devel
 BuildRequires:  ghc-transformers-devel
+BuildRequires:  ghc-yaml-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-directory-devel
 BuildRequires:  ghc-hspec-devel
 BuildRequires:  ghc-temporary-devel
 %endif
-# End cabal-rpm deps
 
 %description
 Hapistrano makes it easy to reliably deploy Haskell applications to a server.
@@ -82,22 +84,15 @@
 %prep
 %setup -q
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
-
-%ghc_fix_dynamic_rpath hap
-
+%ghc_fix_rpath %{pkg_name}-%{version}
 
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post -n ghc-%{name}-devel
 %ghc_pkg_recache
@@ -108,8 +103,11 @@
 %files
 %defattr(-,root,root,-)
 %doc LICENSE
-%doc README.md
+%doc CHANGELOG.md README.md
 %{_bindir}/hap
+%dir %{_datadir}/%{name}-%{version}
+%dir %{_datadir}/%{name}-%{version}/script
+%{_datadir}/%{name}-%{version}/script/clean-build.sh
 
 %files -n ghc-%{name} -f ghc-%{name}.files
 %defattr(-,root,root,-)
@@ -117,6 +115,6 @@
 
 %files -n ghc-%{name}-devel -f ghc-%{name}-devel.files
 %defattr(-,root,root,-)
-%doc README.md
+%doc CHANGELOG.md README.md
 
 %changelog

++++++ hapistrano-0.2.1.2.tar.gz -> hapistrano-0.3.2.2.tar.gz ++++++
++++ 2518 lines of diff (skipped)


Reply via email to