Hello community,
here is the log from the commit of package ghc-libsystemd-journal for
openSUSE:Factory checked in at 2017-08-31 20:48:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-libsystemd-journal (Old)
and /work/SRC/openSUSE:Factory/.ghc-libsystemd-journal.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-libsystemd-journal"
Thu Aug 31 20:48:10 2017 rev:2 rq:513419 version:1.4.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-libsystemd-journal/ghc-libsystemd-journal.changes
2017-04-12 18:07:33.303439324 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-libsystemd-journal.new/ghc-libsystemd-journal.changes
2017-08-31 20:48:12.089032296 +0200
@@ -1,0 +2,5 @@
+Thu Jul 27 14:06:30 UTC 2017 - [email protected]
+
+- Update to version 1.4.2.
+
+-------------------------------------------------------------------
Old:
----
libsystemd-journal-1.4.1.tar.gz
libsystemd-journal.cabal
New:
----
libsystemd-journal-1.4.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-libsystemd-journal.spec ++++++
--- /var/tmp/diff_new_pack.pOQyap/_old 2017-08-31 20:48:12.928914404 +0200
+++ /var/tmp/diff_new_pack.pOQyap/_new 2017-08-31 20:48:12.932913843 +0200
@@ -18,14 +18,13 @@
%global pkg_name libsystemd-journal
Name: ghc-%{pkg_name}
-Version: 1.4.1
+Version: 1.4.2
Release: 0
Summary: Haskell bindings to libsystemd-journal
License: BSD-3-Clause
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-bytestring-devel
BuildRequires: ghc-hashable-devel
@@ -63,7 +62,6 @@
%prep
%setup -q -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build
++++++ libsystemd-journal-1.4.1.tar.gz -> libsystemd-journal-1.4.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libsystemd-journal-1.4.1/Changelog.md
new/libsystemd-journal-1.4.2/Changelog.md
--- old/libsystemd-journal-1.4.1/Changelog.md 2016-11-04 18:33:20.000000000
+0100
+++ new/libsystemd-journal-1.4.2/Changelog.md 2017-07-24 14:18:20.000000000
+0200
@@ -1,3 +1,7 @@
+# 1.4.2
+
+* Updated `base` upper bound
+
# 1.4.1
* Updated `base` upper bound
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libsystemd-journal-1.4.1/libsystemd-journal.cabal
new/libsystemd-journal-1.4.2/libsystemd-journal.cabal
--- old/libsystemd-journal-1.4.1/libsystemd-journal.cabal 2016-11-04
18:33:20.000000000 +0100
+++ new/libsystemd-journal-1.4.2/libsystemd-journal.cabal 2017-07-24
14:18:20.000000000 +0200
@@ -1,5 +1,5 @@
name: libsystemd-journal
-version: 1.4.1
+version: 1.4.2
synopsis: Haskell bindings to libsystemd-journal
homepage: http://github.com/ocharles/libsystemd-journal
license: BSD3
@@ -16,7 +16,19 @@
library
exposed-modules: Systemd.Journal
- build-depends: base >=4.6 && <4.10, bytestring >= 0.9.1, pipes >= 4.0,
pipes-safe >= 2.0, text >= 0.1 && < 1.3, transformers >= 0.3, unix-bytestring
>= 0.3.2 && < 0.4, vector >= 0.4 && < 0.12, uuid, unordered-containers >= 0.1
&& < 0.3, hashable >= 1.1.2.5, hsyslog, uniplate >= 1.6
+ build-depends: base >=4.6 && <4.11
+ , bytestring >= 0.9.1
+ , pipes >= 4.0
+ , pipes-safe >= 2.0
+ , text >= 0.1 && < 1.3
+ , transformers >= 0.3
+ , unix-bytestring >= 0.3.2 && < 0.4
+ , vector >= 0.4 && < 0.13
+ , uuid
+ , unordered-containers >= 0.1 && < 0.3
+ , hashable >= 1.1.2.5
+ , hsyslog
+ , uniplate >= 1.6
hs-source-dirs: src
default-language: Haskell2010
pkgconfig-depends: libsystemd >= 209