commit ghc-base16-bytestring for openSUSE:Factory

2020-09-30 Thread root
Hello community,

here is the log from the commit of package ghc-base16-bytestring for 
openSUSE:Factory checked in at 2020-09-30 19:53:16

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


Package is "ghc-base16-bytestring"

Wed Sep 30 19:53:16 2020 rev:11 rq:838487 version:0.1.1.7

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-base16-bytestring/ghc-base16-bytestring.changes  
2020-08-28 21:25:59.476456980 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-base16-bytestring.new.4249/ghc-base16-bytestring.changes
2020-09-30 19:53:22.372730078 +0200
@@ -1,0 +2,6 @@
+Tue Sep 22 09:33:51 UTC 2020 - psim...@suse.com
+
+- Update base16-bytestring to version 0.1.1.7 revision 3.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+---

New:

  base16-bytestring.cabal



Other differences:
--
++ ghc-base16-bytestring.spec ++
--- /var/tmp/diff_new_pack.qmbuR5/_old  2020-09-30 19:53:23.256730868 +0200
+++ /var/tmp/diff_new_pack.qmbuR5/_new  2020-09-30 19:53:23.256730868 +0200
@@ -25,6 +25,7 @@
 License:BSD-3-Clause
 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/3.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-rpm-macros
@@ -52,6 +53,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ base16-bytestring.cabal ++
cabal-version:   1.12
name:base16-bytestring
version: 0.1.1.7
x-revision: 3
synopsis:Fast base16 (hex) encoding and decoding for ByteStrings
description: This package provides support for encoding and decoding 
binary data according
 to @base16@ (see also ) for
 strict (see "Data.ByteString.Base16") and lazy 
@ByteString@s (see "Data.ByteString.Base16.Lazy").
 .
 See also the 
 package which
 provides an uniform API providing conversion paths between 
more binary and textual types.
homepage:http://github.com/haskell/base16-bytestring
bug-reports: http://github.com/haskell/base16-bytestring/issues
license: BSD3
license-file:LICENSE
copyright:   Copyright 2011 MailRank, Inc.;
 Copyright 2010-2020 Bryan O'Sullivan et al.
author:  Bryan O'Sullivan 
maintainer:  Herbert Valerio Riedel ,
 Mikhail Glushenkov ,
 Emily Pillmore 
category:Data
build-type:  Simple
extra-source-files:  README.md CHANGELOG.md
tested-with: GHC==8.10.1, GHC==8.8.3, GHC==8.6.5,
 GHC==8.4.4,  GHC==8.2.2, GHC==8.0.2,
 GHC==7.10.3, GHC==7.8.4, GHC==7.6.3,
 GHC==7.4.2,  GHC==7.2.2, GHC==7.0.4

library
  exposed-modules:
Data.ByteString.Base16
Data.ByteString.Base16.Lazy

  build-depends:
base == 4.*,
bytestring >= 0.9 && < 0.11,
ghc-prim

  ghc-options: -Wall -funbox-strict-fields
  default-language: Haskell2010

source-repository head
  type: git
  location: http://github.com/haskell/base16-bytestring

test-suite test
  type: exitcode-stdio-1.0
  hs-source-dirs: tests
  main-is: Tests.hs
  default-language: Haskell2010
  build-depends: base
   , base16-bytestring
   , bytestring



commit ghc-base16-bytestring for openSUSE:Factory

2020-08-28 Thread root
Hello community,

here is the log from the commit of package ghc-base16-bytestring for 
openSUSE:Factory checked in at 2020-08-28 21:25:57

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


Package is "ghc-base16-bytestring"

Fri Aug 28 21:25:57 2020 rev:10 rq:829188 version:0.1.1.7

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-base16-bytestring/ghc-base16-bytestring.changes  
2020-07-09 13:19:29.601293463 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-base16-bytestring.new.3399/ghc-base16-bytestring.changes
2020-08-28 21:25:59.476456980 +0200
@@ -1,0 +2,5 @@
+Tue Aug 18 10:44:06 UTC 2020 - Peter Simons 
+
+- Replace %setup -q with the more modern %autosetup macro.
+
+---



