Hello community,
here is the log from the commit of package ghc-generic-xmlpickler for
openSUSE:Factory checked in at 2017-08-31 20:47:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-generic-xmlpickler (Old)
and /work/SRC/openSUSE:Factory/.ghc-generic-xmlpickler.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-generic-xmlpickler"
Thu Aug 31 20:47:10 2017 rev:2 rq:513246 version:0.1.0.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-generic-xmlpickler/ghc-generic-xmlpickler.changes
2017-03-08 01:02:39.590748229 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-generic-xmlpickler.new/ghc-generic-xmlpickler.changes
2017-08-31 20:47:12.349417693 +0200
@@ -1,0 +2,5 @@
+Fri Jul 28 03:01:26 UTC 2017 - [email protected]
+
+- Update to version 0.1.0.5 revision 2.
+
+-------------------------------------------------------------------
Old:
----
1.cabal
New:
----
generic-xmlpickler.cabal
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-generic-xmlpickler.spec ++++++
--- /var/tmp/diff_new_pack.fVO1iY/_old 2017-08-31 20:47:14.229153843 +0200
+++ /var/tmp/diff_new_pack.fVO1iY/_new 2017-08-31 20:47:14.233153282 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-generic-xmlpickler
#
-# 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
@@ -26,7 +26,7 @@
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
BuildRequires: ghc-generic-deriving-devel
BuildRequires: ghc-hxt-devel
++++++ generic-xmlpickler.cabal ++++++
name: generic-xmlpickler
version: 0.1.0.5
x-revision: 2
description: Generic generation of HXT XmlPickler instances using GHC
Generics.
synopsis: Generic generation of HXT XmlPickler instances using GHC
Generics.
category: XML, Data
cabal-version: >= 1.8
author: Silk
copyright: (c) 2015, Silk
maintainer: [email protected]
homepage: http://github.com/silkapp/generic-xmlpickler
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
CHANGELOG.md
LICENSE
README.md
source-repository head
type: git
location: https://github.com/silkapp/regular-xmlpickler.git
library
ghc-options: -Wall
hs-source-dirs: src
exposed-modules: Generics.XmlPickler
build-depends:
base >= 4.5 && < 4.11
, generic-deriving >= 1.6 && < 1.12
, hxt >= 9.2 && < 9.4
, text
if impl(ghc < 7.6)
build-depends: ghc-prim >= 0.2 && < 0.5
test-suite tests
ghc-options: -Wall
hs-source-dirs: tests
main-is: Main.hs
type: exitcode-stdio-1.0
build-depends:
base >= 4.5 && < 5
, generic-xmlpickler
, hxt >= 9.2 && < 9.4
, hxt-pickle-utils == 0.1.*
, tasty >= 0.10 && < 0.12
, tasty-hunit == 0.9.*
, tasty-th == 0.1.*
if impl(ghc < 7.6)
build-depends: ghc-prim >= 0.2 && < 0.5