Hello community,

here is the log from the commit of package ghc-utf8-string for openSUSE:Factory 
checked in at 2017-06-04 01:55:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-utf8-string (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-utf8-string.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-utf8-string"

Sun Jun  4 01:55:48 2017 rev:5 rq:494198 version:1.0.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-utf8-string/ghc-utf8-string.changes  
2016-07-20 09:24:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-utf8-string.new/ghc-utf8-string.changes     
2017-06-04 01:55:49.598126871 +0200
@@ -1,0 +2,5 @@
+Wed May  3 08:24:08 UTC 2017 - [email protected]
+
+- Update to version 1.0.1.1 revision 2 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  1.cabal

New:
----
  utf8-string.cabal

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

Other differences:
------------------
++++++ ghc-utf8-string.spec ++++++
--- /var/tmp/diff_new_pack.L5E0W1/_old  2017-06-04 01:55:51.329882210 +0200
+++ /var/tmp/diff_new_pack.L5E0W1/_new  2017-06-04 01:55:51.333881646 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-utf8-string
 #
-# 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,16 +22,14 @@
 Release:        0
 Summary:        Support for reading and writing UTF8 Strings
 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
-Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal
+Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
 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
 A UTF8 layer for Strings. The utf8-string package provides operations for
@@ -53,15 +51,12 @@
 %setup -q -n %{pkg_name}-%{version}
 cp -p %{SOURCE1} %{pkg_name}.cabal
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++++++ utf8-string.cabal ++++++
Name:               utf8-string
Version:            1.0.1.1
x-revision: 2
Author:             Eric Mertens
Maintainer:         [email protected]
License:            BSD3
License-file:       LICENSE
Homepage:           http://github.com/glguy/utf8-string/
Synopsis:           Support for reading and writing UTF8 Strings
Description:        A UTF8 layer for Strings. The utf8-string
                    package provides operations for encoding UTF8
                    strings to Word8 lists and back, and for reading and
                    writing UTF8 without truncation.
Category:           Codec
Build-type:         Simple
cabal-version:      >= 1.2
Extra-Source-Files: CHANGELOG.markdown
Tested-With:        GHC==7.0.4, GHC==7.4.2, GHC==7.6.3, GHC==7.8.4, GHC==7.10.2

library
  Ghc-options:        -W -O2

  build-depends: base >= 4.3 && < 4.11, bytestring >= 0.9

  Extensions:         CPP
  Exposed-modules:    Codec.Binary.UTF8.String
                      Codec.Binary.UTF8.Generic
                      Data.String.UTF8
                      Data.ByteString.UTF8
                      Data.ByteString.Lazy.UTF8

Reply via email to