Other differences:
--
++ ghc-base16-bytestring.spec ++
--- /var/tmp/diff_new_pack.TmTVwZ/_old  2020-08-28 21:26:01.092457745 +0200
+++ /var/tmp/diff_new_pack.TmTVwZ/_new  2020-08-28 21:26:01.096457747 +0200
@@ -51,7 +51,7 @@
 files.
 
 %prep
-%setup -q -n %{pkg_name}-%{version}
+%autosetup -n %{pkg_name}-%{version}
 
 %build
 %ghc_lib_build




commit ghc-base16-bytestring for openSUSE:Factory

2020-07-09 Thread root
Hello community,

here is the log from the commit of package ghc-base16-bytestring for 
openSUSE:Factory checked in at 2020-07-09 13:19:00

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


Package is "ghc-base16-bytestring"

Thu Jul  9 13:19:00 2020 rev:9 rq:819569 version:0.1.1.7

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-base16-bytestring/ghc-base16-bytestring.changes  
2020-06-19 17:08:44.433312376 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-base16-bytestring.new.3060/ghc-base16-bytestring.changes
2020-07-09 13:19:29.601293463 +0200
@@ -1,0 +2,8 @@
+Sun Jun 21 02:00:47 UTC 2020 - psim...@suse.com
+
+- Update base16-bytestring to version 0.1.1.7.
+  Upstream added a new change log file in this release. With no
+  previous version to compare against, the automatic updater cannot
+  reliable determine the relevante entries for this release.
+
+---

Old:

  base16-bytestring-0.1.1.6.tar.gz

New:

  base16-bytestring-0.1.1.7.tar.gz



Other differences:
--
++ ghc-base16-bytestring.spec ++
--- /var/tmp/diff_new_pack.mjG5Ox/_old  2020-07-09 13:19:30.213295398 +0200
+++ /var/tmp/diff_new_pack.mjG5Ox/_new  2020-07-09 13:19:30.217295410 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-base16-bytestring
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,9 @@
 
 
 %global pkg_name base16-bytestring
+%bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.1.1.6
+Version:0.1.1.7
 Release:0
 Summary:Fast base16 (hex) encoding and decoding for ByteStrings
 License:BSD-3-Clause
@@ -29,7 +30,14 @@
 BuildRequires:  ghc-rpm-macros
 
 %description
-Fast base16 (hex) encoding and decoding for ByteStrings.
+This package provides support for encoding and decoding binary data according
+to 'base16' (see also ) for
+strict (see "Data.ByteString.Base16") and lazy 'ByteString's (see
+"Data.ByteString.Base16.Lazy").
+
+See also the 
+package which provides an uniform API providing conversion paths between more
+binary and textual types.
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
@@ -51,6 +59,9 @@
 %install
 %ghc_lib_install
 
+%check
+%cabal_test
+
 %post devel
 %ghc_pkg_recache
 
@@ -61,6 +72,6 @@
 %license LICENSE
 
 %files devel -f %{name}-devel.files
-%doc README.markdown
+%doc CHANGELOG.md README.md
 
 %changelog

