Hello community, here is the log from the commit of package ghc-setlocale for openSUSE:Factory checked in at 2017-07-05 23:59:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-setlocale (Old) and /work/SRC/openSUSE:Factory/.ghc-setlocale.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-setlocale" Wed Jul 5 23:59:38 2017 rev:4 rq:506848 version:1.0.0.5 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-setlocale/ghc-setlocale.changes 2016-07-27 16:09:25.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-setlocale.new/ghc-setlocale.changes 2017-07-05 23:59:39.549914268 +0200 @@ -1,0 +2,5 @@ +Mon Jun 19 20:53:33 UTC 2017 - [email protected] + +- Update to version 1.0.0.5. + +------------------------------------------------------------------- Old: ---- setlocale-1.0.0.4.tar.gz New: ---- setlocale-1.0.0.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-setlocale.spec ++++++ --- /var/tmp/diff_new_pack.rpzPAc/_old 2017-07-05 23:59:41.365658481 +0200 +++ /var/tmp/diff_new_pack.rpzPAc/_new 2017-07-05 23:59:41.369657918 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-setlocale # -# 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 @@ -18,11 +18,11 @@ %global pkg_name setlocale Name: ghc-%{pkg_name} -Version: 1.0.0.4 +Version: 1.0.0.5 Release: 0 Summary: Haskell bindings to setlocale 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 @@ -46,15 +46,12 @@ %prep %setup -q -n %{pkg_name}-%{version} - %build %ghc_lib_build - %install %ghc_lib_install - %post devel %ghc_pkg_recache ++++++ setlocale-1.0.0.4.tar.gz -> setlocale-1.0.0.5.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/setlocale-1.0.0.4/setlocale.cabal new/setlocale-1.0.0.5/setlocale.cabal --- old/setlocale-1.0.0.4/setlocale.cabal 2016-06-29 19:44:33.000000000 +0200 +++ new/setlocale-1.0.0.5/setlocale.cabal 2017-06-15 18:27:52.000000000 +0200 @@ -1,8 +1,7 @@ name: setlocale --- Version numbers of the form a.b.c.d.1 are development versions. -version: 1.0.0.4 +version: 1.0.0.5 synopsis: Haskell bindings to setlocale --- description: +-- description: license: BSD3 license-file: LICENSE author: Sven Bartscher @@ -12,14 +11,14 @@ build-type: Simple homepage: https://bitbucket.org/IchUndNichtDu/haskell-setlocale bug-reports: https://bitbucket.org/IchUndNichtDu/haskell-setlocale/issues --- extra-source-files: +-- extra-source-files: cabal-version: >=1.10 library exposed-modules: System.Locale.SetLocale - -- other-modules: + -- other-modules: other-extensions: DeriveDataTypeable, ForeignFunctionInterface - build-depends: base >=4.6 && <4.10 - -- hs-source-dirs: + build-depends: base >=4.6 && <4.11 + -- hs-source-dirs: build-tools: hsc2hs default-language: Haskell2010
