Hello community,

here is the log from the commit of package ghc-rpm-macros for openSUSE:Factory 
checked in at 2017-02-28 23:50:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-rpm-macros (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-rpm-macros.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-rpm-macros"

Tue Feb 28 23:50:53 2017 rev:31 rq:459982 version:1.6.95

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-rpm-macros/ghc-rpm-macros.changes    
2016-10-19 13:14:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-rpm-macros.new/ghc-rpm-macros.changes       
2017-02-28 23:50:54.330427913 +0100
@@ -1,0 +2,7 @@
+Fri Jan 20 08:39:08 UTC 2017 - [email protected]
+
+- update to 1.6.95
+- sync with upstream
+* fix compatibility with cabal 1.24.1.0 and 1.24.2.0
+
+-------------------------------------------------------------------

Old:
----
  ghc-rpm-macros-1.6.91.tar.bz2

New:
----
  ghc-rpm-macros-1.6.95.tar.xz

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

Other differences:
------------------
++++++ ghc-rpm-macros.spec ++++++
--- /var/tmp/diff_new_pack.4ZqZ81/_old  2017-02-28 23:50:55.034328562 +0100
+++ /var/tmp/diff_new_pack.4ZqZ81/_new  2017-02-28 23:50:55.038327997 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-rpm-macros
 #
-# 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
@@ -20,7 +20,7 @@
 %global without_hscolour 1
 
 Name:           ghc-rpm-macros
-Version:        1.6.91
+Version:        1.6.95
 Release:        0
 BuildArch:      noarch
 Summary:        RPM Macros for building packages for GHC
@@ -30,9 +30,9 @@
 Url:            https://fedoraproject.org/wiki/Haskell_SIG
 
 # source prepared manually from github.com/opensuse-haskell/ghc-rpm-macros
-Source0:        %{name}-%{version}.tar.bz2
+Source0:        %{name}-%{version}.tar.xz
 
-BuildRequires:  bzip2
+BuildRequires:  xz
 Requires:       rpm
 %if %{undefined without_hscolour}
 Requires:       hscolour
@@ -77,6 +77,7 @@
 install -p -D -m 0755 cabal-tweak-flag %{buildroot}/%{_bindir}/cabal-tweak-flag
 install -p -D -m 0755 ghc-pkg-wrapper 
%{buildroot}/%{_prefix}/lib/rpm/ghc-pkg-wrapper
 install -p -D -m 0644 ghc.attr 
%{buildroot}/%{_prefix}/lib/rpm/fileattrs/ghc.attr
+install -p -D -m 0755 ghc-dirs.sh %{buildroot}/%{_prefix}/lib/rpm/ghc-dirs.sh
 
 %files
 %defattr(-,root,root,-)
@@ -88,6 +89,7 @@
 %{_bindir}/cabal-tweak-flag
 %{_prefix}/lib/rpm/ghc-pkg-wrapper
 %{_prefix}/lib/rpm/fileattrs/ghc.attr
+%{_prefix}/lib/rpm/ghc-dirs.sh
 
 %files extra
 %defattr(-,root,root,-)


Reply via email to