++ base16-bytestring-0.1.1.6.tar.gz -> base16-bytestring-0.1.1.7.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/base16-bytestring-0.1.1.6/CHANGELOG.md 
new/base16-bytestring-0.1.1.7/CHANGELOG.md
--- old/base16-bytestring-0.1.1.6/CHANGELOG.md  1970-01-01 01:00:00.0 
+0100
+++ new/base16-bytestring-0.1.1.7/CHANGELOG.md  2001-09-09 03:46:40.0 
+0200
@@ -0,0 +1,8 @@
+# 0.1.1.7
+
+* Fix some bugs in lazy decoding
+  ([#8](https://github.com/haskell/base16-bytestring/pull/8)).
+
+# 0.1.1.6
+
+*  Changelog not recorded up to this version.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/base16-bytestring-0.1.1.6/Data/ByteString/Base16/Lazy.hs 
new/base16-bytestring-0.1.1.7/Data/ByteString/Base16/Lazy.hs
--- old/base16-bytestring-0.1.1.6/Data/ByteString/Base16/Lazy.hs
2014-01-18 00:09:12.0 +0100
+++ new/base16-bytestring-0.1.1.7/Data/ByteString/Base16/Lazy.hs
2001-09-09 03:46:40.0 +0200
@@ -21,6 +21,7 @@
 import qualified Data.ByteString.Base16 as B16
 import qualified Data.ByteString as B
 import qualified Data.ByteString.Unsafe as B
+import qualified Data.ByteString.Lazy as BL
 import Data.ByteString.Lazy.Internal
 
 -- | Encode a string into base16 form.  The result will always be a
@@ -38,8 +39,6 @@
 -- at the first invalid base16 sequence in the original string.
 --
 -- This function operates as lazily as possible over the input chunks.
--- The only instance in which it is non-lazy is if an odd-length chunk
--- ends with a byte that is valid base16.
 --
 -- Examples:
 --
@@ -47,16 +46,21 @@
 -- > decode "66quux"  == ("f", "quux")
 -- > decode "666quux" == ("f", "6quux")
 decode :: ByteString -> (ByteString, ByteString)
-decode = foldrChunks go (Empty, Empty)
-  where go c ~(y,z)
-   | len == 0 = (chunk h y, z)
+decode = go Nothing
+  where
+  go :: Maybe Word8 ->

commit ghc-base16-bytestring for openSUSE:Factory

2020-06-19 Thread root
Hello community,

here is the log from the commit of package ghc-base16-bytestring for 
openSUSE:Factory checked in at 2020-06-19 17:08:39

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


Package is "ghc-base16-bytestring"

Fri Jun 19 17:08:39 2020 rev:8 rq:815041 version:0.1.1.6

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-base16-bytestring/ghc-base16-bytestring.changes  
2019-12-27 13:51:46.388590684 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-base16-bytestring.new.3606/ghc-base16-bytestring.changes
2020-06-19 17:08:44.433312376 +0200
@@ -1,0 +2,5 @@
+Tue Jun 16 11:13:47 UTC 2020 - Peter Simons 
+
+- Re-generate file with latest version of spec-cleaner.
+
+---



Other differences:
--
++ ghc-base16-bytestring.spec ++
--- /var/tmp/diff_new_pack.71Cc6k/_old  2020-06-19 17:08:45.141314222 +0200
+++ /var/tmp/diff_new_pack.71Cc6k/_new  2020-06-19 17:08:45.141314222 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-base16-bytestring
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed




commit ghc-base16-bytestring for openSUSE:Factory

2019-12-27 Thread root
Hello community,

here is the log from the commit of package ghc-base16-bytestring for 
openSUSE:Factory checked in at 2019-12-27 13:51:45

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


Package is "ghc-base16-bytestring"

Fri Dec 27 13:51:45 2019 rev:7 rq:759345 version:0.1.1.6

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-base16-bytestring/ghc-base16-bytestring.changes  
2018-10-25 08:22:39.559902855 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-base16-bytestring.new.6675/ghc-base16-bytestring.changes
2019-12-27 13:51:46.388590684 +0100
@@ -1,0 +2,5 @@
+Fri Nov  8 16:13:16 UTC 2019 - Peter Simons 
+
+- Drop obsolete group attributes.
+
+---



Other differences:
--
++ ghc-base16-bytestring.spec ++
--- /var/tmp/diff_new_pack.HdmiCQ/_old  2019-12-27 13:51:46.940591076 +0100
+++ /var/tmp/diff_new_pack.HdmiCQ/_new  2019-12-27 13:51:46.948591081 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-base16-bytestring
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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,7 +22,6 @@
 Release:0
 Summary:Fast base16 (hex) encoding and decoding for ByteStrings
 License:BSD-3-Clause
-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
@@ -34,7 +33,6 @@
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
-Group:  Development/Libraries/Haskell
 Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}




commit ghc-base16-bytestring for openSUSE:Factory

2018-10-24 Thread root
Hello community,

here is the log from the commit of package ghc-base16-bytestring for 
openSUSE:Factory checked in at 2018-10-25 08:22:37

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


Package is "ghc-base16-bytestring"

Thu Oct 25 08:22:37 2018 rev:6 rq:643352 version:0.1.1.6

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-base16-bytestring/ghc-base16-bytestring.changes  
2018-07-24 17:13:25.310606905 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-base16-bytestring.new/ghc-base16-bytestring.changes
 2018-10-25 08:22:39.559902855 +0200
@@ -1,0 +2,5 @@
+Sat Oct 20 11:31:12 UTC 2018 - Peter Simons 
+
+- Use https URL to refer to bugs.opensuse.org.
+
+---



Other differences:
--
++ ghc-base16-bytestring.spec ++
--- /var/tmp/diff_new_pack.6Vne9i/_old  2018-10-25 08:22:40.051902632 +0200
+++ /var/tmp/diff_new_pack.6Vne9i/_new  2018-10-25 08:22:40.051902632 +0200
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 




commit ghc-base16-bytestring for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ghc-base16-bytestring for 
openSUSE:Factory checked in at 2018-07-24 17:13:22

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


Package is "ghc-base16-bytestring"

Tue Jul 24 17:13:22 2018 rev:5 rq:623724 version:0.1.1.6

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-base16-bytestring/ghc-base16-bytestring.changes  
2018-05-30 12:23:48.745180403 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-base16-bytestring.new/ghc-base16-bytestring.changes
 2018-07-24 17:13:25.310606905 +0200
@@ -1,0 +2,6 @@
+Wed Jul 18 14:26:15 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
@@ -20 +25,0 @@
-



Other differences:
--
++ ghc-base16-bytestring.spec ++
--- /var/tmp/diff_new_pack.syqWRw/_old  2018-07-24 17:13:25.966607756 +0200
+++ /var/tmp/diff_new_pack.syqWRw/_new  2018-07-24 17:13:25.970607762 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-base16-bytestring
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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




commit ghc-base16-bytestring for openSUSE:Factory

2018-05-30 Thread root
Hello community,

here is the log from the commit of package ghc-base16-bytestring for 
openSUSE:Factory checked in at 2018-05-30 12:17:07

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


Package is "ghc-base16-bytestring"

Wed May 30 12:17:07 2018 rev:4 rq:609763 version:0.1.1.6

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-base16-bytestring/ghc-base16-bytestring.changes  
2017-09-15 21:21:53.134395412 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-base16-bytestring.new/ghc-base16-bytestring.changes
 2018-05-30 12:23:48.745180403 +0200
@@ -1,0 +2,5 @@
+Wed May 16 13:06:52 UTC 2018 - psim...@suse.com
+
+- Prefer the new %license attribute over %doc.
+
+---



Other differences:
--
++ ghc-base16-bytestring.spec ++
--- /var/tmp/diff_new_pack.1wJxVh/_old  2018-05-30 12:23:49.245164959 +0200
+++ /var/tmp/diff_new_pack.1wJxVh/_new  2018-05-30 12:23:49.249164834 +0200
@@ -60,7 +60,7 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%doc LICENSE
+%license LICENSE
 
 %files devel -f %{name}-devel.files
 %doc README.markdown




commit ghc-base16-bytestring for openSUSE:Factory

2017-09-15 Thread root
Hello community,

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

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


Package is "ghc-base16-bytestring"

Fri Sep 15 21:21:51 2017 rev:3 rq:524164 version:0.1.1.6

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-base16-bytestring/ghc-base16-bytestring.changes  
2016-07-21 08:06:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-base16-bytestring.new/ghc-base16-bytestring.changes
 2017-09-15 21:21:53.134395412 +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-base16-bytestring.spec ++
--- /var/tmp/diff_new_pack.qmu2S3/_old  2017-09-15 21:21:53.854293934 +0200
+++ /var/tmp/diff_new_pack.qmu2S3/_new  2017-09-15 21:21:53.858293370 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-base16-bytestring
 #
-# 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,22 +22,19 @@
 Release:0
 Summary:Fast base16 (hex) encoding and decoding for ByteStrings
 License:BSD-3-Clause
-Group:  System/Libraries
-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
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-rpm-macros
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 Fast base16 (hex) encoding and decoding for ByteStrings.
 
 %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}
