Hello community, here is the log from the commit of package ghc-rpm-macros for openSUSE:Factory checked in at 2014-12-16 14:48:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-rpm-macros (Old) and /work/SRC/openSUSE:Factory/.ghc-rpm-macros.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-rpm-macros" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-rpm-macros/ghc-rpm-macros.changes 2014-11-06 16:51:37.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-rpm-macros.new/ghc-rpm-macros.changes 2014-12-16 14:48:53.000000000 +0100 @@ -1,0 +2,11 @@ +Sun Dec 14 09:26:31 UTC 2014 - [email protected] + +- make package noarch and remove rpmlintrc + +------------------------------------------------------------------- +Sat Dec 13 09:33:54 UTC 2014 - [email protected] + +- do not disable dynamic libraries on ppc anymore +* fixed by patch 18 in ghc.spec + +------------------------------------------------------------------- Old: ---- ghc-rpm-macros-rpmlintrc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-rpm-macros.spec ++++++ --- /var/tmp/diff_new_pack.IkiUfK/_old 2014-12-16 14:48:55.000000000 +0100 +++ /var/tmp/diff_new_pack.IkiUfK/_new 2014-12-16 14:48:55.000000000 +0100 @@ -25,6 +25,7 @@ Name: ghc-rpm-macros Version: 1.3.6 Release: 0 +BuildArch: noarch Summary: RPM Macros for building packages for GHC License: GPL-3.0+ Group: Development/Libraries/Other @@ -32,7 +33,6 @@ Url: https://fedoraproject.org/wiki/Haskell_SIG Source0: http://pkgs.fedoraproject.org/cgit/%{name}.git/snapshot/%{name}-%{git_hash}.tar.xz -Source1: ghc-rpm-macros-rpmlintrc # PATCH-FIX-OPENSUSE suse-disable-debug-packages.patch [email protected] -- openSUSE way to disable debug packages Patch1: suse-disable-debug-packages.patch # PATCH-FIX-OPENSUSE add-group.patch [email protected] -- Make sure a Group: tag is generated in subpackages; [email protected]: also puts libraries in System/Libraries, see package group guidelines @@ -110,18 +110,6 @@ install -p -D -m 0755 cabal-tweak-dep-ver %{buildroot}/%{_bindir}/cabal-tweak-dep-ver install -p -D -m 0755 cabal-tweak-flag %{buildroot}/%{_bindir}/cabal-tweak-flag -# this is why this package is (still) arch-dependent: -# turn off shared libs and dynamic linking on ppc -# See Haskell trac #8024 -%ifarch ppc -cat >> %{buildroot}%{macros_dir}/macros.ghc <<EOF - -# shared libraries are only supported on primary intel archs -%%ghc_without_dynamic 1 -%%ghc_without_shared 1 -EOF -%endif - %files %defattr(-,root,root,-) %doc COPYING AUTHORS -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
