commit ghc-bytestring-builder for openSUSE:Factory

2020-08-28 Thread root
Hello community,

here is the log from the commit of package ghc-bytestring-builder for 
openSUSE:Factory checked in at 2020-08-28 21:26:44

Comparing /work/SRC/openSUSE:Factory/ghc-bytestring-builder (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-bytestring-builder.new.3399 (New)


Package is "ghc-bytestring-builder"

Fri Aug 28 21:26:44 2020 rev:2 rq:829202 version:0.10.8.2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-bytestring-builder/ghc-bytestring-builder.changes
2020-06-19 16:59:12.475860432 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-bytestring-builder.new.3399/ghc-bytestring-builder.changes
  2020-08-28 21:26:46.716479360 +0200
@@ -1,0 +2,5 @@
+Tue Aug 18 10:44:13 UTC 2020 - Peter Simons 
+
+- Replace %setup -q with the more modern %autosetup macro.
+
+---



Other differences:
--
++ ghc-bytestring-builder.spec ++
--- /var/tmp/diff_new_pack.ekMEHQ/_old  2020-08-28 21:26:47.216479597 +0200
+++ /var/tmp/diff_new_pack.ekMEHQ/_new  2020-08-28 21:26:47.220479598 +0200
@@ -65,7 +65,7 @@
 files.
 
 %prep
-%setup -q -n %{pkg_name}-%{version}
+%autosetup -n %{pkg_name}-%{version}
 
 %build
 %ghc_lib_build_without_haddock




commit ghc-bytestring-builder for openSUSE:Factory

2018-04-27 Thread root
Hello community,

here is the log from the commit of package ghc-bytestring-builder for 
openSUSE:Factory checked in at 2018-04-27 16:08:03

Comparing /work/SRC/openSUSE:Factory/ghc-bytestring-builder (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-bytestring-builder.new (New)


Package is "ghc-bytestring-builder"

Fri Apr 27 16:08:03 2018 rev:4 rq:601383 version:0.10.8.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-bytestring-builder/ghc-bytestring-builder.changes
2017-09-15 21:24:51.769215824 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-bytestring-builder.new/ghc-bytestring-builder.changes
   2018-04-27 16:08:24.612298037 +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-bytestring-builder.spec ++
--- /var/tmp/diff_new_pack.CuIJLt/_old  2018-04-27 16:08:25.596261946 +0200
+++ /var/tmp/diff_new_pack.CuIJLt/_new  2018-04-27 16:08:25.600261800 +0200
@@ -70,7 +70,7 @@
 %setup -q -n %{pkg_name}-%{version}
 
 %build
-%ghc_lib_build
+%ghc_lib_build_without_haddock
 
 %install
 %ghc_lib_install




commit ghc-bytestring-builder for openSUSE:Factory

2017-09-15 Thread root
Hello community,

here is the log from the commit of package ghc-bytestring-builder for 
openSUSE:Factory checked in at 2017-09-15 21:24:50

Comparing /work/SRC/openSUSE:Factory/ghc-bytestring-builder (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-bytestring-builder.new (New)


Package is "ghc-bytestring-builder"

Fri Sep 15 21:24:50 2017 rev:3 rq:524237 version:0.10.8.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-bytestring-builder/ghc-bytestring-builder.changes
2016-10-19 13:03:17.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-bytestring-builder.new/ghc-bytestring-builder.changes
   2017-09-15 21:24:51.769215824 +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-bytestring-builder.spec ++
--- /var/tmp/diff_new_pack.McsYHw/_old  2017-09-15 21:24:52.341135212 +0200
+++ /var/tmp/diff_new_pack.McsYHw/_new  2017-09-15 21:24:52.341135212 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-bytestring-builder
 #
-# 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
@@ -22,14 +22,13 @@
 Release:0
 Summary:The new bytestring builder, packaged outside of GHC
 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
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-deepseq-devel
 BuildRequires:  ghc-rpm-macros
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This is the bytestring builder that is debuting in bytestring-0.10.4.0, which
@@ -57,7 +56,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}
@@ -83,10 +82,8 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
 %doc LICENSE
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
 
 %changelog




commit ghc-bytestring-builder for openSUSE:Factory

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package ghc-bytestring-builder for 
openSUSE:Factory checked in at 2016-10-19 13:03:10

Comparing /work/SRC/openSUSE:Factory/ghc-bytestring-builder (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-bytestring-builder.new (New)


Package is "ghc-bytestring-builder"

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-bytestring-builder/ghc-bytestring-builder.changes
2016-07-14 09:48:28.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-bytestring-builder.new/ghc-bytestring-builder.changes
   2016-10-19 13:03:17.0 +0200
@@ -1,0 +2,10 @@
+Thu Sep 15 06:57:01 UTC 2016 - psim...@suse.com
+
+- Update to version 0.10.8.1.0 revision 0 with cabal2obs.
+
+---
+Sun Jul 17 13:18:25 UTC 2016 - psim...@suse.com
+
+- Update to version 0.10.6.0.0 revision 0 with cabal2obs.
+
+---

Old:

  bytestring-builder-0.10.6.0.0.tar.gz

New:

  bytestring-builder-0.10.8.1.0.tar.gz



Other differences:
--
++ ghc-bytestring-builder.spec ++
--- /var/tmp/diff_new_pack.yS3Zyf/_old  2016-10-19 13:03:18.0 +0200
+++ /var/tmp/diff_new_pack.yS3Zyf/_new  2016-10-19 13:03:18.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package ghc
+# spec file for package ghc-bytestring-builder
 #
 # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
@@ -18,20 +18,18 @@
 
 %global pkg_name bytestring-builder
 Name:   ghc-%{pkg_name}
-Version:0.10.6.0.0
+Version:0.10.8.1.0
 Release:0
 Summary:The new bytestring builder, packaged outside of GHC
 License:BSD-3-Clause
-Group:  System/Libraries
+Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-deepseq-devel
 BuildRequires:  ghc-rpm-macros
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 This is the bytestring builder that is debuting in bytestring-0.10.4.0, which

++ bytestring-builder-0.10.6.0.0.tar.gz -> 
bytestring-builder-0.10.8.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/bytestring-builder-0.10.6.0.0/bytestring-builder.cabal 
new/bytestring-builder-0.10.8.1.0/bytestring-builder.cabal
--- old/bytestring-builder-0.10.6.0.0/bytestring-builder.cabal  2015-04-04 
07:45:02.0 +0200
+++ new/bytestring-builder-0.10.8.1.0/bytestring-builder.cabal  2016-05-16 
05:47:19.0 +0200
@@ -1,5 +1,5 @@
 name:bytestring-builder
-version: 0.10.6.0.0
+version: 0.10.8.1.0
 synopsis:The new bytestring builder, packaged outside of GHC
 description:
   This is the bytestring builder that is debuting in bytestring-0.10.4.0, which
@@ -51,7 +51,7 @@
 source-repository this
   type: git
   location: http://github.com/lpsmith/bytestring-builder
-  tag:  v0.10.6.0.0
+  tag:  v0.10.8.1.0
 
 Flag bytestring_has_builder
   default: True
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/bytestring-builder-0.10.6.0.0/src/Data/ByteString/Builder/ASCII.hs 
new/bytestring-builder-0.10.8.1.0/src/Data/ByteString/Builder/ASCII.hs
--- old/bytestring-builder-0.10.6.0.0/src/Data/ByteString/Builder/ASCII.hs  
2015-04-04 07:45:02.0 +0200
+++ new/bytestring-builder-0.10.8.1.0/src/Data/ByteString/Builder/ASCII.hs  
2016-05-16 05:47:19.0 +0200
@@ -85,7 +85,7 @@
 import   Foreign
 
 
-#if defined(__GLASGOW_HASKELL__) && defined(INTEGER_GMP)
+#if defined(INTEGER_GMP)
 
 #if !(MIN_VERSION_base(4,8,0))
 import   Data.Monoid (mappend)
@@ -304,7 +304,7 @@
 -- Fast decimal 'Integer' encoding.
 --
 
-#if defined(__GLASGOW_HASKELL__) && defined(INTEGER_GMP)
+#if defined(INTEGER_GMP)
 -- An optimized version of the integer serialization code
 -- in blaze-textual (c) 2011 MailRank, Inc. Bryan O'Sullivan
 -- . It is 2.5x faster on Int-sized integers and 4.5x faster
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/bytestring-builder-0.10.6.0.0/src/Data/ByteString/Builder/Internal.hs 
new/bytestring-builder-0.10.8.1.0/src/Data/ByteString/Builder/Internal.hs
--- old/bytestring-builder-0.10.6.0.0/src/Data/ByteString/Builder/Internal.hs   
2015-04-04 07:45:02.0