@@ -50,15 +47,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 
@@ -66,11 +60,9 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
 %doc LICENSE
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
 %doc README.markdown
 
 %changelog




commit ghc-base16-bytestring for openSUSE:Factory

2016-07-20 Thread h_root
Hello community,

here is the log from the commit of package ghc-base16-bytestring for 
openSUSE:Factory checked in at 2016-07-21 08:06:02

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


Package is "ghc-base16-bytestring"

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-base16-bytestring/ghc-base16-bytestring.changes  
2015-11-10 10:02:39.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-base16-bytestring.new/ghc-base16-bytestring.changes
 2016-07-21 08:06:06.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:30:37 UTC 2016 - psim...@suse.com
+
+- Update to version 0.1.1.6 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-base16-bytestring.spec ++
--- /var/tmp/diff_new_pack.bK1zOB/_old  2016-07-21 08:06:07.0 +0200
+++ /var/tmp/diff_new_pack.bK1zOB/_new  2016-07-21 08:06:07.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-base16-bytestring
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -15,42 +15,38 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global pkg_name base16-bytestring
 
-Name:   ghc-base16-bytestring
+%global pkg_name base16-bytestring
+Name:   ghc-%{pkg_name}
 Version:0.1.1.6
 Release:0
-Summary:Fast base16(hex) encoding and decoding for ByteStrings
-Group:  System/Libraries
-
+Summary:Fast base16 (hex) encoding and decoding for ByteStrings
 License:BSD-3-Clause
