Hello community, here is the log from the commit of package ghc-iso3166-country-codes for openSUSE:Factory checked in at 2017-04-11 09:49:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-iso3166-country-codes (Old) and /work/SRC/openSUSE:Factory/.ghc-iso3166-country-codes.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-iso3166-country-codes" Tue Apr 11 09:49:29 2017 rev:1 rq:483363 version:0.20140203.8 Changes: -------- New Changes file: --- /dev/null 2017-03-01 00:40:19.279048016 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-iso3166-country-codes.new/ghc-iso3166-country-codes.changes 2017-04-11 09:49:30.908194777 +0200 @@ -0,0 +1,15 @@ +------------------------------------------------------------------- +Mon Mar 27 12:37:21 UTC 2017 - [email protected] + +- Update to version 0.20140203.8 revision 1 with cabal2obs. + +------------------------------------------------------------------- +Mon Feb 20 08:41:13 UTC 2017 - [email protected] + +- Update to version 0.20140203.8 with cabal2obs. + +------------------------------------------------------------------- +Sun Jul 10 16:59:43 UTC 2016 - [email protected] + +- Update to version 0.20140203.7 revision 0 with cabal2obs. + New: ---- ghc-iso3166-country-codes.changes ghc-iso3166-country-codes.spec iso3166-country-codes-0.20140203.8.tar.gz iso3166-country-codes.cabal ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-iso3166-country-codes.spec ++++++ # # spec file for package ghc-iso3166-country-codes # # 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 # 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 iso3166-country-codes Name: ghc-%{pkg_name} Version: 0.20140203.8 Release: 0 Summary: A datatype for ISO 3166 country codes License: LGPL-3.0+ 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#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Defines datatype CountryCode that has a two letter constructor corresponding to each of the two letter ISO 3166 country codes, and mappings from that type to the official name of the country. %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} %description devel This package provides the Haskell %{pkg_name} library development files. %prep %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 %postun devel %ghc_pkg_recache %files -f %{name}.files %defattr(-,root,root,-) %doc COPYING.LESSER %files devel -f %{name}-devel.files %defattr(-,root,root,-) %changelog ++++++ iso3166-country-codes.cabal ++++++ Version: 0.20140203.8 x-revision: 1 Name: iso3166-country-codes Cabal-Version: >= 1.6 Build-type: Simple License: LGPL License-File: COPYING.LESSER Author: Jón Fairbairn maintainer: [email protected] Category: Data Synopsis: A datatype for ISO 3166 country codes Description: Defines datatype CountryCode that has a two letter constructor corresponding to each of the two letter ISO 3166 country codes, and mappings from that type to the official name of the country. Library -- broken for GHC 7.[24] due to GHC.Generic import build-depends: base <4.4 || >= 4.6 Build-Depends: base ==4.* Exposed-modules: Data.ISO3166_CountryCodes -- a full build depends on HTTP == 4000.*, utf8-string ==0.* source-repository head type: darcs location: http://darcs.bookofsand.co.uk/ISO3166_CountryCodes/
