Hello community,
here is the log from the commit of package ghc-hxt-pickle-utils for
openSUSE:Factory checked in at 2017-08-31 20:47:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-hxt-pickle-utils (Old)
and /work/SRC/openSUSE:Factory/.ghc-hxt-pickle-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-hxt-pickle-utils"
Thu Aug 31 20:47:53 2017 rev:2 rq:513396 version:0.1.0.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-hxt-pickle-utils/ghc-hxt-pickle-utils.changes
2017-03-08 00:57:04.290196183 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-hxt-pickle-utils.new/ghc-hxt-pickle-utils.changes
2017-08-31 20:47:53.891586605 +0200
@@ -1,0 +2,5 @@
+Fri Jul 28 03:01:25 UTC 2017 - [email protected]
+
+- Update to version 0.1.0.3 revision 2.
+
+-------------------------------------------------------------------
Old:
----
1.cabal
New:
----
hxt-pickle-utils.cabal
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-hxt-pickle-utils.spec ++++++
--- /var/tmp/diff_new_pack.HKwrkl/_old 2017-08-31 20:47:54.695473766 +0200
+++ /var/tmp/diff_new_pack.HKwrkl/_new 2017-08-31 20:47:54.703472643 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-hxt-pickle-utils
#
-# 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,17 +22,15 @@
Release: 0
Summary: Utility functions for using HXT picklers
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-hxt-devel
BuildRequires: ghc-mtl-devel
BuildRequires: ghc-rpm-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
%description
Utility functions for using HXT picklers.
@@ -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
++++++ hxt-pickle-utils.cabal ++++++
name: hxt-pickle-utils
version: 0.1.0.3
x-revision: 2
synopsis: Utility functions for using HXT picklers.
description: Utility functions for using HXT picklers.
homepage: https://github.com/silkapp/hxt-pickle-utils
license: BSD3
license-file: LICENSE
author: Silk
maintainer: [email protected]
copyright: (c) 2014, Silk
category: XML
build-type: Simple
cabal-version: >=1.10
extra-source-files:
CHANGELOG.md
LICENSE
README.md
source-repository head
Type: git
Location: https://github.com/silkapp/hxt-pickle-utils.git
library
default-language: Haskell2010
hs-source-dirs: src
exposed-modules: Text.Xml.Pickle
build-depends:
base >= 4.5 && < 4.11
, hxt >= 9.2 && < 9.4
, mtl >= 2.0 && < 2.3