commit ghc-network-uri-flag for openSUSE:Factory

2018-04-27 Thread root
Hello community,

here is the log from the commit of package ghc-network-uri-flag for 
openSUSE:Factory checked in at 2018-04-27 16:08:26

Comparing /work/SRC/openSUSE:Factory/ghc-network-uri-flag (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-network-uri-flag.new (New)


Package is "ghc-network-uri-flag"

Fri Apr 27 16:08:26 2018 rev:3 rq:601392 version:0.1

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-network-uri-flag/ghc-network-uri-flag.changes
2017-09-15 22:01:17.821168695 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-network-uri-flag.new/ghc-network-uri-flag.changes
   2018-04-27 16:08:31.148058315 +0200
@@ -1,0 +2,7 @@
+Thu Apr 26 07:19:04 UTC 2018 - psim...@suse.com
+
+- Disable Haddock phase to fix the build with modern compilers (on
+  which this is effectively empty, because its contents has moved
+  into the base library).
+
+---



Other differences:
--
++ ghc-network-uri-flag.spec ++
--- /var/tmp/diff_new_pack.Nt81Yu/_old  2018-04-27 16:08:31.596041883 +0200
+++ /var/tmp/diff_new_pack.Nt81Yu/_new  2018-04-27 16:08:31.600041736 +0200
@@ -75,7 +75,7 @@
 cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
-%ghc_lib_build
+%ghc_lib_build_without_haddock
 
 %install
 %ghc_lib_install




commit ghc-network-uri-flag for openSUSE:Factory

2017-09-15 Thread root
Hello community,

here is the log from the commit of package ghc-network-uri-flag for 
openSUSE:Factory checked in at 2017-09-15 22:01:17

Comparing /work/SRC/openSUSE:Factory/ghc-network-uri-flag (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-network-uri-flag.new (New)


Package is "ghc-network-uri-flag"

Fri Sep 15 22:01:17 2017 rev:2 rq:525081 version:0.1

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-network-uri-flag/ghc-network-uri-flag.changes
2017-04-12 18:08:01.463457609 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-network-uri-flag.new/ghc-network-uri-flag.changes
   2017-09-15 22:01:17.821168695 +0200
@@ -1,0 +2,5 @@
+Thu Aug  3 15:38:38 UTC 2017 - psim...@suse.com
+
+- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
+
+---



Other differences:
--
++ ghc-network-uri-flag.spec ++
--- /var/tmp/diff_new_pack.hc4i58/_old  2017-09-15 22:01:18.577062181 +0200
+++ /var/tmp/diff_new_pack.hc4i58/_new  2017-09-15 22:01:18.581061618 +0200
@@ -22,15 +22,14 @@
 Release:0
 Summary:Pseudo-package encapsulating flag(network-uri) Cabal 
boilerplate
 License:BSD-3-Clause
-Group:  Development/Languages/Other
-Url:https://hackage.haskell.org/package/%{pkg_name}
+Group:  Development/Libraries/Haskell
+URL:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-network-devel
 BuildRequires:  ghc-network-uri-devel
 BuildRequires:  ghc-rpm-macros
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This empty package does not provide any modules; its sole purpose is to provide
@@ -61,7 +60,7 @@
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
-Group:  Development/Libraries/Other
+Group:  Development/Libraries/Haskell
 Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
@@ -88,11 +87,9 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
 %doc LICENSE
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
 %doc ChangeLog.md
 
 %changelog