Hello community,

here is the log from the commit of package ghc-setlocale for openSUSE:Leap:15.2 
checked in at 2020-02-19 18:41:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/ghc-setlocale (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.ghc-setlocale.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-setlocale"

Wed Feb 19 18:41:09 2020 rev:13 rq:771448 version:1.0.0.9

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/ghc-setlocale/ghc-setlocale.changes    
2020-01-15 15:02:36.821816002 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.ghc-setlocale.new.26092/ghc-setlocale.changes 
2020-02-19 18:41:10.430187575 +0100
@@ -1,0 +2,11 @@
+Fri Nov  8 16:14:43 UTC 2019 - Peter Simons <psim...@suse.com>
+
+- Drop obsolete group attributes.
+
+-------------------------------------------------------------------
+Sun Sep 22 02:01:01 UTC 2019 - psim...@suse.com
+
+- Update setlocale to version 1.0.0.9.
+  Upstream does not provide a change log file.
+
+-------------------------------------------------------------------

Old:
----
  setlocale-1.0.0.8.tar.gz

New:
----
  setlocale-1.0.0.9.tar.gz
  setlocale.cabal

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

Other differences:
------------------
++++++ ghc-setlocale.spec ++++++
--- /var/tmp/diff_new_pack.uWr5Vm/_old  2020-02-19 18:41:10.954188218 +0100
+++ /var/tmp/diff_new_pack.uWr5Vm/_new  2020-02-19 18:41:10.958188223 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-setlocale
 #
-# 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
@@ -18,13 +18,13 @@
 
 %global pkg_name setlocale
 Name:           ghc-%{pkg_name}
-Version:        1.0.0.8
+Version:        1.0.0.9
 Release:        0
 Summary:        Haskell bindings to setlocale
 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
+Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
 
@@ -33,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}
@@ -44,6 +43,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ setlocale-1.0.0.8.tar.gz -> setlocale-1.0.0.9.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setlocale-1.0.0.8/setlocale.cabal 
new/setlocale-1.0.0.9/setlocale.cabal
--- old/setlocale-1.0.0.8/setlocale.cabal       2018-08-20 21:37:02.000000000 
+0200
+++ new/setlocale-1.0.0.9/setlocale.cabal       2019-09-21 22:35:54.000000000 
+0200
@@ -1,12 +1,12 @@
 name:                setlocale
-version:             1.0.0.8
+version:             1.0.0.9
 synopsis:            Haskell bindings to setlocale
 -- description:
 license:             BSD3
 license-file:        LICENSE
 author:              Sven Bartscher
 maintainer:          sven.bartsc...@weltraumschlangen.de
-copyright:           2014-2018, Sven Bartscher
+copyright:           2014-2019, Sven Bartscher
 category:            System
 build-type:          Simple
 homepage: https://bitbucket.org/IchUndNichtDu/haskell-setlocale
@@ -18,7 +18,7 @@
   exposed-modules:     System.Locale.SetLocale
   -- other-modules:
   other-extensions:    DeriveDataTypeable, ForeignFunctionInterface
-  build-depends:       base >=4.6 && <4.13
+  build-depends:       base >=4.6 && <4.14
   -- hs-source-dirs:
   build-tools:         hsc2hs
   default-language:    Haskell2010

++++++ setlocale.cabal ++++++
name:                setlocale
version:             1.0.0.9
x-revision: 1
synopsis:            Haskell bindings to setlocale
-- description:
license:             BSD3
license-file:        LICENSE
author:              Sven Bartscher
maintainer:          sven.bartsc...@weltraumschlangen.de
copyright:           2014-2019, Sven Bartscher
category:            System
build-type:          Simple
homepage: https://gitlab.com/Kritzefitz/haskell-setlocale
bug-reports: https://gitlab.com/Kritzefitz/haskell-setlocale/issues
-- extra-source-files:
cabal-version:       >=1.10

library
  exposed-modules:     System.Locale.SetLocale
  -- other-modules:
  other-extensions:    DeriveDataTypeable, ForeignFunctionInterface
  build-depends:       base >=4.6 && <4.14
  -- hs-source-dirs:
  build-tools:         hsc2hs
  default-language:    Haskell2010

Reply via email to