+Group:  System/Libraries
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-bytestring-devel
+BuildRequires:  ghc-rpm-macros
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # End cabal-rpm deps
 
 %description
-Fast base16 support - This package provides a Haskell library for working with 
-base16-encoded data quickly and efficiently, using the ByteString type.
+Fast base16 (hex) encoding and decoding for ByteStrings.
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development
 files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
@@ -66,19 +62,15 @@
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
 %doc README.markdown
 
-
 %changelog




commit ghc-base16-bytestring for openSUSE:Factory

2015-11-10 Thread h_root
Hello community,

here is the log from the commit of package ghc-base16-bytestring for 
openSUSE:Factory checked in at 2015-11-10 10:02:38

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


Package is "ghc-base16-bytestring"

Changes:

New Changes file:

--- /dev/null   2015-11-02 12:10:47.524024255 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-base16-bytestring.new/ghc-base16-bytestring.changes
 2015-11-10 10:02:39.0 +0100
@@ -0,0 +1,5 @@
+---
+Fri Oct 30 14:52:25 UTC 2015 - mimi...@gmail.com
+
+- initial commit
+

New:

  base16-bytestring-0.1.1.6.tar.gz
  ghc-base16-bytestring.changes
  ghc-base16-bytestring.spec



Other differences:
--
++ ghc-base16-bytestring.spec ++
#
# spec file for package ghc-base16-bytestring
#
# Copyright (c) 2015 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

%global pkg_name base16-bytestring

Name:   ghc-base16-bytestring
Version:0.1.1.6
Release:0
Summary:Fast base16(hex) encoding and decoding for ByteStrings
Group:  System/Libraries

License:BSD-3-Clause
Url:https://hackage.haskell.org/package/%{pkg_name}
Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

BuildRequires:  ghc-Cabal-devel
BuildRequires:  ghc-rpm-macros
# Begin cabal-rpm deps:
BuildRequires:  ghc-bytestring-devel
# End cabal-rpm deps

%description
Fast base16 support - This package provides a Haskell library for working with 
base16-encoded data quickly and efficiently, using the ByteString type.

%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}
Requires:   %{name} = %{version}-%{release}

%description devel
This package provides the Haskell %{pkg_name} library development
files.


%prep
%setup -q -n %{pkg_name}-%{version}


%build
%ghc_lib_build


%install
%ghc_lib_install


%post devel
%ghc_pkg_recache


%postun devel
%ghc_pkg_recache


%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE


%files devel -f %{name}-devel.files
%defattr(-,root,root,-)
%doc README.markdown


%changelog