commit machinery for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package machinery for openSUSE:Factory 
checked in at 2017-06-22 11:21:25

Comparing /work/SRC/openSUSE:Factory/machinery (Old)
 and  /work/SRC/openSUSE:Factory/.machinery.new (New)


Package is "machinery"

Thu Jun 22 11:21:25 2017 rev:13 rq:504998 version:1.22.3

Changes:

--- /work/SRC/openSUSE:Factory/machinery/machinery.changes  2017-05-03 
15:56:46.559733842 +0200
+++ /work/SRC/openSUSE:Factory/.machinery.new/machinery.changes 2017-06-22 
11:21:27.038430212 +0200
@@ -1,0 +2,10 @@
+Tue Jun 20 10:56:18 CEST 2017 - thard...@suse.de
+
+- update to version 1.22.3
+  * Gracefully handle incorrect filter pathes in the experimental filtering 
function
+  * Error handling for disrupted ssh connection while inspecting
+  * Fix resetting of scroll bar after clicking on button "inspection details"
+- add support for HAML gems >= 5.0 (bnc#1043785)
+- add support for Sinatra gems >= 2.0
+
+---

Old:

  machinery-tool-1.22.2.gem

New:

  machinery-tool-1.22.3.gem



Other differences:
--
++ machinery.spec ++
--- /var/tmp/diff_new_pack.RXy1Vr/_old  2017-06-22 11:21:27.642345078 +0200
+++ /var/tmp/diff_new_pack.RXy1Vr/_new  2017-06-22 11:21:27.646344513 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package machinery
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   machinery
-Version:1.22.2
+Version:1.22.3
 Release:0
 %define binary_name machinery
 %define mod_name machinery-tool
@@ -29,7 +29,7 @@
 # openSUSE Factory
 %define bundlegems 0
 %else
-# SLES12, openSUSE 13.1/13.2/Leap
+# SLES12, openSUSE Leap
 # LEAP has the suse_Version 1315
 %define bundlegems 1
 %endif
@@ -43,7 +43,6 @@
 %endif
 BuildRequires:  fdupes
 BuildRequires:  ruby-macros >= 5
-%if %suse_version > 1310
 %define rb_build_versions %{rb_default_ruby}
 BuildRequires:  %{rubydevel}
 BuildRequires:  %{rubygem bundler}
@@ -59,17 +58,13 @@
 BuildRequires:  %{rubygem diffy >= 3.0}
 BuildRequires:  %{rubygem gli < 3}
 BuildRequires:  %{rubygem gli >= 2.11}
-BuildRequires:  %{rubygem haml < 5}
 BuildRequires:  %{rubygem haml >= 4.0}
-BuildRequires:  %{rubygem json < 2}
-BuildRequires:  %{rubygem json >= 1.8}
 BuildRequires:  %{rubygem json-schema < 2.3}
 BuildRequires:  %{rubygem json-schema >= 2.2.4}
 BuildRequires:  %{rubygem kramdown < 2}
 BuildRequires:  %{rubygem kramdown >= 1.3}
 BuildRequires:  %{rubygem mimemagic < 1}
 BuildRequires:  %{rubygem mimemagic >= 0.3}
-BuildRequires:  %{rubygem sinatra < 2}
 BuildRequires:  %{rubygem sinatra >= 1.4}
 BuildRequires:  %{rubygem tilt < 3}
 BuildRequires:  %{rubygem tilt >= 2.0}
@@ -84,50 +79,17 @@
 Requires:   %{rubygem diffy >= 3.0}
 Requires:   %{rubygem gli < 3}
 Requires:   %{rubygem gli >= 2.11}
-Requires:   %{rubygem haml < 5}
 Requires:   %{rubygem haml >= 4.0}
-Requires:   %{rubygem json < 2}
-Requires:   %{rubygem json >= 1.8}
 Requires:   %{rubygem json-schema < 2.3}
 Requires:   %{rubygem json-schema >= 2.2.4}
 Requires:   %{rubygem kramdown < 2}
 Requires:   %{rubygem kramdown >= 1.3}
 Requires:   %{rubygem mimemagic < 1}
 Requires:   %{rubygem mimemagic >= 0.3}
-Requires:   %{rubygem sinatra < 2}
 Requires:   %{rubygem sinatra >= 1.4}
 Requires:   %{rubygem tilt < 3}
 Requires:   %{rubygem tilt >= 2.0}
 %endif
-%else
-BuildRequires:  ruby-devel
-BuildRequires:  rubygem(abstract_method) < 2
-BuildRequires:  rubygem(abstract_method) >= 1.2
-BuildRequires:  rubygem(builder) < 4
-BuildRequires:  rubygem(builder) >= 3.2
-BuildRequires:  rubygem(bundler)
-BuildRequires:  rubygem(cheetah) < 1
-BuildRequires:  rubygem(cheetah) >= 0.4
-BuildRequires:  rubygem(diffy) < 4
-BuildRequires:  rubygem(diffy) >= 3.0
-BuildRequires:  rubygem(gem2rpm)
-BuildRequires:  rubygem(gli) < 3
-BuildRequires:  rubygem(gli) >= 2.11
-BuildRequires:  rubygem(haml) < 5
-BuildRequires:  rubygem(haml) >= 4.0
-BuildRequires:  rubygem(json) < 2
-BuildRequires:  rubygem(json) >= 1.8
-BuildRequires:  rubygem(json-schema) < 2.3
-BuildRequires:  rubygem(json-schema) >= 2.2.4
-BuildRequires:  rubygem(kramdown) < 2
-BuildRequires:  rubygem(kramdown) >= 1.3
-BuildRequires:  rubygem(mimemagic) < 1
-BuildRequires:  rubygem(mimemagic) >= 0.3
-BuildRequires:  rubygem(sinatra) < 2
-BuildRequires:  rubygem(sinatra) >= 1.4
-BuildRequires:  rubygem(tilt) < 3
-BuildRequires:  rubygem(tilt) >= 2.0
-%endif
 # Disable 

commit cyrus-imapd for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package cyrus-imapd for openSUSE:Factory 
checked in at 2017-06-22 10:40:46

Comparing /work/SRC/openSUSE:Factory/cyrus-imapd (Old)
 and  /work/SRC/openSUSE:Factory/.cyrus-imapd.new (New)


Package is "cyrus-imapd"

Thu Jun 22 10:40:46 2017 rev:66 rq:505525 version:2.4.19

Changes:

--- /work/SRC/openSUSE:Factory/cyrus-imapd/cyrus-imapd.changes  2016-06-23 
13:35:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.cyrus-imapd.new/cyrus-imapd.changes 
2017-06-22 10:40:49.309995002 +0200
@@ -1,0 +2,38 @@
+Wed Jun 21 15:38:32 UTC 2017 - a...@ajaissle.de
+
+- Rebased patch:
+  * cyrus-imapd-2.4.18-implicit_definitions.patch as 
cyrus-imapd-2.4.19-implicit_definitions.patch
+Add fix for implicit-fortify-decl in ldap.c
+
+---
+Wed Jun 14 18:20:42 UTC 2017 - a...@ajaissle.de
+
+- Update to 2.4.19
+  * Complete backport of the new (2.5 and later) IMAP IDLE implementation 
(thanks Thomas Jarosh). This fixes a bunch of bugs and race conditions that 
were inherent to the older implementation
+  * New option “imapidletimeout” overrides “timeout” specifically for 
connections in IDLE state
+  * OpenSSL 1.1.0 is now supported
+  * Fixed: imap ENABLED doesn’t print * ENABLED when nothing new enabled
+  * Fixed: mailbox lock management over rename (thanks Thomas Jarosh)
+  * Fixed: added overflow protection to urlfetch range checks
+  * Fixed: lmtpd can now deliver when mupdate server isn’t available (thanks 
Michael Menge)
+  * Fixed task 227: service processes no longer divide by zero when invoked 
with -T 0 argument (thanks Ian Batten and Jens Erat)
+  * Fixed task 229: ctl_cyrusdb now uses database paths from imapd.conf 
(thanks Simon Matter)
+  * Fixed bug #3862: mailbox database changes now rolled back on mupdate 
failure during rename (thanks Michael Menge)
+  * Fixed: XFER to 2.5 and later no longer downgrades index to oldest version
+  * Fixed: nonsensical “TEXT.MIME” section now handled as “HEADER”
+  * Fixed: added missing ‘auditlog: ‘ prefix to backend connections (thanks 
Wolfgang Breyha)
+  * Fixed: IMAP SEARCH crash on some platforms
+  * Fixed: memory leaks in IMAP SEARCH and IMAP APPEND
+  * Fixed Issue #1967: EXISTS count reported earlier if fetching past size of 
previous message set
+
+- Rebased patches:
+  * cyrus-imapd-2.4.17_drac_auth.patch as cyrus-imapd-2.4.19_drac_auth.patch
+  * cyrus-imapd-2.4.17_autocreate-0.10-0.patch as 
cyrus-imapd-2.4.19_autocreate-0.10-0.patch
+
+- Removed patches:
+  - cyrus-imapd-2.4.18-CVE-2015-8077.patch (upstream)
+  - cyrus-imapd-2.4.18-CVE-2015-8078.patch (upstream)
+
+- Added cyrus-imapd-2.4.19.tar.gz.sig
+
+---

Old:

  cyrus-imapd-2.4.17_autocreate-0.10-0.patch
  cyrus-imapd-2.4.17_drac_auth.patch
  cyrus-imapd-2.4.18-CVE-2015-8077.patch
  cyrus-imapd-2.4.18-CVE-2015-8078.patch
  cyrus-imapd-2.4.18-implicit_definitions.patch
  cyrus-imapd-2.4.18.tar.gz

New:

  cyrus-imapd-2.4.19-implicit_definitions.patch
  cyrus-imapd-2.4.19.tar.gz
  cyrus-imapd-2.4.19.tar.gz.sig
  cyrus-imapd-2.4.19_autocreate-0.10-0.patch
  cyrus-imapd-2.4.19_drac_auth.patch



Other differences:
--
++ cyrus-imapd.spec ++
--- /var/tmp/diff_new_pack.SM39kQ/_old  2017-06-22 10:40:50.153876021 +0200
+++ /var/tmp/diff_new_pack.SM39kQ/_new  2017-06-22 10:40:50.157875457 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cyrus-imapd
 #
-# 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
@@ -30,7 +30,7 @@
 %global _servicename   cyrus
 %endif
 Name:   cyrus-imapd
-Version:2.4.18
+Version:2.4.19
 Release:0
 Summary:The Cyrus IMAP and POP Mail Server
 License:BSD-3-Clause
@@ -38,13 +38,14 @@
 Url:http://www.cyrusimap.org
 # Upstream sources
 Source0:http://cyrusimap.org/releases/%{name}-%{version}.tar.gz
+Source90:   http://cyrusimap.org/releases/%{name}-%{version}.tar.gz.sig
 Source1:http://ftp.andrew.cmu.edu/pub/mibs/cmu/cmu.mib
 # Distribution specific sources
 Source10:   cyrus-imapd-rc-2.tar.gz
 # PATCH-FEATURE-UPSTREAM -- Add support for Dynamic Relay Authorization Control
-Patch0: cyrus-imapd-2.4.17_drac_auth.patch
+Patch0: cyrus-imapd-2.4.19_drac_auth.patch
 # PATCH-FEATURE-UPSTREAM -- Autocreate INBOX folders // included in 2.5
-Patch1: cyrus-imapd-2.4.17_autocreate-0.10-0.patch
+Patch1: 

commit vegastrike for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package vegastrike for openSUSE:Factory 
checked in at 2017-06-22 10:41:17

Comparing /work/SRC/openSUSE:Factory/vegastrike (Old)
 and  /work/SRC/openSUSE:Factory/.vegastrike.new (New)


Package is "vegastrike"

Thu Jun 22 10:41:17 2017 rev:16 rq:505588 version:0.5.1.r1

Changes:

--- /work/SRC/openSUSE:Factory/vegastrike/vegastrike.changes2017-02-21 
13:38:19.478072288 +0100
+++ /work/SRC/openSUSE:Factory/.vegastrike.new/vegastrike.changes   
2017-06-22 10:41:19.753702654 +0200
@@ -1,0 +2,7 @@
+Wed Jun 21 16:50:18 UTC 2017 - klaussfre...@gmail.com
+
+- add patch vegastrike-src-0.5.1.r1-r13729-gcc7fix.patch
+  GCC 7 fix, use proper member dereference through pointers.
+  Fixes bsc#1041256
+
+---

New:

  vegastrike-src-0.5.1.r1-r13729-gcc7fix.patch



Other differences:
--
++ vegastrike.spec ++
--- /var/tmp/diff_new_pack.uAEDiR/_old  2017-06-22 10:41:20.617580853 +0200
+++ /var/tmp/diff_new_pack.uAEDiR/_new  2017-06-22 10:41:20.617580853 +0200
@@ -47,6 +47,8 @@
 # PATCH-FIX-OPENSUSE vegastrike-src-0.5.1.r1-gcc6_math_h.patch -- GCC 6 
compatibility fixes, not upstreamable, autotools build system deprecated by 
upstream
 Patch9: vegastrike-src-0.5.1.r1-gcc6_math_h.patch
 Patch10:vegastrike_ppc64.patch
+# PATCH-FIX-UPSTREAM vegastrike-src-0.5.1.r1-r13729-gcc7fix.patch -- GCC 7 
fixes, already upstreamed, not yet in tarball
+Patch11:vegastrike-src-0.5.1.r1-r13729-gcc7fix.patch
 BuildRequires:  SDL_mixer-devel
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -116,6 +118,7 @@
 %patch8 -p0
 %patch9 -p0
 %patch10 -p1
+%patch11 -p1
 iconv -f ISO-8859-1 -t UTF-8 README > README.tmp
 touch -r README README.tmp
 mv README.tmp README

++ vegastrike-src-0.5.1.r1-r13729-gcc7fix.patch ++
diff -r -u vegastrike-src-0.5.1.r1/setup/src/include/central.cpp 
vegastrike-src-0.5.1.r1-nu/setup/src/include/central.cpp
--- vegastrike-src-0.5.1.r1/setup/src/include/central.cpp   2004-10-24 
23:27:13.0 -0300
+++ vegastrike-src-0.5.1.r1-nu/setup/src/include/central.cpp2017-06-21 
16:57:23.328270407 -0300
@@ -28,7 +28,7 @@
ShowMain();
 }
 
-void SetGroup(char *group, char *setting) {
+void SetGroup(const char *group, const char *setting) {
struct group *CURRENT;
CURRENT = 
do {
@@ -36,7 +36,7 @@
if (strcmp(group, CURRENT->name) == 0) { CURRENT->setting = 
NewString(setting); return; }
} while ((CURRENT = CURRENT->next) > 0);
 }
-void SetInfo(char *catagory, char *info) {
+void SetInfo(const char *catagory, const char *info) {
struct catagory *CURRENT;
CURRENT = 
do {
@@ -45,7 +45,7 @@
} while ((CURRENT = CURRENT->next) > 0);
 }
 
-char *GetInfo(char *catagory) {
+const char *GetInfo(const char *catagory) {
struct catagory *CURRENT;
CURRENT = 
do {
@@ -58,17 +58,17 @@
return catagory;
 }
 
-char *GetSetting(char *group) {
+const char *GetSetting(const char *group) {
struct group *CUR;
CUR = 
do {
if (CUR->name == NULL) { continue; }
if (strcmp(CUR->name, group) == 0) { return CUR->setting; }
} while ((CUR = CUR->next) > 0);
-   return '\0';
+   return "\0";
 }
 
-struct catagory *GetCatStruct(char *name) {
+struct catagory *GetCatStruct(const char *name) {
struct catagory *CUR;
CUR = 
do {
@@ -78,7 +78,7 @@
return 0;
 }
 
-struct group *GetGroupStruct(char *name) {
+struct group *GetGroupStruct(const char *name) {
 struct group *CUR;
 CUR = 
 do {
diff -r -u vegastrike-src-0.5.1.r1/setup/src/include/central.h 
vegastrike-src-0.5.1.r1-nu/setup/src/include/central.h
--- vegastrike-src-0.5.1.r1/setup/src/include/central.h 2004-10-24 
23:27:13.0 -0300
+++ vegastrike-src-0.5.1.r1-nu/setup/src/include/central.h  2017-06-21 
16:57:23.328270407 -0300
@@ -45,31 +45,31 @@
 #define CONFIG_FILE "setup.config"
 
 void Start(int*,char***);
-void SetGroup(char *group, char *setting);
-void SetInfo(char *catagory, char *info);
-char *GetInfo(char *catagory);
-char *GetSetting(char *group);
-struct catagory *GetCatStruct(char *name);
-struct group *GetGroupStruct(char *name);
+void SetGroup(const char *group, const char *setting);
+void SetInfo(const char *catagory, const char *info);
+const char *GetInfo(const char *catagory);
+const char *GetSetting(const char *group);
+struct catagory *GetCatStruct(const char *name);
+struct group *GetGroupStruct(const char *name);
 typedef struct _GtkWidget GtkWidget;
 struct catagory {
-   char *group;
-   char *name;
-   

commit physfs for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package physfs for openSUSE:Factory checked 
in at 2017-06-22 10:40:40

Comparing /work/SRC/openSUSE:Factory/physfs (Old)
 and  /work/SRC/openSUSE:Factory/.physfs.new (New)


Package is "physfs"

Thu Jun 22 10:40:40 2017 rev:26 rq:505510 version:2.0.3

Changes:

--- /work/SRC/openSUSE:Factory/physfs/physfs.changes2016-11-14 
20:12:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.physfs.new/physfs.changes   2017-06-22 
10:40:43.278845343 +0200
@@ -1,0 +2,5 @@
+Wed Jun 21 15:05:36 UTC 2017 - dims...@opensuse.org
+
+- Add physfs-gcc7.patch: Fix build with gcc7 (boo#1041279).
+
+---

New:

  physfs-gcc7.patch



Other differences:
--
++ physfs.spec ++
--- /var/tmp/diff_new_pack.ArKEVD/_old  2017-06-22 10:40:43.790773166 +0200
+++ /var/tmp/diff_new_pack.ArKEVD/_new  2017-06-22 10:40:43.794772601 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package physfs
 #
-# 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
@@ -43,10 +43,11 @@
 Group:  System/Libraries
 Url:http://www.icculus.org/physfs/
 Source: http://icculus.org/physfs/downloads/%{name}-%{version}.tar.bz2
+Patch0: physfs-gcc7.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
-BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig
+BuildRequires:  zlib-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -54,8 +55,8 @@
 
 %package -n lib%{name}%{so_nr}
 Summary:PhysicsFS file abstraction layer for games
-Group:  System/Libraries
 # physfs was last used in openSUSE 11.3
+Group:  System/Libraries
 Provides:   physfs = %{version}
 Obsoletes:  physfs <= 1.0.1
 
@@ -75,6 +76,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 # just to be sure...

++ physfs-gcc7.patch ++
Index: physfs-2.0.3/lzma/C/Archive/7z/7zIn.c
===
--- physfs-2.0.3.orig/lzma/C/Archive/7z/7zIn.c
+++ physfs-2.0.3/lzma/C/Archive/7z/7zIn.c
@@ -1123,7 +1123,7 @@ SZ_RESULT SzReadAndDecodePackedStreams2(
 {
 
   UInt32 numUnPackStreams = 0;
-  CFileSize dataStartPos;
+  CFileSize dataStartPos = 0;
   CFolder *folder;
   #ifndef _LZMA_IN_CB
   CFileSize packSize = 0;



commit xed for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package xed for openSUSE:Factory checked in 
at 2017-06-22 10:40:51

Comparing /work/SRC/openSUSE:Factory/xed (Old)
 and  /work/SRC/openSUSE:Factory/.xed.new (New)


Package is "xed"

Thu Jun 22 10:40:51 2017 rev:11 rq:505543 version:1.4.3

Changes:

--- /work/SRC/openSUSE:Factory/xed/xed.changes  2017-05-27 13:18:35.381599302 
+0200
+++ /work/SRC/openSUSE:Factory/.xed.new/xed.changes 2017-06-22 
10:40:53.905347094 +0200
@@ -1,0 +2,7 @@
+Wed Jun 21 16:11:48 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.4.3:
+  * Fix an ugly white border on GTK+ 3.20 and newer.
+  * filebrowser: Change an icon name.
+
+---
@@ -4 +11 @@
-- Update to version 1.1.12:
+- Update to version 1.4.2:

Old:

  xed-1.4.2.tar.gz

New:

  xed-1.4.3.tar.gz



Other differences:
--
++ xed.spec ++
--- /var/tmp/diff_new_pack.FoabTg/_old  2017-06-22 10:40:54.469267585 +0200
+++ /var/tmp/diff_new_pack.FoabTg/_new  2017-06-22 10:40:54.469267585 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xed
-Version:1.4.2
+Version:1.4.3
 Release:0
 Summary:A text editor with highlighting
 License:GPL-2.0+

++ xed-1.4.2.tar.gz -> xed-1.4.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xed-1.4.2/configure.ac new/xed-1.4.3/configure.ac
--- old/xed-1.4.2/configure.ac  2017-05-23 14:35:58.0 +0200
+++ new/xed-1.4.3/configure.ac  2017-06-20 15:22:59.0 +0200
@@ -4,7 +4,7 @@
 
 m4_define(xed_major_version, 1)
 m4_define(xed_minor_version, 4)
-m4_define(xed_micro_version, 2)
+m4_define(xed_micro_version, 3)
 m4_define(xed_version, xed_major_version.xed_minor_version.xed_micro_version)
 
 AC_INIT([xed], [xed_version],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xed-1.4.2/debian/changelog 
new/xed-1.4.3/debian/changelog
--- old/xed-1.4.2/debian/changelog  2017-05-23 14:35:58.0 +0200
+++ new/xed-1.4.3/debian/changelog  2017-06-20 15:22:59.0 +0200
@@ -1,3 +1,13 @@
+xed (1.4.3) sonya; urgency=medium
+
+  [ Mike Krüger ]
+  * bugfix: ugly white border (gtk 3.20>) (#128)
+
+  [ JosephMcc ]
+  * filebrowser: Change an icon name (#132)
+
+ -- Clement Lefebvre   Tue, 20 Jun 2017 15:22:10 +0200
+
 xed (1.4.2) sonya; urgency=medium
 
   [ leigh123linux ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xed-1.4.2/plugins/filebrowser/xed-file-browser-plugin.c 
new/xed-1.4.3/plugins/filebrowser/xed-file-browser-plugin.c
--- old/xed-1.4.2/plugins/filebrowser/xed-file-browser-plugin.c 2017-05-23 
14:35:58.0 +0200
+++ new/xed-1.4.3/plugins/filebrowser/xed-file-browser-plugin.c 2017-06-20 
15:22:59.0 +0200
@@ -563,7 +563,7 @@
   "changed", G_CALLBACK (on_selection_changed_cb), plugin);
 
 panel = xed_window_get_side_panel (priv->window);
-xed_panel_add_item (panel, GTK_WIDGET (priv->tree_widget), _("File 
Browser"), "system-file-manager");
+xed_panel_add_item (panel, GTK_WIDGET (priv->tree_widget), _("File 
Browser"), "folder");
 gtk_widget_show (GTK_WIDGET (priv->tree_widget));
 
 add_popup_ui (plugin);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xed-1.4.2/xed/xed-notebook.c 
new/xed-1.4.3/xed/xed-notebook.c
--- old/xed-1.4.2/xed/xed-notebook.c2017-05-23 14:35:58.0 +0200
+++ new/xed-1.4.3/xed/xed-notebook.c2017-06-20 15:22:59.0 +0200
@@ -714,7 +714,10 @@
 notebook->priv->tab_scrolling_enabled = g_settings_get_boolean 
(notebook->priv->ui_settings, "enable-tab-scrolling");
 
 gtk_notebook_set_scrollable (GTK_NOTEBOOK (notebook), TRUE);
-// gtk_notebook_set_show_border (GTK_NOTEBOOK (notebook), FALSE);
+
+#if GTK_CHECK_VERSION (3, 20, 0)
+gtk_notebook_set_show_border (GTK_NOTEBOOK (notebook), FALSE);
+#endif
 gtk_notebook_set_show_tabs (GTK_NOTEBOOK (notebook), FALSE);
 
 g_signal_connect (notebook, "button-press-event",




commit slick-greeter for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package slick-greeter for openSUSE:Factory 
checked in at 2017-06-22 10:40:59

Comparing /work/SRC/openSUSE:Factory/slick-greeter (Old)
 and  /work/SRC/openSUSE:Factory/.slick-greeter.new (New)


Package is "slick-greeter"

Thu Jun 22 10:40:59 2017 rev:4 rq:505551 version:1.0.8

Changes:

--- /work/SRC/openSUSE:Factory/slick-greeter/slick-greeter.changes  
2017-06-16 10:55:51.318444923 +0200
+++ /work/SRC/openSUSE:Factory/.slick-greeter.new/slick-greeter.changes 
2017-06-22 10:41:07.163477795 +0200
@@ -1,0 +2,6 @@
+Wed Jun 21 16:11:48 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.0.8:
+  * Kill onboard and orca on session startup.
+
+---

Old:

  slick-greeter-1.0.7.tar.gz

New:

  slick-greeter-1.0.8.tar.gz



Other differences:
--
++ slick-greeter.spec ++
--- /var/tmp/diff_new_pack.DGSb2E/_old  2017-06-22 10:41:07.731397722 +0200
+++ /var/tmp/diff_new_pack.DGSb2E/_new  2017-06-22 10:41:07.735397158 +0200
@@ -18,7 +18,7 @@
 
 %define _name   lightdm-slick-greeter
 Name:   slick-greeter
-Version:1.0.7
+Version:1.0.8
 Release:0
 Summary:The slick-looking login screen application
 License:GPL-3.0 and CC-BY-SA-3.0

++ slick-greeter-1.0.7.tar.gz -> slick-greeter-1.0.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/slick-greeter-1.0.7/configure.ac 
new/slick-greeter-1.0.8/configure.ac
--- old/slick-greeter-1.0.7/configure.ac2017-06-13 12:32:26.0 
+0200
+++ new/slick-greeter-1.0.8/configure.ac2017-06-19 16:53:19.0 
+0200
@@ -2,7 +2,7 @@
 
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(slick-greeter, 1.0.7)
+AC_INIT(slick-greeter, 1.0.8)
 AC_CONFIG_MACRO_DIR(m4)
 AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign subdir-objects])
 AM_PROG_CC_C_O
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/slick-greeter-1.0.7/debian/changelog 
new/slick-greeter-1.0.8/debian/changelog
--- old/slick-greeter-1.0.7/debian/changelog2017-06-13 12:32:26.0 
+0200
+++ new/slick-greeter-1.0.8/debian/changelog2017-06-19 16:53:19.0 
+0200
@@ -1,3 +1,10 @@
+slick-greeter (1.0.8) sonya; urgency=medium
+
+  [ leigh123linux ]
+  * kill onboard and orca on session startup (#54)
+
+ -- Clement Lefebvre   Mon, 19 Jun 2017 16:52:39 +0200
+
 slick-greeter (1.0.7) sonya; urgency=medium
 
   [ Clement Lefebvre ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/slick-greeter-1.0.7/src/main-window.vala 
new/slick-greeter-1.0.8/src/main-window.vala
--- old/slick-greeter-1.0.7/src/main-window.vala2017-06-13 
12:32:26.0 +0200
+++ new/slick-greeter-1.0.8/src/main-window.vala2017-06-19 
16:53:19.0 +0200
@@ -193,6 +193,12 @@
 background.set_surface (Gdk.cairo_create (get_window ()).get_target 
());
 }
 
+public void before_session_start()
+{
+debug ("Killing orca and onboard");
+menubar.cleanup();
+}
+
 private void monitors_changed_cb (Gdk.Screen screen)
 {
 int primary = screen.get_primary_monitor ();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/slick-greeter-1.0.7/src/slick-greeter.vala 
new/slick-greeter-1.0.8/src/slick-greeter.vala
--- old/slick-greeter-1.0.7/src/slick-greeter.vala  2017-06-13 
12:32:26.0 +0200
+++ new/slick-greeter-1.0.8/src/slick-greeter.vala  2017-06-19 
16:53:19.0 +0200
@@ -229,6 +229,8 @@
 // bg.draw_full (c, Background.DrawFlags.NONE);
 // c = null;
 // refresh_background (screen, background_surface);
+
+main_window.before_session_start();
 
 if (test_mode)
 {




commit nemo for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package nemo for openSUSE:Factory checked in 
at 2017-06-22 10:40:49

Comparing /work/SRC/openSUSE:Factory/nemo (Old)
 and  /work/SRC/openSUSE:Factory/.nemo.new (New)


Package is "nemo"

Thu Jun 22 10:40:49 2017 rev:13 rq:505538 version:3.4.3

Changes:

--- /work/SRC/openSUSE:Factory/nemo/nemo.changes2017-05-27 
13:13:18.938337115 +0200
+++ /work/SRC/openSUSE:Factory/.nemo.new/nemo.changes   2017-06-22 
10:40:51.297714749 +0200
@@ -1,0 +2,31 @@
+Wed Jun 21 16:11:48 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 3.4.3:
+  * Remove decoration from desktop window (shows in weston).
+  * Desktop: Relax control of positioning for placed icons.
+At startup, they are loaded and set to their stored position,
+but not force-aligned, allowing the layout to ignore
+fluctuations in the work area during system startup.
+Fix some logic around "orphan" icons as well to prevent issues
+with icons not being shown due to being falsely classified as
+orphans.
+  * icon container: Be more specific about when to flag icons
+coming from a different monitor due to a desktop configuration
+change.
+  * metadata: Add back cached position values in NemoFile.
+Be sure to clear the timestamp metadata on files being
+moved/copied to or from the desktop. This ensures the lazy flag
+operates correctly. With the desktop becoming a separate
+process, transfers that include position info need to be
+handled slightly differently, as the old way of just setting
+metadata and reacting to it from a new container won't work -
+the file gets debuted in the other process sooner than (or not
+reliably after, at least) the metadata is written, resulting in
+inconsistent positioning.
+  * Add gvfs-info action for inspecting file metadata (for purposes
+of debugging) - right-click a file and it will send gvfs-info
+output on that file to stdout.
+  * nemo-icon-view-grid-container.c: Improve updates after
+thumbnail generation.
+
+---

Old:

  nemo-3.4.2.tar.gz

New:

  nemo-3.4.3.tar.gz



Other differences:
--
++ nemo.spec ++
--- /var/tmp/diff_new_pack.UyrDaR/_old  2017-06-22 10:40:51.945623399 +0200
+++ /var/tmp/diff_new_pack.UyrDaR/_new  2017-06-22 10:40:51.949622835 +0200
@@ -20,7 +20,7 @@
 %define sover   1
 %define typelib typelib-1_0-Nemo-3_0
 Name:   nemo
-Version:3.4.2
+Version:3.4.3
 Release:0
 Summary:File browser for Cinnamon
 License:GPL-2.0+

++ nemo-3.4.2.tar.gz -> nemo-3.4.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nemo-3.4.2/configure.ac new/nemo-3.4.3/configure.ac
--- old/nemo-3.4.2/configure.ac 2017-05-23 16:54:49.0 +0200
+++ new/nemo-3.4.3/configure.ac 2017-06-20 15:44:34.0 +0200
@@ -18,7 +18,7 @@
 m4_define(nemo_extension_current,  5)
 m4_define(nemo_extension_revision, 0)
 
-AC_INIT(nemo, 3.4.2, https://github.com/linuxmint/nemo)
+AC_INIT(nemo, 3.4.3, https://github.com/linuxmint/nemo)
 
 dnl ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nemo-3.4.2/debian/changelog 
new/nemo-3.4.3/debian/changelog
--- old/nemo-3.4.2/debian/changelog 2017-05-23 16:54:49.0 +0200
+++ new/nemo-3.4.3/debian/changelog 2017-06-20 15:44:34.0 +0200
@@ -1,3 +1,17 @@
+nemo (3.4.3) sonya; urgency=medium
+
+  [ leigh123linux ]
+  * Remove decoration from desktop window (shows in weston)
+
+  [ Michael Webster ]
+  * Desktop: Relax control of positioning for placed icons.  At startup, they 
are loaded and set to their stored position, but not force-aligned, allowing 
the layout to ignore fluctuations in the work area during system startup.  Fix 
some logic around 'orphan' icons as well to prevent issues with icons not being 
shown due to being falsely classified as orphans.
+  * icon container: Be more specific about when to flag icons coming from a 
different monitor due to a desktop configuration change. (see previous commit)
+  * metadata: Add back cached position values in NemoFile.  Be sure to clear 
the timestamp metadata on files being moved/copied to or from the desktop. This 
ensures the lazy flag operates correctly.  With the desktop becoming a separate 
process, transfers that include position info need to be handled slightly 
differently, as the old way of just setting metadata and reacting to it from a 
new container won't work - the file gets debuted in the other process sooner 
than (or not reliably 

commit xreader for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package xreader for openSUSE:Factory checked 
in at 2017-06-22 10:40:53

Comparing /work/SRC/openSUSE:Factory/xreader (Old)
 and  /work/SRC/openSUSE:Factory/.xreader.new (New)


Package is "xreader"

Thu Jun 22 10:40:53 2017 rev:10 rq:505547 version:1.4.3

Changes:

--- /work/SRC/openSUSE:Factory/xreader/xreader.changes  2017-05-27 
13:13:21.969908513 +0200
+++ /work/SRC/openSUSE:Factory/.xreader.new/xreader.changes 2017-06-22 
10:40:59.688531708 +0200
@@ -1,0 +2,12 @@
+Wed Jun 21 16:11:48 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.4.3:
+  * shell: Make main window title translatable
+(gh#linuxmint/xreader#39).
+  * Fix "Having selected text leads to high cpu load".
+  * Fix for "Inverted Colours won't be saved by Save Current
+Settings as Default"
+  * Build: Remove unnecessary ev_get_locale_dir().
+  * Branding: Use a generic application name.
+
+---

Old:

  xreader-1.4.2.tar.gz

New:

  xreader-1.4.3.tar.gz



Other differences:
--
++ xreader.spec ++
--- /var/tmp/diff_new_pack.aMA2Ra/_old  2017-06-22 10:41:00.376434719 +0200
+++ /var/tmp/diff_new_pack.aMA2Ra/_new  2017-06-22 10:41:00.380434156 +0200
@@ -20,7 +20,7 @@
 %define typelib1 typelib-1_0-XreaderDocument-1_5_0
 %define typelib2 typelib-1_0-XreaderView-1_5_0
 Name:   xreader
-Version:1.4.2
+Version:1.4.3
 Release:0
 Summary:Document viewer for documents like PDF/PostScript
 License:GPL-2.0 and LGPL-2.0

++ xreader-1.4.2.tar.gz -> xreader-1.4.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xreader-1.4.2/backend/comics/Makefile.am 
new/xreader-1.4.3/backend/comics/Makefile.am
--- old/xreader-1.4.2/backend/comics/Makefile.am2017-05-23 
15:06:02.0 +0200
+++ new/xreader-1.4.3/backend/comics/Makefile.am2017-06-19 
13:43:57.0 +0200
@@ -1,7 +1,7 @@
 AM_CPPFLAGS =  \
-I$(top_srcdir) \
-I$(top_srcdir)/libdocument \
-   -DMATELOCALEDIR=\"$(datadir)/locale\"   \
+   -DXREADER_LOCALE_DIR=\"$(datadir)/locale\"  \
-DXREADER_COMPILATION   \
$(BACKEND_CFLAGS)   \
$(LIB_CFLAGS)   \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xreader-1.4.2/backend/djvu/Makefile.am 
new/xreader-1.4.3/backend/djvu/Makefile.am
--- old/xreader-1.4.2/backend/djvu/Makefile.am  2017-05-23 15:06:02.0 
+0200
+++ new/xreader-1.4.3/backend/djvu/Makefile.am  2017-06-19 13:43:57.0 
+0200
@@ -2,7 +2,7 @@
-I$(top_srcdir) \
-I$(top_srcdir)/libdocument \
-DMATEICONDIR=\""${prefix}/${DATADIRNAME}/pixmaps"\"\
-   -DMATELOCALEDIR=\"$(datadir)/locale\"   \
+   -DXREADER_LOCALE_DIR=\"$(datadir)/locale\"  \
-DXREADER_COMPILATION   \
$(BACKEND_CFLAGS)   \
$(DJVU_CFLAGS)  \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xreader-1.4.2/backend/dvi/Makefile.am 
new/xreader-1.4.3/backend/dvi/Makefile.am
--- old/xreader-1.4.2/backend/dvi/Makefile.am   2017-05-23 15:06:02.0 
+0200
+++ new/xreader-1.4.3/backend/dvi/Makefile.am   2017-06-19 13:43:57.0 
+0200
@@ -4,7 +4,7 @@
-I$(top_srcdir) \
-I$(top_srcdir)/libdocument \
-I$(srcdir)/mdvi-lib\
-   -DMATELOCALEDIR=\"$(datadir)/locale\"   \
+   -DXREADER_LOCALE_DIR=\"$(datadir)/locale\"  \
-DXREADER_COMPILATION   \
$(WARN_CFLAGS)  \
$(BACKEND_CFLAGS)   \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xreader-1.4.2/backend/epub/Makefile.am 
new/xreader-1.4.3/backend/epub/Makefile.am
--- old/xreader-1.4.2/backend/epub/Makefile.am  2017-05-23 15:06:02.0 
+0200
+++ new/xreader-1.4.3/backend/epub/Makefile.am  2017-06-19 13:43:57.0 
+0200
@@ -4,7 +4,7 @@
-I$(top_srcdir) \
-I$(top_srcdir)/libdocument \
-I$(srcdir)/minizip \
-   -DMATELOCALEDIR=\"$(datadir)/locale\"   \
+   -DXREADER_LOCALE_DIR=\"$(datadir)/locale\"  \
-DXREADER_COMPILATION  

commit cinnamon-themes for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package cinnamon-themes for openSUSE:Factory 
checked in at 2017-06-22 10:41:09

Comparing /work/SRC/openSUSE:Factory/cinnamon-themes (Old)
 and  /work/SRC/openSUSE:Factory/.cinnamon-themes.new (New)


Package is "cinnamon-themes"

Thu Jun 22 10:41:09 2017 rev:8 rq:50 version:2017.06.20

Changes:

--- /work/SRC/openSUSE:Factory/cinnamon-themes/cinnamon-themes.changes  
2017-05-27 13:14:42.926462940 +0200
+++ /work/SRC/openSUSE:Factory/.cinnamon-themes.new/cinnamon-themes.changes 
2017-06-22 10:41:11.822820859 +0200
@@ -1,0 +2,7 @@
+Wed Jun 21 16:11:48 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 2017.06.20:
+  * Linux Mint: Clean the styling of modal dialogues.
+  * Cleanup the styling of dialogues.
+
+---

Old:

  cinnamon-themes_2017.05.05.tar.xz

New:

  cinnamon-themes_2017.06.20.tar.xz



Other differences:
--
++ cinnamon-themes.spec ++
--- /var/tmp/diff_new_pack.GwuB7n/_old  2017-06-22 10:41:12.470729508 +0200
+++ /var/tmp/diff_new_pack.GwuB7n/_new  2017-06-22 10:41:12.474728944 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cinnamon-themes
-Version:2017.05.05
+Version:2017.06.20
 Release:0
 Summary:Default Cinnamon Themes
 License:GPL-3.0+

++ cinnamon-themes_2017.05.05.tar.xz -> cinnamon-themes_2017.06.20.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinnamon-themes/debian/changelog 
new/cinnamon-themes/debian/changelog
--- old/cinnamon-themes/debian/changelog2017-05-05 16:55:51.0 
+0200
+++ new/cinnamon-themes/debian/changelog2017-06-20 16:00:45.0 
+0200
@@ -1,3 +1,11 @@
+cinnamon-themes (2017.06.20) sonya; urgency=medium
+
+  [ JosephMcc ]
+  * Linux Mint: Clean the styling of modal dialogs
+  * Cleanup the styling of dialogs
+
+ -- Clement Lefebvre   Tue, 20 Jun 2017 16:00:13 +0200
+
 cinnamon-themes (2017.05.05) sonya; urgency=medium
 
   [ JosephMcc ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' "old/cinnamon-themes/usr/share/themes/Linux 
Mint/cinnamon/cinnamon.css" "new/cinnamon-themes/usr/share/themes/Linux 
Mint/cinnamon/cinnamon.css"
--- "old/cinnamon-themes/usr/share/themes/Linux Mint/cinnamon/cinnamon.css" 
2017-05-05 16:55:09.0 +0200
+++ "new/cinnamon-themes/usr/share/themes/Linux Mint/cinnamon/cinnamon.css" 
2017-06-20 16:00:08.0 +0200
@@ -1053,16 +1053,11 @@
 background-gradient-end: rgba(50,50,50,1);
 color: #babdb6;
 box-shadow: 0px 0px 12px 6px rgba(0,0,0,1);
-
-padding-right: 30px;
-padding-left: 30px;
-padding-bottom: 20px;
-padding-top: 20px;
+padding: 20px;
 }
 
 .modal-dialog-button-box {
-spacing: 15px;
-padding-top: 15px;
+padding-top: 20px;
 }
 
 .modal-dialog-button {
@@ -1074,8 +1069,6 @@
 background-gradient-end: rgba(60,60,60,1);
 border: 1px solid rgba(0,0,0,0);
 box-shadow: inset 0px 1px 0px 0px rgba(100,100,100,1);
-margin-left: 10px;
-margin-right: 10px;
 padding: 4px 32px 5px;
 }
 
@@ -1167,7 +1160,7 @@
 border-radius: 8px;
 padding-right: 21px;
 padding-left: 21px;
-padding-bottom: 15px;
+padding-bottom: 5px;
 padding-top: 15px;
 }
 
@@ -2192,14 +2185,11 @@
  * ===*/
 
  .about-content {
-width: 300px;
-height: 150px;
-spacing: 8px;
-padding-bottom: 16px;
+width: 500px;
 }
 
 .about-title {
-font-size: 1.5em;
+font-size: 1.2em;
 font-weight: bold;
 }
 
@@ -2212,21 +2202,23 @@
 }
 
 .about-scrollBox {
+height: 100px;
 border: solid 1px grey;
 border-radius: 4px;
 }
 
 .about-scrollBox-innerBox {
-padding: 1.2em;
+padding: 0.5em;
 spacing: 1.2em;
 }
 
 .about-description {
 padding-top: 4px;
+padding-bottom: 8px;
 }
 
 .about-version {
-padding-left: 7px;
+/*padding-left: 7px;*/
 }
 
 /* ===
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cinnamon-themes/usr/share/themes/Mint-X/cinnamon/cinnamon.css 
new/cinnamon-themes/usr/share/themes/Mint-X/cinnamon/cinnamon.css
--- old/cinnamon-themes/usr/share/themes/Mint-X/cinnamon/cinnamon.css   
2017-05-05 16:55:09.0 +0200
+++ new/cinnamon-themes/usr/share/themes/Mint-X/cinnamon/cinnamon.css   
2017-06-20 16:00:08.0 +0200
@@ -1246,14 +1246,12 @@
 font-size: 10pt;
 border-image: url("background-assets/bg-1.png") 6;
 color: rgb(70, 70, 70);
-

commit vm-install for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package vm-install for openSUSE:Factory 
checked in at 2017-06-22 10:41:13

Comparing /work/SRC/openSUSE:Factory/vm-install (Old)
 and  /work/SRC/openSUSE:Factory/.vm-install.new (New)


Package is "vm-install"

Thu Jun 22 10:41:13 2017 rev:158 rq:505583 version:0.8.67

Changes:

--- /work/SRC/openSUSE:Factory/vm-install/vm-install.changes2017-05-24 
16:52:04.356150824 +0200
+++ /work/SRC/openSUSE:Factory/.vm-install.new/vm-install.changes   
2017-06-22 10:41:13.630565978 +0200
@@ -1,0 +2,7 @@
+Mon Jun 19 10:39:48 MDT 2017 - carn...@suse.com
+
+- bsc#1024437 - vm-install interprets disk size incorrectly when
+  used as an option to the command
+- Version 0.8.67
+
+---

Old:

  vm-install-0.8.66.tar.bz2

New:

  vm-install-0.8.67.tar.bz2



Other differences:
--
++ vm-install.spec ++
--- /var/tmp/diff_new_pack.05dMOT/_old  2017-06-22 10:41:14.282474064 +0200
+++ /var/tmp/diff_new_pack.05dMOT/_new  2017-06-22 10:41:14.282474064 +0200
@@ -27,12 +27,12 @@
 %endif
 # For directory ownership:
 BuildRequires:  yast2
-Version:0.8.66
+Version:0.8.67
 Release:0
 Summary:Tool to Define a Virtual Machine and Install Its Operating 
System
 License:GPL-2.0
 Group:  System/Emulators/PC
-Source0:%{name}-0.8.66.tar.bz2
+Source0:%{name}-0.8.67.tar.bz2
 Source1:vm-install.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   dbus-1-python

++ vm-install-0.8.66.tar.bz2 -> vm-install-0.8.67.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vm-install-0.8.66/Makefile 
new/vm-install-0.8.67/Makefile
--- old/vm-install-0.8.66/Makefile  2017-05-16 16:31:23.811237290 +0200
+++ new/vm-install-0.8.67/Makefile  2017-06-19 18:42:39.249813494 +0200
@@ -1,5 +1,5 @@
 PACKAGE = vm-install
-VER = 0.8.66
+VER = 0.8.67
 
 default:
@echo "Run 'make install DESTDIR=$destdir' to install."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vm-install-0.8.66/setup.py 
new/vm-install-0.8.67/setup.py
--- old/vm-install-0.8.66/setup.py  2017-05-16 16:31:19.267409263 +0200
+++ new/vm-install-0.8.67/setup.py  2017-06-19 18:42:25.030352175 +0200
@@ -1,7 +1,7 @@
 from distutils.core import setup
 
 setup(name='vminstall',
-  version='0.8.66',
+  version='0.8.67',
   description='Define a virtual machine and install its operating system',
   author='Charles Coffing',
   author_email='ccoff...@novell.com',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vm-install-0.8.66/src/vmdisks/disks.py 
new/vm-install-0.8.67/src/vmdisks/disks.py
--- old/vm-install-0.8.66/src/vmdisks/disks.py  2017-01-25 19:09:42.902794097 
+0100
+++ new/vm-install-0.8.67/src/vmdisks/disks.py  2017-06-19 18:42:30.678138121 
+0200
@@ -517,6 +517,19 @@
 continue
 else:
 raise ParamError(err=ParamError.E_INVALID, details=arg)
+if blocks is None and pdev is not None:
+items = pdev.split(':', 1)
+if len(items) == 1:
+path = items[0]
+else:
+path = items[1]
+if path is not None and os.path.exists(path):
+try:
+stats = os.stat(path)
+blocks = stats.st_size / 512
+except:
+pass
+
 disk = Disk(pdev=pdev, vdev=vdev, vdevType=vdevType, ro=ro, blocks=blocks, 
virtio=virtio)
 if extended:
 disk.description = params[5]




commit titlecase for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package titlecase for openSUSE:Factory 
checked in at 2017-06-22 10:39:55

Comparing /work/SRC/openSUSE:Factory/titlecase (Old)
 and  /work/SRC/openSUSE:Factory/.titlecase.new (New)


Package is "titlecase"

Thu Jun 22 10:39:55 2017 rev:2 rq:504126 version:0.1.0.3

Changes:

--- /work/SRC/openSUSE:Factory/titlecase/titlecase.changes  2017-03-08 
01:05:32.350301124 +0100
+++ /work/SRC/openSUSE:Factory/.titlecase.new/titlecase.changes 2017-06-22 
10:39:55.857531255 +0200
@@ -1,0 +2,5 @@
+Sat May 27 12:27:50 UTC 2017 - psim...@suse.com
+
+- Update to version 0.1.0.3 revision 1.
+
+---

New:

  titlecase.cabal



Other differences:
--
++ titlecase.spec ++
--- /var/tmp/diff_new_pack.VWyYOE/_old  2017-06-22 10:39:56.337463591 +0200
+++ /var/tmp/diff_new_pack.VWyYOE/_new  2017-06-22 10:39:56.341463027 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package titlecase
 #
-# 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,6 +26,7 @@
 Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{name}
 Source0:
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
+Source1:
https://hackage.haskell.org/package/%{name}-%{version}/revision/1.cabal#/%{name}.cabal
 BuildRequires:  chrpath
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-blaze-markup-devel
@@ -65,6 +66,7 @@
 
 %prep
 %setup -q
+cp -p %{SOURCE1} %{name}.cabal
 
 %build
 %ghc_lib_build

++ titlecase.cabal ++
-- This file has been generated from package.yaml by hpack version 0.14.1.
--
-- see: https://github.com/sol/hpack

name:titlecase
version: 0.1.0.3
x-revision: 1
license: BSD3
license-file:LICENSE
author:  Nikita Karetnikov,
 Peter Simons,
 Aaron Wolf
maintainer:  Peter Simons 
homepage:https://github.com/peti/titlecase#readme
bug-reports: https://github.com/peti/titlecase/issues
category:Text
stability:   stable
build-type:  Simple
cabal-version:   >= 1.10
synopsis:Convert English words to title case
description: Capitalize all English words except articles (a, an, the), 
coordinating conjunctions (for, and, nor, but, or, yet, so), and prepositions 
(unless they begin or end the title).  The prepositions are taken from 
.
tested-with: GHC > 7.6 && < 8.1

source-repository head
  type: git
  location: https://github.com/peti/titlecase

library
  default-language: Haskell2010
  other-extensions: MultiWayIf
  hs-source-dirs:
src
  ghc-options: -Wall
  build-depends:
base <5,
blaze-markup,
semigroups,
text
  exposed-modules:
Data.Text.Titlecase
Data.Text.Titlecase.Internal
  other-modules:
Paths_titlecase

executable titlecase
  default-language: Haskell2010
  main-is: Main.hs
  ghc-options: -Wall
  build-depends:
base <5,
blaze-markup,
semigroups,
text,
titlecase

test-suite test
  type: exitcode-stdio-1.0
  main-is: Test.hs
  hs-source-dirs:
tests
  ghc-options: -Wall
  build-depends:
base <5,
blaze-markup,
semigroups,
text,
titlecase,
tasty,
tasty-hunit,
tasty-quickcheck
  other-modules:
Test.Property
Test.Unit
  default-language: Haskell2010



commit gstreamer-editing-services for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package gstreamer-editing-services for 
openSUSE:Factory checked in at 2017-06-22 10:40:24

Comparing /work/SRC/openSUSE:Factory/gstreamer-editing-services (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-editing-services.new (New)


Package is "gstreamer-editing-services"

Thu Jun 22 10:40:24 2017 rev:18 rq:505409 version:1.12.1

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-editing-services/gstreamer-editing-services.changes
2017-06-20 09:38:55.360526234 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-editing-services.new/gstreamer-editing-services.changes
   2017-06-22 10:40:26.581199556 +0200
@@ -1,0 +2,6 @@
+Wed Jun 21 08:55:06 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.12.1:
+  + No changes, stable version bump only.
+
+---

Old:

  gstreamer-editing-services-1.12.0.tar.xz

New:

  gstreamer-editing-services-1.12.1.tar.xz



Other differences:
--
++ gstreamer-editing-services.spec ++
--- /var/tmp/diff_new_pack.Q35NwL/_old  2017-06-22 10:40:27.141120613 +0200
+++ /var/tmp/diff_new_pack.Q35NwL/_new  2017-06-22 10:40:27.141120613 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   gstreamer-editing-services
-Version:1.12.0
+Version:1.12.1
 Release:0
 Summary:GStreamer Editing Services
 License:GPL-3.0+ and LGPL-2.1+

++ gstreamer-editing-services-1.12.0.tar.xz -> 
gstreamer-editing-services-1.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gstreamer-editing-services-1.12.0/ChangeLog 
new/gstreamer-editing-services-1.12.1/ChangeLog
--- old/gstreamer-editing-services-1.12.0/ChangeLog 2017-05-04 
14:18:01.0 +0200
+++ new/gstreamer-editing-services-1.12.1/ChangeLog 2017-06-20 
10:37:11.0 +0200
@@ -1,9 +1,21 @@
+=== release 1.12.1 ===
+
+2017-06-20  Sebastian Dröge 
+
+   * configure.ac:
+ releasing 1.12.1
+
 === release 1.12.0 ===
 
-2017-05-04  Sebastian Dröge 
+2017-05-04 15:43:12 +0300  Sebastian Dröge 
 
+   * ChangeLog:
+   * NEWS:
+   * RELEASE:
* configure.ac:
- releasing 1.12.0
+   * gst-editing-services.doap:
+   * meson.build:
+ Release 1.12.0
 
 === release 1.11.91 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gstreamer-editing-services-1.12.0/NEWS 
new/gstreamer-editing-services-1.12.1/NEWS
--- old/gstreamer-editing-services-1.12.0/NEWS  2017-05-04 14:18:33.0 
+0200
+++ new/gstreamer-editing-services-1.12.1/NEWS  2017-06-20 10:37:34.0 
+0200
@@ -1,6 +1,8 @@
 # GStreamer 1.12 Release Notes
 
 GStreamer 1.12.0 was originally released on 4th May 2017.
+The latest bug-fix release in the 1.12 series is [1.12.1](#1.12.1) and was
+released on 20 June 2017.
 
 The GStreamer team is proud to announce a new major feature release in the
 stable 1.x API series of your favourite cross-platform multimedia framework!
@@ -11,7 +13,7 @@
 See [https://gstreamer.freedesktop.org/releases/1.12/][latest] for the latest
 version of this document.
 
-*Last updated: Thursday 4 May 2017, 11:00 UTC [(log)][gitlog]*
+*Last updated: Tuesday 20 June 2017, 07:30 UTC [(log)][gitlog]*
 
 [latest]: https://gstreamer.freedesktop.org/releases/1.12/
 [gitlog]: 
https://cgit.freedesktop.org/gstreamer/www/log/src/htdocs/releases/1.12/release-notes-1.12.md
@@ -228,7 +230,8 @@
 
 - `waylandsink` can now take DMAbuf buffers as input in the presence
   of a compatible Wayland compositor. This enables zero-copy transfer
-  from a decoder or source that outputs DMAbuf.
+  from a decoder or source that outputs DMAbuf. It will also set surface
+  opacity hint to allow better rendering optimization in the compositor.
 
 - `udpsrc` can be bound to more than one interface when joining a
   multicast group, this is done by giving a comma separate list of
@@ -453,6 +456,11 @@
 
 - `interleave` now supports > 64 channels.
 
+- OpenCV elements, `grabcut` and `retinex` has been ported to use
+  `GstOpencvVideoFilter` base class, increasing code reuse and fixing buffer
+  map/unmap issues. Redundant copie of images has been removed in `edgedetect`,
+  `cvlaplace` and `cvsobel`. This comes with various cleanup and Meson support.
+
 ### OpenGL integration
 
 - As usual the GStreamer OpenGL integration library has seen numerous
@@ -586,6 +594,12 @@
 
 - New testsuite for running various test scenarios on the DASH-IF test vectors
 
+## GStreamer Python Bindings
+
+- Overrides has been added for IntRange, Int64Range, DoubleRange,
+  

commit dpdk for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package dpdk for openSUSE:Factory checked in 
at 2017-06-22 10:40:06

Comparing /work/SRC/openSUSE:Factory/dpdk (Old)
 and  /work/SRC/openSUSE:Factory/.dpdk.new (New)


Package is "dpdk"

Thu Jun 22 10:40:06 2017 rev:17 rq:505253 version:16.11.2

Changes:

--- /work/SRC/openSUSE:Factory/dpdk/dpdk-thunderx.changes   2017-05-24 
16:52:06.651827636 +0200
+++ /work/SRC/openSUSE:Factory/.dpdk.new/dpdk-thunderx.changes  2017-06-22 
10:40:08.955684568 +0200
@@ -1,0 +2,54 @@
+Wed Jun 14 12:55:10 CEST 2017 - n...@suse.de
+
+- Updated to 16.11.2 which provide bug fixes as below(fate#321541):
+   * mbuf: fix missing includes in exported header
+   * eal: fix debug macro redefinition
+   * net/nfp: fix packet/data length conversion
+   * net/i40e: fix setup when bulk is disabled
+   * pci: fix device registration on FreeBSD
+   * net/i40e: ensure vector mode is not used with QinQ
+   * nic_uio: fix device binding at boot
+   * net/bnx2x: fix transmit queue free threshold
+   * net/vmxnet3: fix queue size changes
+   * kni: fix build with kernel 4.11
+   * kni: fix possible memory leak
+   * kni: fix crash caused by freeing mempool
+   * net/i40e: fix allocation check
+   * net/virtio: fix crash when closing twice
+   * net/ixgbevf: set xstats id values
+   * net/i40e: fix hash input set on X722
+   * eal/linux: fix build with glibc 2.25
+   * net/i40e: fix incorrect packet index reference
+   * net/thunderx: fix 32-bit build
+   * net/thunderx: fix build on FreeBSD
+   * net/thunderx: fix deadlock in Rx path
+   * net/ixgbe: fix setting MTU on stopped device
+   * vfio: fix secondary process start
+   * net/virtio-user: fix address on 32-bit system
+   * net/virtio: fix MSI-X for modern devices
+   * net/virtio: fix link status always down
+   * net/ixgbe: fix multi-queue mode check in SRIOV mode
+   * net/i40e/base: fix potential out of bound array access
+   * vhost: fix false sharing
+   * net/thunderx: fix stats access out of bounds
+   * net/virtio: disable LSC interrupt if MSIX not enabled
+   * net/i40e: fix mbuf alloc failed counter
+   * net: fix stripped VLAN flag for offload emulation
+   * vfio: fix disabling INTx
+   * net/igb: fix VF MAC address setting
+   * net/igb: fix VF MAC address setting
+   * net/ixgbe: fix VF Rx mode for allmulticast disabled
+   * net/bonding: fix updating slave link status
+   * net/virtio-user: fix overflow
+   * net/i40e: fix TC bitmap of VEB
+   * net/ixgbe/base: fix build error
+   * net/ixgbe: fix Rx queue blocking issue
+   * net/ixgbe: fix all queues drop setting of DCB
+   * net/ixgbe: fix TC bandwidth setting
+   more details can be found in 
+   http://dpdk.org/ml/archives/stable/2017-May/001809.html
+   [- 0005-kni-fix-build-with-kernel-4.11.patch]
+- use default gcc which is now gcc7 (bsc#1042372)
+  [+0005-kni-fix-build-with-gcc-7.1.patch]
+
+---
dpdk.changes: same change

Old:

  0005-kni-fix-build-with-kernel-4.11.patch
  dpdk-16.11.1.tar.xz

New:

  0005-kni-fix-build-with-gcc-7.1.patch
  dpdk-16.11.2.tar.xz



Other differences:
--
++ dpdk-thunderx.spec ++
--- /var/tmp/diff_new_pack.8FshBh/_old  2017-06-22 10:40:10.635447741 +0200
+++ /var/tmp/diff_new_pack.8FshBh/_new  2017-06-22 10:40:10.639447177 +0200
@@ -43,7 +43,7 @@
 # Do NOT edit this auto generated file! Edit dpdk.spec instead
 # and run 'pre_checkin.sh' before committing
 Name:   dpdk-thunderx
-Version:16.11.1
+Version:16.11.2
 Release:0
 Summary:Set of libraries and drivers for fast packet processing 
(thunderx)
 License:BSD-3-Clause and GPL-2.0 and LGPL-2.1
@@ -61,12 +61,10 @@
 Patch2: 0002-kni-define-HAVE_VF_VLAN_PROTO-for-SLES12SP3.patch
 Patch3: 0003-kni-define-HAVE_TRANS_START_HELPER-for-SLES12SP3.patch
 Patch4: 0004-net-thunderx-sync-mailbox-definitions-with-Linux-PF-.patch
-# PATCH-FIX-UPSTREAM 0005-kni-fix-build-with-kernel-4.11.patch
-# This patch fixes the kni build against linux kernel 4.11
-Patch5: 0005-kni-fix-build-with-kernel-4.11.patch
+#PATCH-FIX-UPSTREAM 0005-kni-fix-build-with-gcc-7.1.patch bsc#1042372
+Patch5: 0005-kni-fix-build-with-gcc-7.1.patch
 BuildRequires:  doxygen
 BuildRequires:  fdupes
-BuildRequires:  gcc6
 BuildRequires:  libnuma-devel
 BuildRequires:  libpcap-devel
 BuildRequires:  pesign-obs-integration
@@ -147,7 +145,8 @@
 %define pmddir %{_libdir}/dpdk-pmds
 
 %prep
-%setup -q -n dpdk-stable-16.11.1
+# can't use %{name} because of dpdk-thunderx
+%setup -q -n dpdk-stable-%{version}
 %patch1 -p1 -z .enic
 %patch2 -p1 -z .kni1
 %patch3 -p1 -z .kni2
@@ -207,30 +206,30 @@
 # the compiler flags used still 

commit gstreamer-validate for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package gstreamer-validate for 
openSUSE:Factory checked in at 2017-06-22 10:40:26

Comparing /work/SRC/openSUSE:Factory/gstreamer-validate (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-validate.new (New)


Package is "gstreamer-validate"

Thu Jun 22 10:40:26 2017 rev:9 rq:505411 version:1.12.1

Changes:

--- /work/SRC/openSUSE:Factory/gstreamer-validate/gstreamer-validate.changes
2017-06-19 13:23:31.835251008 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-validate.new/gstreamer-validate.changes   
2017-06-22 10:40:27.897014039 +0200
@@ -1,0 +2,7 @@
+Wed Jun 21 08:52:43 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.12.1:
+  + validate: Target the 1.12 integration testsuite.
+  + Fixup version in meson.build.
+
+---

Old:

  gst-validate-1.12.0.tar.xz

New:

  gst-validate-1.12.1.tar.xz



Other differences:
--
++ gstreamer-validate.spec ++
--- /var/tmp/diff_new_pack.aOUl5t/_old  2017-06-22 10:40:28.480931713 +0200
+++ /var/tmp/diff_new_pack.aOUl5t/_new  2017-06-22 10:40:28.480931713 +0200
@@ -18,7 +18,7 @@
 
 %define _name   gst-validate
 Name:   gstreamer-validate
-Version:1.12.0
+Version:1.12.1
 Release:0
 Summary:Validate GStreamer Pipelines
 License:LGPL-2.1+

++ gst-validate-1.12.0.tar.xz -> gst-validate-1.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-validate-1.12.0/ChangeLog 
new/gst-validate-1.12.1/ChangeLog
--- old/gst-validate-1.12.0/ChangeLog   2017-05-04 14:20:32.0 +0200
+++ new/gst-validate-1.12.1/ChangeLog   2017-06-20 10:39:08.0 +0200
@@ -1,9 +1,29 @@
-=== release 1.12.0 ===
+=== release 1.12.1 ===
 
-2017-05-04  Sebastian Dröge 
+2017-06-20  Sebastian Dröge 
 
* configure.ac:
- releasing 1.12.0
+ releasing 1.12.1
+
+2017-05-04 13:47:36 -0300  Thibault Saunier 
+
+   * validate/configure.ac:
+ validate: Target the 1.12 integration testsuite
+
+2017-05-04 19:01:52 +0300  Sebastian Dröge 
+
+   * meson.build:
+ Fixup version in meson.build
+
+=== release 1.12.0 ===
+
+2017-05-04 15:48:44 +0300  Sebastian Dröge 
+
+   * validate/ChangeLog:
+   * validate/NEWS:
+   * validate/configure.ac:
+   * validate/gst-validate.doap:
+ Release 1.12.0
 
 2017-04-30 14:35:29 -0300  Thibault Saunier 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-validate-1.12.0/NEWS new/gst-validate-1.12.1/NEWS
--- old/gst-validate-1.12.0/NEWS2017-05-04 14:21:13.0 +0200
+++ new/gst-validate-1.12.1/NEWS2017-06-20 10:39:44.0 +0200
@@ -1,6 +1,8 @@
 # GStreamer 1.12 Release Notes
 
 GStreamer 1.12.0 was originally released on 4th May 2017.
+The latest bug-fix release in the 1.12 series is [1.12.1](#1.12.1) and was
+released on 20 June 2017.
 
 The GStreamer team is proud to announce a new major feature release in the
 stable 1.x API series of your favourite cross-platform multimedia framework!
@@ -11,7 +13,7 @@
 See [https://gstreamer.freedesktop.org/releases/1.12/][latest] for the latest
 version of this document.
 
-*Last updated: Thursday 4 May 2017, 11:00 UTC [(log)][gitlog]*
+*Last updated: Tuesday 20 June 2017, 07:30 UTC [(log)][gitlog]*
 
 [latest]: https://gstreamer.freedesktop.org/releases/1.12/
 [gitlog]: 
https://cgit.freedesktop.org/gstreamer/www/log/src/htdocs/releases/1.12/release-notes-1.12.md
@@ -228,7 +230,8 @@
 
 - `waylandsink` can now take DMAbuf buffers as input in the presence
   of a compatible Wayland compositor. This enables zero-copy transfer
-  from a decoder or source that outputs DMAbuf.
+  from a decoder or source that outputs DMAbuf. It will also set surface
+  opacity hint to allow better rendering optimization in the compositor.
 
 - `udpsrc` can be bound to more than one interface when joining a
   multicast group, this is done by giving a comma separate list of
@@ -453,6 +456,11 @@
 
 - `interleave` now supports > 64 channels.
 
+- OpenCV elements, `grabcut` and `retinex` has been ported to use
+  `GstOpencvVideoFilter` base class, increasing code reuse and fixing buffer
+  map/unmap issues. Redundant copie of images has been removed in `edgedetect`,
+  `cvlaplace` and `cvsobel`. This comes with various cleanup and Meson support.
+
 ### OpenGL integration
 
 - As usual the GStreamer OpenGL integration library has seen numerous
@@ -586,6 +594,12 @@
 
 - 

commit gstreamer-plugins-vaapi for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package gstreamer-plugins-vaapi for 
openSUSE:Factory checked in at 2017-06-22 10:40:28

Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-vaapi (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-plugins-vaapi.new (New)


Package is "gstreamer-plugins-vaapi"

Thu Jun 22 10:40:28 2017 rev:16 rq:505412 version:1.12.1

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-vaapi/gstreamer-plugins-vaapi.changes
  2017-06-19 13:23:30.567429754 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-vaapi.new/gstreamer-plugins-vaapi.changes
 2017-06-22 10:40:29.504787359 +0200
@@ -1,0 +2,6 @@
+Wed Jun 21 08:45:26 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.12.1:
+  + Bugs fixed: bgo#781759, bgo#782542, bgo#782543, bgo#783726.
+
+---

Old:

  gstreamer-vaapi-1.12.0.tar.xz

New:

  gstreamer-vaapi-1.12.1.tar.xz



Other differences:
--
++ gstreamer-plugins-vaapi.spec ++
--- /var/tmp/diff_new_pack.Q69PBa/_old  2017-06-22 10:40:30.252681913 +0200
+++ /var/tmp/diff_new_pack.Q69PBa/_new  2017-06-22 10:40:30.252681913 +0200
@@ -19,7 +19,7 @@
 %define gst_branch 1.0
 
 Name:   gstreamer-plugins-vaapi
-Version:1.12.0
+Version:1.12.1
 Release:0
 Summary:Gstreamer VA-API plugins
 License:LGPL-2.1+

++ gstreamer-vaapi-1.12.0.tar.xz -> gstreamer-vaapi-1.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gstreamer-vaapi-1.12.0/ChangeLog 
new/gstreamer-vaapi-1.12.1/ChangeLog
--- old/gstreamer-vaapi-1.12.0/ChangeLog2017-05-04 14:22:39.0 
+0200
+++ new/gstreamer-vaapi-1.12.1/ChangeLog2017-06-20 10:42:10.0 
+0200
@@ -1,9 +1,61 @@
+=== release 1.12.1 ===
+
+2017-06-20  Sebastian Dröge 
+
+   * configure.ac:
+ releasing 1.12.1
+
+2017-06-14 21:40:33 +0900  Hyunjun Ko 
+
+   * gst-libs/gst/vaapi/gstvaapidecoder_h264.c:
+ libs: decoder: h264: initialize active_sps/pps in reset
+ Since commits in https://bugzilla.gnome.org/show_bug.cgi?id=781142 
landed,
+ they introduced regression in seek.
+ Formerly, once seek is done, decoder drops P-frames until I-frame 
arrives.
+ But since the commits landed, it doesn't drop P-frame and does try to
+ decode it continuously because active_sps is still alive. See 
ensure_sps function.
+ But there are prev_frames and prev_ref_frames reset already, then it
+ causes assertion.
+ So it's necessary to reset active_sps/pps also in reset method.
+ https://bugzilla.gnome.org/show_bug.cgi?id=783726
+
+2017-05-12 13:08:30 +0900  Hyunjun Ko 
+
+   * gst/vaapi/gstvaapisink.c:
+ vaapisink: keep handle_events flag except that if user want to set
+ When state of vaapisink is changed from PLAYING to NULL, the 
handle_events
+ flag is set to FALSE, and never recovered, and then event thread is 
never
+ going to run.
+ So we should allow to set the flag only when users try it.
+ https://bugzilla.gnome.org/show_bug.cgi?id=782543
+
+2017-05-12 13:06:24 +0900  Hyunjun Ko 
+
+   * gst-libs/gst/vaapi/gstvaapiwindow_x11.c:
+ libs: window: x11: fix src rect info when using vpp
+ Since we started using VPP in VaapiWindowX11, we need to care about
+ the case that src rect and window's size are different.
+ So, once VPP has converted to other format, we should honor the
+ size of the VPP's surface as source rect. Otherwise, it is cropped
+ according the previous size of the source rect.
+ https://bugzilla.gnome.org/show_bug.cgi?id=782542
+
+2017-04-28 15:20:01 +0200  Víctor Manuel Jáquez Leal 
+
+   * gst/vaapi/gstvaapipluginutil.c:
+ plugins: remove par from caps negotiation
+ https://bugzilla.gnome.org/show_bug.cgi?id=781759
+
 === release 1.12.0 ===
 
-2017-05-04  Sebastian Dröge 
+2017-05-04 15:46:03 +0300  Sebastian Dröge 
 
+   * ChangeLog:
+   * NEWS:
* configure.ac:
- releasing 1.12.0
+   * gstreamer-vaapi.doap:
+   * meson.build:
+ Release 1.12.0
 
 2017-05-04 11:49:33 +0200  Víctor Manuel Jáquez Leal 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gstreamer-vaapi-1.12.0/Makefile.in 
new/gstreamer-vaapi-1.12.1/Makefile.in
--- old/gstreamer-vaapi-1.12.0/Makefile.in  2017-05-04 11:59:24.0 
+0200
+++ 

commit python-requests-mock for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package python-requests-mock for 
openSUSE:Factory checked in at 2017-06-22 10:40:42

Comparing /work/SRC/openSUSE:Factory/python-requests-mock (Old)
 and  /work/SRC/openSUSE:Factory/.python-requests-mock.new (New)


Package is "python-requests-mock"

Thu Jun 22 10:40:42 2017 rev:7 rq:505524 version:1.3.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-requests-mock/python-requests-mock.changes
2017-06-08 15:02:33.126842384 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-requests-mock.new/python-requests-mock.changes
   2017-06-22 10:40:44.950609638 +0200
@@ -1,0 +2,15 @@
+Wed Jun 14 16:37:14 UTC 2017 - dmuel...@suse.com
+
+- fix build for SLE12
+
+---
+Sat Jun 10 07:47:41 UTC 2017 - dmuel...@suse.com
+
+- update to 1.3.0:
+  * Add a releasenote for additional_matcher
+  * Add documentation for the exception response
+  * Fix occurences of `adatper`
+  * Type check the empty string when creating repsonse
+  * Allow arbirtrary matcher to be add to match
+
+---

Old:

  requests-mock-1.2.0.tar.gz

New:

  requests-mock-1.3.0.tar.gz



Other differences:
--
++ python-requests-mock.spec ++
--- /var/tmp/diff_new_pack.YRxBVF/_old  2017-06-22 10:40:46.626373370 +0200
+++ /var/tmp/diff_new_pack.YRxBVF/_new  2017-06-22 10:40:46.626373370 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without test
 Name:   python-requests-mock
-Version:1.2.0
+Version:1.3.0
 Release:0
 Summary:Mock out responses from the requests package
 License:Apache-2.0
@@ -37,10 +37,10 @@
 BuildRequires:  %{python_module testrepository >= 0.0.18}
 BuildRequires:  %{python_module testtools}
 BuildRequires:  fdupes
-BuildRequires:  python3-dbm
 Requires:   python-requests >= 1.1
 Requires:   python-six
 %ifpython3
+BuildRequires:  python3-dbm
 Requires:   python3-dbm
 %endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ requests-mock-1.2.0.tar.gz -> requests-mock-1.3.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/requests-mock-1.2.0/ChangeLog 
new/requests-mock-1.3.0/ChangeLog
--- old/requests-mock-1.2.0/ChangeLog   2016-12-05 02:24:47.0 +0100
+++ new/requests-mock-1.3.0/ChangeLog   2017-02-01 06:38:55.0 +0100
@@ -1,6 +1,15 @@
 CHANGES
 ===
 
+1.3.0
+-
+
+* Add a releasenote for additional_matcher
+* Add documentation for the exception response
+* Fix occurences of `adatper`
+* Type check the empty string when creating repsonse
+* Allow arbirtrary matcher to be add to match
+
 1.2.0
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/requests-mock-1.2.0/PKG-INFO 
new/requests-mock-1.3.0/PKG-INFO
--- old/requests-mock-1.2.0/PKG-INFO2016-12-05 02:24:48.0 +0100
+++ new/requests-mock-1.3.0/PKG-INFO2017-02-01 06:38:55.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: requests-mock
-Version: 1.2.0
+Version: 1.3.0
 Summary: Mock out responses from the requests package
 Home-page: https://requests-mock.readthedocs.org/
 Author: Jamie Lennox
@@ -23,7 +23,7 @@
 ==
 
 Everything in `requests`_ eventually goes through an adapter to do the 
transport work.
-`requests-mock` creates a custom `adatper` that allows you to 
predefine responses when certain URIs are called.
+`requests-mock` creates a custom `adapter` that allows you to 
predefine responses when certain URIs are called.
 
 There are then a number of methods provided to get the adapter used.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/requests-mock-1.2.0/README.rst 
new/requests-mock-1.3.0/README.rst
--- old/requests-mock-1.2.0/README.rst  2016-12-05 02:23:37.0 +0100
+++ new/requests-mock-1.3.0/README.rst  2017-02-01 06:37:40.0 +0100
@@ -15,7 +15,7 @@
 ==
 
 Everything in `requests`_ eventually goes through an adapter to do the 
transport work.
-`requests-mock` creates a custom `adatper` that allows you to predefine 
responses when certain URIs are called.
+`requests-mock` creates a custom `adapter` that allows you to predefine 
responses when certain URIs are called.
 
 There are then a number of methods provided to get the adapter used.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/requests-mock-1.2.0/doc/source/matching.rst 

commit rubygem-autoprefixer-rails for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package rubygem-autoprefixer-rails for 
openSUSE:Factory checked in at 2017-06-22 10:40:13

Comparing /work/SRC/openSUSE:Factory/rubygem-autoprefixer-rails (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-autoprefixer-rails.new (New)


Package is "rubygem-autoprefixer-rails"

Thu Jun 22 10:40:13 2017 rev:6 rq:505270 version:7.1.1.2

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-autoprefixer-rails/rubygem-autoprefixer-rails.changes
2017-06-08 14:59:42.962857764 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-autoprefixer-rails.new/rubygem-autoprefixer-rails.changes
   2017-06-22 10:40:14.414914878 +0200
@@ -1,0 +2,16 @@
+Tue Jun 13 20:44:25 UTC 2017 - co...@suse.com
+
+- updated to version 7.1.1.2
+ see installed CHANGELOG.md
+
+  
+  ## 7.1.1.2
+  * Update Can I Use data.
+  * Update Browserslist.
+  
+  ## 7.1.1.1
+  * Update Can I Use data.
+  * Update Browserslist.
+  * Update PostCSS.
+
+---

Old:

  autoprefixer-rails-7.1.1.gem

New:

  autoprefixer-rails-7.1.1.2.gem



Other differences:
--
++ rubygem-autoprefixer-rails.spec ++
--- /var/tmp/diff_new_pack.oVq4XV/_old  2017-06-22 10:40:16.410633502 +0200
+++ /var/tmp/diff_new_pack.oVq4XV/_new  2017-06-22 10:40:16.410633502 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-autoprefixer-rails
-Version:7.1.1
+Version:7.1.1.2
 Release:0
 %define mod_name autoprefixer-rails
 %define mod_full_name %{mod_name}-%{version}

++ autoprefixer-rails-7.1.1.gem -> autoprefixer-rails-7.1.1.2.gem ++
 2542 lines of diff (skipped)




commit openlmi-providers for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package openlmi-providers for 
openSUSE:Factory checked in at 2017-06-22 10:40:32

Comparing /work/SRC/openSUSE:Factory/openlmi-providers (Old)
 and  /work/SRC/openSUSE:Factory/.openlmi-providers.new (New)


Package is "openlmi-providers"

Thu Jun 22 10:40:32 2017 rev:8 rq:505493 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/openlmi-providers/openlmi-providers.changes  
2015-04-02 16:03:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.openlmi-providers.new/openlmi-providers.changes 
2017-06-22 10:40:35.427952248 +0200
@@ -1,0 +2,9 @@
+Wed Jun 21 11:31:31 UTC 2017 - dims...@opensuse.org
+
+- Add openlmi-systemd-231.patch, conditionally applied for
+  systemd >= 231: libsystemd-journald has been merged into the main
+  library.
+- Do not add patches conditionally to the .src.rpm file, but only
+  apply them conditionally (making src.rpm reusable).
+
+---

New:

  openlmi-systemd-231.patch



Other differences:
--
++ openlmi-providers.spec ++
--- /var/tmp/diff_new_pack.etsQ3I/_old  2017-06-22 10:40:36.123854133 +0200
+++ /var/tmp/diff_new_pack.etsQ3I/_new  2017-06-22 10:40:36.127853569 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package openlmi-providers
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Redhat, Inc
 #
 # All modifications and additions to the file contributed by third parties
@@ -117,7 +117,6 @@
 Source1:http://docs.openlmi.org/en/latest/objects.inv
 %endif
 
-%if 0%{?suse_version}
 # PATCH-FIX-OPENSUSE, no libexec in SUSE, kkae...@suse.de
 Patch1: 0001-cimprovagt-is-under-usr-lib-pegasus-on-SUSE.patch
 # PATCH-FIX-OPENSUSE, run dmidecode with full path, kkae...@suse.de
@@ -128,7 +127,7 @@
 Patch4: 0004-Install-service-scripts-to-usr-share-openlmi-provide.patch
 # PATCH-FIX-OPENSUSE, default SystemCreationClassName to Linux_ComputerSystem 
for sfcb, kkae...@suse.de
 Patch5: 0005-Default-SystemCreationClassName-to-Linux_ComputerSys.patch
-%endif
+Patch6: openlmi-systemd-231.patch
 
 # Upstream name has been changed from cura-providers to openlmi-providers
 Provides:   cura-providers = %{version}-%{release}
@@ -631,6 +630,9 @@
 %patch4 -p1
 %patch5 -p1
 %endif
+if pkg-config --atleast-version=231 libsystemd; then
+%patch6 -p1
+fi
 
 %build
 %if 0%{offline_build}


++ openlmi-systemd-231.patch ++
Index: openlmi-providers-0.6.0/src/journald/CMakeLists.txt
===
--- openlmi-providers-0.6.0.orig/src/journald/CMakeLists.txt
+++ openlmi-providers-0.6.0/src/journald/CMakeLists.txt
@@ -1,5 +1,5 @@
 pkg_check_modules(GLIB2  glib-2.0 REQUIRED)
-pkg_check_modules(SYSTEMD-JOURNAL  libsystemd-journal REQUIRED)
+pkg_check_modules(SYSTEMD-JOURNAL  libsystemd REQUIRED)
 
 set(PROVIDER_NAME Journald)
 set(LIBRARY_NAME cmpiLMI_${PROVIDER_NAME})



commit yamagi-quake2 for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package yamagi-quake2 for openSUSE:Factory 
checked in at 2017-06-22 10:40:00

Comparing /work/SRC/openSUSE:Factory/yamagi-quake2 (Old)
 and  /work/SRC/openSUSE:Factory/.yamagi-quake2.new (New)


Package is "yamagi-quake2"

Thu Jun 22 10:40:00 2017 rev:5 rq:505234 version:7.00

Changes:

--- /work/SRC/openSUSE:Factory/yamagi-quake2/yamagi-quake2.changes  
2017-06-12 15:34:44.264846362 +0200
+++ /work/SRC/openSUSE:Factory/.yamagi-quake2.new/yamagi-quake2.changes 
2017-06-22 10:40:03.112508390 +0200
@@ -0,0 +1,4 @@
+---
+Tue Jun 20 16:50:13 UTC 2017 - bwiedem...@suse.com
+
+- fix reproducible builds again



Other differences:
--
++ yamagi-quake2.spec ++
--- /var/tmp/diff_new_pack.nhi9GC/_old  2017-06-22 10:40:04.432322312 +0200
+++ /var/tmp/diff_new_pack.nhi9GC/_new  2017-06-22 10:40:04.436321747 +0200
@@ -51,7 +51,7 @@
 %setup -q -n quake2-%{version}
 %patch0 -p1
 # Fix usage of __DATE__ macro to prevent build in excess
-modified="$(sed -n '/^/n;s/ - .*$//;p;q' "%{SOURCE99}")"
+modified="$(sed -n '/^ *$/n;/^/n;s/ - .*$//;p;q' "%{SOURCE99}")"
 DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""
 sed -i "s/__DATE__/${DATE}/g" src/common/misc.c src/game/savegame/savegame.c
 




commit fakeroot for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package fakeroot for openSUSE:Factory 
checked in at 2017-06-22 10:40:10

Comparing /work/SRC/openSUSE:Factory/fakeroot (Old)
 and  /work/SRC/openSUSE:Factory/.fakeroot.new (New)


Package is "fakeroot"

Thu Jun 22 10:40:10 2017 rev:2 rq:505269 version:1.21

Changes:

--- /work/SRC/openSUSE:Factory/fakeroot/fakeroot.changes2017-01-25 
23:24:39.994734220 +0100
+++ /work/SRC/openSUSE:Factory/.fakeroot.new/fakeroot.changes   2017-06-22 
10:40:11.367344551 +0200
@@ -1,0 +2,6 @@
+Wed Jun 21 10:40:40 UTC 2017 - dims...@opensuse.org
+
+- Add user(daemon) and group(sys) BuildRequires: needed in order to
+  pass the test suite.
+
+---



Other differences:
--
++ fakeroot.spec ++
--- /var/tmp/diff_new_pack.WM3PQ2/_old  2017-06-22 10:40:12.435193996 +0200
+++ /var/tmp/diff_new_pack.WM3PQ2/_new  2017-06-22 10:40:12.439193433 +0200
@@ -39,6 +39,9 @@
 BuildRequires:  libtool
 BuildRequires:  po4a
 BuildRequires:  sharutils
+# user(daemon)/group(sys) is required for t.tar testsuite
+BuildRequires:  group(sys)
+BuildRequires:  user(daemon)
 Requires(post): update-alternatives
 Requires(preun): update-alternatives
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build




commit criu for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package criu for openSUSE:Factory checked in 
at 2017-06-22 10:40:37

Comparing /work/SRC/openSUSE:Factory/criu (Old)
 and  /work/SRC/openSUSE:Factory/.criu.new (New)


Package is "criu"

Thu Jun 22 10:40:37 2017 rev:33 rq:505508 version:3.2

Changes:

--- /work/SRC/openSUSE:Factory/criu/criu.changes2017-05-06 
18:28:00.229176699 +0200
+++ /work/SRC/openSUSE:Factory/.criu.new/criu.changes   2017-06-22 
10:40:40.587224838 +0200
@@ -1,0 +2,59 @@
+Tue Jun 20 12:26:00 CEST 2017 - ti...@suse.de
+
+- update to criu 3.1:
+  New features:
+  * Each boolean option now has the --no-$option pair
+  * RSS explorer in CRIT
+  * Multiple plugins in compel
+  * Run-time check of 32-mmap BUG on x86
+  * C/R of 32-bit futex robust list on x86
+  Optimizations/improvements:
+  * Start time is improved significantly with kerndat cache
+  * Sigaction image is merged into Core
+  * Unneeded stages are skipped during restore
+  * Restore w/o namespaces uses host /proc
+  * Restore w/o namespaces doesn't parse host mounts (not needed)
+  * Single-threaded tasks do not parse /proc/pid/task/ in vain
+  * BFD engine is used for more /proc files
+  * More verbosity in libsoccr
+  * Fsnotify dump w/o namespaces doesn't walk mounts tree
+  Bugfixes:
+  * Python bindings left zombie in self-dump mode
+  * The last_pid sys-control was reset by restore
+  * Threads caps were compared with mistake
+  * make install put crit/pycriu to wrong place if DESTDIR was not set
+  * Fsnotifies C/R w/o namespaces restored with errors
+  * Inherited control terminal restore was failed (but dump succeeded)
+
+- update to criu 3.2:
+  Optimizations/improvements:
+  * Invisible files restore is de-serialized
+  * VMAs restore performance is improved significantly
+   - Mappings of the same file re-use the descriptor, not re-open it
+ every time
+   - Not-COW-ed mappings are restored in-place and are not mremmap()ed
+   - Empty RO mappings are mmap()ed as such and thus not re-mprotect()ed
+ at the end
+  * More verbosity in case TCP locking fails (#292)
+  * More verbosity in case VDSO magic mismatch
+  * Restore or legacy epoll target descriptors and fsnotify marks is
+unified with common case
+  Bugfixes:
+  * Restoring fanotify marks from old images (<1.3) dropped the mark
+  * Binfmt_misc mount could be mounted into wrong place
+  * Compilation failed with gcc 6.3.0 (#315)
+  * Waiting helpers could race with sigchild handler and would result
+in restore failure
+  * Missing VVAR page in 32bit tasks wasn't skipped and resulted in
+restore failure
+  * After restore consumption of files is increased (was fixed as
+side effect of mmap optimization)
+  Deprecation/Removal:
+  * Deprecated separate images for fsnotify marks
+
+- Fix the installation of python stuff:
+  criu-py-install-fix.diff
+- Fix the build for ppc64:
+  criu-correct-ppc64-AT_VECTOR_SIZE_ARCH.patch
+
+---

Old:

  criu-3.0.tar.bz2

New:

  criu-3.2.tar.bz2
  criu-correct-ppc64-AT_VECTOR_SIZE_ARCH.patch
  criu-py-install-fix.diff



Other differences:
--
++ criu.spec ++
--- /var/tmp/diff_new_pack.Xsw14W/_old  2017-06-22 10:40:41.171142511 +0200
+++ /var/tmp/diff_new_pack.Xsw14W/_new  2017-06-22 10:40:41.171142511 +0200
@@ -17,13 +17,15 @@
 
 
 Name:   criu
-Version:3.0
+Version:3.2
 Release:0
 Summary:Checkpoint/Restore In Userspace Tools
 License:GPL-2.0
 Group:  System/Console
 Url:http://criu.org/
 Source0:http://download.openvz.org/criu/criu-%{version}.tar.bz2
+Patch1: criu-py-install-fix.diff
+Patch2: criu-correct-ppc64-AT_VECTOR_SIZE_ARCH.patch
 BuildRequires:  asciidoc
 %if 0%{suse_version} > 1320
 BuildRequires:  libbsd-devel
@@ -78,6 +80,8 @@
 
 %prep
 %setup -q
+%patch1 -p1
+%patch2 -p1
 # default off
 echo "BINFMT_MISC_VIRTUALIZED" > .config
 

++ criu-3.0.tar.bz2 -> criu-3.2.tar.bz2 ++
 6427 lines of diff (skipped)

++ criu-correct-ppc64-AT_VECTOR_SIZE_ARCH.patch ++
---
 criu/arch/ppc64/include/asm/types.h |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/criu/arch/ppc64/include/asm/types.h
+++ b/criu/arch/ppc64/include/asm/types.h
@@ -29,7 +29,7 @@ static inline uint64_t encode_pointer(vo
  * include/linux/mm_types.h
  */
 #define AT_VECTOR_SIZE_BASE20
-#define AT_VECTOR_SIZE_ARCH6
+#define AT_VECTOR_SIZE_ARCH14
 #define AT_VECTOR_SIZE (2*(AT_VECTOR_SIZE_ARCH + AT_VECTOR_SIZE_BASE + 
1))
 
 typedef uint64_t auxv_t;
++ criu-py-install-fix.diff ++
---
 lib/Makefile |2 +-
 1 file changed, 1 insertion(+), 1 

commit python-hl7apy for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package python-hl7apy for openSUSE:Factory 
checked in at 2017-06-22 10:40:17

Comparing /work/SRC/openSUSE:Factory/python-hl7apy (Old)
 and  /work/SRC/openSUSE:Factory/.python-hl7apy.new (New)


Package is "python-hl7apy"

Thu Jun 22 10:40:17 2017 rev:3 rq:505303 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-hl7apy/python-hl7apy.changes  
2016-09-24 15:29:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-hl7apy.new/python-hl7apy.changes 
2017-06-22 10:40:19.158246118 +0200
@@ -1,0 +2,5 @@
+Mon Jun 12 11:08:41 UTC 2017 - axel.br...@gmx.de
+
+- version 1.2.0
+
+---

Old:

  hl7apy-1.1.2.tar.gz

New:

  _service
  hl7apy-1.2.0.tar.gz



Other differences:
--
++ python-hl7apy.spec ++
--- /var/tmp/diff_new_pack.ZB8zUv/_old  2017-06-22 10:40:19.826151950 +0200
+++ /var/tmp/diff_new_pack.ZB8zUv/_new  2017-06-22 10:40:19.830151386 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-hl7apy
 #
-# 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
@@ -17,13 +17,13 @@
 
 
 Name:   python-hl7apy
-Version:1.1.2
+Version:1.2.0
 Release:0
 Summary:A Python library to parse, create and handle HL7 v2x messages
 License:MIT
 Group:  Development/Languages/Python
 Url:http://hl7apy.org
-Source: 
https://pypi.python.org/packages/source/h/hl7apy/hl7apy-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/h/hl7apy/hl7apy-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ _service ++

  


++ hl7apy-1.1.2.tar.gz -> hl7apy-1.2.0.tar.gz ++
 151143 lines of diff (skipped)




commit python-plyvel for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package python-plyvel for openSUSE:Factory 
checked in at 2017-06-22 10:40:03

Comparing /work/SRC/openSUSE:Factory/python-plyvel (Old)
 and  /work/SRC/openSUSE:Factory/.python-plyvel.new (New)


Package is "python-plyvel"

Thu Jun 22 10:40:03 2017 rev:4 rq:505249 version:0.9

Changes:

--- /work/SRC/openSUSE:Factory/python-plyvel/python-plyvel.changes  
2017-06-12 15:34:52.083743569 +0200
+++ /work/SRC/openSUSE:Factory/.python-plyvel.new/python-plyvel.changes 
2017-06-22 10:40:06.152079846 +0200
@@ -1,0 +2,6 @@
+Wed Jun 21 09:31:49 UTC 2017 - jeng...@inai.de
+
+- Trim filler wording from description and replace by a
+  substantiated feature list.
+
+---



Other differences:
--
++ python-plyvel.spec ++
--- /var/tmp/diff_new_pack.kmznPW/_old  2017-06-22 10:40:07.519887000 +0200
+++ /var/tmp/diff_new_pack.kmznPW/_new  2017-06-22 10:40:07.519887000 +0200
@@ -19,7 +19,7 @@
 Name:   python-plyvel
 Version:0.9
 Release:0
-Summary:Fast and feature-rich Python interface to LevelDB
+Summary:Python interface to LevelDB
 License:BSD-3-Clause
 Group:  Productivity/Networking/Other
 Url:https://github.com/wbolster/plyvel
@@ -38,10 +38,12 @@
 %python_subpackages
 
 %description
-Plyvel is a fast and feature-rich Python interface to LevelDB.
+Plyvel is a Python interface to LevelDB.
 
-Plyvel has a rich feature set, high performance, and a friendly Pythonic
-API.
+In addition to basic features like getting, putting and deleting
+data, Plyvel allows you to use write batches, database snapshots,
+very flexible iterators, prefixed databases, bloom filters, custom
+cache sizes, custom comparators.
 
 %prep
 %setup -q -n plyvel-%{version}




commit xmobar for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package xmobar for openSUSE:Factory checked 
in at 2017-06-22 10:39:57

Comparing /work/SRC/openSUSE:Factory/xmobar (Old)
 and  /work/SRC/openSUSE:Factory/.xmobar.new (New)


Package is "xmobar"

Thu Jun 22 10:39:57 2017 rev:6 rq:504127 version:0.24.5

Changes:

--- /work/SRC/openSUSE:Factory/xmobar/xmobar.changes2017-06-04 
01:56:31.124260143 +0200
+++ /work/SRC/openSUSE:Factory/.xmobar.new/xmobar.changes   2017-06-22 
10:39:59.177063241 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:01:11 UTC 2017 - psim...@suse.com
+
+- Update to version 0.24.5.
+
+---

Old:

  xmobar-0.24.4.tar.gz

New:

  xmobar-0.24.5.tar.gz



Other differences:
--
++ xmobar.spec ++
--- /var/tmp/diff_new_pack.HX5FY1/_old  2017-06-22 10:39:59.792976405 +0200
+++ /var/tmp/diff_new_pack.HX5FY1/_new  2017-06-22 10:39:59.796975841 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xmobar
-Version:0.24.4
+Version:0.24.5
 Release:0
 Summary:A Minimalistic Text Based Status Bar
 License:BSD-3-Clause

++ xmobar-0.24.4.tar.gz -> xmobar-0.24.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xmobar-0.24.4/news.md new/xmobar-0.24.5/news.md
--- old/xmobar-0.24.4/news.md   2017-05-03 00:05:01.0 +0200
+++ new/xmobar-0.24.5/news.md   2017-05-27 19:02:46.0 +0200
@@ -1,12 +1,20 @@
 % xmobar - Release notes
 
+## Version 0.24.5 (May, 2017)
+
+_Bug fixes_
+
+  - Fix for vertical bars ([issue #303])
+
+[issue #303]: https://github.com/jaor/xmobar/issues/303
+
 ## Version 0.24.4 (April, 2017)
 
 _Infrastructure_
 
   - Whe have now an active [Travis CI setup].
 
-[Travi CI setup]: https://travis-ci.org/jaor/xmobar
+[Travis CI setup]: https://travis-ci.org/jaor/xmobar
 
 _Bug fixes_
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xmobar-0.24.4/readme.md new/xmobar-0.24.5/readme.md
--- old/xmobar-0.24.4/readme.md 2017-05-03 00:05:01.0 +0200
+++ new/xmobar-0.24.5/readme.md 2017-05-27 19:02:46.0 +0200
@@ -1,5 +1,3 @@
-% xmobar - a minimalistic status bar
-
 [![Build 
Status](https://travis-ci.org/jaor/xmobar.svg?branch=master)](https://travis-ci.org/jaor/xmobar)
 
 # About
@@ -12,7 +10,7 @@
 features, like dynamic color management, icons, output templates, and
 extensibility through plugins.
 
-This page documents xmobar 0.24.4 (see [release notes]).
+This page documents xmobar 0.24.5 (see [release notes]).
 
 [This screenshot] shows xmobar running under [sawfish], with
 antialiased fonts. And [this one] is my desktop with [xmonad] and two
@@ -753,7 +751,7 @@
 `visibility`, `skyCondition`, `tempC`, `tempF`,
`dewPointC`, `dewPointF`, `rh`, `pressure`
 - Default template: `: C, rh % ()`
-- Retrieves weather information from http://weather.noaa.gov.
+- Retrieves weather information from http://tgftp.nws.noaa.gov.
 
 ### `Network Interface Args RefreshRate`
 
@@ -1604,7 +1602,7 @@
 This software is released under a BSD-style license. See [LICENSE] for
 more details.
 
-Copyright  2010-2016 Jose Antonio Ortega Ruiz
+Copyright  2010-2017 Jose Antonio Ortega Ruiz
 
 Copyright  2007-2010 Andrea Rossato
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xmobar-0.24.4/src/Main.hs 
new/xmobar-0.24.5/src/Main.hs
--- old/xmobar-0.24.4/src/Main.hs   2017-05-03 00:05:01.0 +0200
+++ new/xmobar-0.24.5/src/Main.hs   2017-05-27 19:02:46.0 +0200
@@ -186,7 +186,7 @@
 info :: String
 info = "xmobar " ++ showVersion version
 ++ "\n (C) 2007 - 2010 Andrea Rossato "
-++ "\n (C) 2010 - 2014 Jose A Ortega Ruiz\n "
+++ "\n (C) 2010 - 2017 Jose A Ortega Ruiz\n "
 ++ mail ++ "\n" ++ license
 
 mail :: String
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xmobar-0.24.4/src/Plugins/Monitors/Common.hs 
new/xmobar-0.24.5/src/Plugins/Monitors/Common.hs
--- old/xmobar-0.24.4/src/Plugins/Monitors/Common.hs2017-05-03 
00:05:01.0 +0200
+++ new/xmobar-0.24.5/src/Plugins/Monitors/Common.hs2017-05-27 
19:02:46.0 +0200
@@ -510,7 +510,7 @@
 showLogBar f v = logScaling f v >>= showPercentBar v
 
 showLogVBar :: Float -> Float -> Monitor String
-showLogVBar f v = logScaling f v >>= showPercentBar v
+showLogVBar f v = logScaling f v >>= showVerticalBar v
 
 showLogIconPattern :: Maybe IconPattern -> Float -> Float -> Monitor String
 showLogIconPattern str f v = logScaling f v >>= showIconPattern str
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit gstreamer-rtsp-server for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package gstreamer-rtsp-server for 
openSUSE:Factory checked in at 2017-06-22 10:40:22

Comparing /work/SRC/openSUSE:Factory/gstreamer-rtsp-server (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-rtsp-server.new (New)


Package is "gstreamer-rtsp-server"

Thu Jun 22 10:40:22 2017 rev:7 rq:505408 version:1.12.1

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-rtsp-server/gstreamer-rtsp-server.changes  
2017-06-19 13:23:36.402607072 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-rtsp-server.new/gstreamer-rtsp-server.changes
 2017-06-22 10:40:23.389649533 +0200
@@ -1,0 +2,6 @@
+Wed Jun 21 08:57:36 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.12.1:
+  + No changes, stable version bump only.
+
+---

Old:

  gst-rtsp-server-1.12.0.tar.xz

New:

  gst-rtsp-server-1.12.1.tar.xz



Other differences:
--
++ gstreamer-rtsp-server.spec ++
--- /var/tmp/diff_new_pack.haf03l/_old  2017-06-22 10:40:24.153541832 +0200
+++ /var/tmp/diff_new_pack.haf03l/_new  2017-06-22 10:40:24.157541268 +0200
@@ -18,7 +18,7 @@
 
 Name:   gstreamer-rtsp-server
 %define _name gst-rtsp-server
-Version:1.12.0
+Version:1.12.1
 Release:0
 Summary:GStreamer-based RTSP server library
 License:LGPL-2.0+

++ gst-rtsp-server-1.12.0.tar.xz -> gst-rtsp-server-1.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-rtsp-server-1.12.0/ChangeLog 
new/gst-rtsp-server-1.12.1/ChangeLog
--- old/gst-rtsp-server-1.12.0/ChangeLog2017-05-04 14:16:34.0 
+0200
+++ new/gst-rtsp-server-1.12.1/ChangeLog2017-06-20 10:35:36.0 
+0200
@@ -1,9 +1,21 @@
+=== release 1.12.1 ===
+
+2017-06-20  Sebastian Dröge 
+
+   * configure.ac:
+ releasing 1.12.1
+
 === release 1.12.0 ===
 
-2017-05-04  Sebastian Dröge 
+2017-05-04 15:40:46 +0300  Sebastian Dröge 
 
+   * ChangeLog:
+   * NEWS:
+   * RELEASE:
* configure.ac:
- releasing 1.12.0
+   * gst-rtsp-server.doap:
+   * meson.build:
+ Release 1.12.0
 
 === release 1.11.91 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-rtsp-server-1.12.0/NEWS 
new/gst-rtsp-server-1.12.1/NEWS
--- old/gst-rtsp-server-1.12.0/NEWS 2017-05-04 14:17:11.0 +0200
+++ new/gst-rtsp-server-1.12.1/NEWS 2017-06-20 10:36:03.0 +0200
@@ -1,6 +1,8 @@
 # GStreamer 1.12 Release Notes
 
 GStreamer 1.12.0 was originally released on 4th May 2017.
+The latest bug-fix release in the 1.12 series is [1.12.1](#1.12.1) and was
+released on 20 June 2017.
 
 The GStreamer team is proud to announce a new major feature release in the
 stable 1.x API series of your favourite cross-platform multimedia framework!
@@ -11,7 +13,7 @@
 See [https://gstreamer.freedesktop.org/releases/1.12/][latest] for the latest
 version of this document.
 
-*Last updated: Thursday 4 May 2017, 11:00 UTC [(log)][gitlog]*
+*Last updated: Tuesday 20 June 2017, 07:30 UTC [(log)][gitlog]*
 
 [latest]: https://gstreamer.freedesktop.org/releases/1.12/
 [gitlog]: 
https://cgit.freedesktop.org/gstreamer/www/log/src/htdocs/releases/1.12/release-notes-1.12.md
@@ -228,7 +230,8 @@
 
 - `waylandsink` can now take DMAbuf buffers as input in the presence
   of a compatible Wayland compositor. This enables zero-copy transfer
-  from a decoder or source that outputs DMAbuf.
+  from a decoder or source that outputs DMAbuf. It will also set surface
+  opacity hint to allow better rendering optimization in the compositor.
 
 - `udpsrc` can be bound to more than one interface when joining a
   multicast group, this is done by giving a comma separate list of
@@ -453,6 +456,11 @@
 
 - `interleave` now supports > 64 channels.
 
+- OpenCV elements, `grabcut` and `retinex` has been ported to use
+  `GstOpencvVideoFilter` base class, increasing code reuse and fixing buffer
+  map/unmap issues. Redundant copie of images has been removed in `edgedetect`,
+  `cvlaplace` and `cvsobel`. This comes with various cleanup and Meson support.
+
 ### OpenGL integration
 
 - As usual the GStreamer OpenGL integration library has seen numerous
@@ -586,6 +594,12 @@
 
 - New testsuite for running various test scenarios on the DASH-IF test vectors
 
+## GStreamer Python Bindings
+
+- Overrides has been added for IntRange, Int64Range, DoubleRange,
+  FractionRange, Array and List. This finally enables Python programmers
+  to fully read and write GstCaps objects.
+
 ## Build and Dependencies
 
 - Meson build files are 

commit ghc-zip for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-zip for openSUSE:Factory checked 
in at 2017-06-22 10:39:51

Comparing /work/SRC/openSUSE:Factory/ghc-zip (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-zip.new (New)


Package is "ghc-zip"

Thu Jun 22 10:39:51 2017 rev:4 rq:504124 version:0.1.11

Changes:

--- /work/SRC/openSUSE:Factory/ghc-zip/ghc-zip.changes  2017-05-16 
14:47:03.139136355 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-zip.new/ghc-zip.changes 2017-06-22 
10:39:51.798103585 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:05:41 UTC 2017 - psim...@suse.com
+
+- Update to version 0.1.11.
+
+---

Old:

  zip-0.1.10.tar.gz
  zip.cabal

New:

  zip-0.1.11.tar.gz



Other differences:
--
++ ghc-zip.spec ++
--- /var/tmp/diff_new_pack.i6iZli/_old  2017-06-22 10:39:52.334028027 +0200
+++ /var/tmp/diff_new_pack.i6iZli/_new  2017-06-22 10:39:52.338027462 +0200
@@ -19,14 +19,13 @@
 %global pkg_name zip
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.1.10
+Version:0.1.11
 Release:0
 Summary:Operations on zip archives
 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-bzlib-conduit-devel
@@ -69,7 +68,6 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ zip-0.1.10.tar.gz -> zip-0.1.11.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zip-0.1.10/CHANGELOG.md new/zip-0.1.11/CHANGELOG.md
--- old/zip-0.1.10/CHANGELOG.md 2017-04-01 17:44:40.0 +0200
+++ new/zip-0.1.11/CHANGELOG.md 2017-05-24 14:41:13.0 +0200
@@ -1,3 +1,9 @@
+## Zip 0.1.11
+
+* Minor refactoring.
+
+* Improved documentation and metadata.
+
 ## Zip 0.1.10
 
 * Made `getEntrySource` polymorphic in terms of the `Source` it returns.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zip-0.1.10/Codec/Archive/Zip/CP437.hs 
new/zip-0.1.11/Codec/Archive/Zip/CP437.hs
--- old/zip-0.1.10/Codec/Archive/Zip/CP437.hs   2017-04-01 17:20:59.0 
+0200
+++ new/zip-0.1.11/Codec/Archive/Zip/CP437.hs   2017-05-24 12:16:31.0 
+0200
@@ -3,7 +3,7 @@
 -- Copyright   :  © 2016–2017 Mark Karpov
 -- License :  BSD 3 clause
 --
--- Maintainer  :  Mark Karpov 
+-- Maintainer  :  Mark Karpov 
 -- Stability   :  experimental
 -- Portability :  portable
 --
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zip-0.1.10/Codec/Archive/Zip/Internal.hs 
new/zip-0.1.11/Codec/Archive/Zip/Internal.hs
--- old/zip-0.1.10/Codec/Archive/Zip/Internal.hs2017-04-01 
17:36:02.0 +0200
+++ new/zip-0.1.11/Codec/Archive/Zip/Internal.hs2017-05-24 
13:26:03.0 +0200
@@ -3,7 +3,7 @@
 -- Copyright   :  © 2016–2017 Mark Karpov
 -- License :  BSD 3 clause
 --
--- Maintainer  :  Mark Karpov 
+-- Maintainer  :  Mark Karpov 
 -- Stability   :  experimental
 -- Portability :  portable
 --
@@ -25,6 +25,7 @@
 import Control.Applicative (many, (<|>))
 import Control.Monad
 import Control.Monad.Catch
+import Control.Monad.Trans.Maybe
 import Control.Monad.Trans.Resource (ResourceT, runResourceT, MonadResource)
 import Data.Bits
 import Data.Bool (bool)
@@ -277,10 +278,11 @@
   -> Map EntrySelector EntryDescription -- ^ Actual list of entires
   -> Seq PendingAction -- ^ Actions that recreate the archive entries
 toRecreatingActions path entries = E.foldl' f S.empty (M.keysSet entries)
-  where f s e = s |> CopyEntry path e e
+  where
+f s e = s |> CopyEntry path e e
 
 -- | Transform a collection of 'PendingAction's into 'ProducingActions' and
--- 'EditingActions' — data that describes how to create resulting archive.
+-- 'EditingActions'—data that describes how to create resulting archive.
 
 optimize
   :: Seq PendingAction -- ^ Collection of pending actions
@@ -803,7 +805,10 @@
   done  = pos <= limit
   if sig == 0x06054b50
 then do
-  result <- checkComment pos >>+ checkCDSig >>+ checkZip64
+  result <- runMaybeT $
+MaybeT (checkComment pos) >>=
+MaybeT . checkCDSig   >>=
+MaybeT . 

commit python-gst for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package python-gst for openSUSE:Factory 
checked in at 2017-06-22 10:40:20

Comparing /work/SRC/openSUSE:Factory/python-gst (Old)
 and  /work/SRC/openSUSE:Factory/.python-gst.new (New)


Package is "python-gst"

Thu Jun 22 10:40:20 2017 rev:14 rq:505407 version:1.12.1

Changes:

--- /work/SRC/openSUSE:Factory/python-gst/python-gst.changes2017-06-19 
13:23:33.379033355 +0200
+++ /work/SRC/openSUSE:Factory/.python-gst.new/python-gst.changes   
2017-06-22 10:40:20.842008725 +0200
@@ -1,0 +2,6 @@
+Wed Jun 21 08:59:20 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.12.1:
+  + No changes, stable version bump only.
+
+---
python3-gst.changes: same change

Old:

  gst-python-1.12.0.tar.xz

New:

  gst-python-1.12.1.tar.xz



Other differences:
--
++ python-gst.spec ++
--- /var/tmp/diff_new_pack.M5bqvw/_old  2017-06-22 10:40:21.585903843 +0200
+++ /var/tmp/diff_new_pack.M5bqvw/_new  2017-06-22 10:40:21.589903279 +0200
@@ -34,7 +34,7 @@
 
 Name:   python-gst
 %define _name gst-python
-Version:1.12.0
+Version:1.12.1
 Release:0
 Summary:Python Bindings for GStreamer
 License:LGPL-2.1+

python3-gst.spec: same change
++ gst-python-1.12.0.tar.xz -> gst-python-1.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-python-1.12.0/ChangeLog 
new/gst-python-1.12.1/ChangeLog
--- old/gst-python-1.12.0/ChangeLog 2017-05-04 14:15:21.0 +0200
+++ new/gst-python-1.12.1/ChangeLog 2017-06-20 10:33:51.0 +0200
@@ -1,9 +1,21 @@
+=== release 1.12.1 ===
+
+2017-06-20  Sebastian Dröge 
+
+   * configure.ac:
+ releasing 1.12.1
+
 === release 1.12.0 ===
 
-2017-05-04  Sebastian Dröge 
+2017-05-04 15:40:29 +0300  Sebastian Dröge 
 
+   * ChangeLog:
+   * NEWS:
+   * RELEASE:
* configure.ac:
- releasing 1.12.0
+   * gst-python.doap:
+   * meson.build:
+ Release 1.12.0
 
 === release 1.11.91 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-python-1.12.0/Makefile.in 
new/gst-python-1.12.1/Makefile.in
--- old/gst-python-1.12.0/Makefile.in   2017-05-04 11:35:04.0 +0200
+++ new/gst-python-1.12.1/Makefile.in   2017-06-20 09:25:55.0 +0200
@@ -179,7 +179,7 @@
$(top_srcdir)/common/cruft.mak \
$(top_srcdir)/common/release.mak AUTHORS COPYING ChangeLog \
INSTALL NEWS README TODO compile config.guess config.sub \
-   install-sh ltmain.sh missing py-compile
+   install-sh ltmain.sh missing
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-python-1.12.0/NEWS new/gst-python-1.12.1/NEWS
--- old/gst-python-1.12.0/NEWS  2017-05-04 14:15:58.0 +0200
+++ new/gst-python-1.12.1/NEWS  2017-06-20 10:34:19.0 +0200
@@ -1,6 +1,8 @@
 # GStreamer 1.12 Release Notes
 
 GStreamer 1.12.0 was originally released on 4th May 2017.
+The latest bug-fix release in the 1.12 series is [1.12.1](#1.12.1) and was
+released on 20 June 2017.
 
 The GStreamer team is proud to announce a new major feature release in the
 stable 1.x API series of your favourite cross-platform multimedia framework!
@@ -11,7 +13,7 @@
 See [https://gstreamer.freedesktop.org/releases/1.12/][latest] for the latest
 version of this document.
 
-*Last updated: Thursday 4 May 2017, 11:00 UTC [(log)][gitlog]*
+*Last updated: Tuesday 20 June 2017, 07:30 UTC [(log)][gitlog]*
 
 [latest]: https://gstreamer.freedesktop.org/releases/1.12/
 [gitlog]: 
https://cgit.freedesktop.org/gstreamer/www/log/src/htdocs/releases/1.12/release-notes-1.12.md
@@ -228,7 +230,8 @@
 
 - `waylandsink` can now take DMAbuf buffers as input in the presence
   of a compatible Wayland compositor. This enables zero-copy transfer
-  from a decoder or source that outputs DMAbuf.
+  from a decoder or source that outputs DMAbuf. It will also set surface
+  opacity hint to allow better rendering optimization in the compositor.
 
 - `udpsrc` can be bound to more than one interface when joining a
   multicast group, this is done by giving a comma separate list of
@@ -453,6 +456,11 @@
 
 - `interleave` now supports > 64 channels.
 
+- OpenCV elements, `grabcut` and `retinex` has been ported to use
+  `GstOpencvVideoFilter` base class, increasing code reuse and fixing buffer
+  map/unmap issues. Redundant copie of images has 

commit profiteur for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package profiteur for openSUSE:Factory 
checked in at 2017-06-22 10:39:53

Comparing /work/SRC/openSUSE:Factory/profiteur (Old)
 and  /work/SRC/openSUSE:Factory/.profiteur.new (New)


Package is "profiteur"

Thu Jun 22 10:39:53 2017 rev:2 rq:504125 version:0.4.3.0

Changes:

--- /work/SRC/openSUSE:Factory/profiteur/profiteur.changes  2017-05-09 
18:10:26.371086629 +0200
+++ /work/SRC/openSUSE:Factory/.profiteur.new/profiteur.changes 2017-06-22 
10:39:55.097638391 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:01:09 UTC 2017 - psim...@suse.com
+
+- Update to version 0.4.3.0.
+
+---

Old:

  profiteur-0.4.2.2.tar.gz

New:

  profiteur-0.4.3.0.tar.gz



Other differences:
--
++ profiteur.spec ++
--- /var/tmp/diff_new_pack.NaehAi/_old  2017-06-22 10:39:55.601567344 +0200
+++ /var/tmp/diff_new_pack.NaehAi/_new  2017-06-22 10:39:55.605566779 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   profiteur
-Version:0.4.2.2
+Version:0.4.3.0
 Release:0
 Summary:Treemap visualiser for GHC prof files
 License:BSD-3-Clause

++ profiteur-0.4.2.2.tar.gz -> profiteur-0.4.3.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/profiteur-0.4.2.2/CHANGELOG.md 
new/profiteur-0.4.3.0/CHANGELOG.md
--- old/profiteur-0.4.2.2/CHANGELOG.md  2017-03-23 13:47:10.0 +0100
+++ new/profiteur-0.4.3.0/CHANGELOG.md  2017-05-24 11:17:08.0 +0200
@@ -1,3 +1,7 @@
+- 0.4.3.0
+* Add `--version` flag
+* Bump `aeson` dependency to 1.2
+
 - 0.4.2.2
 * Bump `js-jquery` dependency to 3.2
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/profiteur-0.4.2.2/profiteur.cabal 
new/profiteur-0.4.3.0/profiteur.cabal
--- old/profiteur-0.4.2.2/profiteur.cabal   2017-03-23 13:47:10.0 
+0100
+++ new/profiteur-0.4.3.0/profiteur.cabal   2017-05-24 11:17:08.0 
+0200
@@ -1,5 +1,5 @@
 Name:profiteur
-Version: 0.4.2.2
+Version: 0.4.3.0
 Synopsis:Treemap visualiser for GHC prof files
 Description: Treemap visualiser for GHC prof files
 Homepage:http://github.com/jaspervdj/profiteur
@@ -45,7 +45,7 @@
 Profiteur.Parser
 
   Build-depends:
-aeson>= 0.6  && < 1.2,
+aeson>= 0.6  && < 1.3,
 base >= 4.8  && < 5,
 bytestring   >= 0.9  && < 0.11,
 containers   >= 0.5  && < 0.6,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/profiteur-0.4.2.2/src/Main.hs 
new/profiteur-0.4.3.0/src/Main.hs
--- old/profiteur-0.4.2.2/src/Main.hs   2017-03-23 13:47:10.0 +0100
+++ new/profiteur-0.4.3.0/src/Main.hs   2017-05-24 11:17:08.0 +0200
@@ -12,6 +12,7 @@
 import qualified Data.Text  as T
 import qualified Data.Text.Encoding as T
 import qualified Data.Text.Lazy.IO  as TL
+import   Data.Version   (showVersion)
 import qualified Language.Javascript.JQuery as JQuery
 import   System.Environment (getArgs, getProgName)
 import   System.Exit(exitFailure)
@@ -20,7 +21,7 @@
 
 
 

-import   Paths_profiteur(getDataFileName)
+import   Paths_profiteur(getDataFileName, version)
 import   Profiteur.Core
 import   Profiteur.Parser
 
@@ -87,6 +88,8 @@
 progName <- getProgName
 args <- getArgs
 case args of
+_ | "--version" `elem` args ->
+putStrLn (showVersion version)
 [profFile] -> do
 profOrErr <- decode <$> TL.readFile profFile
 case profOrErr of
@@ -95,6 +98,6 @@
 Left err   -> do
 putStrLn $ profFile ++ ": " ++ err
 exitFailure
-_  -> do
+_ -> do
 putStrLn $ "Usage: " ++ progName ++ " "
 exitFailure




commit ghc-utility-ht for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-utility-ht for openSUSE:Factory 
checked in at 2017-06-22 10:39:29

Comparing /work/SRC/openSUSE:Factory/ghc-utility-ht (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-utility-ht.new (New)


Package is "ghc-utility-ht"

Thu Jun 22 10:39:29 2017 rev:4 rq:504117 version:0.0.14

Changes:

--- /work/SRC/openSUSE:Factory/ghc-utility-ht/ghc-utility-ht.changes
2017-04-14 13:39:07.699458083 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-utility-ht.new/ghc-utility-ht.changes   
2017-06-22 10:39:33.540677641 +0200
@@ -1,0 +2,5 @@
+Thu Jun  8 11:08:13 UTC 2017 - psim...@suse.com
+
+- Update to version 0.0.14.
+
+---

Old:

  utility-ht-0.0.13.tar.gz

New:

  utility-ht-0.0.14.tar.gz



Other differences:
--
++ ghc-utility-ht.spec ++
--- /var/tmp/diff_new_pack.JRWkF2/_old  2017-06-22 10:39:34.692515248 +0200
+++ /var/tmp/diff_new_pack.JRWkF2/_new  2017-06-22 10:39:34.696514684 +0200
@@ -19,7 +19,7 @@
 %global pkg_name utility-ht
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.0.13
+Version:0.0.14
 Release:0
 Summary:Various small helper functions for Lists, Maybes, Tuples, 
Functions
 License:BSD-3-Clause

++ utility-ht-0.0.13.tar.gz -> utility-ht-0.0.14.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/utility-ht-0.0.13/src/Control/Applicative/HT.hs 
new/utility-ht-0.0.14/src/Control/Applicative/HT.hs
--- old/utility-ht-0.0.13/src/Control/Applicative/HT.hs 2017-03-25 
09:21:36.0 +0100
+++ new/utility-ht-0.0.14/src/Control/Applicative/HT.hs 2017-06-03 
10:13:46.0 +0200
@@ -12,18 +12,56 @@
 mapTriple fgh = Tuple.uncurry3 (liftA3 (,,)) . Tuple.mapTriple fgh
 
 
+{-# INLINE lift #-}
+lift :: Applicative m => (a -> r) -> m a -> m r
+lift = fmap
+
+{-# INLINE lift2 #-}
+lift2 ::
+   Applicative m => (a -> b -> r) -> m a -> m b -> m r
+lift2 = liftA2
+
+{-# INLINE lift3 #-}
+lift3 ::
+   Applicative m => (a -> b -> c -> r) -> m a -> m b -> m c -> m r
+lift3 = liftA3
+
+{-# INLINE lift4 #-}
+lift4 ::
+   Applicative m =>
+   (a -> b -> c -> d -> r) -> m a -> m b -> m c -> m d -> m r
+lift4 fn a b c d = fn <$> a <*> b <*> c <*> d
+
+{-# INLINE lift5 #-}
+lift5 ::
+   Applicative m =>
+   (a -> b -> c -> d -> e -> r) ->
+   m a -> m b -> m c -> m d -> m e -> m r
+lift5 fn a b c d e = fn <$> a <*> b <*> c <*> d <*> e
+
+{-# INLINE lift6 #-}
+lift6 ::
+   Applicative m =>
+   (a -> b -> c -> d -> e -> f -> r) ->
+   m a -> m b -> m c -> m d -> m e -> m f -> m r
+lift6 fn a b c d e f = fn <$> a <*> b <*> c <*> d <*> e <*> f
+
+
+{-# DEPRECATED liftA4 "use App.lift4" #-}
 {-# INLINE liftA4 #-}
 liftA4 :: Applicative f =>
(a -> b -> c -> d -> e) ->
f a -> f b -> f c -> f d -> f e
 liftA4 f a b c d = f <$> a <*> b <*> c <*> d
 
+{-# DEPRECATED liftA5 "use App.lift5" #-}
 {-# INLINE liftA5 #-}
 liftA5 :: Applicative f =>
(a -> b -> c -> d -> e -> g) ->
f a -> f b -> f c -> f d -> f e -> f g
 liftA5 f a b c d e = f <$> a <*> b <*> c <*> d <*> e
 
+{-# DEPRECATED liftA6 "use App.lift6" #-}
 {-# INLINE liftA6 #-}
 liftA6 :: Applicative f =>
(a -> b -> c -> d -> e -> g -> h) ->
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/utility-ht-0.0.13/src/Data/List/HT/Private.hs 
new/utility-ht-0.0.14/src/Data/List/HT/Private.hs
--- old/utility-ht-0.0.13/src/Data/List/HT/Private.hs   2017-03-25 
09:21:36.0 +0100
+++ new/utility-ht-0.0.14/src/Data/List/HT/Private.hs   2017-06-03 
10:13:46.0 +0200
@@ -566,6 +566,17 @@
 Example: Keep the heads of sublists until an empty list occurs.
 
 > takeWhileJust $ map (fmap fst . viewL) xs
+
+
+For consistency with 'takeWhile',
+'partitionMaybe' and 'dropWhileNothing' it should have been:
+
+> takeWhileJust_ :: (a -> Maybe b) -> a -> [b]
+
+However, both variants are interchangeable:
+
+> takeWhileJust_ f == takeWhileJust . map f
+> takeWhileJust == takeWhileJust_ id
 -}
 takeWhileJust :: [Maybe a] -> [a]
 takeWhileJust =
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/utility-ht-0.0.13/src/Data/List/HT.hs 
new/utility-ht-0.0.14/src/Data/List/HT.hs
--- old/utility-ht-0.0.13/src/Data/List/HT.hs   2017-03-25 09:21:36.0 
+0100
+++ new/utility-ht-0.0.14/src/Data/List/HT.hs   2017-06-03 10:13:46.0 
+0200
@@ -35,6 +35,7 @@
L.maybeSuffixOf,
L.partitionMaybe,
L.takeWhileJust,
+   L.dropWhileNothing,
L.unzipEithers,
-- * Sieve and slice
L.sieve,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit ghc-yaml for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-yaml for openSUSE:Factory 
checked in at 2017-06-22 10:39:49

Comparing /work/SRC/openSUSE:Factory/ghc-yaml (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-yaml.new (New)


Package is "ghc-yaml"

Thu Jun 22 10:39:49 2017 rev:23 rq:504123 version:0.8.23

Changes:

--- /work/SRC/openSUSE:Factory/ghc-yaml/ghc-yaml.changes2017-06-04 
01:59:26.303511699 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-yaml.new/ghc-yaml.changes   2017-06-22 
10:39:50.486288534 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:01:08 UTC 2017 - psim...@suse.com
+
+- Update to version 0.8.23.
+
+---

Old:

  yaml-0.8.22.1.tar.gz

New:

  yaml-0.8.23.tar.gz



Other differences:
--
++ ghc-yaml.spec ++
--- /var/tmp/diff_new_pack.PhNe4T/_old  2017-06-22 10:39:51.582134034 +0200
+++ /var/tmp/diff_new_pack.PhNe4T/_new  2017-06-22 10:39:51.586133470 +0200
@@ -19,7 +19,7 @@
 %global pkg_name yaml
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.8.22.1
+Version:0.8.23
 Release:0
 Summary:Support for parsing and rendering YAML documents
 License:BSD-3-Clause

++ yaml-0.8.22.1.tar.gz -> yaml-0.8.23.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaml-0.8.22.1/ChangeLog.md 
new/yaml-0.8.23/ChangeLog.md
--- old/yaml-0.8.22.1/ChangeLog.md  2017-05-14 05:28:34.0 +0200
+++ new/yaml-0.8.23/ChangeLog.md2017-05-18 17:19:04.0 +0200
@@ -1,3 +1,7 @@
+## 0.8.23
+
+* Re-export the with helpers from aeson
+
 ## 0.8.22.1
 
 * Make numeric string detection slightly smarter so, e.g., `.` does
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaml-0.8.22.1/Data/Yaml.hs 
new/yaml-0.8.23/Data/Yaml.hs
--- old/yaml-0.8.22.1/Data/Yaml.hs  2016-04-11 08:46:19.0 +0200
+++ new/yaml-0.8.23/Data/Yaml.hs2017-05-24 16:17:30.0 +0200
@@ -42,6 +42,12 @@
 , (.:)
 , (.:?)
 , (.!=)
+  -- ** With helpers (since 0.8.23)
+, withObject
+, withText
+, withArray
+, withScientific
+, withBool
   -- * Parsing
 , parseMonad
 , parseEither
@@ -70,6 +76,7 @@
 ( Value (..), ToJSON (..), FromJSON (..), object
 , (.=) , (.:) , (.:?) , (.!=)
 , Object, Array
+, withObject, withText, withArray, withScientific, withBool
 )
 import Data.Aeson.Encode (encodeToTextBuilder)
 import Data.Aeson.Types (Pair, parseMaybe, parseEither, Parser)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaml-0.8.22.1/yaml.cabal new/yaml-0.8.23/yaml.cabal
--- old/yaml-0.8.22.1/yaml.cabal2017-05-14 05:28:14.0 +0200
+++ new/yaml-0.8.23/yaml.cabal  2017-05-18 17:18:49.0 +0200
@@ -1,5 +1,5 @@
 name:yaml
-version: 0.8.22.1
+version: 0.8.23
 license: BSD3
 license-file:LICENSE
 author:  Michael Snoyman , Anton Ageev 
,Kirill Simonov




commit ghc-yahoo-finance-api for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-yahoo-finance-api for 
openSUSE:Factory checked in at 2017-06-22 10:39:46

Comparing /work/SRC/openSUSE:Factory/ghc-yahoo-finance-api (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-yahoo-finance-api.new (New)


Package is "ghc-yahoo-finance-api"

Thu Jun 22 10:39:46 2017 rev:2 rq:504122 version:0.2.0.2

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-yahoo-finance-api/ghc-yahoo-finance-api.changes  
2017-05-10 20:46:27.397228588 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-yahoo-finance-api.new/ghc-yahoo-finance-api.changes
 2017-06-22 10:39:48.450575544 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:01:13 UTC 2017 - psim...@suse.com
+
+- Update to version 0.2.0.2.
+
+---

Old:

  yahoo-finance-api-0.2.0.1.tar.gz

New:

  yahoo-finance-api-0.2.0.2.tar.gz



Other differences:
--
++ ghc-yahoo-finance-api.spec ++
--- /var/tmp/diff_new_pack.t9VFPS/_old  2017-06-22 10:39:49.058489835 +0200
+++ /var/tmp/diff_new_pack.t9VFPS/_new  2017-06-22 10:39:49.058489835 +0200
@@ -19,7 +19,7 @@
 %global pkg_name yahoo-finance-api
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.2.0.1
+Version:0.2.0.2
 Release:0
 Summary:Read quotes from Yahoo Finance API
 License:BSD-3-Clause

++ yahoo-finance-api-0.2.0.1.tar.gz -> yahoo-finance-api-0.2.0.2.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yahoo-finance-api-0.2.0.1/yahoo-finance-api.cabal 
new/yahoo-finance-api-0.2.0.2/yahoo-finance-api.cabal
--- old/yahoo-finance-api-0.2.0.1/yahoo-finance-api.cabal   2017-02-01 
23:53:48.0 +0100
+++ new/yahoo-finance-api-0.2.0.2/yahoo-finance-api.cabal   2017-05-25 
05:17:33.0 +0200
@@ -1,5 +1,5 @@
 name:yahoo-finance-api
-version: 0.2.0.1
+version: 0.2.0.2
 synopsis:Read quotes from Yahoo Finance API
 description: Haskell wrapper for the stock APIs provided by Yahoo 
Finance.
 homepage:https://github.com/cdepillabout/yahoo-finance-api
@@ -24,8 +24,8 @@
  , http-api-data
  , http-client
  , mtl
- , servant>= 0.4 && < 0.11
- , servant-client >= 0.4 && < 0.11
+ , servant>= 0.4
+ , servant-client >= 0.4
  , text
  , time
  , transformers




commit ghc-wave for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-wave for openSUSE:Factory 
checked in at 2017-06-22 10:39:42

Comparing /work/SRC/openSUSE:Factory/ghc-wave (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-wave.new (New)


Package is "ghc-wave"

Thu Jun 22 10:39:42 2017 rev:2 rq:504121 version:0.1.5

Changes:

--- /work/SRC/openSUSE:Factory/ghc-wave/ghc-wave.changes2017-04-12 
18:09:57.583038579 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-wave.new/ghc-wave.changes   2017-06-22 
10:39:46.762813497 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:01:11 UTC 2017 - psim...@suse.com
+
+- Update to version 0.1.5.
+
+---

Old:

  wave-0.1.4.tar.gz

New:

  wave-0.1.5.tar.gz



Other differences:
--
++ ghc-wave.spec ++
--- /var/tmp/diff_new_pack.oCLhQA/_old  2017-06-22 10:39:47.310736246 +0200
+++ /var/tmp/diff_new_pack.oCLhQA/_new  2017-06-22 10:39:47.310736246 +0200
@@ -19,7 +19,7 @@
 %global pkg_name wave
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.1.4
+Version:0.1.5
 Release:0
 Summary:Work with WAVE and RF64 files
 License:BSD-3-Clause

++ wave-0.1.4.tar.gz -> wave-0.1.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wave-0.1.4/CHANGELOG.md new/wave-0.1.5/CHANGELOG.md
--- old/wave-0.1.4/CHANGELOG.md 2016-12-30 10:52:42.0 +0100
+++ new/wave-0.1.5/CHANGELOG.md 2017-05-24 11:35:09.0 +0200
@@ -1,3 +1,7 @@
+## Wave 0.1.5
+
+* Improved documentation and metadata.
+
 ## Wave 0.1.4
 
 * The library now doesn't write zero extra format information size when
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wave-0.1.4/Codec/Audio/Wave.hs 
new/wave-0.1.5/Codec/Audio/Wave.hs
--- old/wave-0.1.4/Codec/Audio/Wave.hs  2017-01-01 12:41:37.0 +0100
+++ new/wave-0.1.5/Codec/Audio/Wave.hs  2017-05-24 10:47:36.0 +0200
@@ -3,7 +3,7 @@
 -- Copyright   :  © 2016–2017 Mark Karpov
 -- License :  BSD 3 clause
 --
--- Maintainer  :  Mark Karpov 
+-- Maintainer  :  Mark Karpov 
 -- Stability   :  experimental
 -- Portability :  portable
 --
@@ -20,16 +20,16 @@
 -- 'waveBlockAlign'. The same is done for channels. Channel mask is a more
 -- general means of providing information about number of channels and
 -- corresponding speaker positions, thus we only store channel mask in
--- user-friendly form, but number of channels can be derived from that
+-- user-friendly form, and number of channels can be derived from that
 -- information.
 --
 -- Another feature of the library is that it does not dictate how to
 -- read\/write audio data. What we give is the information about audio data
--- and offset in file where it begins. To write data user may use a callback
--- that receives a 'Handle' as argument. Size of data block is deduced
--- automatically for you. Exclusion of audio data from consideration makes
--- the library pretty fast and open to different ways to handle audio data
--- itself, including using foreign code (such as C).
+-- and offset in file where it begins. To write data the user may use a
+-- callback that receives a 'Handle' as an argument. Size of data block is
+-- deduced automatically for you. Exclusion of audio data from consideration
+-- makes the library pretty fast and open to different ways to handle audio
+-- data itself, including using foreign code (such as C).
 --
 -- The library provides control over all parts of WAVE file that may be of
 -- interest. In particular, it even allows to write arbitrary chunks between
@@ -104,8 +104,8 @@
 
 data Wave = Wave
   { waveFileFormat   :: !WaveFormat
--- ^ This specifies format of file this 'Wave' record was extracted\/to
--- be written to, 'WaveFormat'. Default value is: 'WaveVanilla'.
+-- ^ Format of file this 'Wave' record was extracted\/to be written to,
+-- 'WaveFormat'. Default value is: 'WaveVanilla'.
   , waveSampleRate   :: !Word32
 -- ^ Sample rate in Hz, default is: 44100.
   , waveSampleFormat :: !SampleFormat
@@ -224,8 +224,7 @@
   def = Ds64
 { ds64RiffSize = 0
 , ds64DataSize = 0
-, ds64SamplesTotal = 0
-}
+, ds64SamplesTotal = 0 }
 
 -- | A helper type synonym for give up function signatures.
 
@@ -366,7 +365,7 @@
 -- throws 'WaveException' if the file is malformed and cannot be read.
 --
 -- You can feed vanilla WAVE and RF64 files. The actual format is detected
--- automatically from contents of the file, not by extension.
+-- automatically from the contents of the file, not by extension.
 --
 -- PCM with samples in form of integers 

commit ghc-telegram-api for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-telegram-api for 
openSUSE:Factory checked in at 2017-06-22 10:39:15

Comparing /work/SRC/openSUSE:Factory/ghc-telegram-api (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-telegram-api.new (New)


Package is "ghc-telegram-api"

Thu Jun 22 10:39:15 2017 rev:3 rq:504110 version:0.6.3.0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-telegram-api/ghc-telegram-api.changes
2017-05-18 20:51:17.946035886 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-telegram-api.new/ghc-telegram-api.changes   
2017-06-22 10:39:16.303107887 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:05:41 UTC 2017 - psim...@suse.com
+
+- Update to version 0.6.3.0.
+
+---

Old:

  telegram-api-0.6.1.1.tar.gz

New:

  telegram-api-0.6.3.0.tar.gz



Other differences:
--
++ ghc-telegram-api.spec ++
--- /var/tmp/diff_new_pack.rFFjIW/_old  2017-06-22 10:39:16.983012031 +0200
+++ /var/tmp/diff_new_pack.rFFjIW/_new  2017-06-22 10:39:16.987011467 +0200
@@ -19,7 +19,7 @@
 %global pkg_name telegram-api
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.6.1.1
+Version:0.6.3.0
 Release:0
 Summary:Telegram Bot API bindings
 License:BSD-3-Clause
@@ -93,6 +93,7 @@
 %{_datadir}/%{pkg_name}-%{version}/test-data/cert.pem
 %{_datadir}/%{pkg_name}-%{version}/test-data/haskell-logo.webp
 %{_datadir}/%{pkg_name}-%{version}/test-data/lego-video.mp4
+%{_datadir}/%{pkg_name}-%{version}/test-data/lego-square.mp4
 
%{_datadir}/%{pkg_name}-%{version}/test-data/Possible_PDM_signal_labeled_as_Sputnik_by_NASA.ogg
 
%{_datadir}/%{pkg_name}-%{version}/test-data/concerto-for-2-trumpets-in-c-major.mp3
 %{_datadir}/%{pkg_name}-%{version}/test-data/wikipedia-telegram.txt

++ telegram-api-0.6.1.1.tar.gz -> telegram-api-0.6.3.0.tar.gz ++
 1712 lines of diff (skipped)




commit ghc-turtle for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-turtle for openSUSE:Factory 
checked in at 2017-06-22 10:39:22

Comparing /work/SRC/openSUSE:Factory/ghc-turtle (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-turtle.new (New)


Package is "ghc-turtle"

Thu Jun 22 10:39:22 2017 rev:9 rq:504114 version:1.3.5

Changes:

--- /work/SRC/openSUSE:Factory/ghc-turtle/ghc-turtle.changes2017-06-04 
01:55:47.466428035 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-turtle.new/ghc-turtle.changes   
2017-06-22 10:39:24.449959303 +0200
@@ -1,0 +2,10 @@
+Thu Jun  8 11:08:23 UTC 2017 - psim...@suse.com
+
+- Update to version 1.3.5.
+
+---
+Wed May 31 14:05:43 UTC 2017 - psim...@suse.com
+
+- Update to version 1.3.4.
+
+---

Old:

  turtle-1.3.3.tar.gz

New:

  turtle-1.3.5.tar.gz



Other differences:
--
++ ghc-turtle.spec ++
--- /var/tmp/diff_new_pack.xohuSJ/_old  2017-06-22 10:39:25.017879234 +0200
+++ /var/tmp/diff_new_pack.xohuSJ/_new  2017-06-22 10:39:25.021878671 +0200
@@ -19,7 +19,7 @@
 %global pkg_name turtle
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:1.3.3
+Version:1.3.5
 Release:0
 Summary:Shell programming, Haskell-style
 License:BSD-3-Clause

++ turtle-1.3.3.tar.gz -> turtle-1.3.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/turtle-1.3.3/CHANGELOG.md 
new/turtle-1.3.5/CHANGELOG.md
--- old/turtle-1.3.3/CHANGELOG.md   2017-04-29 23:11:56.0 +0200
+++ new/turtle-1.3.5/CHANGELOG.md   2017-05-31 23:49:57.0 +0200
@@ -1,3 +1,13 @@
+1.3.5
+
+* Increase upper bound on `foldl`
+
+1.3.4
+
+* Bug fix: `cptree` now correctly copies files instead of creating directories
+  of the same name
+* Increase upper bound on `criterion`
+
 1.3.3
 
 * Bug fix: Change `textToLines` to behave like `Data.Text.splitOn "\n"`
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/turtle-1.3.3/src/Turtle/Prelude.hs 
new/turtle-1.3.5/src/Turtle/Prelude.hs
--- old/turtle-1.3.3/src/Turtle/Prelude.hs  2017-04-29 23:11:56.0 
+0200
+++ new/turtle-1.3.5/src/Turtle/Prelude.hs  2017-05-31 23:49:57.0 
+0200
@@ -1034,9 +1034,9 @@
 -- directory
 Just suffix <- return (Filesystem.stripPrefix (oldTree  "") oldPath)
 let newPath = newTree  suffix
-isFile <- testfile newPath
+isFile <- testfile oldPath
 if isFile
-then cp oldPath newPath
+then mktree (Filesystem.directory newPath) >> cp oldPath newPath
 else mktree newPath )
 
 -- | Remove a file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/turtle-1.3.3/test/cptree.hs 
new/turtle-1.3.5/test/cptree.hs
--- old/turtle-1.3.3/test/cptree.hs 1970-01-01 01:00:00.0 +0100
+++ new/turtle-1.3.5/test/cptree.hs 2017-05-31 23:49:57.0 +0200
@@ -0,0 +1,26 @@
+{-# LANGUAGE OverloadedStrings #-}
+
+import Turtle
+import Filesystem.Path.CurrentOS ()
+import System.IO.Temp (withSystemTempDirectory)
+import Control.Monad (unless)
+
+check :: String -> Bool-> IO ()
+check errorMessage successs = unless successs $ fail errorMessage
+
+main :: IO ()
+main = withSystemTempDirectory "tempDir" (runTest . fromString)
+
+runTest :: Turtle.FilePath -> IO ()
+runTest tempDir = do
+  let srcDirectory = tempDir  "src"
+
+  mktree $ srcDirectory  "directory"
+  touch $ srcDirectory  "directory"  "file"
+
+  let destDirectory = tempDir  "dest"
+
+  cptree srcDirectory destDirectory
+
+  testdir (destDirectory  "directory") >>= check "cptree did not preserve 
directory"
+  testfile (destDirectory  "directory"  "file") >>= check "cptree did 
not preserve directory"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/turtle-1.3.3/turtle.cabal 
new/turtle-1.3.5/turtle.cabal
--- old/turtle-1.3.3/turtle.cabal   2017-04-29 23:11:56.0 +0200
+++ new/turtle-1.3.5/turtle.cabal   2017-05-31 23:49:57.0 +0200
@@ -1,5 +1,5 @@
 Name: turtle
-Version: 1.3.3
+Version: 1.3.5
 Cabal-Version: >=1.10
 Build-Type: Simple
 License: BSD3
@@ -55,7 +55,7 @@
 bytestring   >= 0.9.1.8 && < 0.11,
 clock>= 0.4.1.2 && < 0.8 ,
 directory>= 1.0.7   && < 1.4 ,
-foldl>= 1.1 && < 1.3 ,
+foldl>= 1.1 && < 1.4 ,
 hostname   < 1.1 ,
 managed  >= 1.0.3   && < 1.1 ,
 process  >= 1.0.1.1 && < 1.5 ,
@@ -119,6 +119,18 

commit ghc-users for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-users for openSUSE:Factory 
checked in at 2017-06-22 10:39:27

Comparing /work/SRC/openSUSE:Factory/ghc-users (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-users.new (New)


Package is "ghc-users"

Thu Jun 22 10:39:27 2017 rev:2 rq:504116 version:0.5.0.0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-users/ghc-users.changes  2016-11-10 
13:17:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-users.new/ghc-users.changes 2017-06-22 
10:39:27.909471562 +0200
@@ -1,0 +2,5 @@
+Thu Jun  8 11:05:46 UTC 2017 - psim...@suse.com
+
+- Update to version 0.5.0.0 revision 1.
+
+---

New:

  users.cabal



Other differences:
--
++ ghc-users.spec ++
--- /var/tmp/diff_new_pack.VmE7LB/_old  2017-06-22 10:39:28.465393185 +0200
+++ /var/tmp/diff_new_pack.VmE7LB/_new  2017-06-22 10:39:28.465393185 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-users
 #
-# 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,11 +22,11 @@
 Release:0
 Summary:A library simplifying user management for web applications
 License:MIT
-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#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-aeson-devel
 BuildRequires:  ghc-bcrypt-devel
 BuildRequires:  ghc-path-pieces-devel
@@ -34,7 +34,6 @@
 BuildRequires:  ghc-text-devel
 BuildRequires:  ghc-time-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 Scrap the boilerplate for managing user accounts in web applications
@@ -71,16 +70,14 @@
 
 %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
 

++ users.cabal ++
name:users
version: 0.5.0.0
x-revision: 1
synopsis:A library simplifying user management for web applications
description: Scrap the boilerplate for managing user accounts in web 
applications
 .
 Features:
 .
 * Easy to understand API
 .
 * CRUD for Users
 .
 * Session Management
 .
 * Password reset functionality
 .
 * Activation functionality
 .
 Current Backends:
 .
 * 

 .
 * 
 .
homepage:https://github.com/agrafix/users
bug-reports: https://github.com/agrafix/users/issues
license: MIT
license-file:LICENSE
author:  Alexander Thiemann 
maintainer:  Alexander Thiemann 
copyright:   (c) 2015 - 2016 Alexander Thiemann
category:Web
build-type:  Simple
cabal-version:   >=1.10

source-repository head
  type: git
  location: git://github.com/agrafix/users.git

library
  exposed-modules: Web.Users.Types
  build-depends:
   aeson >=0.7,
   base >=4.8 && <5,
   bcrypt >=0.0.8,
   path-pieces >=0.1,
   text >=1.2,
   time >=1.4
  hs-source-dirs:  src
  default-language:Haskell2010
  ghc-options: -auto-all -Wall -fno-warn-orphans



commit ghc-tar-conduit for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-tar-conduit for openSUSE:Factory 
checked in at 2017-06-22 10:39:13

Comparing /work/SRC/openSUSE:Factory/ghc-tar-conduit (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-tar-conduit.new (New)


Package is "ghc-tar-conduit"

Thu Jun 22 10:39:13 2017 rev:2 rq:504109 version:0.1.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-tar-conduit/ghc-tar-conduit.changes  
2017-04-12 18:09:18.988495786 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-tar-conduit.new/ghc-tar-conduit.changes 
2017-06-22 10:39:14.287392072 +0200
@@ -1,0 +2,5 @@
+Thu Jun  8 11:08:27 UTC 2017 - psim...@suse.com
+
+- Update to version 0.1.1.
+
+---

Old:

  tar-conduit-0.1.0.tar.gz

New:

  tar-conduit-0.1.1.tar.gz



Other differences:
--
++ ghc-tar-conduit.spec ++
--- /var/tmp/diff_new_pack.TtVc3X/_old  2017-06-22 10:39:14.923302419 +0200
+++ /var/tmp/diff_new_pack.TtVc3X/_new  2017-06-22 10:39:14.927301854 +0200
@@ -18,7 +18,7 @@
 
 %global pkg_name tar-conduit
 Name:   ghc-%{pkg_name}
-Version:0.1.0
+Version:0.1.1
 Release:0
 Summary:Parse tar files using conduit for streaming
 License:MIT

++ tar-conduit-0.1.0.tar.gz -> tar-conduit-0.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tar-conduit-0.1.0/ChangeLog.md 
new/tar-conduit-0.1.1/ChangeLog.md
--- old/tar-conduit-0.1.0/ChangeLog.md  2016-11-03 17:29:25.0 +0100
+++ new/tar-conduit-0.1.1/ChangeLog.md  2017-05-31 10:46:31.0 +0200
@@ -1,3 +1,7 @@
+## 0.1.1 - 2017-05-31
+
+ * Allow checksums to have leading spaces ([PR 
8](https://github.com/snoyberg/tar-conduit/pull/8))
+
 ## 0.1.0 - 2016-11-03
 
  * Initial release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tar-conduit-0.1.0/src/Data/Conduit/Tar.hs 
new/tar-conduit-0.1.1/src/Data/Conduit/Tar.hs
--- old/tar-conduit-0.1.0/src/Data/Conduit/Tar.hs   2016-11-03 
13:48:48.0 +0100
+++ new/tar-conduit-0.1.1/src/Data/Conduit/Tar.hs   2017-05-31 
10:44:12.0 +0200
@@ -1,4 +1,6 @@
 {-# LANGUAGE BangPatterns #-}
+{-# LANGUAGE CPP #-}
+{-# LANGUAGE DeriveDataTypeable #-}
 {-| This module is about stream-processing tar archives. It is currently
 not very well tested. See the documentation of 'withEntries' for an usage 
sample.
 -}
@@ -33,6 +35,10 @@
 import Data.ByteString.Short (ShortByteString, toShort, fromShort)
 import Data.Monoid ((<>))
 
+#if !MIN_VERSION_base(4,8,0)
+import Control.Applicative ((<*))
+#endif
+
 data Header = Header
 { headerOffset :: !Offset
 , headerPayloadOffset  :: !Offset
@@ -108,7 +114,7 @@
 parseHeader offset bs = assert (S.length bs == 512) $ do
 let checksumBytes = S.take 8 $ S.drop 148 bs
 expectedChecksum = parseOctal checksumBytes
-actualChecksum = bsum bs - bsum checksumBytes + 8 * 0x20
+actualChecksum = bsum bs - bsum checksumBytes + 8 * space
 unless (actualChecksum == expectedChecksum) (Left (BadChecksum offset))
 return Header
 { headerOffset = offset
@@ -137,7 +143,10 @@
 parseOctal :: Integral i => ByteString -> i
 parseOctal = S.foldl' (\t c -> t * 8 + fromIntegral (c - zero)) 0
. S.takeWhile (\c -> zero <= c && c <= seven)
+   . S.dropWhile (== space)
 
+space :: Integral i => i
+space = 0x20
 zero = 48
 seven = 55
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tar-conduit-0.1.0/tar-conduit.cabal 
new/tar-conduit-0.1.1/tar-conduit.cabal
--- old/tar-conduit-0.1.0/tar-conduit.cabal 2016-11-03 17:34:29.0 
+0100
+++ new/tar-conduit-0.1.1/tar-conduit.cabal 2017-05-31 10:44:35.0 
+0200
@@ -1,5 +1,5 @@
 name:tar-conduit
-version: 0.1.0
+version: 0.1.1
 synopsis:Parse tar files using conduit for streaming
 description: Please see README.md
 homepage:https://github.com/snoyberg/tar-conduit#readme




commit ghc-vectortiles for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-vectortiles for openSUSE:Factory 
checked in at 2017-06-22 10:39:35

Comparing /work/SRC/openSUSE:Factory/ghc-vectortiles (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-vectortiles.new (New)


Package is "ghc-vectortiles"

Thu Jun 22 10:39:35 2017 rev:3 rq:504118 version:1.2.0.5

Changes:

--- /work/SRC/openSUSE:Factory/ghc-vectortiles/ghc-vectortiles.changes  
2017-04-20 20:56:25.737478248 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-vectortiles.new/ghc-vectortiles.changes 
2017-06-22 10:39:36.408273350 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:01:09 UTC 2017 - psim...@suse.com
+
+- Update to version 1.2.0.5.
+
+---

Old:

  vectortiles-1.2.0.4.tar.gz

New:

  vectortiles-1.2.0.5.tar.gz



Other differences:
--
++ ghc-vectortiles.spec ++
--- /var/tmp/diff_new_pack.ePu9m3/_old  2017-06-22 10:39:38.012047239 +0200
+++ /var/tmp/diff_new_pack.ePu9m3/_new  2017-06-22 10:39:38.012047239 +0200
@@ -19,7 +19,7 @@
 %global pkg_name vectortiles
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:1.2.0.4
+Version:1.2.0.5
 Release:0
 Summary:GIS Vector Tiles, as defined by Mapbox
 License:Apache-2.0

++ vectortiles-1.2.0.4.tar.gz -> vectortiles-1.2.0.5.tar.gz ++
 1838 lines of diff (skipped)




commit ghc-versions for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-versions for openSUSE:Factory 
checked in at 2017-06-22 10:39:37

Comparing /work/SRC/openSUSE:Factory/ghc-versions (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-versions.new (New)


Package is "ghc-versions"

Thu Jun 22 10:39:37 2017 rev:3 rq:504119 version:3.0.2.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-versions/ghc-versions.changes
2017-06-04 01:59:10.293773439 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-versions.new/ghc-versions.changes   
2017-06-22 10:39:39.319862855 +0200
@@ -1,0 +2,10 @@
+Thu Jun  8 11:08:22 UTC 2017 - psim...@suse.com
+
+- Update to version 3.0.2.1.
+
+---
+Wed May 31 14:01:14 UTC 2017 - psim...@suse.com
+
+- Update to version 3.0.2.
+
+---

Old:

  versions-3.0.1.1.tar.gz

New:

  versions-3.0.2.1.tar.gz



Other differences:
--
++ ghc-versions.spec ++
--- /var/tmp/diff_new_pack.kffmht/_old  2017-06-22 10:39:40.087754592 +0200
+++ /var/tmp/diff_new_pack.kffmht/_new  2017-06-22 10:39:40.091754029 +0200
@@ -19,7 +19,7 @@
 %global pkg_name versions
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:3.0.1.1
+Version:3.0.2.1
 Release:0
 Summary:Types and parsers for software version numbers
 License:BSD-3-Clause

++ versions-3.0.1.1.tar.gz -> versions-3.0.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/versions-3.0.1.1/CHANGELOG.md 
new/versions-3.0.2.1/CHANGELOG.md
--- old/versions-3.0.1.1/CHANGELOG.md   2016-06-07 06:09:11.0 +0200
+++ new/versions-3.0.2.1/CHANGELOG.md   2017-05-26 03:38:35.0 +0200
@@ -1,6 +1,12 @@
 Changelog
 =
 
+3.0.2
+-
+
+- Expose internal parsers so that they could be used in other parser programs
+  that parse version numbers in larger files.
+
 3.0.0
 -
 - Updated for `megaparsec-5` and `ghc-8`
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/versions-3.0.1.1/Data/Versions.hs 
new/versions-3.0.2.1/Data/Versions.hs
--- old/versions-3.0.1.1/Data/Versions.hs   2017-05-20 01:30:51.0 
+0200
+++ new/versions-3.0.2.1/Data/Versions.hs   2017-05-31 00:30:49.0 
+0200
@@ -53,6 +53,10 @@
 , semverP
 , versionP
 , messP
+  -- ** Megaparsec Parsers
+, semver'
+, version'
+, mess'
   -- * Pretty Printing
 , prettyV
 , prettySemVer
@@ -259,7 +263,48 @@
 --
 -- Examples of @Version@ that are not @SemVer@: 0.25-2, 8.u51-1, 20150826-1
 data Version = Version { _vChunks :: [VChunk]
-   , _vRel:: [VChunk] } deriving (Eq,Ord,Show)
+   , _vRel:: [VChunk] } deriving (Eq,Show)
+
+-- | Customized.
+instance Ord Version where
+  -- | The obvious base case.
+  compare (Version [] []) (Version [] []) = EQ
+
+  -- | If the two Versions were otherwise equal and recursed down this far,
+  -- we need to compare them by their "release" values.
+  compare (Version [] rs) (Version [] rs') = compare (Version rs []) (Version 
rs' [])
+
+  -- | If one side has run out of chunks to compare but the other hasn't,
+  -- the other must be newer.
+  compare (Version _ _)   (Version [] _) = GT
+  compare (Version [] _)  (Version _ _) = LT
+
+  -- | The usual case. If first VChunks of each Version is equal, then we
+  -- keep recursing. Otherwise, we don't need to check further. Consider @1.2@
+  -- compared to @1.1.3.4.5.6@.
+  compare (Version (a:as) rs) (Version (b:bs) rs') = case f a b of
+EQ  -> compare (Version as rs) (Version bs rs')
+res -> res
+where f [] [] = EQ
+
+  -- | Opposite of the above. If we've recursed this far and one side 
has
+  -- fewer chunks, it must be the "greater" version. A Chunk break 
only occurs in
+  -- a switch from digits to letters and vice versa, so anything 
"extra" must be
+  -- an @rc@ marking or similar. Consider @1.1@ compared to @1.1rc1@.
+  f [] _  = GT
+  f _ []  = LT
+
+  -- | The usual case.
+  f (Digits n:ns) (Digits m:ms) | n > m = GT
+| n < m = LT
+| otherwise = f ns ms
+  f (Str n:ns) (Str m:ms) | n > m = GT
+  | n < m = LT
+  | otherwise = f ns ms
+
+  -- | An arbitrary decision to prioritize digits over letters.
+  f (Digits _ :_) (Str _ :_) = GT
+  f (Str _ :_ ) (Digits _ :_) = LT
 
 -- | > vChunks :: Lens' Version [VChunk]
 vChunks :: Functor f => 

commit ghc-vty for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-vty for openSUSE:Factory checked 
in at 2017-06-22 10:39:40

Comparing /work/SRC/openSUSE:Factory/ghc-vty (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-vty.new (New)


Package is "ghc-vty"

Thu Jun 22 10:39:40 2017 rev:4 rq:504120 version:5.15.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-vty/ghc-vty.changes  2017-06-04 
01:59:12.333485283 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-vty.new/ghc-vty.changes 2017-06-22 
10:39:42.675389770 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:05:43 UTC 2017 - psim...@suse.com
+
+- Update to version 5.15.1 revision 1.
+
+---

Old:

  vty-5.15.tar.gz

New:

  vty-5.15.1.tar.gz



Other differences:
--
++ ghc-vty.spec ++
--- /var/tmp/diff_new_pack.QJ2Pqr/_old  2017-06-22 10:39:43.811229631 +0200
+++ /var/tmp/diff_new_pack.QJ2Pqr/_new  2017-06-22 10:39:43.811229631 +0200
@@ -19,7 +19,7 @@
 %global pkg_name vty
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:5.15
+Version:5.15.1
 Release:0
 Summary:A simple terminal UI library
 License:BSD-3-Clause
@@ -117,13 +117,9 @@
 %doc LICENSE
 %{_bindir}/vty-demo
 %{_bindir}/vty-mode-demo
-%dir %{_datadir}/%{pkg_name}-%{version}
-%{_datadir}/%{pkg_name}-%{version}/README.md
-%{_datadir}/%{pkg_name}-%{version}/AUTHORS
-%{_datadir}/%{pkg_name}-%{version}/CHANGELOG.md
-%{_datadir}/%{pkg_name}-%{version}/LICENSE
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
+%doc AUTHORS CHANGELOG.md README.md
 
 %changelog

++ vty-5.15.tar.gz -> vty-5.15.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vty-5.15/CHANGELOG.md new/vty-5.15.1/CHANGELOG.md
--- old/vty-5.15/CHANGELOG.md   2017-01-24 20:46:18.0 +0100
+++ new/vty-5.15.1/CHANGELOG.md 2017-05-20 17:41:54.0 +0200
@@ -1,3 +1,11 @@
+5.15.1
+Package changes:
+  - Documentation files are now marked accordingly (thanks Michal
+Suchánek)
+
+Bug fixes:
+  - translateX/Y: fix negative translations
+
 5.15
 Package changes:
   - Discontinued support for GHC versions prior to 7.10.1.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/vty-5.15/dist/build/verify-attribute-opsStub/verify-attribute-opsStub-tmp/verify-attribute-opsStub.hs
 
new/vty-5.15.1/dist/build/verify-attribute-opsStub/verify-attribute-opsStub-tmp/verify-attribute-opsStub.hs
--- 
old/vty-5.15/dist/build/verify-attribute-opsStub/verify-attribute-opsStub-tmp/verify-attribute-opsStub.hs
   1970-01-01 01:00:00.0 +0100
+++ 
new/vty-5.15.1/dist/build/verify-attribute-opsStub/verify-attribute-opsStub-tmp/verify-attribute-opsStub.hs
 2017-05-20 17:41:54.0 +0200
@@ -0,0 +1,5 @@
+module Main ( main ) where
+import Distribution.Simple.Test.LibV09 ( stubMain )
+import VerifyAttributeOps ( tests )
+main :: IO ()
+main = stubMain tests
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/vty-5.15/dist/build/verify-crop-span-generationStub/verify-crop-span-generationStub-tmp/verify-crop-span-generationStub.hs
 
new/vty-5.15.1/dist/build/verify-crop-span-generationStub/verify-crop-span-generationStub-tmp/verify-crop-span-generationStub.hs
--- 
old/vty-5.15/dist/build/verify-crop-span-generationStub/verify-crop-span-generationStub-tmp/verify-crop-span-generationStub.hs
  1970-01-01 01:00:00.0 +0100
+++ 
new/vty-5.15.1/dist/build/verify-crop-span-generationStub/verify-crop-span-generationStub-tmp/verify-crop-span-generationStub.hs
2017-05-20 17:41:54.0 +0200
@@ -0,0 +1,5 @@
+module Main ( main ) where
+import Distribution.Simple.Test.LibV09 ( stubMain )
+import VerifyCropSpanGeneration ( tests )
+main :: IO ()
+main = stubMain tests
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/vty-5.15/dist/build/verify-display-attributesStub/verify-display-attributesStub-tmp/verify-display-attributesStub.hs
 
new/vty-5.15.1/dist/build/verify-display-attributesStub/verify-display-attributesStub-tmp/verify-display-attributesStub.hs
--- 
old/vty-5.15/dist/build/verify-display-attributesStub/verify-display-attributesStub-tmp/verify-display-attributesStub.hs
1970-01-01 01:00:00.0 +0100
+++ 
new/vty-5.15.1/dist/build/verify-display-attributesStub/verify-display-attributesStub-tmp/verify-display-attributesStub.hs
  2017-05-20 17:41:54.0 +0200
@@ -0,0 +1,5 @@
+module Main ( main ) where
+import Distribution.Simple.Test.LibV09 ( stubMain )
+import VerifyDisplayAttributes ( tests )
+main :: IO ()
+main = stubMain tests
diff -urN '--exclude=CVS' 

commit ghc-show-prettyprint for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-show-prettyprint for 
openSUSE:Factory checked in at 2017-06-22 10:38:56

Comparing /work/SRC/openSUSE:Factory/ghc-show-prettyprint (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-show-prettyprint.new (New)


Package is "ghc-show-prettyprint"

Thu Jun 22 10:38:56 2017 rev:2 rq:504101 version:0.1.2.1

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-show-prettyprint/ghc-show-prettyprint.changes
2017-04-11 09:48:10.395568258 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-show-prettyprint.new/ghc-show-prettyprint.changes
   2017-06-22 10:38:59.401490746 +0200
@@ -1,0 +2,5 @@
+Thu Jun  8 11:08:18 UTC 2017 - psim...@suse.com
+
+- Update to version 0.1.2.1.
+
+---

Old:

  show-prettyprint-0.1.2.tar.gz

New:

  show-prettyprint-0.1.2.1.tar.gz



Other differences:
--
++ ghc-show-prettyprint.spec ++
--- /var/tmp/diff_new_pack.JAhk47/_old  2017-06-22 10:39:00.153384741 +0200
+++ /var/tmp/diff_new_pack.JAhk47/_new  2017-06-22 10:39:00.157384177 +0200
@@ -19,7 +19,7 @@
 %global pkg_name show-prettyprint
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.1.2
+Version:0.1.2.1
 Release:0
 Summary:Robust prettyprinter for output of auto-generated Show 
instances
 License:BSD-3-Clause

++ show-prettyprint-0.1.2.tar.gz -> show-prettyprint-0.1.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/show-prettyprint-0.1.2/README.md 
new/show-prettyprint-0.1.2.1/README.md
--- old/show-prettyprint-0.1.2/README.md2016-11-14 17:12:04.0 
+0100
+++ new/show-prettyprint-0.1.2.1/README.md  2017-06-01 15:21:44.0 
+0200
@@ -37,3 +37,20 @@
,-1.2e34)
  ,r2 = 123}))]
 ```
+
+Related packages
+
+
+There is a similar package on Hackage called *[pretty-show][1]*, which takes a
+more flexible approach to prettyprinting show-formatted strings. This has its
+advantages and disadvantages.
+
+| prettyprint-show (this)| [pretty-show][1] 
(alternative)
+- | -- | 
-
+Use case  | fire and forget, debugging | flexible, working with 
the output
+API   | One core value (rest: convenience) | Multiple combinable values
+Extensibility | low, not intended  | decent, e.g. HTML 
rendering
+Robustness| high: only cares about parentheses, bugs in bad output can be 
hacked around | medium: relies on output that follows Haskell's lexical 
structure
+
+
+[1]: http://hackage.haskell.org/package/pretty-show
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/show-prettyprint-0.1.2/show-prettyprint.cabal 
new/show-prettyprint-0.1.2.1/show-prettyprint.cabal
--- old/show-prettyprint-0.1.2/show-prettyprint.cabal   2016-11-14 
17:12:04.0 +0100
+++ new/show-prettyprint-0.1.2.1/show-prettyprint.cabal 2017-06-01 
15:26:58.0 +0200
@@ -1,5 +1,5 @@
 name:show-prettyprint
-version: 0.1.2
+version: 0.1.2.1
 synopsis:Robust prettyprinter for output of auto-generated Show
  instances
 description: See README.md
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/show-prettyprint-0.1.2/test/Doctest/Main.hs 
new/show-prettyprint-0.1.2.1/test/Doctest/Main.hs
--- old/show-prettyprint-0.1.2/test/Doctest/Main.hs 2016-11-12 
13:14:27.0 +0100
+++ new/show-prettyprint-0.1.2.1/test/Doctest/Main.hs   2017-06-01 
15:28:36.0 +0200
@@ -3,4 +3,4 @@
 import Test.DocTest
 
 main :: IO ()
-main = doctest ["src"]
+main = doctest ["src", "-ignore-package prettyprinter-compat-ansi-wl-pprint"]




commit ghc-syb for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-syb for openSUSE:Factory checked 
in at 2017-06-22 10:39:09

Comparing /work/SRC/openSUSE:Factory/ghc-syb (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-syb.new (New)


Package is "ghc-syb"

Thu Jun 22 10:39:09 2017 rev:12 rq:504107 version:0.6

Changes:

--- /work/SRC/openSUSE:Factory/ghc-syb/ghc-syb.changes  2016-07-24 
19:52:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-syb.new/ghc-syb.changes 2017-06-22 
10:39:09.908009496 +0200
@@ -1,0 +2,5 @@
+Sat May 27 12:27:54 UTC 2017 - psim...@suse.com
+
+- Update to version 0.6 revision 1.
+
+---

New:

  syb.cabal



Other differences:
--
++ ghc-syb.spec ++
--- /var/tmp/diff_new_pack.iogE8w/_old  2017-06-22 10:39:10.435935067 +0200
+++ /var/tmp/diff_new_pack.iogE8w/_new  2017-06-22 10:39:10.435935067 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-syb
 #
-# 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
@@ -23,19 +23,18 @@
 Release:0
 Summary:Scrap Your Boilerplate
 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#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# Begin cabal-rpm deps:
 %if %{with tests}
 BuildRequires:  ghc-HUnit-devel
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-mtl-devel
 %endif
-# End cabal-rpm deps
 
 %description
 This package contains the generics system described in the /Scrap Your
@@ -57,21 +56,17 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 sed -i 's/\r$//' README LICENSE
 
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache

++ syb.cabal ++
name: syb
version:  0.6
x-revision: 1
license:  BSD3
license-file: LICENSE
author:   Ralf Lammel, Simon Peyton Jones, Jose Pedro Magalhaes
maintainer:   gener...@haskell.org
homepage: http://www.cs.uu.nl/wiki/GenericProgramming/SYB
bug-reports:  http://code.google.com/p/scrapyourboilerplate/issues/list
synopsis: Scrap Your Boilerplate
description:
This package contains the generics system described in the
/Scrap Your Boilerplate/ papers (see
).
It defines the @Data@ class of types permitting folding and unfolding
of constructor applications, instances of this class for primitive
types, and a variety of traversals.

category:   Generics
stability:  provisional
build-type: Simple
cabal-version:  >= 1.8
tested-with:GHC >=7.0 && <=7.10.2, GHC==7.11.*

extra-source-files: tests/*.hs,
README

source-repository head
  type: git
  location: https://github.com/dreixel/syb

Library
  hs-source-dirs: src
  build-depends:  base >= 4.0 && < 4.10
  exposed-modules:Data.Generics,
  Data.Generics.Basics,
  Data.Generics.Instances,
  Data.Generics.Aliases,
  Data.Generics.Schemes,
  Data.Generics.Text,
  Data.Generics.Twins,
  Data.Generics.Builders,

  Generics.SYB,
  Generics.SYB.Basics,
  Generics.SYB.Instances,
  Generics.SYB.Aliases,
  Generics.SYB.Schemes,
  Generics.SYB.Text,
  Generics.SYB.Twins,
  Generics.SYB.Builders

  if impl(ghc < 6.12)
ghc-options:  -package-name syb

  ghc-options:-Wall

test-suite unit-tests
  type:   exitcode-stdio-1.0
  hs-source-dirs: tests
  main-is:Main.hs
  build-depends:  base
, syb
, HUnit
  

commit ghc-stache for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-stache for openSUSE:Factory 
checked in at 2017-06-22 10:39:07

Comparing /work/SRC/openSUSE:Factory/ghc-stache (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-stache.new (New)


Package is "ghc-stache"

Thu Jun 22 10:39:07 2017 rev:3 rq:504106 version:0.2.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-stache/ghc-stache.changes2017-05-10 
20:49:50.404583010 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-stache.new/ghc-stache.changes   
2017-06-22 10:39:08.708178654 +0200
@@ -1,0 +2,5 @@
+Sat May 27 12:27:52 UTC 2017 - psim...@suse.com
+
+- Update to version 0.2.2 revision 2.
+
+---



Other differences:
--
++ ghc-stache.spec ++
--- /var/tmp/diff_new_pack.36Ut2A/_old  2017-06-22 10:39:09.728034870 +0200
+++ /var/tmp/diff_new_pack.36Ut2A/_new  2017-06-22 10:39:09.732034307 +0200
@@ -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#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-aeson-devel
 BuildRequires:  ghc-bytestring-devel

++ stache.cabal ++
--- /var/tmp/diff_new_pack.36Ut2A/_old  2017-06-22 10:39:09.784026976 +0200
+++ /var/tmp/diff_new_pack.36Ut2A/_new  2017-06-22 10:39:09.788026413 +0200
@@ -32,7 +32,7 @@
 
 name: stache
 version:  0.2.2
-x-revision: 1
+x-revision: 2
 cabal-version:>= 1.10
 license:  BSD3
 license-file: LICENSE.md
@@ -138,7 +138,7 @@
   type:   exitcode-stdio-1.0
   build-depends:  aeson>= 0.11 && < 1.3
 , base >= 4.7  && < 5.0
-, criterion>= 0.6.2.1 && < 1.2
+, criterion>= 0.6.2.1 && < 1.3
 , deepseq  >= 1.4  && < 1.5
 , megaparsec   >= 5.0  && < 6.0
 , stache   >= 0.2.2




commit ghc-soap for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-soap for openSUSE:Factory 
checked in at 2017-06-22 10:39:04

Comparing /work/SRC/openSUSE:Factory/ghc-soap (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-soap.new (New)


Package is "ghc-soap"

Thu Jun 22 10:39:04 2017 rev:2 rq:504104 version:0.2.3.5

Changes:

--- /work/SRC/openSUSE:Factory/ghc-soap/ghc-soap.changes2017-05-09 
18:08:21.612716456 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-soap.new/ghc-soap.changes   2017-06-22 
10:39:04.796730106 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:05:43 UTC 2017 - psim...@suse.com
+
+- Update to version 0.2.3.5.
+
+---

Old:

  soap-0.2.3.3.tar.gz

New:

  soap-0.2.3.5.tar.gz



Other differences:
--
++ ghc-soap.spec ++
--- /var/tmp/diff_new_pack.NIl481/_old  2017-06-22 10:39:05.312657368 +0200
+++ /var/tmp/diff_new_pack.NIl481/_new  2017-06-22 10:39:05.316656804 +0200
@@ -19,7 +19,7 @@
 %global pkg_name soap
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.2.3.3
+Version:0.2.3.5
 Release:0
 Summary:SOAP client tools
 License:MIT

++ soap-0.2.3.3.tar.gz -> soap-0.2.3.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/soap-0.2.3.3/LICENSE new/soap-0.2.3.5/LICENSE
--- old/soap-0.2.3.3/LICENSE2015-01-25 19:27:45.0 +0100
+++ new/soap-0.2.3.5/LICENSE2017-05-29 22:25:52.0 +0200
@@ -1,20 +1,20 @@
-Copyright (c) 2013 Alexander Bondarenko
+Copyright (c) 2013-2017 Alexander Bondarenko
 
-Permission is hereby granted, free of charge, to any person obtaining a 
-copy of this software and associated documentation files (the 
-"Software"), to deal in the Software without restriction, including 
-without limitation the rights to use, copy, modify, merge, publish, 
-distribute, sublicense, and/or sell copies of the Software, and to 
-permit persons to whom the Software is furnished to do so, subject to 
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
 the following conditions:
 
-The above copyright notice and this permission notice shall be included 
+The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Software.
 
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/soap-0.2.3.3/changelog new/soap-0.2.3.5/changelog
--- old/soap-0.2.3.3/changelog  2016-11-23 18:40:45.0 +0100
+++ new/soap-0.2.3.5/changelog  2017-05-29 23:11:47.0 +0200
@@ -1,3 +1,15 @@
+0.2.3.5:
+
+* Fix tests
+
+0.2.3.4:
+
+* Prepare for xml-conduit-1.5 series.
+
+0.2.3.3:
+
+* Relax envelope parser.
+
 0.2.3.2:
 
 * Unbreak the build with GHC 7.8.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/soap-0.2.3.3/soap.cabal new/soap-0.2.3.5/soap.cabal
--- old/soap-0.2.3.3/soap.cabal 2016-12-18 08:58:36.0 +0100
+++ new/soap-0.2.3.5/soap.cabal 2017-05-29 23:11:32.0 +0200
@@ -1,5 +1,5 @@
 name:soap
-version: 0.2.3.3
+version: 0.2.3.5
 synopsis:SOAP client tools
 description:
   Tools to build SOAP clients using xml-conduit.
@@ -48,7 +48,7 @@
 license-file:LICENSE
 author:  Alexander Bondarenko
 maintainer:  aenor.re...@gmail.com
--- copyright:   
+copyright:   (c) 2013-2017 Alexander 

commit ghc-text-metrics for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-text-metrics for 
openSUSE:Factory checked in at 2017-06-22 10:39:18

Comparing /work/SRC/openSUSE:Factory/ghc-text-metrics (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-text-metrics.new (New)


Package is "ghc-text-metrics"

Thu Jun 22 10:39:18 2017 rev:2 rq:504112 version:0.2.0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-text-metrics/ghc-text-metrics.changes
2017-04-12 18:09:30.218907827 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-text-metrics.new/ghc-text-metrics.changes   
2017-06-22 10:39:20.558507940 +0200
@@ -1,0 +2,5 @@
+Sat May 27 12:27:49 UTC 2017 - psim...@suse.com
+
+- Update to version 0.2.0 revision 1.
+
+---

New:

  text-metrics.cabal



Other differences:
--
++ ghc-text-metrics.spec ++
--- /var/tmp/diff_new_pack.HWJLOG/_old  2017-06-22 10:39:21.146425052 +0200
+++ /var/tmp/diff_new_pack.HWJLOG/_new  2017-06-22 10:39:21.146425052 +0200
@@ -26,6 +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#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel
@@ -51,6 +52,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ text-metrics.cabal ++
--
-- Cabal configuration for ‘text-metrics’ package.
--
-- Copyright © 2016 Mark Karpov 
--
-- Redistribution and use in source and binary forms, with or without
-- modification, are permitted provided that the following conditions are
-- met:
--
-- * Redistributions of source code must retain the above copyright notice,
--   this list of conditions and the following disclaimer.
--
-- * Redistributions in binary form must reproduce the above copyright
--   notice, this list of conditions and the following disclaimer in the
--   documentation and/or other materials provided with the distribution.
--
-- * Neither the name Mark Karpov nor the names of contributors may be used
--   to endorse or promote products derived from this software without
--   specific prior written permission.
--
-- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS “AS IS” AND ANY
-- EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
-- DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-- STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
-- ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-- POSSIBILITY OF SUCH DAMAGE.

name: text-metrics
version:  0.2.0
x-revision: 1
cabal-version:>= 1.10
license:  BSD3
license-file: LICENSE.md
author:   Mark Karpov 
maintainer:   Mark Karpov 
homepage: https://github.com/mrkkrp/text-metrics
bug-reports:  https://github.com/mrkkrp/text-metrics/issues
category: Text, Algorithms
synopsis: Calculate various string metrics efficiently
build-type:   Simple
description:  Calculate various string metrics efficiently.
extra-doc-files:  CHANGELOG.md
, README.md
extra-source-files:   cbits/*.h

source-repository head
  type:   git
  location:   https://github.com/mrkkrp/text-metrics.git

flag dev
  description:Turn on development settings.
  manual: True
  default:False

library
  build-depends:  base >= 4.7 && < 5.0
, text >= 0.2 && < 1.3
  if !impl(ghc >= 7.10)
build-depends:nats == 1.*
  exposed-modules:Data.Text.Metrics
  c-sources:  cbits/text_metrics.c
  include-dirs:   cbits
  if flag(dev)
ghc-options:  -Wall -Werror
  else
ghc-options:  -O2 -Wall
  default-language:   Haskell2010

test-suite tests
  main-is:Main.hs
  hs-source-dirs: tests
  type:   exitcode-stdio-1.0
  build-depends:  QuickCheck   >= 2.8 && < 3.0

commit ghc-sql-words for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-sql-words for openSUSE:Factory 
checked in at 2017-06-22 10:39:05

Comparing /work/SRC/openSUSE:Factory/ghc-sql-words (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-sql-words.new (New)


Package is "ghc-sql-words"

Thu Jun 22 10:39:05 2017 rev:2 rq:504105 version:0.1.5.0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-sql-words/ghc-sql-words.changes  
2016-11-02 12:38:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-sql-words.new/ghc-sql-words.changes 
2017-06-22 10:39:06.336513021 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:01:09 UTC 2017 - psim...@suse.com
+
+- Update to version 0.1.5.0.
+
+---

Old:

  sql-words-0.1.4.1.tar.gz

New:

  sql-words-0.1.5.0.tar.gz



Other differences:
--
++ ghc-sql-words.spec ++
--- /var/tmp/diff_new_pack.K0CJgR/_old  2017-06-22 10:39:06.836442539 +0200
+++ /var/tmp/diff_new_pack.K0CJgR/_new  2017-06-22 10:39:06.836442539 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-sql-words
 #
-# 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
@@ -19,22 +19,20 @@
 %global pkg_name sql-words
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.1.4.1
+Version:0.1.5.0
 Release:0
-Summary:Simple idea SQL keywords data constructor into OverloadedString
+Summary:SQL keywords data constructors into OverloadedString
 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
 BuildRequires:  ghc-rpm-macros
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# Begin cabal-rpm deps:
 %if %{with tests}
 BuildRequires:  ghc-QuickCheck-devel
 BuildRequires:  ghc-quickcheck-simple-devel
 %endif
-# End cabal-rpm deps
 
 %description
 This package contiains SQL keywords constructors defined as OverloadedString
@@ -54,20 +52,14 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache

++ sql-words-0.1.4.1.tar.gz -> sql-words-0.1.5.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sql-words-0.1.4.1/sql-words.cabal 
new/sql-words-0.1.5.0/sql-words.cabal
--- old/sql-words-0.1.4.1/sql-words.cabal   2016-06-19 07:56:43.0 
+0200
+++ new/sql-words-0.1.5.0/sql-words.cabal   2017-05-29 09:51:14.0 
+0200
@@ -1,6 +1,6 @@
 name:sql-words
-version: 0.1.4.1
-synopsis:Simple idea SQL keywords data constructor into 
OverloadedString
+version: 0.1.5.0
+synopsis:SQL keywords data constructors into OverloadedString
 description: This package contiains SQL keywords constructors defined 
as
  OverloadedString literals and helper functions to concate 
these.
 homepage:http://khibino.github.io/haskell-relational-record/
@@ -8,11 +8,11 @@
 license-file:LICENSE
 author:  Kei Hibino
 maintainer:  ex8k.hib...@gmail.com
-copyright:   Copyright (c) 2013-2016 Kei Hibino
+copyright:   Copyright (c) 2013-2017 Kei Hibino
 category:Database
 build-type:  Simple
 cabal-version:   >=1.10
-tested-with:   GHC == 8.0.1
+tested-with:   GHC == 8.0.1, GHC == 8.0.2
  , GHC == 7.10.1, GHC == 7.10.2, GHC == 7.10.3
  , GHC == 7.8.1, GHC == 7.8.2, GHC == 7.8.3, GHC == 7.8.4
  , GHC == 7.6.1, GHC == 7.6.2, GHC == 7.6.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sql-words-0.1.4.1/src/Language/SQL/Keyword/Internal/Type.hs 
new/sql-words-0.1.5.0/src/Language/SQL/Keyword/Internal/Type.hs
--- old/sql-words-0.1.4.1/src/Language/SQL/Keyword/Internal/Type.hs 
2016-06-19 07:56:43.0 +0200
+++ new/sql-words-0.1.5.0/src/Language/SQL/Keyword/Internal/Type.hs 
2017-05-29 09:51:14.0 +0200
@@ -56,12 +56,15 @@
 -- | Type represent SQL keywords.
 data Keyword = SELECT | ALL | DISTINCT | ON
  | GROUP | COUNT | SUM | AVG | MAX | MIN | EVERY | ANY | SOME
- | ORDER | BY | ASC | DESC

commit ghc-simple-log for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-simple-log for openSUSE:Factory 
checked in at 2017-06-22 10:38:59

Comparing /work/SRC/openSUSE:Factory/ghc-simple-log (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-simple-log.new (New)


Package is "ghc-simple-log"

Thu Jun 22 10:38:59 2017 rev:3 rq:504102 version:0.5.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-simple-log/ghc-simple-log.changes
2017-03-14 10:05:57.217418687 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-simple-log.new/ghc-simple-log.changes   
2017-06-22 10:39:00.649314823 +0200
@@ -1,0 +2,5 @@
+Sat May 27 12:27:52 UTC 2017 - psim...@suse.com
+
+- Update to version 0.5.1 revision 1.
+
+---

New:

  simple-log.cabal



Other differences:
--
++ ghc-simple-log.spec ++
--- /var/tmp/diff_new_pack.5EkZh6/_old  2017-06-22 10:39:01.285225170 +0200
+++ /var/tmp/diff_new_pack.5EkZh6/_new  2017-06-22 10:39:01.289224607 +0200
@@ -25,6 +25,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#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-SafeSemaphore-devel
 BuildRequires:  ghc-async-devel
@@ -56,6 +57,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ simple-log.cabal ++
Name: simple-log
Version:  0.5.1
x-revision: 1
Synopsis: Simple log for Haskell
Description:  Log library for Haskell with removing unnecessary traces
License:  BSD3
License-file: LICENSE
Author:   Alexandr `Voidex` Ruchkin
Homepage: http://github.com/mvoidex/simple-log
Maintainer:   voi...@live.com
Category: Logging
Build-type:   Simple
Cabal-version:>= 1.6
Tested-with:  GHC == 7.6.1

source-repository head
  type: git
  location: git://github.com/mvoidex/simple-log.git

Library
  HS-Source-Dirs: src
  Build-Depends:
base >= 4.8 && < 5,
async >= 2.0 && < 3.0,
containers >= 0.5 && < 0.6,
deepseq >= 1.4 && < 1.5,
directory >= 1.2 && < 1.4,
exceptions >= 0.8 && < 0.9,
filepath >= 1.4 && < 1.5,
mtl >= 2.2 && < 2.3,
SafeSemaphore >= 0.9.0 && < 1.0.0,
text >= 0.11.0 && < 2.0.0,
time >= 1.5 && < 1.7,
transformers >= 0.4 && < 0.6
  Exposed-Modules:
System.Log.Simple
System.Log.Simple.Base
System.Log.Simple.Config
System.Log.Simple.Monad
System.Log.Simple.Text
System.Log.Simple.Console
System.Log.Simple.File

  Ghc-Options: -Wall



commit ghc-snap-server for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-snap-server for openSUSE:Factory 
checked in at 2017-06-22 10:39:02

Comparing /work/SRC/openSUSE:Factory/ghc-snap-server (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-snap-server.new (New)


Package is "ghc-snap-server"

Thu Jun 22 10:39:02 2017 rev:3 rq:504103 version:1.0.2.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-snap-server/ghc-snap-server.changes  
2017-06-04 01:58:53.964080388 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-snap-server.new/ghc-snap-server.changes 
2017-06-22 10:39:03.856862611 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:01:10 UTC 2017 - psim...@suse.com
+
+- Update to version 1.0.2.2 revision 1.
+
+---

New:

  snap-server.cabal



Other differences:
--
++ ghc-snap-server.spec ++
--- /var/tmp/diff_new_pack.LIj2XJ/_old  2017-06-22 10:39:04.604757170 +0200
+++ /var/tmp/diff_new_pack.LIj2XJ/_new  2017-06-22 10:39:04.608756607 +0200
@@ -26,6 +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#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-attoparsec-devel
 BuildRequires:  ghc-blaze-builder-devel
@@ -90,6 +91,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ snap-server.cabal ++
name:   snap-server
version:1.0.2.2
x-revision: 1
synopsis:   A web server for the Snap Framework
description:
  Snap is a simple and fast web development framework and server written in
  Haskell. For more information or to download the latest version, you can
  visit the Snap project website at .
  .
  The Snap HTTP server is a high performance web server library written in
  Haskell. Together with the @snap-core@ library upon which it depends, it
  provides a clean and efficient Haskell programming interface to the HTTP
  protocol.

license:BSD3
license-file:   LICENSE
author: Snap Framework Authors  (see CONTRIBUTORS)
maintainer: s...@snapframework.com
build-type: Simple
cabal-version:  >= 1.10
homepage:   http://snapframework.com/
category:   Web, Snap, IO-Streams

extra-source-files:
  CONTRIBUTORS,
  LICENSE,
  README.md,
  README.SNAP.md,
  test/bad_key.pem,
  test/cert.pem,
  test/dummy.txt,
  test/key.pem,
  testserver/static/hello.txt


Flag portable
  Description: Compile in cross-platform mode. No platform-specific code or
   optimizations such as C routines will be used.
  Default: False

Flag openssl
  Description: Enable https support using the HsOpenSSL library.
  Default: False
  Manual: True

Flag build-pong
  Description: Build a server that just returns "PONG"? Normally useful only
   for benchmarks.
  Default: False
  Manual: True

Flag build-testserver
  Description: Build the blackbox testserver?
  Default: False
  Manual: True

Flag debug
  Description: Enable support for debugging.
  Default: False
  Manual: True

Library
  hs-source-dirs:src
  Default-language:  Haskell2010

  exposed-modules:
Snap.Http.Server,
Snap.Http.Server.Config,
Snap.Http.Server.Types,
Snap.Internal.Http.Server.Config,
Snap.Internal.Http.Server.Types,
System.FastLogger

  other-modules:
Paths_snap_server,
Control.Concurrent.Extended,
Snap.Internal.Http.Server.Address,
Snap.Internal.Http.Server.Clock,
Snap.Internal.Http.Server.Common,
Snap.Internal.Http.Server.Date,
Snap.Internal.Http.Server.Parser,
Snap.Internal.Http.Server.Session,
Snap.Internal.Http.Server.Socket,
Snap.Internal.Http.Server.Thread,
Snap.Internal.Http.Server.TimeoutManager,
Snap.Internal.Http.Server.TLS

  build-depends:
attoparsec  >= 0.12 && < 0.14,
base>= 4&& < 5,
blaze-builder   >= 0.4  && < 0.5,
bytestring  >= 0.9.1&& < 0.11,
bytestring-builder  >= 0.10.4   && < 0.11,
case-insensitive>= 1.1  && < 1.3,
clock   >= 0.7.1&& < 0.8,
containers  >= 0.3  && < 0.6,
filepath>= 1.1  && < 2.0,
io-streams  >= 1.3  && < 1.5,
io-streams-haproxy  >= 1.0  && < 1.1,
lifted-base >= 

commit ghc-unfoldable for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-unfoldable for openSUSE:Factory 
checked in at 2017-06-22 10:39:25

Comparing /work/SRC/openSUSE:Factory/ghc-unfoldable (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-unfoldable.new (New)


Package is "ghc-unfoldable"

Thu Jun 22 10:39:25 2017 rev:2 rq:504115 version:0.9.3

Changes:

--- /work/SRC/openSUSE:Factory/ghc-unfoldable/ghc-unfoldable.changes
2017-04-14 13:33:36.086324082 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-unfoldable.new/ghc-unfoldable.changes   
2017-06-22 10:39:27.005598995 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:05:44 UTC 2017 - psim...@suse.com
+
+- Update to version 0.9.3.
+
+---

Old:

  unfoldable-0.9.2.tar.gz
  unfoldable.cabal

New:

  unfoldable-0.9.3.tar.gz



Other differences:
--
++ ghc-unfoldable.spec ++
--- /var/tmp/diff_new_pack.5VlfIS/_old  2017-06-22 10:39:27.649508213 +0200
+++ /var/tmp/diff_new_pack.5VlfIS/_new  2017-06-22 10:39:27.653507649 +0200
@@ -18,14 +18,13 @@
 
 %global pkg_name unfoldable
 Name:   ghc-%{pkg_name}
-Version:0.9.2
+Version:0.9.3
 Release:0
 Summary:Class of data structures that can be unfolded
 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-QuickCheck-devel
 BuildRequires:  ghc-containers-devel
@@ -61,7 +60,6 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ unfoldable-0.9.2.tar.gz -> unfoldable-0.9.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unfoldable-0.9.2/CHANGELOG.md 
new/unfoldable-0.9.3/CHANGELOG.md
--- old/unfoldable-0.9.2/CHANGELOG.md   2017-01-23 22:58:44.0 +0100
+++ new/unfoldable-0.9.3/CHANGELOG.md   2017-05-21 11:52:37.0 +0200
@@ -1,3 +1,11 @@
+0.9.3
+-
+* updated to `one-liner` 0.9
+
+0.9.2
+-
+* use one-liner for the generic implementation of `unfold`
+
 0.9.1
 -
 * added `Nth` unfolder
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unfoldable-0.9.2/src/Data/Unfoldable.hs 
new/unfoldable-0.9.3/src/Data/Unfoldable.hs
--- old/unfoldable-0.9.2/src/Data/Unfoldable.hs 2017-01-23 22:58:44.0 
+0100
+++ new/unfoldable-0.9.3/src/Data/Unfoldable.hs 2017-05-21 11:52:37.0 
+0200
@@ -12,7 +12,7 @@
 -
 {-# LANGUAGE CPP, Safe, TupleSections #-}
 #ifdef GENERICS
-{-# LANGUAGE TypeOperators, DefaultSignatures, FlexibleContexts #-}
+{-# LANGUAGE TypeOperators, DefaultSignatures, FlexibleContexts, 
TypeApplications #-}
 #endif
 module Data.Unfoldable
   (
@@ -93,7 +93,7 @@
 
 #ifdef GENERICS
   default unfold :: (ADT1 t, Constraints1 t Unfoldable, Unfolder f) => f a -> 
f (t a)
-  unfold = choose . getCompose . createA1 (For :: For Unfoldable) (Compose . 
return . unfold . foldr (<|>) empty . getCompose) . Compose . return
+  unfold = choose . getCompose . createA1 @Unfoldable (Compose . return . 
unfold . foldr (<|>) empty . getCompose) . Compose . return
 #endif
 
 -- | Unfold the structure, always using @()@ as elements.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unfoldable-0.9.2/unfoldable.cabal 
new/unfoldable-0.9.3/unfoldable.cabal
--- old/unfoldable-0.9.2/unfoldable.cabal   2017-01-23 22:58:44.0 
+0100
+++ new/unfoldable-0.9.3/unfoldable.cabal   2017-05-21 11:52:37.0 
+0200
@@ -1,5 +1,5 @@
 Name: unfoldable
-Version:  0.9.2
+Version:  0.9.3
 Synopsis: Class of data structures that can be unfolded.
 Description:  Just as there's a Foldable class, there should also be 
an Unfoldable class.
   .
@@ -46,7 +46,7 @@
 cpp-options:   -DGENERICS
 build-depends:
 ghc-prim >= 0.2
-  , one-liner>= 0.7 && < 0.8
+  , one-liner>= 0.9 && < 0.10
 
   Other-extensions:
   GeneralizedNewtypeDeriving




commit ghc-tagged-identity for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-tagged-identity for 
openSUSE:Factory checked in at 2017-06-22 10:39:11

Comparing /work/SRC/openSUSE:Factory/ghc-tagged-identity (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-tagged-identity.new (New)


Package is "ghc-tagged-identity"

Thu Jun 22 10:39:11 2017 rev:2 rq:504108 version:0.1.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-tagged-identity/ghc-tagged-identity.changes  
2017-04-12 18:09:17.472710115 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-tagged-identity.new/ghc-tagged-identity.changes 
2017-06-22 10:39:13.199545441 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:01:06 UTC 2017 - psim...@suse.com
+
+- Update to version 0.1.2.
+
+---

Old:

  tagged-identity-0.1.1.tar.gz

New:

  tagged-identity-0.1.2.tar.gz



Other differences:
--
++ ghc-tagged-identity.spec ++
--- /var/tmp/diff_new_pack.q4fO1T/_old  2017-06-22 10:39:13.859452405 +0200
+++ /var/tmp/diff_new_pack.q4fO1T/_new  2017-06-22 10:39:13.859452405 +0200
@@ -18,7 +18,7 @@
 
 %global pkg_name tagged-identity
 Name:   ghc-%{pkg_name}
-Version:0.1.1
+Version:0.1.2
 Release:0
 Summary:Trivial monad transformer that allows identical monad stacks 
have different types
 License:BSD-3-Clause

++ tagged-identity-0.1.1.tar.gz -> tagged-identity-0.1.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tagged-identity-0.1.1/CHANGELOG.md 
new/tagged-identity-0.1.2/CHANGELOG.md
--- old/tagged-identity-0.1.1/CHANGELOG.md  2016-11-03 16:27:54.0 
+0100
+++ new/tagged-identity-0.1.2/CHANGELOG.md  2017-05-23 15:10:30.0 
+0200
@@ -1,3 +1,7 @@
+## Tagged Identity 0.1.2
+
+* Minor documentation and metadata updates.
+
 ## Tagged Identity 0.1.1
 
 * Fixed badges in `README.md` file.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/tagged-identity-0.1.1/Control/Monad/Trans/Identity/Tagged.hs 
new/tagged-identity-0.1.2/Control/Monad/Trans/Identity/Tagged.hs
--- old/tagged-identity-0.1.1/Control/Monad/Trans/Identity/Tagged.hs
2016-11-02 20:34:19.0 +0100
+++ new/tagged-identity-0.1.2/Control/Monad/Trans/Identity/Tagged.hs
2017-05-23 14:45:40.0 +0200
@@ -1,18 +1,18 @@
 -- |
 -- Module  :  Control.Monad.Trans.Identity.Tagged
--- Copyright   :  © 2016 Mark Karpov
+-- Copyright   :  © 2016–2017 Mark Karpov
 -- License :  BSD 3 clause
 --
--- Maintainer  :  Mark Karpov 
+-- Maintainer  :  Mark Karpov 
 -- Stability   :  experimental
 -- Portability :  portable
 --
 -- The module provides a monad transformer that works just like 'IdentityT',
--- but can be tagged at type level. This allows to work with monad stacks as
--- usual, but you can make two identical monad stacks have different types.
--- The main application of this is, of course, the ability to have different
--- instances for otherwise the same stacks without having to do opaque
--- @newtype@ wrapping which is not handy with monad stacks.
+-- but can be tagged at the type level. This allows to work with monad
+-- stacks as usual, but you can make two identical monad stacks have
+-- different types. The main application of this is, of course, the ability
+-- to have different instances for otherwise the same stacks without having
+-- to do opaque @newtype@ wrapping which is not handy with monad stacks.
 
 {-# LANGUAGE CPP   #-}
 {-# LANGUAGE FlexibleInstances #-}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tagged-identity-0.1.1/LICENSE.md 
new/tagged-identity-0.1.2/LICENSE.md
--- old/tagged-identity-0.1.1/LICENSE.md2016-09-13 21:24:54.0 
+0200
+++ new/tagged-identity-0.1.2/LICENSE.md2017-01-27 21:19:33.0 
+0100
@@ -1,4 +1,4 @@
-Copyright © 2016 Mark Karpov
+Copyright © 2016–2017 Mark Karpov
 
 All rights reserved.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tagged-identity-0.1.1/README.md 
new/tagged-identity-0.1.2/README.md
--- old/tagged-identity-0.1.1/README.md 2016-11-02 20:22:46.0 +0100
+++ new/tagged-identity-0.1.2/README.md 2017-05-23 14:44:58.0 +0200
@@ -7,14 +7,14 @@
 [![Build 
Status](https://travis-ci.org/mrkkrp/tagged-identity.svg?branch=master)](https://travis-ci.org/mrkkrp/tagged-identity)
 
 The library provides a monad transformer that works just like `IdentityT`,
-but can be tagged at type level. This allows to work with monad stacks as
-usual, but you can make two identical monad stacks 

commit ghc-text-show-instances for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-text-show-instances for 
openSUSE:Factory checked in at 2017-06-22 10:39:21

Comparing /work/SRC/openSUSE:Factory/ghc-text-show-instances (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-text-show-instances.new (New)


Package is "ghc-text-show-instances"

Thu Jun 22 10:39:21 2017 rev:2 rq:504113 version:3.5

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-text-show-instances/ghc-text-show-instances.changes
  2017-05-09 18:01:29.051016133 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-text-show-instances.new/ghc-text-show-instances.changes
 2017-06-22 10:39:21.322400243 +0200
@@ -1,0 +2,5 @@
+Thu Jun  8 11:05:46 UTC 2017 - psim...@suse.com
+
+- Update to version 3.5 revision 1.
+
+---

New:

  text-show-instances.cabal



Other differences:
--
++ ghc-text-show-instances.spec ++
--- /var/tmp/diff_new_pack.girUNc/_old  2017-06-22 10:39:21.906317918 +0200
+++ /var/tmp/diff_new_pack.girUNc/_new  2017-06-22 10:39:21.906317918 +0200
@@ -26,6 +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#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-base-compat-devel
 BuildRequires:  ghc-bifunctors-devel
@@ -133,6 +134,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ text-show-instances.cabal ++
name:text-show-instances
version: 3.5
x-revision: 1
synopsis:Additional instances for text-show
description: @text-show-instances@ is a supplemental library to 
@text-show@
 that provides additional @Show@ instances for data types in
 common Haskell libraries and GHC dependencies that are not
 encompassed by @text-show@. Currently, 
@text-show-instances@
 covers these libraries:
 .
 * @@
 .
 * @@
 .
 * @@
 .
 * @@
 .
 * @@
 .
 * @@
 .
 * @@
 .
 * @@
 .
 * @@
 .
 * @@
 .
 * @@
 .
 * @@
 .
 * @@
 .
 * @@
 .
 * @@
 .
 * @@
 .
 * @@
 .
 * @@
 .
 * 
@@
 .
 * @@
 .
 * @@
 .
 * @

commit ghc-test-fixture for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-test-fixture for 
openSUSE:Factory checked in at 2017-06-22 10:39:16

Comparing /work/SRC/openSUSE:Factory/ghc-test-fixture (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-test-fixture.new (New)


Package is "ghc-test-fixture"

Thu Jun 22 10:39:16 2017 rev:2 rq:504111 version:0.5.0.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-test-fixture/ghc-test-fixture.changes
2017-05-10 20:47:45.390223403 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-test-fixture.new/ghc-test-fixture.changes   
2017-06-22 10:39:17.846890237 +0200
@@ -1,0 +2,5 @@
+Thu Jun  8 11:08:23 UTC 2017 - psim...@suse.com
+
+- Update to version 0.5.0.1.
+
+---

Old:

  test-fixture-0.5.0.0.tar.gz

New:

  test-fixture-0.5.0.1.tar.gz



Other differences:
--
++ ghc-test-fixture.spec ++
--- /var/tmp/diff_new_pack.7kQFd3/_old  2017-06-22 10:39:18.446805659 +0200
+++ /var/tmp/diff_new_pack.7kQFd3/_new  2017-06-22 10:39:18.446805659 +0200
@@ -19,7 +19,7 @@
 %global pkg_name test-fixture
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.5.0.0
+Version:0.5.0.1
 Release:0
 Summary:Test monadic side-effects
 License:BSD-3-Clause
@@ -27,7 +27,7 @@
 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
-BuildRequires:  ghc-data-default-devel
+BuildRequires:  ghc-data-default-class-devel
 BuildRequires:  ghc-haskell-src-exts-devel
 BuildRequires:  ghc-haskell-src-meta-devel
 BuildRequires:  ghc-mtl-devel
@@ -38,7 +38,6 @@
 %if %{with tests}
 BuildRequires:  ghc-hspec-devel
 BuildRequires:  ghc-hspec-discover-devel
-BuildRequires:  ghc-th-to-exp-devel
 BuildRequires:  ghc-transformers-devel
 %endif
 

++ test-fixture-0.5.0.0.tar.gz -> test-fixture-0.5.0.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/test-fixture-0.5.0.0/CHANGELOG.md 
new/test-fixture-0.5.0.1/CHANGELOG.md
--- old/test-fixture-0.5.0.0/CHANGELOG.md   2016-11-28 19:39:09.0 
+0100
+++ new/test-fixture-0.5.0.1/CHANGELOG.md   2017-06-03 02:15:27.0 
+0200
@@ -1,3 +1,7 @@
+# 0.5.0.1 (June 2, 2017)
+
+  - Fixed an issue where using `mkFixture` with a typeclass that used the 
`DefaultSignatures` extension caused an internal error 
([#30](https://github.com/cjdev/test-fixture/issues/30)).
+
 # 0.5.0.0 (November 28, 2016)
 
   - **Breaking**: `mkFixture` now supports constraints in the same form as a 
Haskell `deriving` clause, which permits “partially-applied” constraints. A new 
`ts` quasiquoter is provided for the purpose of writing a comma-separated list 
of Haskell types; see the documentation for more details 
([#25](https://github.com/cjdev/test-fixture/issues/25)).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/test-fixture-0.5.0.0/src/Control/Monad/TestFixture/TH/Internal.hs 
new/test-fixture-0.5.0.1/src/Control/Monad/TestFixture/TH/Internal.hs
--- old/test-fixture-0.5.0.0/src/Control/Monad/TestFixture/TH/Internal.hs   
2016-11-28 19:31:43.0 +0100
+++ new/test-fixture-0.5.0.1/src/Control/Monad/TestFixture/TH/Internal.hs   
2017-06-03 01:56:05.0 +0200
@@ -1,6 +1,7 @@
 {-# OPTIONS_HADDOCK hide, not-home #-}
 {-# LANGUAGE ConstraintKinds #-}
 {-# LANGUAGE CPP #-}
+{-# LANGUAGE LambdaCase #-}
 {-# LANGUAGE TemplateHaskell #-}
 {-# LANGUAGE TupleSections #-}
 
@@ -15,7 +16,7 @@
 import Control.Monad (join, replicateM, when, zipWithM)
 import Control.Monad.TestFixture (TestFixture, TestFixtureT, unimplemented)
 import Data.Char (isPunctuation, isSymbol)
-import Data.Default (Default(..))
+import Data.Default.Class (Default(..))
 import Data.List (foldl', nub, partition)
 import GHC.Exts (Constraint)
 import Language.Haskell.TH
@@ -130,9 +131,7 @@
   let instanceHead = AppT classType fixtureT
 
   classInfo <- reify (unappliedTypeName classType)
-  methods <- case classInfo of
-ClassI (ClassD _ _ _ _ methods) _ -> return methods
-_ -> fail $ "mkInstance: expected a class type, given " ++ show classType
+  methods <- classMethods classInfo
   funDecls <- traverse mkDictInstanceFunc methods
 
   return $ mkInstanceD [AppT (ConT ''Monad) mVar] instanceHead funDecls
@@ -175,8 +174,11 @@
   Given some 'Info' about a class, get its methods as 'SigD' declarations.
 -}
 classMethods :: MonadFail m => Info -> m [Dec]
-classMethods (ClassI (ClassD _ _ _ _ methods) _) = return methods
-classMethods other = fail $ "classMethods: expected a class name, given " ++ 

commit ghc-rest-types for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-rest-types for openSUSE:Factory 
checked in at 2017-06-22 10:38:42

Comparing /work/SRC/openSUSE:Factory/ghc-rest-types (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-rest-types.new (New)


Package is "ghc-rest-types"

Thu Jun 22 10:38:42 2017 rev:2 rq:504095 version:1.14.1.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-rest-types/ghc-rest-types.changes
2017-05-16 14:41:55.270393681 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-rest-types.new/ghc-rest-types.changes   
2017-06-22 10:38:45.163498058 +0200
@@ -1,0 +2,5 @@
+Sat May 27 12:27:52 UTC 2017 - psim...@suse.com
+
+- Update to version 1.14.1.1 revision 3.
+
+---



Other differences:
--
++ ghc-rest-types.spec ++
--- /var/tmp/diff_new_pack.xH6NAm/_old  2017-06-22 10:38:46.771271390 +0200
+++ /var/tmp/diff_new_pack.xH6NAm/_new  2017-06-22 10:38:46.775270827 +0200
@@ -25,7 +25,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/2.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-aeson-devel
 BuildRequires:  ghc-base-compat-devel

++ rest-types.cabal ++
--- /var/tmp/diff_new_pack.xH6NAm/_old  2017-06-22 10:38:46.823264061 +0200
+++ /var/tmp/diff_new_pack.xH6NAm/_new  2017-06-22 10:38:46.827263496 +0200
@@ -1,6 +1,6 @@
 name:rest-types
 version: 1.14.1.1
-x-revision: 2
+x-revision: 3
 description: Silk Rest Framework Types
 synopsis:Silk Rest Framework Types
 maintainer:  c...@silk.co
@@ -32,7 +32,7 @@
 Rest.Types.Void
   build-depends:
   base >= 4.6 && < 4.10
-, aeson >= 0.7 && < 1.2
+, aeson >= 0.7 && < 1.3
 , base-compat >= 0.8 && < 0.10
 , case-insensitive >= 1.2 && < 1.3
 , generic-aeson >= 0.1 && < 0.3




commit ghc-riak for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-riak for openSUSE:Factory 
checked in at 2017-06-22 10:38:46

Comparing /work/SRC/openSUSE:Factory/ghc-riak (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-riak.new (New)


Package is "ghc-riak"

Thu Jun 22 10:38:46 2017 rev:2 rq:504096 version:1.1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-riak/ghc-riak.changes2017-05-17 
10:48:57.444379363 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-riak.new/ghc-riak.changes   2017-06-22 
10:38:47.179213877 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:06:48 UTC 2017 - psim...@suse.com
+
+- Update to version 1.1.2.0.
+
+---

Old:

  riak-1.1.1.0.tar.gz

New:

  riak-1.1.2.0.tar.gz



Other differences:
--
++ ghc-riak.spec ++
--- /var/tmp/diff_new_pack.FGzLFj/_old  2017-06-22 10:38:47.759132120 +0200
+++ /var/tmp/diff_new_pack.FGzLFj/_new  2017-06-22 10:38:47.763131555 +0200
@@ -19,7 +19,7 @@
 %global pkg_name riak
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:1.1.1.0
+Version:1.1.2.0
 Release:0
 Summary:A Haskell client for the Riak decentralized data store
 License:Apache-2.0
@@ -28,6 +28,7 @@
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-aeson-devel
+BuildRequires:  ghc-async-devel
 BuildRequires:  ghc-attoparsec-devel
 BuildRequires:  ghc-binary-devel
 BuildRequires:  ghc-blaze-builder-devel
@@ -60,9 +61,12 @@
 BuildRequires:  ghc-HUnit-devel
 BuildRequires:  ghc-QuickCheck-devel
 BuildRequires:  ghc-mtl-devel
+BuildRequires:  ghc-process-devel
 BuildRequires:  ghc-tasty-devel
 BuildRequires:  ghc-tasty-hunit-devel
 BuildRequires:  ghc-tasty-quickcheck-devel
+BuildRequires:  ghc-template-haskell-devel
+BuildRequires:  ghc-yaml-devel
 %endif
 
 %description

++ riak-1.1.1.0.tar.gz -> riak-1.1.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/riak-1.1.1.0/Changes.md new/riak-1.1.2.0/Changes.md
--- old/riak-1.1.1.0/Changes.md 2016-10-05 04:16:54.0 +0200
+++ new/riak-1.1.2.0/Changes.md 2017-05-24 02:46:05.0 +0200
@@ -1,3 +1,6 @@
+* 1.1.2.0
+  - Fixes issue where exceptions were not handled properly with many threads 
(https://github.com/markhibberd/riak-haskell-client/pull/76)
+  - Add / delete indexes
 * 1.1.1.0
   - Fixes for 2 connection leaks on errors.
   - Bump upper bound on aeson to <1.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/riak-1.1.1.0/riak.cabal new/riak-1.1.2.0/riak.cabal
--- old/riak-1.1.1.0/riak.cabal 2016-10-05 04:16:54.0 +0200
+++ new/riak-1.1.2.0/riak.cabal 2017-05-24 02:46:05.0 +0200
@@ -1,5 +1,5 @@
 name:riak
-version: 1.1.1.0
+version: 1.1.2.0
 synopsis:A Haskell client for the Riak decentralized data store
 description:
   A Haskell client library for the Riak decentralized data
@@ -99,9 +99,10 @@
 Network.Riak.Tag
 
   build-depends:
-aeson >= 0.8  && < 1.1,
+aeson >= 0.8  && < 1.2,
+async >= 2.0.0.0  && < 2.2,
 attoparsec>= 0.12.1.6 && < 0.14,
-base  >= 3&& <5,
+base  >= 3&& < 5,
 binary,
 blaze-builder >= 0.3  && <= 0.5,
 bytestring,
@@ -142,32 +143,38 @@
 test-suite test
   type: exitcode-stdio-1.0
   main-is: Test.hs
-  hs-source-dirs: tests
-  ghc-options: -Wall
+  hs-source-dirs: tests, tests/dsl
+  ghc-options: -Wall -threaded
 
   if flag(test2i)
 cpp-options: -DTEST2I
 
   other-modules:
-Properties
 CRDTProperties
-Common
+Internal
+Utils
+Network.Riak.Admin.DSL
+Properties
 
   build-depends:
 base,
 riak,
 riak-protobuf,
+aeson,
 bytestring,
 containers,
 HUnit,
+process,
 QuickCheck,
 tasty,
 tasty-hunit,
 tasty-quickcheck,
+template-haskell,
 text,
 mtl>= 2.1,
 semigroups >= 0.16,
-data-default-class >= 0.0.1
+data-default-class >= 0.0.1,
+yaml   >= 0.8.19
 
 
 benchmark bench
@@ -180,6 +187,3 @@
 criterion   >= 1.1,
 bytestring  >= 0.10,
 semigroups  >= 0.16
-
-
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit ghc-servant-blaze for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-servant-blaze for 
openSUSE:Factory checked in at 2017-06-22 10:38:48

Comparing /work/SRC/openSUSE:Factory/ghc-servant-blaze (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-servant-blaze.new (New)


Package is "ghc-servant-blaze"

Thu Jun 22 10:38:48 2017 rev:2 rq:504097 version:0.7.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-servant-blaze/ghc-servant-blaze.changes  
2017-05-16 14:41:54.434511127 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-servant-blaze.new/ghc-servant-blaze.changes 
2017-06-22 10:38:49.382903197 +0200
@@ -1,0 +2,5 @@
+Sat May 27 12:27:53 UTC 2017 - psim...@suse.com
+
+- Update to version 0.7.1 revision 5.
+
+---



Other differences:
--
++ ghc-servant-blaze.spec ++
--- /var/tmp/diff_new_pack.BvUMP1/_old  2017-06-22 10:38:49.882832715 +0200
+++ /var/tmp/diff_new_pack.BvUMP1/_new  2017-06-22 10:38:49.886832151 +0200
@@ -25,7 +25,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/4.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/5.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-blaze-html-devel
 BuildRequires:  ghc-http-media-devel

++ servant-blaze.cabal ++
--- /var/tmp/diff_new_pack.BvUMP1/_old  2017-06-22 10:38:49.918827640 +0200
+++ /var/tmp/diff_new_pack.BvUMP1/_new  2017-06-22 10:38:49.922827077 +0200
@@ -3,7 +3,7 @@
 
 name:servant-blaze
 version: 0.7.1
-x-revision:  4
+x-revision:  5
 synopsis:Blaze-html support for servant
 -- description:
 homepage:http://haskell-servant.readthedocs.org/
@@ -27,7 +27,7 @@
   -- other-modules:
   -- other-extensions:
   build-depends:   base >=4.7 && <5
- , servant >=0.7 && <0.11
+ , servant >=0.7 && <0.12
  , http-media
  , blaze-html
   hs-source-dirs:  src




commit ghc-servant-yaml for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-servant-yaml for 
openSUSE:Factory checked in at 2017-06-22 10:38:54

Comparing /work/SRC/openSUSE:Factory/ghc-servant-yaml (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-servant-yaml.new (New)


Package is "ghc-servant-yaml"

Thu Jun 22 10:38:54 2017 rev:2 rq:504100 version:0.1.0.0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-servant-yaml/ghc-servant-yaml.changes
2017-05-16 14:41:28.902098542 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-servant-yaml.new/ghc-servant-yaml.changes   
2017-06-22 10:38:54.594168497 +0200
@@ -1,0 +2,5 @@
+Sat May 27 12:27:52 UTC 2017 - psim...@suse.com
+
+- Update to version 0.1.0.0 revision 15.
+
+---



Other differences:
--
++ ghc-servant-yaml.spec ++
--- /var/tmp/diff_new_pack.7HsRFt/_old  2017-06-22 10:38:55.046104782 +0200
+++ /var/tmp/diff_new_pack.7HsRFt/_new  2017-06-22 10:38:55.054103654 +0200
@@ -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/13.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/15.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-http-media-devel

++ servant-yaml.cabal ++
--- /var/tmp/diff_new_pack.7HsRFt/_old  2017-06-22 10:38:55.098097452 +0200
+++ /var/tmp/diff_new_pack.7HsRFt/_new  2017-06-22 10:38:55.098097452 +0200
@@ -1,6 +1,6 @@
 name:   servant-yaml
 version:0.1.0.0
-x-revision: 13
+x-revision: 15
 synopsis:   Servant support for yaml
 description:Servant support for yaml
 category:   Web
@@ -29,7 +29,7 @@
   base>=4.7  && <4.10
 , bytestring  >=0.10.4.0 && <0.11
 , http-media  >=0.6.2&& <0.7
-, servant >=0.4.4.5  && <0.11
+, servant >=0.4.4.5  && <0.12
 , yaml>=0.8.12   && <0.9
   exposed-modules:
   Servant.Yaml
@@ -43,14 +43,14 @@
   ghc-options: -Wall
   build-depends:
   base>=4.7  && <4.10
-, bytestring  >=0.10.4.0 && <0.11
-, http-media  >=0.6.2&& <0.7
-, servant >=0.4.4.5  && <0.11
-, yaml>=0.8.12   && <0.9
+, bytestring
+, http-media
+, servant
+, yaml
 , servant-yaml
-, servant-server >=0.4.4.5  && <0.11
+, servant-server >=0.4.4.5  && <0.12
 , base-compat>=0.6.0&& <0.10
-, aeson  >=0.8.0.2  && <1.2
+, aeson  >=0.8.0.2  && <1.3
 , wai>=3.0.3.0  && <3.3
 , warp   >=3.0.13.1 && <3.3
   default-language: Haskell2010




commit ghc-servant-lucid for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-servant-lucid for 
openSUSE:Factory checked in at 2017-06-22 10:38:49

Comparing /work/SRC/openSUSE:Factory/ghc-servant-lucid (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-servant-lucid.new (New)


Package is "ghc-servant-lucid"

Thu Jun 22 10:38:49 2017 rev:2 rq:504098 version:0.7.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-servant-lucid/ghc-servant-lucid.changes  
2017-05-16 14:41:26.826390187 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-servant-lucid.new/ghc-servant-lucid.changes 
2017-06-22 10:38:50.194788734 +0200
@@ -1,0 +2,5 @@
+Sat May 27 12:27:53 UTC 2017 - psim...@suse.com
+
+- Update to version 0.7.1 revision 5.
+
+---



Other differences:
--
++ ghc-servant-lucid.spec ++
--- /var/tmp/diff_new_pack.VFO2XB/_old  2017-06-22 10:38:52.218503425 +0200
+++ /var/tmp/diff_new_pack.VFO2XB/_new  2017-06-22 10:38:52.222502862 +0200
@@ -25,7 +25,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/4.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/5.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-http-media-devel
 BuildRequires:  ghc-lucid-devel

++ servant-lucid.cabal ++
--- /var/tmp/diff_new_pack.VFO2XB/_old  2017-06-22 10:38:52.266496660 +0200
+++ /var/tmp/diff_new_pack.VFO2XB/_new  2017-06-22 10:38:52.266496660 +0200
@@ -1,9 +1,6 @@
--- Initial servant-lucid.cabal generated by cabal init.  For further
--- documentation, see http://haskell.org/cabal/users-guide/
-
 name:servant-lucid
 version: 0.7.1
-x-revision:  4
+x-revision:  5
 synopsis:Servant support for lucid
 -- description:
 homepage:http://haskell-servant.readthedocs.org/
@@ -29,7 +26,7 @@
   build-depends:   base >=4.7 && <5
  , http-media
  , lucid
- , servant >=0.7 && <0.11
+ , servant >=0.7 && <0.12
   hs-source-dirs:  src
   default-language:Haskell2010
   include-dirs: include




commit ghc-one-liner for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-one-liner for openSUSE:Factory 
checked in at 2017-06-22 10:38:24

Comparing /work/SRC/openSUSE:Factory/ghc-one-liner (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-one-liner.new (New)


Package is "ghc-one-liner"

Thu Jun 22 10:38:24 2017 rev:3 rq:504090 version:0.9

Changes:

--- /work/SRC/openSUSE:Factory/ghc-one-liner/ghc-one-liner.changes  
2017-05-10 20:48:25.660541018 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-one-liner.new/ghc-one-liner.changes 
2017-06-22 10:38:25.458276128 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:01:12 UTC 2017 - psim...@suse.com
+
+- Update to version 0.9.
+
+---

Old:

  one-liner-0.8.1.tar.gz

New:

  one-liner-0.9.tar.gz



Other differences:
--
++ ghc-one-liner.spec ++
--- /var/tmp/diff_new_pack.cMqkIi/_old  2017-06-22 10:38:26.206170689 +0200
+++ /var/tmp/diff_new_pack.cMqkIi/_new  2017-06-22 10:38:26.206170689 +0200
@@ -17,8 +17,9 @@
 
 
 %global pkg_name one-liner
+%bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.8.1
+Version:0.9
 Release:0
 Summary:Constraint-based generics
 License:BSD-3-Clause
@@ -33,6 +34,9 @@
 BuildRequires:  ghc-tagged-devel
 BuildRequires:  ghc-transformers-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if %{with tests}
+BuildRequires:  ghc-HUnit-devel
+%endif
 
 %description
 Write short and concise generic instances of type classes. one-liner is
@@ -58,6 +62,9 @@
 %install
 %ghc_lib_install
 
+%check
+%cabal_test
+
 %post devel
 %ghc_pkg_recache
 

++ one-liner-0.8.1.tar.gz -> one-liner-0.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/one-liner-0.8.1/examples/defaultsignature.hs 
new/one-liner-0.9/examples/defaultsignature.hs
--- old/one-liner-0.8.1/examples/defaultsignature.hs2017-03-14 
08:52:54.0 +0100
+++ new/one-liner-0.9/examples/defaultsignature.hs  2017-05-11 
19:22:02.0 +0200
@@ -1,10 +1,11 @@
 {-# LANGUAGE
-  TypeOperators,
-  DeriveGeneric,
-  DeriveAnyClass,
-  ConstraintKinds,
-  FlexibleContexts,
-  DefaultSignatures 
+TypeOperators
+  , DeriveGeneric
+  , DeriveAnyClass
+  , ConstraintKinds
+  , FlexibleContexts
+  , TypeApplications
+  , DefaultSignatures
   #-}
 
 import GHC.Generics
@@ -18,7 +19,7 @@
   size :: t -> Int
 
   default size :: (ADT t, Constraints t Size) => t -> Int
-  size = succ . getSum . gfoldMap (For :: For Size) (Sum . size)
+  size = succ . getSum . gfoldMap @Size (Sum . size)
 
 instance Size Bool
 instance Size a => Size (Maybe a)
@@ -29,7 +30,7 @@
   enumAll :: [t]
 
   default enumAll :: (ADT t, Constraints t EnumAll) => [t]
-  enumAll = concat $ createA (For :: For EnumAll) [enumAll]
+  enumAll = createA @EnumAll enumAll
 
 instance EnumAll Bool
 instance EnumAll a => EnumAll (Maybe a)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/one-liner-0.8.1/examples/freevars.hs 
new/one-liner-0.9/examples/freevars.hs
--- old/one-liner-0.8.1/examples/freevars.hs2017-03-14 08:52:54.0 
+0100
+++ new/one-liner-0.9/examples/freevars.hs  2017-05-11 19:22:02.0 
+0200
@@ -1,6 +1,6 @@
 -- Another go at this problem:
 -- 
https://github.com/sjoerdvisscher/blog/blob/master/2012/2012-03-03%20how%20to%20work%20generically%20with%20mutually%20recursive%20datatypes.md
-{-# LANGUAGE TypeSynonymInstances, FlexibleInstances, FlexibleContexts, 
DeriveGeneric #-}
+{-# LANGUAGE TypeSynonymInstances, TypeApplications, FlexibleInstances, 
FlexibleContexts, DeriveGeneric #-}
 
 import GHC.Generics
 import Generics.OneLiner
@@ -22,7 +22,7 @@
   vars :: t -> [Var] -> ([Var], [Var])
 
 varsDefault :: (ADT t, Constraints t Vars) => t -> [Var] -> ([Var], [Var])
-varsDefault = gfoldMap (For :: For Vars) vars
+varsDefault = gfoldMap @Vars vars
 
 instance Vars Var where
   vars v = const ([], [v])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/one-liner-0.8.1/examples/freevars1.hs 
new/one-liner-0.9/examples/freevars1.hs
--- old/one-liner-0.8.1/examples/freevars1.hs   2017-03-14 08:52:54.0 
+0100
+++ new/one-liner-0.9/examples/freevars1.hs 2017-05-11 19:22:02.0 
+0200
@@ -1,6 +1,6 @@
 -- Another go at this problem:
 -- 
https://github.com/sjoerdvisscher/blog/blob/master/2012/2012-03-03%20how%20to%20work%20generically%20with%20mutually%20recursive%20datatypes.md
-{-# LANGUAGE FlexibleInstances, FlexibleContexts, DeriveGeneric, 
ScopedTypeVariables, MultiParamTypeClasses #-}
+{-# LANGUAGE FlexibleInstances, FlexibleContexts, DeriveGeneric, 
TypeApplications, 

commit ghc-plan-b for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-plan-b for openSUSE:Factory 
checked in at 2017-06-22 10:38:31

Comparing /work/SRC/openSUSE:Factory/ghc-plan-b (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-plan-b.new (New)


Package is "ghc-plan-b"

Thu Jun 22 10:38:31 2017 rev:2 rq:504093 version:0.2.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-plan-b/ghc-plan-b.changes2016-10-22 
13:17:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-plan-b.new/ghc-plan-b.changes   
2017-06-22 10:38:32.361302933 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:05:41 UTC 2017 - psim...@suse.com
+
+- Update to version 0.2.1.
+
+---

Old:

  plan-b-0.2.0.tar.gz

New:

  plan-b-0.2.1.tar.gz



Other differences:
--
++ ghc-plan-b.spec ++
--- /var/tmp/diff_new_pack.Tjaeyy/_old  2017-06-22 10:38:32.825237527 +0200
+++ /var/tmp/diff_new_pack.Tjaeyy/_new  2017-06-22 10:38:32.825237527 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-plan-b
 #
-# 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
@@ -19,15 +19,14 @@
 %global pkg_name plan-b
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.2.0
+Version:0.2.1
 Release:0
 Summary:Failure-tolerant file and directory editing
 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
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-exceptions-devel
 BuildRequires:  ghc-path-devel
 BuildRequires:  ghc-path-io-devel
@@ -37,7 +36,6 @@
 %if %{with tests}
 BuildRequires:  ghc-hspec-devel
 %endif
-# End cabal-rpm deps
 
 %description
 Failure-tolerant file and directory editing.
@@ -56,20 +54,14 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache

++ plan-b-0.2.0.tar.gz -> plan-b-0.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plan-b-0.2.0/CHANGELOG.md 
new/plan-b-0.2.1/CHANGELOG.md
--- old/plan-b-0.2.0/CHANGELOG.md   2016-02-27 08:21:51.0 +0100
+++ new/plan-b-0.2.1/CHANGELOG.md   2017-05-23 12:30:36.0 +0200
@@ -1,3 +1,9 @@
+## Plan B 0.2.1
+
+* Implement `Semigroup` instance for the `PgConfig` type.
+
+* Improved documentation and metadata.
+
 ## Plan B 0.2.0
 
 * Added `moveByRenaming` option to allow move files and directories by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plan-b-0.2.0/LICENSE.md new/plan-b-0.2.1/LICENSE.md
--- old/plan-b-0.2.0/LICENSE.md 2016-01-03 14:37:56.0 +0100
+++ new/plan-b-0.2.1/LICENSE.md 2017-01-27 21:19:27.0 +0100
@@ -1,4 +1,4 @@
-Copyright © 2016 Mark Karpov
+Copyright © 2016–2017 Mark Karpov
 
 All rights reserved.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plan-b-0.2.0/README.md new/plan-b-0.2.1/README.md
--- old/plan-b-0.2.0/README.md  2016-02-27 08:28:31.0 +0100
+++ new/plan-b-0.2.1/README.md  2017-05-23 10:54:20.0 +0200
@@ -3,6 +3,7 @@
 [![License 
BSD3](https://img.shields.io/badge/license-BSD3-brightgreen.svg)](http://opensource.org/licenses/BSD-3-Clause)
 
[![Hackage](https://img.shields.io/hackage/v/plan-b.svg?style=flat)](https://hackage.haskell.org/package/plan-b)
 [![Stackage 
Nightly](http://stackage.org/package/plan-b/badge/nightly)](http://stackage.org/nightly/package/plan-b)
+[![Stackage 
LTS](http://stackage.org/package/plan-b/badge/lts)](http://stackage.org/lts/package/plan-b)
 [![Build 
Status](https://travis-ci.org/mrkkrp/plan-b.svg?branch=master)](https://travis-ci.org/mrkkrp/plan-b)
 [![Coverage 
Status](https://coveralls.io/repos/mrkkrp/plan-b/badge.svg?branch=master=github)](https://coveralls.io/github/mrkkrp/plan-b?branch=master)
 
@@ -11,10 +12,9 @@
 
 ## Quick start
 
-The library allows to create and/or edit files, directories, and
-containers. By “container” we mean archive-like object that can contain
-representation of a directory inside it. Consequently, we have six functions
-available:
+The library allows to create and/or edit files, directories, and containers.
+By “container” we mean archive-like 

commit ghc-morte for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-morte for openSUSE:Factory 
checked in at 2017-06-22 10:38:15

Comparing /work/SRC/openSUSE:Factory/ghc-morte (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-morte.new (New)


Package is "ghc-morte"

Thu Jun 22 10:38:15 2017 rev:2 rq:504086 version:1.6.7

Changes:

--- /work/SRC/openSUSE:Factory/ghc-morte/ghc-morte.changes  2017-05-09 
18:15:23.709069190 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-morte.new/ghc-morte.changes 2017-06-22 
10:38:16.387554920 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:05:42 UTC 2017 - psim...@suse.com
+
+- Update to version 1.6.7.
+
+---

Old:

  morte-1.6.6.tar.gz

New:

  morte-1.6.7.tar.gz



Other differences:
--
++ ghc-morte.spec ++
--- /var/tmp/diff_new_pack.AqQF7s/_old  2017-06-22 10:38:17.151447227 +0200
+++ /var/tmp/diff_new_pack.AqQF7s/_new  2017-06-22 10:38:17.151447227 +0200
@@ -19,7 +19,7 @@
 %global pkg_name morte
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:1.6.6
+Version:1.6.7
 Release:0
 Summary:A bare-bones calculus of constructions
 License:BSD-3-Clause

++ morte-1.6.6.tar.gz -> morte-1.6.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/morte-1.6.6/dist/build/Morte/Lexer.hs 
new/morte-1.6.7/dist/build/Morte/Lexer.hs
--- old/morte-1.6.6/dist/build/Morte/Lexer.hs   2017-02-20 18:56:40.0 
+0100
+++ new/morte-1.6.7/dist/build/Morte/Lexer.hs   2017-05-27 01:29:15.0 
+0200
@@ -61,7 +61,10 @@
 alex_deflt :: AlexAddr
 alex_deflt = AlexA# 
"\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x2e\x00\x2e\x00\x30\x00\x30\x00\x32\x00\x32\x00\x34\x00\x34\x00\x36\x00\x36\x00\x38\x00\x38\x00\x3a\x00\x3a\x00\x3c\x00\x3c\x00\x40\x00\x40\x00\x44\x00\x44\x00\x48\x00\x48\x00\x4c\x00\x4c\x00\x50\x00\x50\x00\x54\x00\x54\x00\x58\x00\x58\x00\x5c\x00\x5c\x00\x5f\x00\x5f\x00\xff\xff\xff\xff\x66\x00\x66\x00\x97\x00\x97\x00\x97\x00\x97\x00\x96\x00\x96\x00\x96\x00\x96\x00\x95\x00\x95\x00\x95\x00\x95\x00\x8d\x00\x8d\x00\x8d\x00\x8d\x00\x88\x00\x88\x00\x88\x00\x88\x00\x87\x00\x87\x00\x87\x00\x87\x00\x86\x00\x86\x00\x86\x00\x85\x00\x85\x00\x85\x00\xff\xff\xff\xff\xff\xff\xff\xff\x69\x00\x69\x00\x69\x00\xff\xff\xff\xff\x69\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x85\x00\x86\x00\x87\x00\x88\x00\x8d\x00\x8d\x00\x8d\x00\x8d\x00\x8d\x00\x8d\x00\x8d\x00\x8d\x00\x8d\x00\x8d\x00\x86\x00\x85\x00\x95\x00\x96\x00\x97\x00"#
 
-alex_accept = listArray (0::Int,151) 
[AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccNone,AlexAccSkip,AlexAcc
 (alex_action_1),AlexAccSkip,AlexAcc (alex_action_3),AlexAcc 
(alex_action_4),AlexAcc (alex_action_5),AlexAcc (alex_action_6),AlexAcc 
(alex_action_7),AlexAcc (alex_action_8),AlexAcc (alex_action_8),AlexAcc 
(alex_action_9),AlexAcc (alex_action_10),AlexAcc (alex_action_10),AlexAcc 
(alex_action_11),AlexAcc (alex_action_11),AlexAcc (alex_action_12),AlexAcc 
(alex_action_12),AlexAcc (alex_action_12),AlexAcc (alex_action_12),AlexAcc 
(alex_action_12),AlexAcc (alex_action_12),AlexAcc (alex_action_12),AlexAcc 
(alex_action_12),AlexAcc (alex_action_12),AlexAcc 

commit ghc-network-uri for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-network-uri for openSUSE:Factory 
checked in at 2017-06-22 10:38:20

Comparing /work/SRC/openSUSE:Factory/ghc-network-uri (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-network-uri.new (New)


Package is "ghc-network-uri"

Thu Jun 22 10:38:20 2017 rev:4 rq:504088 version:2.6.1.0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-network-uri/ghc-network-uri.changes  
2016-07-21 08:14:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-network-uri.new/ghc-network-uri.changes 
2017-06-22 10:38:20.814930749 +0200
@@ -1,0 +2,5 @@
+Thu Jun  8 11:05:44 UTC 2017 - psim...@suse.com
+
+- Update to version 2.6.1.0 revision 1.
+
+---

New:

  network-uri.cabal



Other differences:
--
++ ghc-network-uri.spec ++
--- /var/tmp/diff_new_pack.U4MAN7/_old  2017-06-22 10:38:21.422845045 +0200
+++ /var/tmp/diff_new_pack.U4MAN7/_new  2017-06-22 10:38:21.426844481 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-network-uri
 #
-# 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
@@ -23,11 +23,11 @@
 Release:0
 Summary:URI manipulation
 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#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-deepseq-devel
 BuildRequires:  ghc-parsec-devel
 BuildRequires:  ghc-rpm-macros
@@ -38,21 +38,33 @@
 BuildRequires:  ghc-test-framework-hunit-devel
 BuildRequires:  ghc-test-framework-quickcheck2-devel
 %endif
-# End cabal-rpm deps
 
 %description
-This package provides an URI manipulation interface.
+This package provides facilities for parsing and unparsing URIs, and creating
+and resolving relative URI references, closely following the URI spec,
+.
+
+== Backward-compatibility
+
+In 'network-2.6' the "Network.URI" module was split off from the 'network'
+package into this package. If you're using the "Network.URI" module you can be
+backward compatible and automatically get it from the right package by using
+the  in your
+'.cabal' file's build-depends (along with dependencies for both 'network-uri'
+and 'network'):
 
-In network-2.6 the 'Network.URI' module was split off from the network package
-into this package. If you're using the 'Network.URI' module you can
-automatically get it from the right package by adding this to your .cabal file:
+> build-depends: > network-uri-flag == 0.1.*
+
+Or you can do the same manually by adding this boilerplate to your '.cabal'
+file:
 
 > flag network-uri > description: Get Network.URI from the network-uri package
 > default: True > > library > -- ... > if flag(network-uri) > build-depends:
 network-uri >= 2.6, network >= 2.6 > else > build-depends: network-uri < 2.6,
 network < 2.6
 
-That is, get the module from either network < 2.6 or from network-uri >= 2.6.
+That is, get the module from either 'network < 2.6' or from 'network-uri >=
+2.6'.
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
@@ -67,21 +79,16 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache

++ network-uri.cabal ++
name:network-uri
version: 2.6.1.0
x-revision: 1
synopsis:URI manipulation
description:
  This package provides facilities for parsing and unparsing URIs, and creating
  and resolving relative URI references, closely following the URI spec, 
  .
  .
  == Backward-compatibility
  .
  In @network-2.6@ the "Network.URI" module was split off from the
  @network@ package into this package. If you're using the "Network.URI"
  module you can be backward compatible and automatically get it from
  the right package by using the 
  
  in your @.cabal@ file's build-depends (along with dependencies for
  both @network-uri@ and @network@):
  .
  >  build-depends:
  > network-uri-flag == 0.1.*
  .
  Or you can do the same manually by adding 

commit ghc-machines for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-machines for openSUSE:Factory 
checked in at 2017-06-22 10:38:12

Comparing /work/SRC/openSUSE:Factory/ghc-machines (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-machines.new (New)


Package is "ghc-machines"

Thu Jun 22 10:38:12 2017 rev:2 rq:504085 version:0.6.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-machines/ghc-machines.changes
2017-05-09 18:09:44.544997151 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-machines.new/ghc-machines.changes   
2017-06-22 10:38:14.223859958 +0200
@@ -1,0 +2,5 @@
+Sat May 27 12:27:50 UTC 2017 - psim...@suse.com
+
+- Update to version 0.6.2 revision 1.
+
+---

New:

  machines.cabal



Other differences:
--
++ ghc-machines.spec ++
--- /var/tmp/diff_new_pack.hmvFQe/_old  2017-06-22 10:38:14.831774254 +0200
+++ /var/tmp/diff_new_pack.hmvFQe/_new  2017-06-22 10:38:14.835773690 +0200
@@ -26,6 +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#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-adjunctions-devel
 BuildRequires:  ghc-cabal-doctest-devel
@@ -65,6 +66,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ machines.cabal ++
name:  machines
category:  Control, Enumerator
version:   0.6.2
x-revision: 1
license:   BSD3
cabal-version: >= 1.10
license-file:  LICENSE
author:Edward A. Kmett, Rúnar Bjarnason, Josh Cough
maintainer:Edward A. Kmett 
stability: provisional
homepage:  http://github.com/ekmett/machines/
bug-reports:   http://github.com/ekmett/machines/issues
copyright: Copyright (C) 2012-2015 Edward A. Kmett
synopsis:  Networked stream transducers
description:
  Networked stream transducers
  .
  Rúnar Bjarnason's talk on machines can be downloaded from:
  
build-type:Custom
tested-with:   GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 
8.0.2, GHC == 8.2.1
extra-source-files:
  .travis.yml
  .gitignore
  .vim.custom
  config
  README.markdown
  CHANGELOG.markdown
  examples/LICENSE
  examples/machines-examples.cabal
  examples/*.hs

source-repository head
  type: git
  location: git://github.com/ekmett/machines.git

custom-setup
  setup-depends:
base  >= 4 && < 5,
Cabal,
cabal-doctest >= 1 && < 1.1

library
  build-depends:
adjunctions  >= 4.2   && < 5,
base >= 4.5   && < 5,
comonad  >= 3 && < 6,
containers   >= 0.3   && < 0.6,
distributive < 0.6,
pointed  >= 3 && < 6,
profunctors  >= 3 && < 6,
semigroupoids >= 5&& < 6,
semigroups   >= 0.8.3 && < 1,
transformers >= 0.3   && < 0.6,
transformers-compat >= 0.3,
mtl  >= 2 && < 2.3,
void >= 0.6.1 && < 1

  exposed-modules:
Data.Machine
Data.Machine.Is
Data.Machine.Fanout
Data.Machine.Lift
Data.Machine.Mealy
Data.Machine.MealyT
Data.Machine.Moore
Data.Machine.Process
Data.Machine.Plan
Data.Machine.Runner
Data.Machine.Source
Data.Machine.Stack
Data.Machine.Tee
Data.Machine.Type
Data.Machine.Wye
Data.Machine.Group
Data.Machine.Pipe

  default-language: Haskell2010
  other-extensions:
FlexibleInstances
GADTs
MultiParamTypeClasses
Rank2Types
UndecidableInstances

  ghc-options: -Wall -fwarn-tabs -O2 -fdicts-cheap -funbox-strict-fields
  hs-source-dirs: src

-- Verify the results of the examples
test-suite doctests
  type:exitcode-stdio-1.0
  main-is: doctests.hs
  default-language: Haskell2010
  build-depends:
base== 4.*,
doctest >= 0.11.1 && < 0.12
  ghc-options: -Wall -threaded
  hs-source-dirs: tests

benchmark benchmarks
  default-language: Haskell2010
  type: exitcode-stdio-1.0
  hs-source-dirs:   benchmarks
  main-is:  Benchmarks.hs
  ghc-options:  -O2 -rtsopts -threaded

  build-depends:
base== 4.*,
conduit >= 1.0   && < 1.3,
conduit-combinators >= 0.2.5 && < 1.2,
criterion   >= 0.6   && < 1.3,
machines,
mtl >= 2 && < 2.3,
pipes   >= 4 && < 4.4



commit ghc-network for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-network for openSUSE:Factory 
checked in at 2017-06-22 10:38:18

Comparing /work/SRC/openSUSE:Factory/ghc-network (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-network.new (New)


Package is "ghc-network"

Thu Jun 22 10:38:18 2017 rev:13 rq:504087 version:2.6.3.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-network/ghc-network.changes  2016-09-05 
21:20:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-network.new/ghc-network.changes 
2017-06-22 10:38:19.695088625 +0200
@@ -1,0 +2,5 @@
+Thu Jun  8 11:08:22 UTC 2017 - psim...@suse.com
+
+- Update to version 2.6.3.2 revision 1.
+
+---

Old:

  network-2.6.3.1.tar.gz

New:

  network-2.6.3.2.tar.gz
  network.cabal



Other differences:
--
++ ghc-network.spec ++
--- /var/tmp/diff_new_pack.cb1nzV/_old  2017-06-22 10:38:20.554967399 +0200
+++ /var/tmp/diff_new_pack.cb1nzV/_new  2017-06-22 10:38:20.558966834 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-network
 #
-# 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
@@ -19,13 +19,14 @@
 %global pkg_name network
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:2.6.3.1
+Version:2.6.3.2
 Release:0
 Summary:Low-level networking interface
 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-rpm-macros
@@ -65,6 +66,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ network-2.6.3.1.tar.gz -> network-2.6.3.2.tar.gz ++
 1940 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/network-2.6.3.1/CHANGELOG.md new/network-2.6.3.2/CHANGELOG.md
--- old/network-2.6.3.1/CHANGELOG.md2016-07-31 05:47:24.0 +0200
+++ new/network-2.6.3.2/CHANGELOG.md2017-05-30 22:10:33.0 +0200
@@ -1,3 +1,29 @@
+## Version 2.6.3.2
+
+ * Zero memory of `sockaddr_un` if abstract socket
+   [#220](https://github.com/haskell/network/pull/220)
+
+ * Improving error messages
+   [#232](https://github.com/haskell/network/pull/232)
+
+ * Allow non-blocking file descriptors via `setNonBlockIfNeeded`
+   [#242](https://github.com/haskell/network/pull/242)
+
+ * Update config.{guess,sub} to latest version
+   [#244](https://github.com/haskell/network/pull/244)
+
+ * Rename `my_inet_ntoa` to avoid symbol conflicts
+   [#228](https://github.com/haskell/network/pull/228)
+
+ * Test infrastructure improvements
+   [#219](https://github.com/haskell/network/pull/219)
+   [#217](https://github.com/haskell/network/pull/217)
+   [#218](https://github.com/haskell/network/pull/218)
+
+ * House keeping and cleanup
+   [#238](https://github.com/haskell/network/pull/238)
+   [#237](https://github.com/haskell/network/pull/237)
+
 ## Version 2.6.3.1
 
  * Reverse breaking exception change in `Network.Socket.ByteString.recv`
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/network-2.6.3.1/Network/BSD.hsc new/network-2.6.3.2/Network/BSD.hsc
--- old/network-2.6.3.1/Network/BSD.hsc 2016-07-31 05:47:24.0 +0200
+++ new/network-2.6.3.2/Network/BSD.hsc 2017-05-30 22:10:33.0 +0200
@@ -168,7 +168,7 @@
 serviceProtocol = s_proto
 })
 
-   poke _p = error "Storable.poke(BSD.ServiceEntry) not implemented"
+   poke = throwUnsupportedOperationPoke "ServiceEntry"
 
 
 -- | Get service by name.
@@ -178,7 +178,7 @@
 getServiceByName name proto = withLock $ do
  withCString name  $ \ cstr_name  -> do
  withCString proto $ \ 

commit ghc-nonce for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-nonce for openSUSE:Factory 
checked in at 2017-06-22 10:38:22

Comparing /work/SRC/openSUSE:Factory/ghc-nonce (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-nonce.new (New)


Package is "ghc-nonce"

Thu Jun 22 10:38:22 2017 rev:3 rq:504089 version:1.0.4

Changes:

--- /work/SRC/openSUSE:Factory/ghc-nonce/ghc-nonce.changes  2016-07-20 
09:28:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-nonce.new/ghc-nonce.changes 2017-06-22 
10:38:23.266585114 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:01:08 UTC 2017 - psim...@suse.com
+
+- Update to version 1.0.4.
+
+---

Old:

  1.cabal
  nonce-1.0.2.tar.gz

New:

  nonce-1.0.4.tar.gz



Other differences:
--
++ ghc-nonce.spec ++
--- /var/tmp/diff_new_pack.al2Spp/_old  2017-06-22 10:38:23.746517452 +0200
+++ /var/tmp/diff_new_pack.al2Spp/_new  2017-06-22 10:38:23.746517452 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-nonce
 #
-# 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,25 +18,21 @@
 
 %global pkg_name nonce
 Name:   ghc-%{pkg_name}
-Version:1.0.2
+Version:1.0.4
 Release:0
 Summary:Generate cryptographic nonces
 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
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-base64-bytestring-devel
 BuildRequires:  ghc-bytestring-devel
-BuildRequires:  ghc-cprng-aes-devel
-BuildRequires:  ghc-crypto-random-devel
+BuildRequires:  ghc-entropy-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel
 BuildRequires:  ghc-transformers-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 According to the Wikipedia, a nonce is an arbitrary number used only once in a
@@ -61,17 +57,13 @@
 
 %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
 

++ nonce-1.0.2.tar.gz -> nonce-1.0.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nonce-1.0.2/nonce.cabal new/nonce-1.0.4/nonce.cabal
--- old/nonce-1.0.2/nonce.cabal 2015-04-08 22:14:31.0 +0200
+++ new/nonce-1.0.4/nonce.cabal 2017-05-28 12:08:12.0 +0200
@@ -1,5 +1,5 @@
 name:nonce
-version: 1.0.2
+version: 1.0.4
 synopsis:Generate cryptographic nonces.
 homepage:https://github.com/prowdsponsor/nonce
 license: BSD3
@@ -28,13 +28,12 @@
   exposed-modules:
 Crypto.Nonce
   build-depends:
-  base  >= 4.5   && < 4.9
+  base  >= 4.5   && < 4.11
 , base64-bytestring == 1.0.*
 , bytestring>= 0.9
-, crypto-random == 0.0.*
-, cprng-aes >= 0.5   && < 0.7
 , text  >= 0.9
 , transformers  >= 0.2
+, entropy   >= 0.3.7 && < 0.4
   hs-source-dirs: src/
   default-language: Haskell2010
   ghc-options: -Wall
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nonce-1.0.2/src/Crypto/Nonce.hs 
new/nonce-1.0.4/src/Crypto/Nonce.hs
--- old/nonce-1.0.2/src/Crypto/Nonce.hs 2015-04-08 22:14:31.0 +0200
+++ new/nonce-1.0.4/src/Crypto/Nonce.hs 2017-05-28 12:08:12.0 +0200
@@ -32,21 +32,17 @@
 
 import Control.Monad (liftM)
 import Control.Monad.IO.Class (MonadIO, liftIO)
-import Data.Tuple (swap)
+import qualified System.Entropy as Entropy
 import Data.Typeable (Typeable)
 
-import qualified Crypto.Random as R
-import qualified Crypto.Random.AESCtr as AESCtr
 import qualified Data.ByteString as B
 import qualified Data.ByteString.Base64.URL as B64URL
-import qualified Data.IORef as I
 import qualified Data.Text as T
 import qualified Data.Text.Encoding as TE
 
 
 -- | An encapsulated nonce generator.
-data Generator =
-  G (I.IORef AESCtr.AESRNG)
+data Generator = G Entropy.CryptHandle
   deriving (Typeable)
 
 instance Show Generator where
@@ -55,12 +51,12 @@
 
 -- | Create a new nonce generator using the system entropy.
 new 

commit ghc-servant-swagger-ui for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-servant-swagger-ui for 
openSUSE:Factory checked in at 2017-06-22 10:38:52

Comparing /work/SRC/openSUSE:Factory/ghc-servant-swagger-ui (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-servant-swagger-ui.new (New)


Package is "ghc-servant-swagger-ui"

Thu Jun 22 10:38:52 2017 rev:2 rq:504099 version:0.2.3.2.2.8

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-servant-swagger-ui/ghc-servant-swagger-ui.changes
2017-05-17 10:55:45.494975870 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-servant-swagger-ui.new/ghc-servant-swagger-ui.changes
   2017-06-22 10:38:53.366341600 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:01:10 UTC 2017 - psim...@suse.com
+
+- Update to version 0.2.3.2.2.8.
+
+---

Old:

  servant-swagger-ui-0.2.2.2.2.8.tar.gz

New:

  servant-swagger-ui-0.2.3.2.2.8.tar.gz



Other differences:
--
++ ghc-servant-swagger-ui.spec ++
--- /var/tmp/diff_new_pack.QjKxHi/_old  2017-06-22 10:38:54.126234469 +0200
+++ /var/tmp/diff_new_pack.QjKxHi/_new  2017-06-22 10:38:54.130233904 +0200
@@ -19,7 +19,7 @@
 %global pkg_name servant-swagger-ui
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.2.2.2.2.8
+Version:0.2.3.2.2.8
 Release:0
 Summary:Servant swagger ui
 License:BSD-3-Clause

++ servant-swagger-ui-0.2.2.2.2.8.tar.gz -> 
servant-swagger-ui-0.2.3.2.2.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/servant-swagger-ui-0.2.2.2.2.8/CHANGELOG.md 
new/servant-swagger-ui-0.2.3.2.2.8/CHANGELOG.md
--- old/servant-swagger-ui-0.2.2.2.2.8/CHANGELOG.md 2017-02-02 
05:48:45.0 +0100
+++ new/servant-swagger-ui-0.2.3.2.2.8/CHANGELOG.md 2017-05-24 
13:36:17.0 +0200
@@ -1,3 +1,6 @@
+- 0.2.3.2.2.8
+- Support `servant-0.11`
+
 - 0.2.2.2.2.8
 - Support `servant-0.10`
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/servant-swagger-ui-0.2.2.2.2.8/README.md 
new/servant-swagger-ui-0.2.3.2.2.8/README.md
--- old/servant-swagger-ui-0.2.2.2.2.8/README.md2017-02-02 
05:48:45.0 +0100
+++ new/servant-swagger-ui-0.2.3.2.2.8/README.md2017-05-24 
13:36:17.0 +0200
@@ -1,6 +1,8 @@
 # servant-swagger-ui
 
-> Servant support for yaml
+*Provide a Swagger UI for your Servant API*
+
+"[Swagger UI](http://swagger.io/swagger-ui/) allows anyone — be it your 
development team or your end consumers — to visualize and interact with the 
API’s resources without having any of the implementation logic in place."
 
 [![Build 
Status](https://travis-ci.org/phadej/servant-swagger-ui.svg?branch=master)](https://travis-ci.org/phadej/servant-swagger-ui)
 
[![Hackage](https://img.shields.io/hackage/v/servant-swagger-ui.svg)](http://hackage.haskell.org/package/servant-swagger-ui)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/servant-swagger-ui-0.2.2.2.2.8/servant-swagger-ui.cabal 
new/servant-swagger-ui-0.2.3.2.2.8/servant-swagger-ui.cabal
--- old/servant-swagger-ui-0.2.2.2.2.8/servant-swagger-ui.cabal 2017-02-02 
05:48:45.0 +0100
+++ new/servant-swagger-ui-0.2.3.2.2.8/servant-swagger-ui.cabal 2017-05-24 
13:36:17.0 +0200
@@ -1,5 +1,5 @@
 name:   servant-swagger-ui
-version:0.2.2.2.2.8
+version:0.2.3.2.2.8
 synopsis:   Servant swagger ui
 description:Provide embedded swagger UI for servant and swagger (i.e. 
servant-swagger)
 category:   Web
@@ -140,9 +140,9 @@
 , file-embed>=0.0.9&& <0.1
 , filepath  >=1.3.0.2  && <1.5
 , http-media>=0.6.2&& <0.8
-, servant   >=0.4.4.5  && <0.11
+, servant   >=0.4.4.5  && <0.12
 , servant-blaze >=0.4.4.5  && <0.9
-, servant-server>=0.4.4.5  && <0.11
+, servant-server>=0.4.4.5  && <0.12
 , servant-swagger   >=1.0.3&& <1.2
 , swagger2  >=2.0.1&& <2.2
 , template-haskell  >=2.9  && <2.12
@@ -176,7 +176,7 @@
 , servant-swagger-ui
 , swagger2
 , text
-, aeson  >=0.8.0.2  && <1.2
+, aeson  >=0.8.0.2  && <1.3
 , base-compat>=0.6.0&& <0.10
 , lens   >=4.7.0.1  && <4.16
 , wai>=3.0.3.0  && <3.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/servant-swagger-ui-0.2.2.2.2.8/src/Servant/Swagger/UI.hs 
new/servant-swagger-ui-0.2.3.2.2.8/src/Servant/Swagger/UI.hs
--- old/servant-swagger-ui-0.2.2.2.2.8/src/Servant/Swagger/UI.hs
2017-02-02 05:48:45.0 +0100
+++ 

commit ghc-quickcheck-unicode for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-quickcheck-unicode for 
openSUSE:Factory checked in at 2017-06-22 10:38:38

Comparing /work/SRC/openSUSE:Factory/ghc-quickcheck-unicode (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-quickcheck-unicode.new (New)


Package is "ghc-quickcheck-unicode"

Thu Jun 22 10:38:38 2017 rev:2 rq:504094 version:1.0.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-quickcheck-unicode/ghc-quickcheck-unicode.changes
2016-11-15 17:57:32.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-quickcheck-unicode.new/ghc-quickcheck-unicode.changes
   2017-06-22 10:38:39.964231061 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:01:12 UTC 2017 - psim...@suse.com
+
+- Update to version 1.0.1.0.
+
+---

Old:

  quickcheck-unicode-1.0.0.1.tar.gz

New:

  quickcheck-unicode-1.0.1.0.tar.gz



Other differences:
--
++ ghc-quickcheck-unicode.spec ++
--- /var/tmp/diff_new_pack.Fk2adB/_old  2017-06-22 10:38:40.788114909 +0200
+++ /var/tmp/diff_new_pack.Fk2adB/_new  2017-06-22 10:38:40.788114909 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-quickcheck-unicode
 #
-# 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,19 +18,17 @@
 
 %global pkg_name quickcheck-unicode
 Name:   ghc-%{pkg_name}
-Version:1.0.0.1
+Version:1.0.1.0
 Release:0
 Summary:Generator and shrink functions for testing Unicode-related 
software
-License:BSD-3-Clause
-Group:  System/Libraries
+License:BSD-2-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
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-QuickCheck-devel
 BuildRequires:  ghc-rpm-macros
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 Generator and shrink functions for testing Unicode-related software.
@@ -50,15 +48,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++ quickcheck-unicode-1.0.0.1.tar.gz -> quickcheck-unicode-1.0.1.0.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/quickcheck-unicode-1.0.0.1/Test/QuickCheck/Unicode.hs 
new/quickcheck-unicode-1.0.1.0/Test/QuickCheck/Unicode.hs
--- old/quickcheck-unicode-1.0.0.1/Test/QuickCheck/Unicode.hs   2015-03-24 
21:24:39.0 +0100
+++ new/quickcheck-unicode-1.0.1.0/Test/QuickCheck/Unicode.hs   2017-05-21 
03:54:35.0 +0200
@@ -2,7 +2,7 @@
 
 -- |
 -- Module  : Test.QuickCheck.Unicode
--- Copyright   : (c) 2014 Bryan O'Sullivan
+-- Copyright   : (c) 2014-2017 Bryan O'Sullivan
 -- License : BSD-style
 -- Maintainer  : b...@serpentine.com
 -- Stability   : stable
@@ -28,9 +28,11 @@
 -- * Generators
 , char
 , string
+, string1
 
 -- ** Helpers
 , list
+, list1
 
 -- ** Basic generators
 , planes
@@ -74,11 +76,23 @@
 string :: Gen String
 string = list char
 
+-- | Generate a non-empty list of Unicode code points.
+string1 :: Gen String
+string1 = list char
+
 -- | Generate a list of values.
 list :: Gen a -> Gen [a]
-list gen =
+list gen = listN 0 gen
+
+-- | Generate a non-empty list of values.
+list1 :: Gen a -> Gen [a]
+list1 gen = listN 1 gen
+
+-- | Generate a list of at least /n/ values.
+listN :: Int -> Gen a -> Gen [a]
+listN m gen =
   sized $ \n ->
-do k <- choose (0,n)
+do k <- choose (m,n)
vectorOf k gen
 
 -- | Shrink a Unicode code point.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/quickcheck-unicode-1.0.0.1/quickcheck-unicode.cabal 
new/quickcheck-unicode-1.0.1.0/quickcheck-unicode.cabal
--- old/quickcheck-unicode-1.0.0.1/quickcheck-unicode.cabal 2015-03-24 
21:24:39.0 +0100
+++ new/quickcheck-unicode-1.0.1.0/quickcheck-unicode.cabal 2017-05-21 
03:54:35.0 +0200
@@ -1,16 +1,16 @@
 name:   quickcheck-unicode
-version:1.0.0.1
+version:1.0.1.0
 homepage:   https://github.com/bos/quickcheck-unicode
 bug-reports:https://github.com/bos/quickcheck-unicode/issues
 synopsis:   Generator and shrink functions for testing
 Unicode-related software.
 description:Generator and shrink 

commit ghc-pipes-extras for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-pipes-extras for 
openSUSE:Factory checked in at 2017-06-22 10:38:28

Comparing /work/SRC/openSUSE:Factory/ghc-pipes-extras (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-pipes-extras.new (New)


Package is "ghc-pipes-extras"

Thu Jun 22 10:38:28 2017 rev:5 rq:504092 version:1.0.10

Changes:

--- /work/SRC/openSUSE:Factory/ghc-pipes-extras/ghc-pipes-extras.changes
2017-05-06 18:28:51.141992645 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-pipes-extras.new/ghc-pipes-extras.changes   
2017-06-22 10:38:31.461429798 +0200
@@ -1,0 +2,5 @@
+Thu Jun  8 11:08:23 UTC 2017 - psim...@suse.com
+
+- Update to version 1.0.10.
+
+---

Old:

  pipes-extras-1.0.9.tar.gz

New:

  pipes-extras-1.0.10.tar.gz



Other differences:
--
++ ghc-pipes-extras.spec ++
--- /var/tmp/diff_new_pack.cbv9z1/_old  2017-06-22 10:38:32.129335636 +0200
+++ /var/tmp/diff_new_pack.cbv9z1/_new  2017-06-22 10:38:32.129335636 +0200
@@ -19,7 +19,7 @@
 %global pkg_name pipes-extras
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:1.0.9
+Version:1.0.10
 Release:0
 Summary:Extra utilities for pipes
 License:BSD-3-Clause

++ pipes-extras-1.0.9.tar.gz -> pipes-extras-1.0.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pipes-extras-1.0.9/pipes-extras.cabal 
new/pipes-extras-1.0.10/pipes-extras.cabal
--- old/pipes-extras-1.0.9/pipes-extras.cabal   2017-04-08 07:03:07.0 
+0200
+++ new/pipes-extras-1.0.10/pipes-extras.cabal  2017-05-31 23:44:15.0 
+0200
@@ -1,5 +1,5 @@
 Name: pipes-extras
-Version: 1.0.9
+Version: 1.0.10
 Cabal-Version: >=1.10
 Build-Type: Simple
 License: BSD3
@@ -21,7 +21,7 @@
 Build-Depends:
 base >= 4   && < 5  ,
 pipes>= 4.0 && < 4.4,
-foldl>= 1.0.1   && < 1.3,
+foldl>= 1.0.1   && < 1.4,
 transformers >= 0.2.0.0 && < 0.6
 Exposed-Modules: Pipes.Extras
 GHC-Options: -O2 -Wall




commit ghc-pipes for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-pipes for openSUSE:Factory 
checked in at 2017-06-22 10:38:26

Comparing /work/SRC/openSUSE:Factory/ghc-pipes (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-pipes.new (New)


Package is "ghc-pipes"

Thu Jun 22 10:38:26 2017 rev:8 rq:504091 version:4.3.4

Changes:

--- /work/SRC/openSUSE:Factory/ghc-pipes/ghc-pipes.changes  2017-06-04 
01:55:01.692894885 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-pipes.new/ghc-pipes.changes 2017-06-22 
10:38:27.949924853 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:05:44 UTC 2017 - psim...@suse.com
+
+- Update to version 4.3.4.
+
+---

Old:

  pipes-4.3.3.tar.gz

New:

  pipes-4.3.4.tar.gz



Other differences:
--
++ ghc-pipes.spec ++
--- /var/tmp/diff_new_pack.gK6yeW/_old  2017-06-22 10:38:28.569837458 +0200
+++ /var/tmp/diff_new_pack.gK6yeW/_new  2017-06-22 10:38:28.573836894 +0200
@@ -19,7 +19,7 @@
 %global pkg_name pipes
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:4.3.3
+Version:4.3.4
 Release:0
 Summary:Compositional pipelines
 License:BSD-3-Clause

++ pipes-4.3.3.tar.gz -> pipes-4.3.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pipes-4.3.3/CHANGELOG.md new/pipes-4.3.4/CHANGELOG.md
--- old/pipes-4.3.3/CHANGELOG.md2017-04-22 22:24:02.0 +0200
+++ new/pipes-4.3.4/CHANGELOG.md2017-05-22 04:47:02.0 +0200
@@ -1,5 +1,10 @@
+4.3.4
+
+* Increase upper bound on `mmorph`
+
 4.3.3
-* Make `X` a synonym for `Data.Void.Void`
+
+* Make `X` a synonym for `Data.Void.Void`
 
 4.3.2
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pipes-4.3.3/pipes.cabal new/pipes-4.3.4/pipes.cabal
--- old/pipes-4.3.3/pipes.cabal 2017-04-22 22:24:02.0 +0200
+++ new/pipes-4.3.4/pipes.cabal 2017-05-22 04:47:02.0 +0200
@@ -1,5 +1,5 @@
 Name: pipes
-Version: 4.3.3
+Version: 4.3.4
 Cabal-Version: >= 1.10
 Build-Type: Simple
 Tested-With: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC == 
8.0.1
@@ -49,7 +49,7 @@
 base >= 4.4 && < 5  ,
 transformers >= 0.2.0.0 && < 0.6,
 exceptions   >= 0.4 && < 0.9,
-mmorph   >= 1.0.0   && < 1.1,
+mmorph   >= 1.0.0   && < 1.2,
 mtl  >= 2.2.1   && < 2.3,
 void >= 0.4 && < 0.8
 




commit ghc-hspec-core for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-hspec-core for openSUSE:Factory 
checked in at 2017-06-22 10:37:51

Comparing /work/SRC/openSUSE:Factory/ghc-hspec-core (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-hspec-core.new (New)


Package is "ghc-hspec-core"

Thu Jun 22 10:37:51 2017 rev:4 rq:504076 version:2.4.3

Changes:

--- /work/SRC/openSUSE:Factory/ghc-hspec-core/ghc-hspec-core.changes
2017-04-14 13:38:11.931339803 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-hspec-core.new/ghc-hspec-core.changes   
2017-06-22 10:37:52.502922147 +0200
@@ -1,0 +2,5 @@
+Sat May 27 12:27:51 UTC 2017 - psim...@suse.com
+
+- Update to version 2.4.3 revision 1.
+
+---

New:

  hspec-core.cabal



Other differences:
--
++ ghc-hspec-core.spec ++
--- /var/tmp/diff_new_pack.KjMLx1/_old  2017-06-22 10:37:53.326805998 +0200
+++ /var/tmp/diff_new_pack.KjMLx1/_new  2017-06-22 10:37:53.330805434 +0200
@@ -26,6 +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#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-HUnit-devel
 BuildRequires:  ghc-QuickCheck-devel
@@ -69,6 +70,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ hspec-core.cabal ++
-- This file has been generated from package.yaml by hpack version 0.17.0.
--
-- see: https://github.com/sol/hpack

name: hspec-core
version:  2.4.3
x-revision: 1
license:  MIT
license-file: LICENSE
copyright:(c) 2011-2017 Simon Hengel,
  (c) 2011-2012 Trystan Spangler,
  (c) 2011 Greg Weber
maintainer:   Simon Hengel 
build-type:   Simple
cabal-version:>= 1.10
category: Testing
stability:experimental
bug-reports:  https://github.com/hspec/hspec/issues
homepage: http://hspec.github.io/
synopsis: A Testing Framework for Haskell
description:  This package exposes internal types and functions that can be 
used to extend Hspec's functionality.

source-repository head
  type: git
  location: https://github.com/hspec/hspec
  subdir: hspec-core

library
  hs-source-dirs:
  src
  vendor
  ghc-options: -Wall
  build-depends:
  base >= 4.5.0.0 && < 5
, random
, tf-random
, setenv
, ansi-terminal >= 0.5
, time
, transformers >= 0.2.2.0
, deepseq
, HUnit >= 1.2.5
, QuickCheck >= 2.5.1
, quickcheck-io < 0.2.0
, hspec-expectations == 0.8.2.*
, async >= 2
, call-stack
, directory
, filepath
, array
  exposed-modules:
  Test.Hspec.Core.Spec
  Test.Hspec.Core.Hooks
  Test.Hspec.Core.Runner
  Test.Hspec.Core.Formatters
  Test.Hspec.Core.QuickCheck
  Test.Hspec.Core.Util
  other-modules:
  Test.Hspec.Core.Compat
  Test.Hspec.Core.Config
  Test.Hspec.Core.Example
  Test.Hspec.Core.FailureReport
  Test.Hspec.Core.Formatters.Diff
  Test.Hspec.Core.Formatters.Free
  Test.Hspec.Core.Formatters.Internal
  Test.Hspec.Core.Formatters.Monad
  Test.Hspec.Core.Options
  Test.Hspec.Core.QuickCheckUtil
  Test.Hspec.Core.Runner.Eval
  Test.Hspec.Core.Spec.Monad
  Test.Hspec.Core.Timer
  Test.Hspec.Core.Tree
  Data.Algorithm.Diff
  Paths_hspec_core
  default-language: Haskell2010

test-suite spec
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  hs-source-dirs:
  src
  vendor
  test
  ghc-options: -Wall
  cpp-options: -DTEST
  build-depends:
  base >= 4.5.0.0 && < 5
, random
, tf-random
, setenv
, ansi-terminal >= 0.5
, time
, transformers >= 0.2.2.0
, deepseq
, HUnit >= 1.2.5
, QuickCheck >= 2.5.1
, quickcheck-io < 0.2.0
, hspec-expectations == 0.8.2.*
, async >= 2
, call-stack
, directory
, filepath
, array
, hspec-meta >= 2.3.2
, silently >= 1.2.4
, process
, temporary
  other-modules:
  Test.Hspec.Core.Compat
  Test.Hspec.Core.Config
  Test.Hspec.Core.Example
  Test.Hspec.Core.FailureReport
  Test.Hspec.Core.Formatters
  Test.Hspec.Core.Formatters.Diff
  Test.Hspec.Core.Formatters.Free
  Test.Hspec.Core.Formatters.Internal
  Test.Hspec.Core.Formatters.Monad
  Test.Hspec.Core.Hooks
  Test.Hspec.Core.Options
  Test.Hspec.Core.QuickCheck
  Test.Hspec.Core.QuickCheckUtil
  

commit ghc-identicon for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-identicon for openSUSE:Factory 
checked in at 2017-06-22 10:37:57

Comparing /work/SRC/openSUSE:Factory/ghc-identicon (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-identicon.new (New)


Package is "ghc-identicon"

Thu Jun 22 10:37:57 2017 rev:3 rq:504079 version:0.2.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-identicon/ghc-identicon.changes  
2017-05-10 20:48:14.442124008 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-identicon.new/ghc-identicon.changes 
2017-06-22 10:37:58.622059483 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:05:44 UTC 2017 - psim...@suse.com
+
+- Update to version 0.2.2 revision 1.
+
+---

Old:

  identicon-0.2.1.tar.gz

New:

  identicon-0.2.2.tar.gz
  identicon.cabal



Other differences:
--
++ ghc-identicon.spec ++
--- /var/tmp/diff_new_pack.W4EStB/_old  2017-06-22 10:37:59.857885259 +0200
+++ /var/tmp/diff_new_pack.W4EStB/_new  2017-06-22 10:37:59.861884695 +0200
@@ -19,13 +19,14 @@
 %global pkg_name identicon
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.2.1
+Version:0.2.2
 Release:0
 Summary:Flexible generation of identicons
 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-JuicyPixels-devel
 BuildRequires:  ghc-bytestring-devel
@@ -52,6 +53,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ identicon-0.2.1.tar.gz -> identicon-0.2.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/identicon-0.2.1/CHANGELOG.md 
new/identicon-0.2.2/CHANGELOG.md
--- old/identicon-0.2.1/CHANGELOG.md2017-03-28 07:56:52.0 +0200
+++ new/identicon-0.2.2/CHANGELOG.md2017-05-22 17:44:21.0 +0200
@@ -1,3 +1,7 @@
+## Identicon 0.2.2
+
+* Improved documentation and metadata.
+
 ## Identicon 0.2.1
 
 * Added `Semigroup` and `Monoid` instances for `Layer`.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/identicon-0.2.1/Graphics/Identicon/Primitive.hs 
new/identicon-0.2.2/Graphics/Identicon/Primitive.hs
--- old/identicon-0.2.1/Graphics/Identicon/Primitive.hs 2017-01-01 
11:58:15.0 +0100
+++ new/identicon-0.2.2/Graphics/Identicon/Primitive.hs 2017-05-22 
17:15:16.0 +0200
@@ -3,7 +3,7 @@
 -- Copyright   :  © 2016–2017 Mark Karpov
 -- License :  BSD 3 clause
 --
--- Maintainer  :  Mark Karpov 
+-- Maintainer  :  Mark Karpov 
 -- Stability   :  experimental
 -- Portability :  portable
 --
@@ -11,8 +11,8 @@
 -- identicon. Filling functions is where you start. They create color layers
 -- that occupy all available space. If you want to limit a layer in size,
 -- specify where this smaller part should be, take a look at the “Position,
--- size, and shape” section. It also contains a 'circle' combinator that
--- limits given filling is such a way that it forms a circle. Finally, we
+-- size, and shape” section. It also contains the 'circle' combinator that
+-- limits a given filling is such a way that it forms a circle. Finally, we
 -- have combinators that add symmetry to layers and other auxiliary
 -- functions.
 --
@@ -23,7 +23,7 @@
 -- > f :: Word8 -> Word8 -> Word8 -> Layer
 -- > f r g b = circle $ gradientLR id black (PixelRGB8 r g b)
 --
--- The function consumes 3 bytes from hash when it's used in identicon.
+-- The function consumes 3 bytes from a hash when it's used in identicon.
 
 module Graphics.Identicon.Primitive
   ( -- * Filling
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/identicon-0.2.1/Graphics/Identicon.hs 
new/identicon-0.2.2/Graphics/Identicon.hs
--- old/identicon-0.2.1/Graphics/Identicon.hs   2017-03-28 08:11:09.0 
+0200
+++ new/identicon-0.2.2/Graphics/Identicon.hs   2017-05-22 17:14:12.0 
+0200
@@ -3,13 +3,13 @@
 -- Copyright   :  © 2016–2017 Mark Karpov
 -- License :  BSD 3 clause
 --
--- Maintainer  :  Mark Karpov 
+-- Maintainer  :  Mark Karpov 
 -- Stability   :  experimental
 -- Portability :  portable
 --
 -- Core types and definitions for flexible generation of identicons. Please
--- see the "Graphics.Identicon.Primitive" 

commit ghc-io-streams-haproxy for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-io-streams-haproxy for 
openSUSE:Factory checked in at 2017-06-22 10:38:01

Comparing /work/SRC/openSUSE:Factory/ghc-io-streams-haproxy (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-io-streams-haproxy.new (New)


Package is "ghc-io-streams-haproxy"

Thu Jun 22 10:38:01 2017 rev:3 rq:504081 version:1.0.0.1

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-io-streams-haproxy/ghc-io-streams-haproxy.changes
2017-05-24 16:51:53.293708192 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-io-streams-haproxy.new/ghc-io-streams-haproxy.changes
   2017-06-22 10:38:04.689204146 +0200
@@ -1,0 +2,5 @@
+Sat May 27 12:27:50 UTC 2017 - psim...@suse.com
+
+- Update to version 1.0.0.1 revision 2.
+
+---



Other differences:
--
++ ghc-io-streams-haproxy.spec ++
--- /var/tmp/diff_new_pack.GHAwpq/_old  2017-06-22 10:38:05.341112241 +0200
+++ /var/tmp/diff_new_pack.GHAwpq/_new  2017-06-22 10:38:05.341112241 +0200
@@ -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#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-attoparsec-devel
 BuildRequires:  ghc-bytestring-devel

++ io-streams-haproxy.cabal ++
--- /var/tmp/diff_new_pack.GHAwpq/_old  2017-06-22 10:38:05.381106602 +0200
+++ /var/tmp/diff_new_pack.GHAwpq/_new  2017-06-22 10:38:05.381106602 +0200
@@ -1,6 +1,6 @@
 name:io-streams-haproxy
 version: 1.0.0.1
-x-revision: 1
+x-revision: 2
 synopsis:HAProxy protocol 1.5 support for io-streams
 
 description: HAProxy protocol version 1.5 support (see
@@ -36,7 +36,7 @@
   other-modules: System.IO.Streams.Network.Internal.Address
   c-sources: cbits/byteorder.c
 
-  build-depends: base  >= 4.5 && < 4.10,
+  build-depends: base  >= 4.5 && < 4.11,
  attoparsec>= 0.7 && < 0.14,
  bytestring>= 0.9 && < 0.11,
  io-streams>= 1.3 && < 1.5,




commit ghc-jose for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-jose for openSUSE:Factory 
checked in at 2017-06-22 10:38:05

Comparing /work/SRC/openSUSE:Factory/ghc-jose (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-jose.new (New)


Package is "ghc-jose"

Thu Jun 22 10:38:05 2017 rev:2 rq:504082 version:0.5.0.4

Changes:

--- /work/SRC/openSUSE:Factory/ghc-jose/ghc-jose.changes2017-05-09 
18:15:53.400873374 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-jose.new/ghc-jose.changes   2017-06-22 
10:38:05.501089687 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:01:07 UTC 2017 - psim...@suse.com
+
+- Update to version 0.5.0.4.
+
+---

Old:

  jose-0.5.0.3.tar.gz

New:

  jose-0.5.0.4.tar.gz



Other differences:
--
++ ghc-jose.spec ++
--- /var/tmp/diff_new_pack.l2A7UH/_old  2017-06-22 10:38:06.097005676 +0200
+++ /var/tmp/diff_new_pack.l2A7UH/_new  2017-06-22 10:38:06.097005676 +0200
@@ -19,7 +19,7 @@
 %global pkg_name jose
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.5.0.3
+Version:0.5.0.4
 Release:0
 Summary:Javascript Object Signing and Encryption and JSON Web Token 
library
 License:Apache-2.0

++ jose-0.5.0.3.tar.gz -> jose-0.5.0.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jose-0.5.0.3/jose.cabal new/jose-0.5.0.4/jose.cabal
--- old/jose-0.5.0.3/jose.cabal 2017-04-22 08:57:47.0 +0200
+++ new/jose-0.5.0.4/jose.cabal 2017-05-28 15:15:58.0 +0200
@@ -1,5 +1,5 @@
 name:jose
-version: 0.5.0.3
+version: 0.5.0.4
 synopsis:
   Javascript Object Signing and Encryption and JSON Web Token library
 description:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jose-0.5.0.3/src/Crypto/JOSE/JWA/JWK.hs 
new/jose-0.5.0.4/src/Crypto/JOSE/JWA/JWK.hs
--- old/jose-0.5.0.3/src/Crypto/JOSE/JWA/JWK.hs 2017-04-22 08:55:30.0 
+0200
+++ new/jose-0.5.0.4/src/Crypto/JOSE/JWA/JWK.hs 2017-05-28 15:15:51.0 
+0200
@@ -388,7 +388,7 @@
   (Types.Base64Integer e)
   (Just (RSAPrivateKeyParameters (Types.Base64Integer d) opt)))
   | isJust (opt >>= rsaOth) = Left OtherPrimesNotSupported
-  | size < 2048 `div` 8 = Left KeySizeTooSmall
+  | n < 2 ^ (2040 :: Integer) = Left KeySizeTooSmall
   | otherwise = Right $
 RSA.PrivateKey (RSA.PublicKey size n e) d
   (opt' rsaP) (opt' rsaQ) (opt' rsaDp) (opt' rsaDq) (opt' rsaQi)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jose-0.5.0.3/src/Crypto/JOSE/JWK.hs 
new/jose-0.5.0.4/src/Crypto/JOSE/JWK.hs
--- old/jose-0.5.0.3/src/Crypto/JOSE/JWK.hs 2017-04-22 08:56:10.0 
+0200
+++ new/jose-0.5.0.4/src/Crypto/JOSE/JWK.hs 2017-05-28 15:15:51.0 
+0200
@@ -197,9 +197,9 @@
 P_521 -> JWA.JWS.ES512
   RSAKeyMaterial k ->
 let
-  Types.SizedBase64Integer size _ = view rsaN k
+  Types.SizedBase64Integer _ n = view rsaN k
 in
-  if size >= 2048 `div` 8
+  if n >= 2 ^ (2040 :: Integer)
   then pure JWA.JWS.PS512
   else throwError (review _KeySizeTooSmall ())
   OctKeyMaterial (OctKeyParameters { octK = Types.Base64Octets k })




commit ghc-lackey for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-lackey for openSUSE:Factory 
checked in at 2017-06-22 10:38:07

Comparing /work/SRC/openSUSE:Factory/ghc-lackey (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-lackey.new (New)


Package is "ghc-lackey"

Thu Jun 22 10:38:07 2017 rev:2 rq:504083 version:0.4.3

Changes:

--- /work/SRC/openSUSE:Factory/ghc-lackey/ghc-lackey.changes2017-05-16 
14:40:37.869268821 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-lackey.new/ghc-lackey.changes   
2017-06-22 10:38:08.300695002 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:01:12 UTC 2017 - psim...@suse.com
+
+- Update to version 0.4.3.
+
+---

Old:

  lackey-0.4.2.tar.gz

New:

  lackey-0.4.3.tar.gz



Other differences:
--
++ ghc-lackey.spec ++
--- /var/tmp/diff_new_pack.rcBORn/_old  2017-06-22 10:38:08.956602533 +0200
+++ /var/tmp/diff_new_pack.rcBORn/_new  2017-06-22 10:38:08.960601968 +0200
@@ -19,7 +19,7 @@
 %global pkg_name lackey
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.4.2
+Version:0.4.3
 Release:0
 Summary:Generate Ruby clients from Servant APIs
 License:MIT

++ lackey-0.4.2.tar.gz -> lackey-0.4.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lackey-0.4.2/lackey.cabal 
new/lackey-0.4.3/lackey.cabal
--- old/lackey-0.4.2/lackey.cabal   2017-02-01 15:03:11.0 +0100
+++ new/lackey-0.4.3/lackey.cabal   2017-05-25 02:37:01.0 +0200
@@ -1,9 +1,9 @@
--- This file has been generated from package.yaml by hpack version 0.15.0.
+-- This file has been generated from package.yaml by hpack version 0.17.0.
 --
 -- see: https://github.com/sol/hpack
 
 name:   lackey
-version:0.4.2
+version:0.4.3
 synopsis:   Generate Ruby clients from Servant APIs.
 description:Lackey generates Ruby clients from Servant APIs.
 category:   Web
@@ -31,7 +31,7 @@
   ghc-options: -Wall
   build-depends:
   base >=4.8 && <4.10
-, servant >=0.8 && <0.11
+, servant >=0.8 && <0.12
 , servant-foreign >=0.8 && <0.11
 , text >=1.2 && <1.3
   exposed-modules:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lackey-0.4.2/package.yaml 
new/lackey-0.4.3/package.yaml
--- old/lackey-0.4.2/package.yaml   2017-02-01 14:58:30.0 +0100
+++ new/lackey-0.4.3/package.yaml   2017-05-25 02:35:08.0 +0200
@@ -11,7 +11,7 @@
 library:
   dependencies:
   - base >=4.8 && <4.10
-  - servant >=0.8 && <0.11
+  - servant >=0.8 && <0.12
   - servant-foreign >=0.8 && <0.11
   - text >=1.2 && <1.3
   source-dirs: library
@@ -34,4 +34,4 @@
 - -with-rtsopts=-N
 source-dirs: test-suite
 main: Main.hs
-version: '0.4.2'
+version: '0.4.3'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lackey-0.4.2/stack.yaml new/lackey-0.4.3/stack.yaml
--- old/lackey-0.4.2/stack.yaml 2017-02-01 14:58:30.0 +0100
+++ new/lackey-0.4.3/stack.yaml 2017-05-25 02:35:08.0 +0200
@@ -1 +1 @@
-resolver: nightly-2016-09-21
+resolver: lts-8.0




commit ghc-lifted-base for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-lifted-base for openSUSE:Factory 
checked in at 2017-06-22 10:38:09

Comparing /work/SRC/openSUSE:Factory/ghc-lifted-base (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-lifted-base.new (New)


Package is "ghc-lifted-base"

Thu Jun 22 10:38:09 2017 rev:8 rq:504084 version:0.2.3.11

Changes:

--- /work/SRC/openSUSE:Factory/ghc-lifted-base/ghc-lifted-base.changes  
2017-03-14 10:05:29.741309303 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-lifted-base.new/ghc-lifted-base.changes 
2017-06-22 10:38:09.244561936 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:05:42 UTC 2017 - psim...@suse.com
+
+- Update to version 0.2.3.11.
+
+---

Old:

  lifted-base-0.2.3.10.tar.gz

New:

  lifted-base-0.2.3.11.tar.gz



Other differences:
--
++ ghc-lifted-base.spec ++
--- /var/tmp/diff_new_pack.lkbAqQ/_old  2017-06-22 10:38:09.848476797 +0200
+++ /var/tmp/diff_new_pack.lkbAqQ/_new  2017-06-22 10:38:09.856475669 +0200
@@ -19,7 +19,7 @@
 %global pkg_name lifted-base
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.2.3.10
+Version:0.2.3.11
 Release:0
 Summary:Lifted IO operations from the base library
 License:BSD-3-Clause

++ lifted-base-0.2.3.10.tar.gz -> lifted-base-0.2.3.11.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lifted-base-0.2.3.10/lifted-base.cabal 
new/lifted-base-0.2.3.11/lifted-base.cabal
--- old/lifted-base-0.2.3.10/lifted-base.cabal  2017-02-14 00:04:17.0 
+0100
+++ new/lifted-base-0.2.3.11/lifted-base.cabal  2017-05-27 16:31:00.0 
+0200
@@ -1,5 +1,5 @@
 Name:lifted-base
-Version: 0.2.3.10
+Version: 0.2.3.11
 Synopsis:lifted IO operations from the base library
 License: BSD3
 License-file:LICENSE
@@ -90,6 +90,6 @@
   build-depends: lifted-base
, base  >= 3   && < 5
, transformers  >= 0.2 && < 0.6
-   , criterion >= 1   && < 1.2
+   , criterion >= 1   && < 1.3
, monad-control >= 0.3 && < 1.1
, monad-peel>= 0.1 && < 0.3




commit ghc-haskell-src-meta for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-haskell-src-meta for 
openSUSE:Factory checked in at 2017-06-22 10:37:41

Comparing /work/SRC/openSUSE:Factory/ghc-haskell-src-meta (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-haskell-src-meta.new (New)


Package is "ghc-haskell-src-meta"

Thu Jun 22 10:37:41 2017 rev:2 rq:504072 version:0.7.0.1

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-haskell-src-meta/ghc-haskell-src-meta.changes
2017-05-09 18:04:32.901036057 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-haskell-src-meta.new/ghc-haskell-src-meta.changes
   2017-06-22 10:37:42.336355403 +0200
@@ -1,0 +2,5 @@
+Thu Jun  8 11:05:46 UTC 2017 - psim...@suse.com
+
+- Update to version 0.7.0.1 revision 1.
+
+---

New:

  haskell-src-meta.cabal



Other differences:
--
++ ghc-haskell-src-meta.spec ++
--- /var/tmp/diff_new_pack.kIW8wK/_old  2017-06-22 10:37:43.048255042 +0200
+++ /var/tmp/diff_new_pack.kIW8wK/_new  2017-06-22 10:37:43.048255042 +0200
@@ -25,6 +25,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#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-haskell-src-exts-devel
 BuildRequires:  ghc-pretty-devel
@@ -52,6 +53,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ haskell-src-meta.cabal ++
name:   haskell-src-meta
version:0.7.0.1
x-revision: 1
cabal-version:  >= 1.6
build-type: Simple
license:BSD3
license-file:   LICENSE
category:   Language, Template Haskell
author: Matt Morrow
copyright:  (c) Matt Morrow
maintainer: Ben Millwood 
bug-reports:https://github.com/bmillwood/haskell-src-meta/issues
-- That is to say, "builds with". It's not like we have a testsuite.
tested-with:GHC == 7.6.3, GHC == 7.8.3, GHC == 7.10.3, GHC == 8.0.1
synopsis:   Parse source to template-haskell abstract syntax.
description:The translation from haskell-src-exts abstract syntax
to template-haskell abstract syntax isn't 100% complete yet.

extra-source-files: ChangeLog README.md examples/*.hs

library
  build-depends:   base >= 4.6 && < 4.10,
   haskell-src-exts >= 1.17 && < 1.19,
   pretty >= 1.0 && < 1.2,
   syb >= 0.1 && < 0.7,
   template-haskell >= 2.8 && < 2.12,
   th-orphans >= 0.9.1 && < 0.14

  extensions:  CPP,
   RankNTypes,
   StandaloneDeriving,
   TemplateHaskell,
   TypeSynonymInstances,
   FlexibleContexts,
   FlexibleInstances,
   DeriveDataTypeable,
   PatternGuards
  hs-source-dirs:  src
  exposed-modules: Language.Haskell.Meta
   Language.Haskell.Meta.Parse
   Language.Haskell.Meta.Parse.Careful
   Language.Haskell.Meta.Syntax.Translate
   Language.Haskell.TH.Instances.Lift
   Language.Haskell.Meta.Utils

source-repository head
  type: git
  location: git://github.com/bmillwood/haskell-src-meta.git




commit ghc-interpolate for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-interpolate for openSUSE:Factory 
checked in at 2017-06-22 10:37:59

Comparing /work/SRC/openSUSE:Factory/ghc-interpolate (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-interpolate.new (New)


Package is "ghc-interpolate"

Thu Jun 22 10:37:59 2017 rev:2 rq:504080 version:0.1.0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-interpolate/ghc-interpolate.changes  
2017-05-16 14:40:23.839240072 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-interpolate.new/ghc-interpolate.changes 
2017-06-22 10:38:00.617778130 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:05:42 UTC 2017 - psim...@suse.com
+
+- Update to version 0.1.0 revision 1.
+
+---

New:

  interpolate.cabal



Other differences:
--
++ ghc-interpolate.spec ++
--- /var/tmp/diff_new_pack.dt1O1g/_old  2017-06-22 10:38:01.341676076 +0200
+++ /var/tmp/diff_new_pack.dt1O1g/_new  2017-06-22 10:38:01.345675512 +0200
@@ -26,6 +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#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-haskell-src-meta-devel
 BuildRequires:  ghc-rpm-macros
@@ -55,6 +56,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ interpolate.cabal ++
name: interpolate
version:  0.1.0
x-revision: 1
license:  MIT
license-file: LICENSE
copyright:(c) 2013 Simon Hengel
author:   Simon Hengel 
maintainer:   Simon Hengel 
build-type:   Simple
cabal-version:>= 1.8
category: Data, Text
stability:experimental
synopsis: String interpolation done right
description:  String interpolation done right

source-repository head
  type: git
  location: https://github.com/sol/interpolate

library
  ghc-options:
  -Wall
  hs-source-dirs:
  src
  exposed-modules:
  Data.String.Interpolate
  Data.String.Interpolate.IsString
  Data.String.Interpolate.Util
  other-modules:
  Data.String.Interpolate.Internal.Util
  Data.String.Interpolate.Parse
  Data.String.Interpolate.Compat
  build-depends:
  base== 4.*
, template-haskell
, haskell-src-meta < 0.8

test-suite spec
  type:
  exitcode-stdio-1.0
  ghc-options:
  -Wall
  hs-source-dirs:
  src, test
  main-is:
  Spec.hs
  build-depends:
  base== 4.*
, template-haskell
, haskell-src-meta < 0.8

, text
, bytestring
, hspec >= 1.5
, QuickCheck
, quickcheck-instances



commit ghc-here for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-here for openSUSE:Factory 
checked in at 2017-06-22 10:37:44

Comparing /work/SRC/openSUSE:Factory/ghc-here (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-here.new (New)


Package is "ghc-here"

Thu Jun 22 10:37:44 2017 rev:2 rq:504073 version:1.2.11

Changes:

--- /work/SRC/openSUSE:Factory/ghc-here/ghc-here.changes2017-05-16 
14:40:04.469961490 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-here.new/ghc-here.changes   2017-06-22 
10:37:46.015836681 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:01:13 UTC 2017 - psim...@suse.com
+
+- Update to version 1.2.11.
+
+---

Old:

  here-1.2.9.tar.gz

New:

  here-1.2.11.tar.gz



Other differences:
--
++ ghc-here.spec ++
--- /var/tmp/diff_new_pack.qo8kxb/_old  2017-06-22 10:37:46.535763383 +0200
+++ /var/tmp/diff_new_pack.qo8kxb/_new  2017-06-22 10:37:46.535763383 +0200
@@ -18,7 +18,7 @@
 
 %global pkg_name here
 Name:   ghc-%{pkg_name}
-Version:1.2.9
+Version:1.2.11
 Release:0
 Summary:Here docs & interpolated strings via quasiquotation
 License:BSD-3-Clause

++ here-1.2.9.tar.gz -> here-1.2.11.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/here-1.2.9/here.cabal new/here-1.2.11/here.cabal
--- old/here-1.2.9/here.cabal   2016-10-19 05:23:03.0 +0200
+++ new/here-1.2.11/here.cabal  2017-05-29 22:02:34.0 +0200
@@ -1,5 +1,5 @@
 name: here
-version: 1.2.9
+version: 1.2.11
 synopsis: Here docs & interpolated strings via quasiquotation
 description: Here docs & interpolated strings via quasiquotation
 license: BSD3
@@ -25,8 +25,8 @@
   other-modules:
 Data.String.Here.Internal
   build-depends:
-base >= 4.5 && < 4.10,
-haskell-src-meta >= 0.6 && < 0.8,
+base >= 4.5 && < 4.11,
+haskell-src-meta >= 0.6 && < 0.9,
 mtl >=2.1 && < 2.3,
 parsec ==3.1.*,
 template-haskell




commit ghc-explicit-exception for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-explicit-exception for 
openSUSE:Factory checked in at 2017-06-22 10:37:24

Comparing /work/SRC/openSUSE:Factory/ghc-explicit-exception (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-explicit-exception.new (New)


Package is "ghc-explicit-exception"

Thu Jun 22 10:37:24 2017 rev:2 rq:504065 version:0.1.9

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-explicit-exception/ghc-explicit-exception.changes
2016-11-01 09:51:37.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-explicit-exception.new/ghc-explicit-exception.changes
   2017-06-22 10:37:25.202770830 +0200
@@ -1,0 +2,5 @@
+Thu Jun  8 11:08:23 UTC 2017 - psim...@suse.com
+
+- Update to version 0.1.9.
+
+---

Old:

  explicit-exception-0.1.8.tar.gz

New:

  explicit-exception-0.1.9.tar.gz



Other differences:
--
++ ghc-explicit-exception.spec ++
--- /var/tmp/diff_new_pack.uhRksu/_old  2017-06-22 10:37:25.850679491 +0200
+++ /var/tmp/diff_new_pack.uhRksu/_new  2017-06-22 10:37:25.854678928 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-explicit-exception
 #
-# 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,20 +18,18 @@
 
 %global pkg_name explicit-exception
 Name:   ghc-%{pkg_name}
-Version:0.1.8
+Version:0.1.9
 Release:0
 Summary:Exceptions which are explicit in the type signature
 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
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-deepseq-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-transformers-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 Synchronous and Asynchronous exceptions which are explicit in the type
@@ -52,10 +50,7 @@
 Library (partially intended for unqualified use) I have tried to adopt it for
 this library, in order to let Haskell programmers get accustomed easily to it.
 
-To do: Because many people requested it, we will provide a 'bracket' function
-that frees a resource both when an exception and an error occurs, that is, it
-combines exception handling and debugging. However note that freeing resources
-in case of an error is dangerous and may cause further damage.
+See also: 'unexceptionalio'.
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
@@ -72,15 +67,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++ explicit-exception-0.1.8.tar.gz -> explicit-exception-0.1.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/explicit-exception-0.1.8/explicit-exception.cabal 
new/explicit-exception-0.1.9/explicit-exception.cabal
--- old/explicit-exception-0.1.8/explicit-exception.cabal   2016-01-10 
22:37:45.0 +0100
+++ new/explicit-exception-0.1.9/explicit-exception.cabal   2017-06-03 
10:16:11.0 +0200
@@ -1,5 +1,5 @@
 Name: explicit-exception
-Version:  0.1.8
+Version:  0.1.9
 License:  BSD3
 License-File: LICENSE
 Author:   Henning Thielemann 
@@ -28,13 +28,7 @@
I have tried to adopt it for this library,
in order to let Haskell programmers get accustomed easily to it.
.
-   To do:
-   Because many people requested it,
-   we will provide a @bracket@ function that frees a resource
-   both when an exception and an error occurs,
-   that is, it combines exception handling and debugging.
-   However note that freeing resources in case of an error is dangerous
-   and may cause further damage.
+   See also: @unexceptionalio@
 Tested-With:   GHC==6.8.2
 Tested-With:   GHC==7.4.2, GHC==7.6.1, GHC==7.8.2
 Tested-With:   GHC==8.0.1
@@ -48,7 +42,7 @@
 Source-Repository this
   type: darcs
   location: http://code.haskell.org/explicit-exception/
-  tag:  0.1.8
+  tag:  0.1.9
 
 Flag buildTests
   description: Build executables that demonstrate some space leaks
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit ghc-hexml for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-hexml for openSUSE:Factory 
checked in at 2017-06-22 10:37:46

Comparing /work/SRC/openSUSE:Factory/ghc-hexml (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-hexml.new (New)


Package is "ghc-hexml"

Thu Jun 22 10:37:46 2017 rev:2 rq:504074 version:0.3.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-hexml/ghc-hexml.changes  2017-04-12 
18:06:51.597336371 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-hexml.new/ghc-hexml.changes 2017-06-22 
10:37:47.415639341 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:05:42 UTC 2017 - psim...@suse.com
+
+- Update to version 0.3.2.
+
+---

Old:

  hexml-0.3.1.tar.gz

New:

  hexml-0.3.2.tar.gz



Other differences:
--
++ ghc-hexml.spec ++
--- /var/tmp/diff_new_pack.RnTdKh/_old  2017-06-22 10:37:48.083545181 +0200
+++ /var/tmp/diff_new_pack.RnTdKh/_new  2017-06-22 10:37:48.087544617 +0200
@@ -19,7 +19,7 @@
 %global pkg_name hexml
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.3.1
+Version:0.3.2
 Release:0
 Summary:XML subset DOM parser
 License:BSD-3-Clause

++ hexml-0.3.1.tar.gz -> hexml-0.3.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hexml-0.3.1/CHANGES.txt new/hexml-0.3.2/CHANGES.txt
--- old/hexml-0.3.1/CHANGES.txt 2016-12-27 21:50:38.0 +0100
+++ new/hexml-0.3.2/CHANGES.txt 2017-05-22 20:49:06.0 +0200
@@ -1,5 +1,7 @@
 Changelog for Hexml
 
+0.3.2
+#10, mark the small fast FFI calls as "unsafe" (up to 10x faster)
 0.3.1
 #9, don't walk off the end of the character table
 0.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hexml-0.3.1/LICENSE new/hexml-0.3.2/LICENSE
--- old/hexml-0.3.1/LICENSE 2016-12-27 21:50:38.0 +0100
+++ new/hexml-0.3.2/LICENSE 2017-05-22 20:49:06.0 +0200
@@ -1,4 +1,4 @@
-Copyright Neil Mitchell 2016.
+Copyright Neil Mitchell 2017.
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hexml-0.3.1/README.md new/hexml-0.3.2/README.md
--- old/hexml-0.3.1/README.md   2016-12-27 21:50:38.0 +0100
+++ new/hexml-0.3.2/README.md   2017-05-22 20:49:06.0 +0200
@@ -9,3 +9,5 @@
 The name "hexml" is a combination of "Hex" (a curse) and "XML". The "X" should 
not be capitalised because the parser is more curse and less XML.
 
 Hexml may be suitable if you want to quickly parse XML, from known sources, 
and a full XML parser has been shown to be a bottleneck. As an alternative to 
hexml, which supports things like entities but is still pretty fast, see 
[Pugixml](http://pugixml.org/) (with a [Haskell 
binding](https://hackage.haskell.org/package/pugixml)).
+
+Hexml is tested with [AFL](http://lcamtuf.coredump.cx/afl/).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hexml-0.3.1/hexml.cabal new/hexml-0.3.2/hexml.cabal
--- old/hexml-0.3.1/hexml.cabal 2016-12-27 21:50:38.0 +0100
+++ new/hexml-0.3.2/hexml.cabal 2017-05-22 20:49:06.0 +0200
@@ -1,19 +1,19 @@
 cabal-version:  >= 1.18
 build-type: Simple
 name:   hexml
-version:0.3.1
+version:0.3.2
 license:BSD3
 license-file:   LICENSE
 category:   XML
 author: Neil Mitchell 
 maintainer: Neil Mitchell 
-copyright:  Neil Mitchell 2016
+copyright:  Neil Mitchell 2017
 synopsis:   XML subset DOM parser
 description:
 An XML DOM-style parser, that only parses a subset of XML, but is designed 
to be fast.
 homepage:   https://github.com/ndmitchell/hexml#readme
 bug-reports:https://github.com/ndmitchell/hexml/issues
-tested-with:GHC==8.0.1, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3
+tested-with:GHC==8.0.2, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3
 extra-doc-files:
 README.md
 CHANGES.txt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hexml-0.3.1/src/Main.hs new/hexml-0.3.2/src/Main.hs
--- old/hexml-0.3.1/src/Main.hs 2016-12-27 21:50:38.0 +0100
+++ new/hexml-0.3.2/src/Main.hs 2017-05-22 20:49:06.0 +0200
@@ -22,7 +22,7 @@
 
 main :: IO ()
 main = do
-forM_ examples $ \(parses, src) -> do
+forM_ examples $ \(parses, src) ->
 case parse src of
 Left err -> when parses $ fail $ "Unexpected parse failure, " ++ 
show err
 Right doc -> do
diff -urN 

commit ghc-clash-prelude for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-clash-prelude for 
openSUSE:Factory checked in at 2017-06-22 10:37:11

Comparing /work/SRC/openSUSE:Factory/ghc-clash-prelude (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-clash-prelude.new (New)


Package is "ghc-clash-prelude"

Thu Jun 22 10:37:11 2017 rev:2 rq:504061 version:0.11.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-clash-prelude/ghc-clash-prelude.changes  
2017-05-16 14:40:56.694623806 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-clash-prelude.new/ghc-clash-prelude.changes 
2017-06-22 10:37:13.192463982 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:01:06 UTC 2017 - psim...@suse.com
+
+- Update to version 0.11.2 revision 1.
+
+---

New:

  clash-prelude.cabal



Other differences:
--
++ ghc-clash-prelude.spec ++
--- /var/tmp/diff_new_pack.DhKfYQ/_old  2017-06-22 10:37:13.808377154 +0200
+++ /var/tmp/diff_new_pack.DhKfYQ/_new  2017-06-22 10:37:13.808377154 +0200
@@ -26,6 +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#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-QuickCheck-devel
 BuildRequires:  ghc-array-devel
@@ -98,6 +99,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ clash-prelude.cabal ++
Name: clash-prelude
Version:  0.11.2
x-revision: 1
Synopsis: CAES Language for Synchronous Hardware - Prelude library
Description:
  CλaSH (pronounced ‘clash’) is a functional hardware description language that
  borrows both its syntax and semantics from the functional programming language
  Haskell. The CλaSH compiler transforms these high-level descriptions to
  low-level synthesizable VHDL, Verilog, or SystemVerilog.
  .
  Features of CλaSH:
  .
  * Strongly typed, but with a very high degree of type inference, enabling both
safe and fast prototyping using concise descriptions.
  .
  * Interactive REPL: load your designs in an interpreter and easily test all
your component without needing to setup a test bench.
  .
  * Higher-order functions, with type inference, result in designs that are
fully parametric by default.
  .
  * Synchronous sequential circuit design based on streams of values, called
@Signal@s, lead to natural descriptions of feedback loops.
  .
  * Support for multiple clock domains, with type safe clock domain crossing.
  .
  .
  This package provides:
  .
  * Prelude library containing datatypes and functions for circuit design
  .
  To use the library:
  .
  * Import "CLaSH.Prelude"
  .
  * Additionally import "CLaSH.Prelude.Explicit" if you want to design
explicitly clocked circuits in a multi-clock setting
  .
  A preliminary version of a tutorial can be found in "CLaSH.Tutorial", for a
  general overview of the library you should however check out "CLaSH.Prelude".
  Some circuit examples can be found in "CLaSH.Examples".
Homepage: http://www.clash-lang.org/
bug-reports:  http://github.com/clash-lang/clash-prelude/issues
License:  BSD2
License-file: LICENSE
Author:   Christiaan Baaij
Maintainer:   Christiaan Baaij 
Copyright:Copyright © 2013-2016, University of Twente,
  2017, QBayLogic
Category: Hardware
Build-type:   Simple

Extra-source-files:   README.md
  CHANGELOG.md
  AUTHORS.md

extra-doc-files:  doc/*.svg

Cabal-version:>=1.10

source-repository head
  type: git
  location: https://github.com/clash-lang/clash-prelude.git

flag doctests
  description:
You can disable testing with doctests using `-f-doctests`.
  default: True
  manual: True

flag benchmarks
  description:
You can disable testing with benchmarks using `-f-benchmarks`.
  default: True
  manual: True

flag doclinks
  description:
Create hyperlinks to non-dependent packages using `-fdoclinks`.
  default: False
  manual: True

Library
  HS-Source-Dirs: src

  default-language:   Haskell2010
  ghc-options:-Wall -fexpose-all-unfoldings

  Exposed-modules:CLaSH.Annotations.TopEntity
  CLaSH.Annotations.Primitive

  CLaSH.Class.BitPack
  CLaSH.Class.Num
  CLaSH.Class.Resize

  CLaSH.NamedTypes

commit ghc-hackernews for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-hackernews for openSUSE:Factory 
checked in at 2017-06-22 10:37:33

Comparing /work/SRC/openSUSE:Factory/ghc-hackernews (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-hackernews.new (New)


Package is "ghc-hackernews"

Thu Jun 22 10:37:33 2017 rev:2 rq:504069 version:1.1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-hackernews/ghc-hackernews.changes
2017-05-10 20:44:55.346217256 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-hackernews.new/ghc-hackernews.changes   
2017-06-22 10:37:35.609303760 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:06:47 UTC 2017 - psim...@suse.com
+
+- Update to version 1.1.2.0.
+
+---

Old:

  hackernews-1.1.1.0.tar.gz

New:

  hackernews-1.1.2.0.tar.gz



Other differences:
--
++ ghc-hackernews.spec ++
--- /var/tmp/diff_new_pack.seAMHJ/_old  2017-06-22 10:37:36.201220314 +0200
+++ /var/tmp/diff_new_pack.seAMHJ/_new  2017-06-22 10:37:36.205219750 +0200
@@ -19,7 +19,7 @@
 %global pkg_name hackernews
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:1.1.1.0
+Version:1.1.2.0
 Release:0
 Summary:API for Hacker News
 License:MIT

++ hackernews-1.1.1.0.tar.gz -> hackernews-1.1.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hackernews-1.1.1.0/README.md 
new/hackernews-1.1.2.0/README.md
--- old/hackernews-1.1.1.0/README.md2016-10-24 03:46:43.0 +0200
+++ new/hackernews-1.1.2.0/README.md2017-05-25 07:43:53.0 +0200
@@ -8,7 +8,7 @@
 
 Hacker News API for Haskell
 
-###Documentation
+### Documentation
 
 
 Now it supports GHCJS and can be used in the browser! Just install it using:
@@ -16,7 +16,7 @@
 cabal install --ghcjs
 ```
 
-###Tests
+### Tests
 ```bash
 cabal configure && cabal test
 ```
@@ -41,7 +41,7 @@
   13 examples, 0 failures
 ```
 
-###Usage
+### Usage
 ```haskell
 module Main where
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hackernews-1.1.1.0/hackernews.cabal 
new/hackernews-1.1.2.0/hackernews.cabal
--- old/hackernews-1.1.1.0/hackernews.cabal 2016-10-24 03:46:43.0 
+0200
+++ new/hackernews-1.1.2.0/hackernews.cabal 2017-05-25 07:43:53.0 
+0200
@@ -1,5 +1,5 @@
 name:hackernews
-version: 1.1.1.0
+version: 1.1.2.0
 description: API for news.ycombinator.com
 license: MIT
 synopsis:API for Hacker News
@@ -55,7 +55,7 @@
   , Web.HackerNews.Types
   hs-source-dirs: src
   build-depends:
-  servant == 0.9.*
+  servant >= 0.9 && < 0.11
 , QuickCheck
 , quickcheck-instances
   if impl(ghcjs)
@@ -72,7 +72,7 @@
 hs-source-dirs: ghc-src
 build-depends: aeson
  , base < 5
- , servant-client == 0.9.*
+ , servant-client >= 0.9 && < 0.11
  , http-client == 0.5.*
  , string-conversions == 0.4.*
  , http-types == 0.9.*




commit ghc-hpio for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-hpio for openSUSE:Factory 
checked in at 2017-06-22 10:37:48

Comparing /work/SRC/openSUSE:Factory/ghc-hpio (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-hpio.new (New)


Package is "ghc-hpio"

Thu Jun 22 10:37:48 2017 rev:2 rq:504075 version:0.8.0.9

Changes:

--- /work/SRC/openSUSE:Factory/ghc-hpio/ghc-hpio.changes2017-04-12 
18:06:59.852169179 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-hpio.new/ghc-hpio.changes   2017-06-22 
10:37:50.263237894 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:01:07 UTC 2017 - psim...@suse.com
+
+- Update to version 0.8.0.9.
+
+---

Old:

  hpio-0.8.0.7.tar.gz

New:

  hpio-0.8.0.9.tar.gz



Other differences:
--
++ ghc-hpio.spec ++
--- /var/tmp/diff_new_pack.w3a3mk/_old  2017-06-22 10:37:50.931143734 +0200
+++ /var/tmp/diff_new_pack.w3a3mk/_new  2017-06-22 10:37:50.935143169 +0200
@@ -19,7 +19,7 @@
 %global pkg_name hpio
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.8.0.7
+Version:0.8.0.9
 Release:0
 Summary:Monads for GPIO in Haskell
 License:BSD-3-Clause

++ hpio-0.8.0.7.tar.gz -> hpio-0.8.0.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hpio-0.8.0.7/LICENSE new/hpio-0.8.0.9/LICENSE
--- old/hpio-0.8.0.7/LICENSE2017-02-22 00:33:39.0 +0100
+++ new/hpio-0.8.0.9/LICENSE2017-05-25 01:30:18.0 +0200
@@ -1,4 +1,4 @@
-Copyright (c) 2016, Drew Hess
+Copyright (c) 2017, Quixoftic, LLC
 
 All rights reserved.
 
@@ -13,7 +13,7 @@
   disclaimer in the documentation and/or other materials provided
   with the distribution.
 
-* Neither the name of Drew Hess nor the names of other
+* Neither the name of Quixoftic, LLC nor the names of other
   contributors may be used to endorse or promote products derived
   from this software without specific prior written permission.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hpio-0.8.0.7/README.md new/hpio-0.8.0.9/README.md
--- old/hpio-0.8.0.7/README.md  2017-02-22 00:33:39.0 +0100
+++ new/hpio-0.8.0.9/README.md  2017-05-25 01:30:18.0 +0200
@@ -11,4 +11,4 @@
 For details on usage, see the included tutorial module, or the
 `examples` directory in the source distribution.
 
-[![Travis CI build 
status](https://travis-ci.org/dhess/hpio.svg?branch=master)](https://travis-ci.org/dhess/hpio)
+[![Travis CI build 
status](https://travis-ci.org/quixoftic/hpio.svg?branch=master)](https://travis-ci.org/quixoftic/hpio)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hpio-0.8.0.7/changelog.md 
new/hpio-0.8.0.9/changelog.md
--- old/hpio-0.8.0.7/changelog.md   2017-02-22 00:33:39.0 +0100
+++ new/hpio-0.8.0.9/changelog.md   2017-05-25 01:30:18.0 +0200
@@ -1,3 +1,12 @@
+## 0.8.0.9 (2017-05-24)
+
+Fixes:
+  - Fix project URLs.
+
+## 0.8.0.8 (2017-05-24)
+
+No changes; copyright for the project has been assigned to Quixoftic, LLC.
+
 ## 0.8.0.7 (2017-02-21)
 
 Fixes:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hpio-0.8.0.7/default.nix new/hpio-0.8.0.9/default.nix
--- old/hpio-0.8.0.7/default.nix2017-02-22 00:33:39.0 +0100
+++ new/hpio-0.8.0.9/default.nix2017-05-25 01:30:18.0 +0200
@@ -5,7 +5,7 @@
 }:
 mkDerivation {
   pname = "hpio";
-  version = "0.8.0.7";
+  version = "0.8.0.9";
   src = ./.;
   isLibrary = true;
   isExecutable = true;
@@ -23,7 +23,7 @@
 exceptions filepath hlint hspec mtl mtl-compat QuickCheck text
 transformers transformers-compat unix unix-bytestring
   ];
-  homepage = "https://github.com/dhess/hpio;;
+  homepage = "https://github.com/quixoftic/hpio;;
   description = "Monads for GPIO in Haskell";
   license = stdenv.lib.licenses.bsd3;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hpio-0.8.0.7/hpio.cabal new/hpio-0.8.0.9/hpio.cabal
--- old/hpio-0.8.0.7/hpio.cabal 2017-02-22 00:33:39.0 +0100
+++ new/hpio-0.8.0.9/hpio.cabal 2017-05-25 01:30:18.0 +0200
@@ -1,15 +1,15 @@
 Name:   hpio
-Version:0.8.0.7
+Version:0.8.0.9
 Cabal-Version:  >= 1.10
 Build-Type: Simple
-Author: Drew Hess 
-Maintainer: Drew Hess 
-Homepage:   https://github.com/dhess/hpio
-Bug-Reports:https://github.com/dhess/hpio/issues/
+Author: Drew Hess 

commit ghc-flac for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-flac for openSUSE:Factory 
checked in at 2017-06-22 10:37:26

Comparing /work/SRC/openSUSE:Factory/ghc-flac (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-flac.new (New)


Package is "ghc-flac"

Thu Jun 22 10:37:26 2017 rev:2 rq:504066 version:0.1.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-flac/ghc-flac.changes2017-04-14 
13:32:59.355515003 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-flac.new/ghc-flac.changes   2017-06-22 
10:37:29.626147242 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:01:08 UTC 2017 - psim...@suse.com
+
+- Update to version 0.1.2.
+
+---

Old:

  flac-0.1.1.tar.gz
  flac.cabal

New:

  flac-0.1.2.tar.gz



Other differences:
--
++ ghc-flac.spec ++
--- /var/tmp/diff_new_pack.MTxRUy/_old  2017-06-22 10:37:30.17406 +0200
+++ /var/tmp/diff_new_pack.MTxRUy/_new  2017-06-22 10:37:30.178069434 +0200
@@ -19,14 +19,13 @@
 %global pkg_name flac
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.1.1
+Version:0.1.2
 Release:0
 Summary:Complete high-level binding to libFLAC
 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/2.cabal#/%{pkg_name}.cabal
 BuildRequires:  flac-devel
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-bytestring-devel
@@ -64,7 +63,6 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ flac-0.1.1.tar.gz -> flac-0.1.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flac-0.1.1/CHANGELOG.md new/flac-0.1.2/CHANGELOG.md
--- old/flac-0.1.1/CHANGELOG.md 2017-01-03 20:03:47.0 +0100
+++ new/flac-0.1.2/CHANGELOG.md 2017-05-22 13:20:14.0 +0200
@@ -1,3 +1,7 @@
+## FLAC 0.1.2
+
+* Documentation and metadata improvements.
+
 ## FLAC 0.1.1
 
 * Added support for `DiscTotal` Vorbis comment field.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flac-0.1.1/Codec/Audio/FLAC/Metadata/CueSheet.hs 
new/flac-0.1.2/Codec/Audio/FLAC/Metadata/CueSheet.hs
--- old/flac-0.1.1/Codec/Audio/FLAC/Metadata/CueSheet.hs2017-01-01 
12:46:08.0 +0100
+++ new/flac-0.1.2/Codec/Audio/FLAC/Metadata/CueSheet.hs2017-05-22 
10:26:13.0 +0200
@@ -3,7 +3,7 @@
 -- Copyright   :  © 2016–2017 Mark Karpov
 -- License :  BSD 3 clause
 --
--- Maintainer  :  Mark Karpov 
+-- Maintainer  :  Mark Karpov 
 -- Stability   :  experimental
 -- Portability :  portable
 --
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/flac-0.1.1/Codec/Audio/FLAC/Metadata/Internal/Level2Interface/Helpers.hs 
new/flac-0.1.2/Codec/Audio/FLAC/Metadata/Internal/Level2Interface/Helpers.hs
--- 
old/flac-0.1.1/Codec/Audio/FLAC/Metadata/Internal/Level2Interface/Helpers.hs
2017-01-01 12:46:08.0 +0100
+++ 
new/flac-0.1.2/Codec/Audio/FLAC/Metadata/Internal/Level2Interface/Helpers.hs
2017-05-22 09:54:09.0 +0200
@@ -3,7 +3,7 @@
 -- Copyright   :  © 2016–2017 Mark Karpov
 -- License :  BSD 3 clause
 --
--- Maintainer  :  Mark Karpov 
+-- Maintainer  :  Mark Karpov 
 -- Stability   :  experimental
 -- Portability :  portable
 --
@@ -337,8 +337,8 @@
   (cueTracks, cueLeadOutTrack) <-
 case numTracks of
   0 ->
--- NOTE Should probably never happen unless FLAC file is invalid with
--- respect to the spec.
+-- NOTE Should probably never happen unless FLAC file is invalid
+-- with respect to the spec.
 throwM (MetaInvalidCueSheet "Cannot read CUE sheet without tracks")
   1 -> ([],) <$> getCueSheetTrack block 0
   _ -> do
@@ -381,7 +381,9 @@
   pregapIndex <- if hasPregap
 then Just <$> c_get_cue_sheet_track_index block n 0
 else return Nothing
-  trackIndices <- mapM (c_get_cue_sheet_track_index block n) (NE.fromList 
range)
+  trackIndices <- mapM
+(c_get_cue_sheet_track_index block n)
+(NE.fromList range)
   return (pregapIndex, trackIndices)
   return CueTrack {..}
 
@@ -445,7 +447,7 @@
 foreign import ccall unsafe "FLAC__metadata_set_cue_sheet_is_cd"
   c_set_cue_sheet_is_cd :: Metadata -> Bool -> IO ()
 
--- | Poke a 'CueTrack' an specified index.
+-- | 

commit ghc-haskell-gi for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-haskell-gi for openSUSE:Factory 
checked in at 2017-06-22 10:37:36

Comparing /work/SRC/openSUSE:Factory/ghc-haskell-gi (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-haskell-gi.new (New)


Package is "ghc-haskell-gi"

Thu Jun 22 10:37:36 2017 rev:3 rq:504070 version:0.20.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-haskell-gi/ghc-haskell-gi.changes
2017-05-03 15:56:08.477110124 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-haskell-gi.new/ghc-haskell-gi.changes   
2017-06-22 10:37:37.261070900 +0200
@@ -1,0 +2,5 @@
+Thu Jun  8 11:08:16 UTC 2017 - psim...@suse.com
+
+- Update to version 0.20.2.
+
+---

Old:

  haskell-gi-0.20.1.tar.gz

New:

  haskell-gi-0.20.2.tar.gz



Other differences:
--
++ ghc-haskell-gi.spec ++
--- /var/tmp/diff_new_pack.AW7ib5/_old  2017-06-22 10:37:37.900980688 +0200
+++ /var/tmp/diff_new_pack.AW7ib5/_new  2017-06-22 10:37:37.900980688 +0200
@@ -19,7 +19,7 @@
 %global pkg_name haskell-gi
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.20.1
+Version:0.20.2
 Release:0
 Summary:Generate Haskell bindings for GObject Introspection capable 
libraries
 License:LGPL-2.1+

++ haskell-gi-0.20.1.tar.gz -> haskell-gi-0.20.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/haskell-gi-0.20.1/ChangeLog.md 
new/haskell-gi-0.20.2/ChangeLog.md
--- old/haskell-gi-0.20.1/ChangeLog.md  2017-03-27 22:44:51.0 +0200
+++ new/haskell-gi-0.20.2/ChangeLog.md  2017-06-03 12:00:54.0 +0200
@@ -1,11 +1,15 @@
+### 0.20.2
+
++ Fixes for GHC 8.2.1.
+
 ### 0.20.1
 
-   + gtk-doc parser and haddock generator: while no means perfect,
-   now the autogenerated bindings come with some reasonable
-   autogenerated documentation.
++ gtk-doc parser and haddock generator: while by no means perfect,
+now the autogenerated bindings come with some reasonable
+autogenerated documentation.
 
-   + Many bugfixes. A particularly important one is for
-   [issue 82](https://github.com/haskell-gi/haskell-gi/issues/82), which
-   made compilation of
-   [gi-glib](http://hackage.haskell.org/package/gi-glib) fail, for
-   the latest version of gobject-introspection.
++ Many bugfixes. A particularly important one is for
+[issue 82](https://github.com/haskell-gi/haskell-gi/issues/82), which
+made compilation of
+[gi-glib](http://hackage.haskell.org/package/gi-glib) fail, for
+the latest version of gobject-introspection.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/haskell-gi-0.20.1/cmdline/haskell-gi.hs 
new/haskell-gi-0.20.2/cmdline/haskell-gi.hs
--- old/haskell-gi-0.20.1/cmdline/haskell-gi.hs 2017-03-27 22:44:51.0 
+0200
+++ new/haskell-gi-0.20.2/cmdline/haskell-gi.hs 2017-06-03 12:00:54.0 
+0200
@@ -5,6 +5,7 @@
 #endif
 import Control.Monad (forM_, when, (>=>))
 import Control.Exception (handle)
+import Control.Applicative ((<|>))
 
 import Data.Char (toLower)
 import Data.Bool (bool)
@@ -71,6 +72,17 @@
   let (a, '=':b) = break (=='=') s
in (a, b)
 
+solveNameVersion::Overrides -> Text -> (Text, Maybe Text)
+solveNameVersion ovs name = (nameWithoutVersion, version)
+ where
+   namePieces = T.splitOn "-" name
+   nameWithoutVersion = head namePieces
+   versionInName = if length namePieces == 2
+ then Just (last namePieces)
+ else Nothing
+   versionInOverride = M.lookup nameWithoutVersion (nsChooseVersion ovs)
+   version = versionInOverride <|> versionInName
+
 optDescrs :: [OptDescr (Options -> Options)]
 optDescrs = [
   Option "h" ["help"] (NoArg $ \opt -> opt { optMode = Help })
@@ -118,8 +130,8 @@
 -- | Load a dependency without further postprocessing.
 loadRawAPIs :: Bool -> Overrides -> [FilePath] -> Text -> IO [(Name, API)]
 loadRawAPIs verbose ovs extraPaths name = do
-  let version = M.lookup name (nsChooseVersion ovs)
-  gir <- loadRawGIRInfo verbose name version extraPaths
+  let (nameWithoutVersion, version) = solveNameVersion ovs name
+  gir <- loadRawGIRInfo verbose nameWithoutVersion version extraPaths
   return (girAPIs gir)
 
 -- | Set up the flags for the code generator.
@@ -165,18 +177,18 @@
 -- for this module.
 processMod :: Options -> Overrides -> [FilePath] -> Text -> IO ()
 processMod options ovs extraPaths name = do
-  let version = M.lookup name (nsChooseVersion ovs)
-  cfg = Config {modName = name,
+  let (nameWithoutVersion, version) = solveNameVersion ovs name
+  cfg = Config {modName = nameWithoutVersion,
 verbose = 

commit ghc-data-check for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-data-check for openSUSE:Factory 
checked in at 2017-06-22 10:37:17

Comparing /work/SRC/openSUSE:Factory/ghc-data-check (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-data-check.new (New)


Package is "ghc-data-check"

Thu Jun 22 10:37:17 2017 rev:2 rq:504063 version:0.1.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-data-check/ghc-data-check.changes
2017-04-12 18:05:55.225307049 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-data-check.new/ghc-data-check.changes   
2017-06-22 10:37:20.475437267 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:01:09 UTC 2017 - psim...@suse.com
+
+- Update to version 0.1.1.
+
+---

Old:

  data-check-0.1.0.tar.gz

New:

  data-check-0.1.1.tar.gz



Other differences:
--
++ ghc-data-check.spec ++
--- /var/tmp/diff_new_pack.lQwrEH/_old  2017-06-22 10:37:21.031358896 +0200
+++ /var/tmp/diff_new_pack.lQwrEH/_new  2017-06-22 10:37:21.031358896 +0200
@@ -19,7 +19,7 @@
 %global pkg_name data-check
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.1.0
+Version:0.1.1
 Release:0
 Summary:Library for checking and normalization of data (e.g. from web 
forms)
 License:BSD-3-Clause

++ data-check-0.1.0.tar.gz -> data-check-0.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/data-check-0.1.0/CHANGELOG.md 
new/data-check-0.1.1/CHANGELOG.md
--- old/data-check-0.1.0/CHANGELOG.md   2016-07-21 22:12:31.0 +0200
+++ new/data-check-0.1.1/CHANGELOG.md   2017-05-21 19:08:28.0 +0200
@@ -1,3 +1,7 @@
+## Data Check 0.1.1
+
+* Minor documentation and metadata changes.
+
 ## Data Check 0.1.0
 
 * Initial release.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/data-check-0.1.0/Data/Check.hs 
new/data-check-0.1.1/Data/Check.hs
--- old/data-check-0.1.0/Data/Check.hs  2016-07-22 23:50:27.0 +0200
+++ new/data-check-0.1.1/Data/Check.hs  2017-05-21 18:42:15.0 +0200
@@ -1,14 +1,14 @@
 -- |
 -- Module  :  Data.Check
--- Copyright   :  © 2016 Mark Karpov
+-- Copyright   :  © 2016–2017 Mark Karpov
 -- License :  BSD 3 clause
 --
--- Maintainer  :  Mark Karpov 
+-- Maintainer  :  Mark Karpov 
 -- Stability   :  experimental
 -- Portability :  portable
 --
--- This module provides generalized approach to checking and verification of
--- data, it's useful, for example, for validation of fields on web forms.
+-- This module provides a generalized approach to checking and verification
+-- of data. It's useful, for example, for validation of fields on web forms.
 --
 -- Typically, there are a number of transformations and checks you may want
 -- to perform on a particular type of data, such as text. Thus, it makes
@@ -20,8 +20,8 @@
 -- However, if we have many normalizing operations, we need a way to specify
 -- in which order they should be performed, or result can be unpredictable.
 --
--- To specify order in which transformations are performed, 'normalizer' and
--- 'normalizerM' functions take a “priority” argument, which is just a
+-- To specify the order in which transformations are performed, 'normalizer'
+-- and 'normalizerM' functions take a “priority” argument, which is just a
 -- 'Natural' number. The bigger the number, the later the function will be
 -- applied, so the transformation with priority 0 will always run first.
 --
@@ -75,7 +75,7 @@
 instance Ord (Normalizer m a) where
   (Normalizer x _) `compare` (Normalizer y _) = x `compare` y
 
--- | Create a normalizing 'Checker'. Every normalizer has a priority — the
+-- | Create a normalizing 'Checker'. Every normalizer has a priority—the
 -- bigger the number, the later the normalizer runs. Every normalizer you
 -- use should have a unique priority number.
 
@@ -109,7 +109,7 @@
 instance Ord (Validator m e a) where
   (Validator x _) `compare` (Validator y _) = x `compare` y
 
--- | Create a validating 'Checker'. Every validator has a priority — the
+-- | Create a validating 'Checker'. Every validator has a priority—the
 -- bigger the number, the later the validation step runs. Every validator
 -- you use should have a unique priority number.
 
@@ -134,8 +134,8 @@
 -- | @'Checker' m e a@ is a checker that checks value of type @a@, can
 -- perform the check in @m@ monad, returning @e@ message when check fails.
 --
--- 'Checker' is a 'Semigroup' and 'Monoid' — this is how you combine
--- different checkers and build more complex ones.
+-- 'Checker' is a 'Semigroup' and 'Monoid'—this is how you combine different
+-- checkers and build 

commit ghc-http-client-tls for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-http-client-tls for 
openSUSE:Factory checked in at 2017-06-22 10:37:53

Comparing /work/SRC/openSUSE:Factory/ghc-http-client-tls (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-http-client-tls.new (New)


Package is "ghc-http-client-tls"

Thu Jun 22 10:37:53 2017 rev:9 rq:504078 version:0.3.5

Changes:

--- /work/SRC/openSUSE:Factory/ghc-http-client-tls/ghc-http-client-tls.changes  
2017-06-04 01:57:43.702006622 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-http-client-tls.new/ghc-http-client-tls.changes 
2017-06-22 10:37:54.346662221 +0200
@@ -1,0 +2,5 @@
+Thu Jun  8 11:08:20 UTC 2017 - psim...@suse.com
+
+- Update to version 0.3.5.
+
+---

Old:

  http-client-tls-0.3.4.2.tar.gz

New:

  http-client-tls-0.3.5.tar.gz



Other differences:
--
++ ghc-http-client-tls.spec ++
--- /var/tmp/diff_new_pack.zj5RWb/_old  2017-06-22 10:37:55.718468826 +0200
+++ /var/tmp/diff_new_pack.zj5RWb/_new  2017-06-22 10:37:55.722468263 +0200
@@ -19,7 +19,7 @@
 %global pkg_name http-client-tls
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.3.4.2
+Version:0.3.5
 Release:0
 Summary:Http-client backend using the connection package and tls 
library
 License:MIT

++ http-client-tls-0.3.4.2.tar.gz -> http-client-tls-0.3.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/http-client-tls-0.3.4.2/ChangeLog.md 
new/http-client-tls-0.3.5/ChangeLog.md
--- old/http-client-tls-0.3.4.2/ChangeLog.md2017-05-01 11:15:44.0 
+0200
+++ new/http-client-tls-0.3.5/ChangeLog.md  2017-05-30 14:31:53.0 
+0200
@@ -1,3 +1,10 @@
+## 0.3.5
+
+* Add `newTlsManagerWith`
+  [#278](https://github.com/snoyberg/http-client/issues/278), which
+  provides a variant of `newTlsManager` that takes a `ManagerSettings`
+  to base its settings off of.
+
 ## 0.3.4.2
 
 * Never throw exceptions on 401 status in `applyDigestAuth`
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/http-client-tls-0.3.4.2/Network/HTTP/Client/TLS.hs 
new/http-client-tls-0.3.5/Network/HTTP/Client/TLS.hs
--- old/http-client-tls-0.3.4.2/Network/HTTP/Client/TLS.hs  2017-05-01 
11:11:20.0 +0200
+++ new/http-client-tls-0.3.5/Network/HTTP/Client/TLS.hs2017-05-30 
14:31:53.0 +0200
@@ -12,6 +12,7 @@
 , mkManagerSettings
 , mkManagerSettingsContext
 , newTlsManager
+, newTlsManagerWith
   -- * Digest authentication
 , applyDigestAuth
 , DigestAuthException (..)
@@ -70,16 +71,17 @@
 -> NC.TLSSettings
 -> Maybe NC.SockSettings
 -> ManagerSettings
-mkManagerSettingsContext mcontext tls sock = mkManagerSettingsContext' 
mcontext tls sock sock
+mkManagerSettingsContext mcontext tls sock = mkManagerSettingsContext' 
defaultManagerSettings mcontext tls sock sock
 
 -- | Internal, allow different SockSettings for HTTP and HTTPS
 mkManagerSettingsContext'
-:: Maybe NC.ConnectionContext
+:: ManagerSettings
+-> Maybe NC.ConnectionContext
 -> NC.TLSSettings
 -> Maybe NC.SockSettings -- ^ insecure
 -> Maybe NC.SockSettings -- ^ secure
 -> ManagerSettings
-mkManagerSettingsContext' mcontext tls sockHTTP sockHTTPS = 
defaultManagerSettings
+mkManagerSettingsContext' set mcontext tls sockHTTP sockHTTPS = set
 { managerTlsConnection = getTlsConnection mcontext (Just tls) sockHTTPS
 , managerTlsProxyConnection = getTlsProxyConnection mcontext tls sockHTTPS
 , managerRawConnection =
@@ -177,12 +179,19 @@
 --
 -- @since 0.3.4
 newTlsManager :: MonadIO m => m Manager
-newTlsManager = liftIO $ do
+newTlsManager = newTlsManagerWith defaultManagerSettings
+
+-- | Load up a new TLS manager based upon specified settings,
+-- respecting proxy environment variables.
+--
+-- @since 0.3.5
+newTlsManagerWith :: MonadIO m => ManagerSettings -> m Manager
+newTlsManagerWith set = liftIO $ do
 env <- getEnvironment
 let lenv = Map.fromList $ map (first $ T.toLower . T.pack) env
 msocksHTTP = parseSocksSettings env lenv "http_proxy"
 msocksHTTPS = parseSocksSettings env lenv "https_proxy"
-settings = mkManagerSettingsContext' (Just globalConnectionContext) 
def msocksHTTP msocksHTTPS
+settings = mkManagerSettingsContext' set (Just 
globalConnectionContext) def msocksHTTP msocksHTTPS
 settings' = maybe id (const $ managerSetInsecureProxy 
proxyFromRequest) msocksHTTP
   $ maybe id (const $ managerSetSecureProxy proxyFromRequest) 
msocksHTTPS
 settings
diff -urN '--exclude=CVS' 

commit ghc-foldl-statistics for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-foldl-statistics for 
openSUSE:Factory checked in at 2017-06-22 10:37:32

Comparing /work/SRC/openSUSE:Factory/ghc-foldl-statistics (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-foldl-statistics.new (New)


Package is "ghc-foldl-statistics"

Thu Jun 22 10:37:32 2017 rev:3 rq:504068 version:0.1.4.4

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-foldl-statistics/ghc-foldl-statistics.changes
2017-06-04 01:57:22.544995593 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-foldl-statistics.new/ghc-foldl-statistics.changes
   2017-06-22 10:37:33.341623450 +0200
@@ -1,0 +2,5 @@
+Thu Jun  8 11:08:24 UTC 2017 - psim...@suse.com
+
+- Update to version 0.1.4.4.
+
+---

Old:

  foldl-statistics-0.1.4.3.tar.gz

New:

  foldl-statistics-0.1.4.4.tar.gz



Other differences:
--
++ ghc-foldl-statistics.spec ++
--- /var/tmp/diff_new_pack.wpkDO3/_old  2017-06-22 10:37:33.985532674 +0200
+++ /var/tmp/diff_new_pack.wpkDO3/_new  2017-06-22 10:37:33.985532674 +0200
@@ -19,7 +19,7 @@
 %global pkg_name foldl-statistics
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.1.4.3
+Version:0.1.4.4
 Release:0
 Summary:Statistical functions from the statistics package implemented 
as Folds
 License:BSD-3-Clause

++ foldl-statistics-0.1.4.3.tar.gz -> foldl-statistics-0.1.4.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/foldl-statistics-0.1.4.3/CHANGELOG.md 
new/foldl-statistics-0.1.4.4/CHANGELOG.md
--- old/foldl-statistics-0.1.4.3/CHANGELOG.md   2017-05-18 03:08:15.0 
+0200
+++ new/foldl-statistics-0.1.4.4/CHANGELOG.md   2017-06-01 06:45:33.0 
+0200
@@ -1,3 +1,6 @@
+# 0.1.4.4
+- Update to foldl < 1.4
+
 # 0.1.4.3
 - Update to statistics 0.14
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/foldl-statistics-0.1.4.3/foldl-statistics.cabal 
new/foldl-statistics-0.1.4.4/foldl-statistics.cabal
--- old/foldl-statistics-0.1.4.3/foldl-statistics.cabal 2017-05-18 
03:39:05.0 +0200
+++ new/foldl-statistics-0.1.4.4/foldl-statistics.cabal 2017-06-01 
06:46:23.0 +0200
@@ -1,5 +1,5 @@
 name: foldl-statistics
-version: 0.1.4.3
+version: 0.1.4.4
 cabal-version: >=1.10
 build-type: Simple
 license: BSD3
@@ -32,7 +32,7 @@
 Control.Foldl.Statistics
 build-depends:
 base >=4.7 && <5,
-foldl >=1.1 && <1.3,
+foldl >=1.1 && <1.4,
 math-functions >=0.1 && <0.3,
 profunctors ==5.2.*,
 semigroups >=0.18.2 && <1.0
@@ -44,7 +44,7 @@
 main-is: Spec.hs
 build-depends:
 base >=4.7 && <5.0,
-foldl-statistics >=0.1.4.3 && <0.2,
+foldl-statistics >=0.1.4.4 && <0.2,
 foldl >=1.2.1 && <1.3,
 statistics >=0.13 && <0.15,
 tasty ==0.11.*,
@@ -62,7 +62,7 @@
 main-is: Main.hs
 build-depends:
 base >=4.9.0.0 && <4.10,
-foldl-statistics >=0.1.4.3 && <0.2,
+foldl-statistics >=0.1.4.4 && <0.2,
 criterion ==1.1.*,
 vector >=0.10 && <1.0,
 statistics >=0.13.3.0 && <0.14,




commit ghc-haskell-gi-base for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-haskell-gi-base for 
openSUSE:Factory checked in at 2017-06-22 10:37:39

Comparing /work/SRC/openSUSE:Factory/ghc-haskell-gi-base (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-haskell-gi-base.new (New)


Package is "ghc-haskell-gi-base"

Thu Jun 22 10:37:39 2017 rev:4 rq:504071 version:0.20.3

Changes:

--- /work/SRC/openSUSE:Factory/ghc-haskell-gi-base/ghc-haskell-gi-base.changes  
2017-05-06 18:28:41.935291757 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-haskell-gi-base.new/ghc-haskell-gi-base.changes 
2017-06-22 10:37:40.464619275 +0200
@@ -1,0 +2,5 @@
+Thu Jun  8 11:08:19 UTC 2017 - psim...@suse.com
+
+- Update to version 0.20.3.
+
+---

Old:

  haskell-gi-base-0.20.2.tar.gz

New:

  haskell-gi-base-0.20.3.tar.gz



Other differences:
--
++ ghc-haskell-gi-base.spec ++
--- /var/tmp/diff_new_pack.yZecry/_old  2017-06-22 10:37:41.264506509 +0200
+++ /var/tmp/diff_new_pack.yZecry/_new  2017-06-22 10:37:41.268505946 +0200
@@ -18,7 +18,7 @@
 
 %global pkg_name haskell-gi-base
 Name:   ghc-%{pkg_name}
-Version:0.20.2
+Version:0.20.3
 Release:0
 Summary:Foundation for libraries generated by haskell-gi
 License:LGPL-2.1+

++ haskell-gi-base-0.20.2.tar.gz -> haskell-gi-base-0.20.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/haskell-gi-base-0.20.2/ChangeLog.md 
new/haskell-gi-base-0.20.3/ChangeLog.md
--- old/haskell-gi-base-0.20.2/ChangeLog.md 2017-04-14 10:30:46.0 
+0200
+++ new/haskell-gi-base-0.20.3/ChangeLog.md 2017-06-03 11:47:13.0 
+0200
@@ -1,3 +1,7 @@
+### 0.20.3
+
++ Fixes for GHC 8.2.1 (and the corresponding `base-4.10.0`).
+
 ### 0.20.2
 
 + Fix fromGVariant for empty arrays, see 
[#91](https://github.com/haskell-gi/haskell-gi/issues/91) for details.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/haskell-gi-base-0.20.2/Data/GI/Base/Attributes.hs 
new/haskell-gi-base-0.20.3/Data/GI/Base/Attributes.hs
--- old/haskell-gi-base-0.20.2/Data/GI/Base/Attributes.hs   2017-04-14 
10:30:46.0 +0200
+++ new/haskell-gi-base-0.20.3/Data/GI/Base/Attributes.hs   2017-06-03 
11:47:13.0 +0200
@@ -162,7 +162,10 @@
 instance a ~ x => IsLabelProxy x (AttrLabelProxy a) where
 fromLabelProxy _ = AttrLabelProxy
 
-#if MIN_VERSION_base(4,9,0)
+#if MIN_VERSION_base(4,10,0)
+instance a ~ x => IsLabel x (AttrLabelProxy a) where
+fromLabel = AttrLabelProxy
+#elif MIN_VERSION_base(4,9,0)
 instance a ~ x => IsLabel x (AttrLabelProxy a) where
 fromLabel _ = AttrLabelProxy
 #endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/haskell-gi-base-0.20.2/Data/GI/Base/BasicTypes.hs 
new/haskell-gi-base-0.20.3/Data/GI/Base/BasicTypes.hs
--- old/haskell-gi-base-0.20.2/Data/GI/Base/BasicTypes.hs   2017-04-14 
10:30:46.0 +0200
+++ new/haskell-gi-base-0.20.3/Data/GI/Base/BasicTypes.hs   2017-06-03 
11:47:13.0 +0200
@@ -59,6 +59,7 @@
 import GHC.TypeLits
 #endif
 
+import Data.GI.Base.CallStack (CallStack)
 import Data.GI.Base.GType
 
 -- | Thin wrapper over `ForeignPtr`, supporting the extra notion of
@@ -66,7 +67,8 @@
 -- the foreign ptr.
 data ManagedPtr a = ManagedPtr {
   managedForeignPtr :: ForeignPtr a
-, managedPtrIsOwned :: IORef Bool
+, managedPtrIsDisowned :: IORef (Maybe CallStack)
+-- ^ When disowned, the `CallStack` for the disowning call.
 }
 
 -- | A constraint ensuring that the given type is coercible to a
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/haskell-gi-base-0.20.2/Data/GI/Base/CallStack.hs 
new/haskell-gi-base-0.20.3/Data/GI/Base/CallStack.hs
--- old/haskell-gi-base-0.20.2/Data/GI/Base/CallStack.hs2017-04-14 
10:30:46.0 +0200
+++ new/haskell-gi-base-0.20.3/Data/GI/Base/CallStack.hs2017-06-03 
11:47:13.0 +0200
@@ -4,12 +4,13 @@
 -- functionality itself does not work there).
 module Data.GI.Base.CallStack
   ( HasCallStack
+  , CallStack
   , prettyCallStack
   , callStack
   ) where
 
 #if MIN_VERSION_base(4,9,0)
-import GHC.Stack (HasCallStack, prettyCallStack, callStack)
+import GHC.Stack (HasCallStack, prettyCallStack, callStack, CallStack)
 #elif MIN_VERSION_base(4,8,1)
 import Data.List (intercalate)
 import qualified GHC.Stack as S
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/haskell-gi-base-0.20.2/Data/GI/Base/ManagedPtr.hs 
new/haskell-gi-base-0.20.3/Data/GI/Base/ManagedPtr.hs
--- 

commit ghc-flac-picture for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-flac-picture for 
openSUSE:Factory checked in at 2017-06-22 10:37:30

Comparing /work/SRC/openSUSE:Factory/ghc-flac-picture (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-flac-picture.new (New)


Package is "ghc-flac-picture"

Thu Jun 22 10:37:30 2017 rev:2 rq:504067 version:0.1.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-flac-picture/ghc-flac-picture.changes
2017-04-14 13:33:00.319378788 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-flac-picture.new/ghc-flac-picture.changes   
2017-06-22 10:37:31.325907617 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:05:43 UTC 2017 - psim...@suse.com
+
+- Update to version 0.1.1.
+
+---

Old:

  flac-picture-0.1.0.tar.gz
  flac-picture.cabal

New:

  flac-picture-0.1.1.tar.gz



Other differences:
--
++ ghc-flac-picture.spec ++
--- /var/tmp/diff_new_pack.wD8b3K/_old  2017-06-22 10:37:31.809839394 +0200
+++ /var/tmp/diff_new_pack.wD8b3K/_new  2017-06-22 10:37:31.809839394 +0200
@@ -19,14 +19,13 @@
 %global pkg_name flac-picture
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.1.0
+Version:0.1.1
 Release:0
 Summary:Support for writing picture to FLAC metadata blocks with 
JuicyPixels
 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-JuicyPixels-devel
 BuildRequires:  ghc-bytestring-devel
@@ -56,7 +55,6 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ flac-picture-0.1.0.tar.gz -> flac-picture-0.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flac-picture-0.1.0/CHANGELOG.md 
new/flac-picture-0.1.1/CHANGELOG.md
--- old/flac-picture-0.1.0/CHANGELOG.md 2017-01-03 01:24:50.0 +0100
+++ new/flac-picture-0.1.1/CHANGELOG.md 2017-05-22 14:49:34.0 +0200
@@ -1,3 +1,7 @@
+## FLAC Picture 0.1.1
+
+* Improved documentation and metadata.
+
 ## FLAC Picture 0.1.0
 
 * Initial release.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/flac-picture-0.1.0/Codec/Audio/FLAC/Metadata/Picture.hs 
new/flac-picture-0.1.1/Codec/Audio/FLAC/Metadata/Picture.hs
--- old/flac-picture-0.1.0/Codec/Audio/FLAC/Metadata/Picture.hs 2017-01-03 
19:40:06.0 +0100
+++ new/flac-picture-0.1.1/Codec/Audio/FLAC/Metadata/Picture.hs 2017-05-22 
13:59:39.0 +0200
@@ -3,12 +3,12 @@
 -- Copyright   :  © 2017 Mark Karpov
 -- License :  BSD 3 clause
 --
--- Maintainer  :  Mark Karpov 
+-- Maintainer  :  Mark Karpov 
 -- Stability   :  experimental
 -- Portability :  portable
 --
 -- Juicy-Pixels-powered helpers to read\/write images to FLAC metadata
--- blocks. For maximal player support, use PNG or JPEG (we don't provide
+-- blocks. For best player support, use PNG or JPEG (we don't provide
 -- helpers for other formats at the time anyway).
 
 {-# LANGUAGE OverloadedStrings #-}
@@ -24,7 +24,7 @@
 import Data.Word
 import qualified Data.ByteString.Lazy as BL
 
--- | Read specific picture from FLAC metadata as 'DynamicImage'.
+-- | Read specific type of picture from FLAC metadata as a 'DynamicImage'.
 
 retrieveImage
   :: PictureType
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flac-picture-0.1.0/flac-picture.cabal 
new/flac-picture-0.1.1/flac-picture.cabal
--- old/flac-picture-0.1.0/flac-picture.cabal   2017-01-03 20:50:18.0 
+0100
+++ new/flac-picture-0.1.1/flac-picture.cabal   2017-05-22 14:50:02.0 
+0200
@@ -1,42 +1,11 @@
---
--- Cabal configuration for ‘flac-picture’ package.
---
--- Copyright © 2017 Mark Karpov 
---
--- Redistribution and use in source and binary forms, with or without
--- modification, are permitted provided that the following conditions are
--- met:
---
--- * Redistributions of source code must retain the above copyright notice,
---   this list of conditions and the following disclaimer.
---
--- * Redistributions in binary form must reproduce the above copyright
---   notice, this list of conditions and the following disclaimer in the
---   documentation and/or other materials provided with the distribution.
---
--- * Neither the name Mark Karpov nor the names of 

commit ghc-esqueleto for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-esqueleto for openSUSE:Factory 
checked in at 2017-06-22 10:37:21

Comparing /work/SRC/openSUSE:Factory/ghc-esqueleto (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-esqueleto.new (New)


Package is "ghc-esqueleto"

Thu Jun 22 10:37:21 2017 rev:5 rq:504064 version:2.5.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-esqueleto/ghc-esqueleto.changes  
2017-04-11 09:44:30.582619750 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-esqueleto.new/ghc-esqueleto.changes 
2017-06-22 10:37:22.943089390 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:01:12 UTC 2017 - psim...@suse.com
+
+- Update to version 2.5.2.
+
+---

Old:

  esqueleto-2.5.1.tar.gz
  esqueleto.cabal

New:

  esqueleto-2.5.2.tar.gz



Other differences:
--
++ ghc-esqueleto.spec ++
--- /var/tmp/diff_new_pack.tOyLIB/_old  2017-06-22 10:37:23.642990721 +0200
+++ /var/tmp/diff_new_pack.tOyLIB/_new  2017-06-22 10:37:23.646990158 +0200
@@ -19,14 +19,13 @@
 %global pkg_name esqueleto
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:2.5.1
+Version:2.5.2
 Release:0
 Summary:Type-safe EDSL for SQL queries on persistent backends
 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-blaze-html-devel
 BuildRequires:  ghc-bytestring-devel
@@ -90,7 +89,6 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ esqueleto-2.5.1.tar.gz -> esqueleto-2.5.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/esqueleto-2.5.1/esqueleto.cabal 
new/esqueleto-2.5.2/esqueleto.cabal
--- old/esqueleto-2.5.1/esqueleto.cabal 2017-01-22 19:54:35.0 +0100
+++ new/esqueleto-2.5.2/esqueleto.cabal 2017-05-25 18:57:00.0 +0200
@@ -1,5 +1,5 @@
 name:esqueleto
-version: 2.5.1
+version: 2.5.2
 synopsis:Type-safe EDSL for SQL queries on persistent backends.
 homepage:https://github.com/bitemyapp/esqueleto
 license: BSD3
@@ -63,10 +63,10 @@
   other-modules:
 Database.Esqueleto.Internal.PersistentImport
   build-depends:
-  base >= 4.5 && < 5.0
+  base >= 4.8 && < 5.0
 , bytestring
 , text >= 0.11&& < 1.3
-, persistent   >= 2.5 && < 2.7
+, persistent   >= 2.5 && < 2.8
 , transformers >= 0.2
 , unordered-containers >= 0.2
 , tagged   >= 0.2
@@ -97,7 +97,7 @@
 , HUnit
 , QuickCheck
 , hspec   >= 1.8
-, persistent-sqlite   >= 2.1
+, persistent-sqlite   >= 2.1.3
 , persistent-template >= 2.1
 , monad-control
 , monad-logger>= 0.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/esqueleto-2.5.1/src/Database/Esqueleto/Internal/Sql.hs 
new/esqueleto-2.5.2/src/Database/Esqueleto/Internal/Sql.hs
--- old/esqueleto-2.5.1/src/Database/Esqueleto/Internal/Sql.hs  2017-01-22 
19:46:18.0 +0100
+++ new/esqueleto-2.5.2/src/Database/Esqueleto/Internal/Sql.hs  2017-05-25 
18:52:09.0 +0200
@@ -76,7 +76,6 @@
 
 import Database.Esqueleto.Internal.Language
 
-
 -- | SQL backend for @esqueleto@ using 'SqlPersistT'.
 newtype SqlQuery a =
   Q { unQ :: W.WriterT SideData (S.State IdentState) a }
@@ -1099,13 +1098,19 @@
 makeGroupBy _ (GroupBy []) = (mempty, [])
 makeGroupBy info (GroupBy fields) = first ("\nGROUP BY " <>) build
   where
-build = uncommas' $ map (\(SomeValue (ERaw _ f)) -> f info) fields
+build :: (TLB.Builder, [PersistValue])
+build = uncommas' $ map match fields
+
+match :: SomeValue SqlExpr -> (TLB.Builder, [PersistValue])
+match (SomeValue (ERaw _ f)) = f info
+match (SomeValue (ECompositeKey f)) = (mconcat $ f info, mempty)
 
 makeHaving :: IdentInfo -> WhereClause -> (TLB.Builder, [PersistValue])
 makeHaving _NoWhere= mempty
 makeHaving info (Where (ERaw _ f)) = first ("\nHAVING " <>) (f info)
-makeHaving _(Where (ECompositeKey _ )) = unexpectedCompositeKeyError 
"makeHaving"
+makeHaving _(Where (ECompositeKey _)) = unexpectedCompositeKeyError 
"makeHaving"
 
+-- makeHaving, makeWhere and makeOrderBy
 makeOrderBy :: 

commit ghc-ansi-terminal for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-ansi-terminal for 
openSUSE:Factory checked in at 2017-06-22 10:36:51

Comparing /work/SRC/openSUSE:Factory/ghc-ansi-terminal (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-ansi-terminal.new (New)


Package is "ghc-ansi-terminal"

Thu Jun 22 10:36:51 2017 rev:5 rq:504055 version:0.6.3.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-ansi-terminal/ghc-ansi-terminal.changes  
2016-07-21 07:59:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-ansi-terminal.new/ghc-ansi-terminal.changes 
2017-06-22 10:36:56.894761528 +0200
@@ -1,0 +2,10 @@
+Thu Jun  8 11:08:24 UTC 2017 - psim...@suse.com
+
+- Update to version 0.6.3.1.
+
+---
+Wed May 31 14:01:06 UTC 2017 - psim...@suse.com
+
+- Update to version 0.6.3.
+
+---

Old:

  ansi-terminal-0.6.2.3.tar.gz

New:

  ansi-terminal-0.6.3.1.tar.gz



Other differences:
--
++ ghc-ansi-terminal.spec ++
--- /var/tmp/diff_new_pack.p8pggu/_old  2017-06-22 10:36:57.478679212 +0200
+++ /var/tmp/diff_new_pack.p8pggu/_new  2017-06-22 10:36:57.482678647 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-ansi-terminal
 #
-# 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,19 +18,16 @@
 
 %global pkg_name ansi-terminal
 Name:   ghc-%{pkg_name}
-Version:0.6.2.3
+Version:0.6.3.1
 Release:0
 Summary:Simple ANSI terminal support, with Windows compatibility
 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
 BuildRequires:  ghc-rpm-macros
-# Begin cabal-rpm deps:
-BuildRequires:  ghc-unix-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 ANSI terminal support for Haskell: allows cursor movement, screen clearing,
@@ -52,15 +49,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++ ansi-terminal-0.6.2.3.tar.gz -> ansi-terminal-0.6.3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansi-terminal-0.6.2.3/CHANGELOG.md 
new/ansi-terminal-0.6.3.1/CHANGELOG.md
--- old/ansi-terminal-0.6.2.3/CHANGELOG.md  2015-09-10 09:06:35.0 
+0200
+++ new/ansi-terminal-0.6.3.1/CHANGELOG.md  2017-05-31 16:21:38.0 
+0200
@@ -1,6 +1,17 @@
 Changes
 ===
 
+Version 0.6.3.1
+---
+
+Fix Windows + ghc 7.8 compatibility,
+
+Version 0.6.3
+-
+
+* Add ANSI support for Windows
+* Add compatibility with Win32-2.5.0.0 and above
+
 Version 0.6.2.3
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansi-terminal-0.6.2.3/System/Console/ANSI/Codes.hs 
new/ansi-terminal-0.6.3.1/System/Console/ANSI/Codes.hs
--- old/ansi-terminal-0.6.2.3/System/Console/ANSI/Codes.hs  1970-01-01 
01:00:00.0 +0100
+++ new/ansi-terminal-0.6.3.1/System/Console/ANSI/Codes.hs  2017-05-24 
13:15:38.0 +0200
@@ -0,0 +1,161 @@
+-- | Functions that return 'String' values containing codes in accordance with:
+-- (1) standard ECMA-48 Control Functions for Coded Character Sets (5th 
edition,
+-- 1991); or (2) in the case of 'setTitleCode', the XTerm control sequence.
+--
+-- The reference used for the codes in this module was
+-- .
+--
+-- If module "System.Console.ANSI" is also imported, this module is intended to
+-- be imported qualified, to avoid name clashes with functions which return 
\"\"
+-- when Windows ANSI terminal support is emulated. e.g.
+--
+-- > import qualified System.Console.ANSI.Codes as ANSI
+--
+module System.Console.ANSI.Codes
+(
+  -- * Basic data types
+  module System.Console.ANSI.Types
+
+  -- * Cursor movement by character
+, cursorUpCode, cursorDownCode, cursorForwardCode, cursorBackwardCode
+
+  -- * Cursor movement by line
+, cursorUpLineCode, cursorDownLineCode
+
+  -- * Directly changing cursor position
+, setCursorColumnCode, setCursorPositionCode
+
+  -- * Clearing parts of the screen
+, clearFromCursorToScreenEndCode, 

commit ghc-atom-basic for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-atom-basic for openSUSE:Factory 
checked in at 2017-06-22 10:36:58

Comparing /work/SRC/openSUSE:Factory/ghc-atom-basic (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-atom-basic.new (New)


Package is "ghc-atom-basic"

Thu Jun 22 10:36:58 2017 rev:2 rq:504056 version:0.2.5

Changes:

--- /work/SRC/openSUSE:Factory/ghc-atom-basic/ghc-atom-basic.changes
2017-04-12 18:05:09.335795508 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-atom-basic.new/ghc-atom-basic.changes   
2017-06-22 10:37:00.070313861 +0200
@@ -1,0 +2,5 @@
+Thu Jun  8 11:08:27 UTC 2017 - psim...@suse.com
+
+- Update to version 0.2.5.
+
+---

Old:

  atom-basic-0.2.4.tar.gz

New:

  atom-basic-0.2.5.tar.gz



Other differences:
--
++ ghc-atom-basic.spec ++
--- /var/tmp/diff_new_pack.CiicFY/_old  2017-06-22 10:37:01.034177982 +0200
+++ /var/tmp/diff_new_pack.CiicFY/_new  2017-06-22 10:37:01.038177418 +0200
@@ -18,7 +18,7 @@
 
 %global pkg_name atom-basic
 Name:   ghc-%{pkg_name}
-Version:0.2.4
+Version:0.2.5
 Release:0
 Summary:Basic Atom feed construction
 License:BSD-3-Clause
@@ -74,6 +74,6 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc CHANGELOG
+%doc CHANGELOG.md
 
 %changelog

++ atom-basic-0.2.4.tar.gz -> atom-basic-0.2.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/atom-basic-0.2.4/CHANGELOG 
new/atom-basic-0.2.5/CHANGELOG
--- old/atom-basic-0.2.4/CHANGELOG  2015-07-08 17:38:02.0 +0200
+++ new/atom-basic-0.2.5/CHANGELOG  1970-01-01 01:00:00.0 +0100
@@ -1,9 +0,0 @@
-- 0.2.0
-* Export unsafeURI convenience function.
-* Add usage examples.
-
-- 0.1.1
-* Loosen constraint on base.
-
-- 0.1.0
-* First release.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/atom-basic-0.2.4/CHANGELOG.md 
new/atom-basic-0.2.5/CHANGELOG.md
--- old/atom-basic-0.2.4/CHANGELOG.md   1970-01-01 01:00:00.0 +0100
+++ new/atom-basic-0.2.5/CHANGELOG.md   2017-06-03 16:54:17.0 +0200
@@ -0,0 +1,26 @@
+- 0.2.5
+* Make `unsafeURI` throw a more helpful error. Thanks
+  [@emhoracek](https://github.com/emhoracek)!
+
+- 0.2.4
+* Move to Stack.
+* Minor documentation adjustments.
+
+- 0.2.3
+* Drop dependency on `old-locale` package.
+
+- 0.2.2
+* Improve documentation.
+
+- 0.2.1
+* Add README and documentation.
+
+- 0.2.0
+* Export unsafeURI convenience function.
+* Add usage examples.
+
+- 0.1.1
+* Loosen constraint on base.
+
+- 0.1.0
+* First release.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/atom-basic-0.2.4/atom-basic.cabal 
new/atom-basic-0.2.5/atom-basic.cabal
--- old/atom-basic-0.2.4/atom-basic.cabal   2016-10-22 14:12:23.0 
+0200
+++ new/atom-basic-0.2.5/atom-basic.cabal   2017-06-03 16:54:17.0 
+0200
@@ -1,5 +1,5 @@
 name:atom-basic
-version: 0.2.4
+version: 0.2.5
 synopsis:Basic Atom feed construction
 description:
 
@@ -19,7 +19,7 @@
 build-type:  Simple
 cabal-version:   >=1.10
 Extra-source-files:
-CHANGELOG
+CHANGELOG.md
 
 source-repository head
   type: git
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/atom-basic-0.2.4/src/Web/Atom.hs 
new/atom-basic-0.2.5/src/Web/Atom.hs
--- old/atom-basic-0.2.4/src/Web/Atom.hs2016-10-22 14:14:54.0 
+0200
+++ new/atom-basic-0.2.5/src/Web/Atom.hs2017-06-03 16:54:13.0 
+0200
@@ -75,7 +75,7 @@
 import   Data.ByteString(ByteString)
 import qualified Data.ByteString.Base64 as B64
 import qualified Data.ByteString.Char8  as BC
-import   Data.Maybe (catMaybes, fromJust)
+import   Data.Maybe (catMaybes)
 import   Data.String(IsString (..))
 import qualified Data.Text  as T
 import qualified Data.Text.Encoding as T (decodeUtf8)
@@ -132,7 +132,9 @@
 -- function is partial so only use this if you're hardcoding the URI string and
 -- you're sure that it's valid./
 unsafeURI :: String -> URI
-unsafeURI = fromJust . parseURI
+unsafeURI s = case parseURI s of
+Just uri-> uri
+Nothing -> error $ "Unable to parse URI string: " ++ s
 
 -- -
 -- External XML construction




commit ghc-avers for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-avers for openSUSE:Factory 
checked in at 2017-06-22 10:37:02

Comparing /work/SRC/openSUSE:Factory/ghc-avers (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-avers.new (New)


Package is "ghc-avers"

Thu Jun 22 10:37:02 2017 rev:3 rq:504057 version:0.0.17.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-avers/ghc-avers.changes  2017-05-27 
13:16:38.254158218 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-avers.new/ghc-avers.changes 2017-06-22 
10:37:03.441838566 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:01:11 UTC 2017 - psim...@suse.com
+
+- Update to version 0.0.17.1 revision 11.
+
+---



Other differences:
--
++ ghc-avers.spec ++
--- /var/tmp/diff_new_pack.NX3DQe/_old  2017-06-22 10:37:04.153738207 +0200
+++ /var/tmp/diff_new_pack.NX3DQe/_new  2017-06-22 10:37:04.157737643 +0200
@@ -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/10.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/11.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-MonadRandom-devel
 BuildRequires:  ghc-aeson-devel

++ avers.cabal ++
--- /var/tmp/diff_new_pack.NX3DQe/_old  2017-06-22 10:37:04.189733132 +0200
+++ /var/tmp/diff_new_pack.NX3DQe/_new  2017-06-22 10:37:04.193732569 +0200
@@ -1,6 +1,6 @@
 name: avers
 version: 0.0.17.1
-x-revision: 10
+x-revision: 11
 cabal-version: >=1.10
 build-type: Simple
 license: GPL-3
@@ -103,7 +103,7 @@
 avers >=0.0.17.1 && <0.1,
 base >=4.9.0.0 && <4.10,
 mtl >=2.2.1 && <2.3,
-criterion >=1.1.4.0 && <1.2,
+criterion >=1.1.4.0 && <1.3,
 resource-pool >=0.2.3.2 && <0.3,
 rethinkdb-client-driver >=0.0.23 && <0.1,
 network-uri >=2.6.1.0 && <2.7,




commit ghc-aeson-pretty for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-aeson-pretty for 
openSUSE:Factory checked in at 2017-06-22 10:36:38

Comparing /work/SRC/openSUSE:Factory/ghc-aeson-pretty (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-aeson-pretty.new (New)


Package is "ghc-aeson-pretty"

Thu Jun 22 10:36:38 2017 rev:4 rq:504054 version:0.8.4

Changes:

--- /work/SRC/openSUSE:Factory/ghc-aeson-pretty/ghc-aeson-pretty.changes
2016-10-23 12:50:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-aeson-pretty.new/ghc-aeson-pretty.changes   
2017-06-22 10:36:48.367963572 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:05:43 UTC 2017 - psim...@suse.com
+
+- Update to version 0.8.4.
+
+---

Old:

  aeson-pretty-0.8.2.tar.gz

New:

  aeson-pretty-0.8.4.tar.gz



Other differences:
--
++ ghc-aeson-pretty.spec ++
--- /var/tmp/diff_new_pack.4rmnxR/_old  2017-06-22 10:36:50.055725644 +0200
+++ /var/tmp/diff_new_pack.4rmnxR/_new  2017-06-22 10:36:50.059725080 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-aeson-pretty
 #
-# 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,7 +18,7 @@
 
 %global pkg_name aeson-pretty
 Name:   ghc-%{pkg_name}
-Version:0.8.2
+Version:0.8.4
 Release:0
 Summary:JSON pretty-printing library and command-line tool
 License:BSD-3-Clause
@@ -73,7 +73,7 @@
 
 %install
 %ghc_lib_install
-%ghc_fix_dynamic_rpath %{pkg_name}
+%ghc_fix_rpath %{pkg_name}-%{version}
 
 %post devel
 %ghc_pkg_recache

++ aeson-pretty-0.8.2.tar.gz -> aeson-pretty-0.8.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aeson-pretty-0.8.2/Data/Aeson/Encode/Pretty.hs 
new/aeson-pretty-0.8.4/Data/Aeson/Encode/Pretty.hs
--- old/aeson-pretty-0.8.2/Data/Aeson/Encode/Pretty.hs  2016-09-09 
20:18:24.0 +0200
+++ new/aeson-pretty-0.8.4/Data/Aeson/Encode/Pretty.hs  2017-05-28 
09:59:59.0 +0200
@@ -120,7 +120,7 @@
 -- |The default configuration: indent by four spaces per level of nesting, do
 --  not sort objects by key.
 --
---  > defConfig = Config { confIndent = 4, confCompare = mempty, confNumFormat 
= Generic }
+--  > defConfig = Config { confIndent = Spaces 4, confCompare = mempty, 
confNumFormat = Generic }
 defConfig :: Config
 defConfig =
   Config {confIndent = Spaces 4, confCompare = mempty, confNumFormat = Generic}
@@ -197,7 +197,9 @@
 
 fromNumber :: PState -> S.Scientific -> Builder
 fromNumber st x = case pNumFormat st of
-  Generic-> Aeson.encodeToTextBuilder $ Number x
+  Generic
+| (x > 1.0e19 || x < -1.0e19) -> formatScientificBuilder S.Exponent 
Nothing x
+| otherwise -> Aeson.encodeToTextBuilder $ Number x
   Scientific -> formatScientificBuilder S.Exponent Nothing x
   Decimal-> formatScientificBuilder S.Fixed Nothing x
   Custom f   -> f x
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aeson-pretty-0.8.2/aeson-pretty.cabal 
new/aeson-pretty-0.8.4/aeson-pretty.cabal
--- old/aeson-pretty-0.8.2/aeson-pretty.cabal   2016-09-09 20:19:04.0 
+0200
+++ new/aeson-pretty-0.8.4/aeson-pretty.cabal   2017-05-28 10:00:32.0 
+0200
@@ -1,5 +1,5 @@
 name:   aeson-pretty
-version:0.8.2
+version:0.8.4
 license:BSD3
 license-file:   LICENSE
 category:   Text, Web, JSON, Pretty Printer




commit ghc-clash-lib for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-clash-lib for openSUSE:Factory 
checked in at 2017-06-22 10:37:09

Comparing /work/SRC/openSUSE:Factory/ghc-clash-lib (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-clash-lib.new (New)


Package is "ghc-clash-lib"

Thu Jun 22 10:37:09 2017 rev:2 rq:504060 version:0.7.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-clash-lib/ghc-clash-lib.changes  
2017-05-16 14:39:11.185448002 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-clash-lib.new/ghc-clash-lib.changes 
2017-06-22 10:37:10.296872185 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:01:07 UTC 2017 - psim...@suse.com
+
+- Update to version 0.7.1 revision 1.
+
+---

New:

  clash-lib.cabal



Other differences:
--
++ ghc-clash-lib.spec ++
--- /var/tmp/diff_new_pack.8qrWRP/_old  2017-06-22 10:37:10.816798889 +0200
+++ /var/tmp/diff_new_pack.8qrWRP/_new  2017-06-22 10:37:10.820798326 +0200
@@ -25,6 +25,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#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-aeson-devel
 BuildRequires:  ghc-attoparsec-devel
@@ -107,6 +108,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ clash-lib.cabal ++
Name: clash-lib
Version:  0.7.1
x-revision: 1
Synopsis: CAES Language for Synchronous Hardware - As a Library
Description:
  CλaSH (pronounced ‘clash’) is a functional hardware description language that
  borrows both its syntax and semantics from the functional programming language
  Haskell. The CλaSH compiler transforms these high-level descriptions to
  low-level synthesizable VHDL, Verilog, or SystemVerilog.
  .
  Features of CλaSH:
  .
  * Strongly typed, but with a very high degree of type inference, enabling both
safe and fast prototyping using concise descriptions.
  .
  * Interactive REPL: load your designs in an interpreter and easily test all
your component without needing to setup a test bench.
  .
  * Higher-order functions, with type inference, result in designs that are
fully parametric by default.
  .
  * Synchronous sequential circuit design based on streams of values, called
@Signal@s, lead to natural descriptions of feedback loops.
  .
  * Support for multiple clock domains, with type safe clock domain crossing.
  .
  .
  This package provides:
  .
  * The CoreHW internal language: SystemF + Letrec + Case-decomposition
  .
  * The normalisation process that brings CoreHW in a normal form that can be
  converted to a netlist
  .
  * Blackbox/Primitive Handling
  .
  .
  Front-ends (for: parsing, typecheck, etc.) are provided by separate packages:
  .
  * 
  .
  * 
  .
  .
  Prelude library: 
Homepage: http://www.clash-lang.org/
bug-reports:  http://github.com/clash-lang/clash-compiler/issues
License:  BSD2
License-file: LICENSE
Author:   Christiaan Baaij
Maintainer:   Christiaan Baaij 
Copyright:Copyright © 2012-2016, University of Twente, 2017, 
QBayLogic
Category: Hardware
Build-type:   Simple

Extra-source-files:   README.md,
  CHANGELOG.md

Cabal-version:>=1.10

source-repository head
  type: git
  location: https://github.com/clash-lang/clash-compiler.git

Library
  HS-Source-Dirs: src

  default-language:   Haskell2010
  ghc-options:-Wall
  CPP-Options:-DCABAL

  other-extensions:   CPP
  DeriveAnyClass
  DeriveGeneric
  DeriveFoldable
  DeriveFunctor
  FlexibleContexts
  FlexibleInstances
  GeneralizedNewtypeDeriving
  LambdaCase
  MultiParamTypeClasses
  OverloadedStrings
  Rank2Types
  RecordWildCards
  ScopedTypeVariables
  TemplateHaskell
  TupleSections
  ViewPatterns

  Build-depends:  aeson   >= 0.6.2.0  && < 1.3,
  attoparsec

commit ghc-HUnit-approx for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-HUnit-approx for 
openSUSE:Factory checked in at 2017-06-22 10:36:28

Comparing /work/SRC/openSUSE:Factory/ghc-HUnit-approx (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-HUnit-approx.new (New)


Package is "ghc-HUnit-approx"

Thu Jun 22 10:36:28 2017 rev:2 rq:504053 version:1.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-HUnit-approx/ghc-HUnit-approx.changes
2017-04-12 18:04:40.095929797 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-HUnit-approx.new/ghc-HUnit-approx.changes   
2017-06-22 10:36:32.782160723 +0200
@@ -1,0 +2,5 @@
+Thu Jun  8 11:05:44 UTC 2017 - psim...@suse.com
+
+- Update to version 1.1 revision 1.
+
+---

New:

  HUnit-approx.cabal



Other differences:
--
++ ghc-HUnit-approx.spec ++
--- /var/tmp/diff_new_pack.VQMFY8/_old  2017-06-22 10:36:33.606044580 +0200
+++ /var/tmp/diff_new_pack.VQMFY8/_new  2017-06-22 10:36:33.606044580 +0200
@@ -26,6 +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#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-HUnit-devel
 BuildRequires:  ghc-rpm-macros
@@ -48,6 +49,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ HUnit-approx.cabal ++
name:   HUnit-approx
version:1.1
x-revision: 1
cabal-version:  >= 1.10
synopsis:   Approximate equality for floating point numbers with HUnit
homepage:   https://github.com/goldfirere/HUnit-approx
category:   Testing
author: Richard Eisenberg 
maintainer: Richard Eisenberg 
bug-reports:https://github.com/goldfirere/HUnit-approx/issues
stability:  intended to be stable
extra-source-files: README.md, CHANGES.md
license:BSD3
license-file:   LICENSE
build-type: Simple
description:
This package exports combinators useful in comparing floating-point numbers
in HUnit tests, by using approximate equality.

source-repository this
  type: git
  location: https://github.com/goldfirere/HUnit-approx.git
  tag:  v1.1

library
  build-depends:  
  base == 4.*
, HUnit >= 1.2
  exposed-modules:Test.HUnit.Approx
  default-language:   Haskell2010

test-suite sanity-check
  type:   exitcode-stdio-1.0
  ghc-options:-Wall -main-is Tests.Main
  default-language:   Haskell2010
  main-is:Tests/Main.hs

  build-depends:
  base == 4.*
, HUnit >= 1.2
, HUnit-approx
  



commit ghc-case-insensitive for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-case-insensitive for 
openSUSE:Factory checked in at 2017-06-22 10:37:07

Comparing /work/SRC/openSUSE:Factory/ghc-case-insensitive (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-case-insensitive.new (New)


Package is "ghc-case-insensitive"

Thu Jun 22 10:37:07 2017 rev:13 rq:504059 version:1.2.0.10

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-case-insensitive/ghc-case-insensitive.changes
2017-06-04 01:52:28.570528336 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-case-insensitive.new/ghc-case-insensitive.changes
   2017-06-22 10:37:08.225164243 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:01:06 UTC 2017 - psim...@suse.com
+
+- Update to version 1.2.0.10.
+
+---

Old:

  case-insensitive-1.2.0.9.tar.gz

New:

  case-insensitive-1.2.0.10.tar.gz



Other differences:
--
++ ghc-case-insensitive.spec ++
--- /var/tmp/diff_new_pack.OcduvW/_old  2017-06-22 10:37:08.877072341 +0200
+++ /var/tmp/diff_new_pack.OcduvW/_new  2017-06-22 10:37:08.877072341 +0200
@@ -19,7 +19,7 @@
 %global pkg_name case-insensitive
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:1.2.0.9
+Version:1.2.0.10
 Release:0
 Summary:Case insensitive string comparison
 License:BSD-3-Clause

++ case-insensitive-1.2.0.9.tar.gz -> case-insensitive-1.2.0.10.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/case-insensitive-1.2.0.9/CHANGELOG 
new/case-insensitive-1.2.0.10/CHANGELOG
--- old/case-insensitive-1.2.0.9/CHANGELOG  2017-04-22 15:42:53.0 
+0200
+++ new/case-insensitive-1.2.0.10/CHANGELOG 2017-05-27 16:25:27.0 
+0200
@@ -1,3 +1,8 @@
+1.2.0.10
+
+* Support criterion-1.2
+
+
 1.2.0.9
 
 * Support base-4.10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/case-insensitive-1.2.0.9/case-insensitive.cabal 
new/case-insensitive-1.2.0.10/case-insensitive.cabal
--- old/case-insensitive-1.2.0.9/case-insensitive.cabal 2017-04-22 
15:42:53.0 +0200
+++ new/case-insensitive-1.2.0.10/case-insensitive.cabal2017-05-27 
16:25:27.0 +0200
@@ -1,5 +1,5 @@
 name:  case-insensitive
-version:   1.2.0.9
+version:   1.2.0.10
 cabal-version: >=1.8
 build-type:Simple
 license:   BSD3
@@ -69,5 +69,5 @@
   build-depends: case-insensitive
, base >= 3 && < 4.11
, bytestring   >= 0.9   && < 0.11
-   , criterion>= 0.6.1 && < 1.2
+   , criterion>= 0.6.1 && < 1.3
, deepseq  >= 1.1   && < 1.5




commit ghc-binary-tagged for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-binary-tagged for 
openSUSE:Factory checked in at 2017-06-22 10:37:05

Comparing /work/SRC/openSUSE:Factory/ghc-binary-tagged (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-binary-tagged.new (New)


Package is "ghc-binary-tagged"

Thu Jun 22 10:37:05 2017 rev:12 rq:504058 version:0.1.4.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-binary-tagged/ghc-binary-tagged.changes  
2017-06-04 01:52:09.709193154 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-binary-tagged.new/ghc-binary-tagged.changes 
2017-06-22 10:37:06.285437693 +0200
@@ -1,0 +2,5 @@
+Thu Jun  8 11:05:44 UTC 2017 - psim...@suse.com
+
+- Update to version 0.1.4.2 revision 6.
+
+---



Other differences:
--
++ ghc-binary-tagged.spec ++
--- /var/tmp/diff_new_pack.11VTCB/_old  2017-06-22 10:37:06.833360451 +0200
+++ /var/tmp/diff_new_pack.11VTCB/_new  2017-06-22 10:37:06.837359887 +0200
@@ -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/5.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/6.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-SHA-devel
 BuildRequires:  ghc-aeson-devel

++ binary-tagged.cabal ++
--- /var/tmp/diff_new_pack.11VTCB/_old  2017-06-22 10:37:06.877354249 +0200
+++ /var/tmp/diff_new_pack.11VTCB/_new  2017-06-22 10:37:06.877354249 +0200
@@ -1,6 +1,6 @@
 name:   binary-tagged
 version:0.1.4.2
-x-revision: 5
+x-revision: 6
 synopsis:   Tagged binary serialisation.
 description:Check 
 category:   Web
@@ -56,26 +56,26 @@
   test
   ghc-options: -Wall
   build-depends:
-  base >=4.7  && <4.10
-, aeson>=0.8  && <1.3
-, array>=0.5  && <0.6
-, base16-bytestring>=0.1.1.6 && <0.2
-, binary   >=0.7  && <0.10
-, bytestring   >=0.10 && <0.11
-, containers   >=0.5  && <0.6
-, generics-sop >=0.1  && <0.3
-, hashable >=1.2  && <1.3
-, nats >=1&& <1.2
-, scientific   >=0.3  && <0.4
-, SHA  >=1.6  && <1.7
-, semigroups   >=0.16 && <0.19
-, tagged   >=0.7  && <0.9
-, text >=1.2  && <1.3
-, time >=1.4  && <1.7
-, unordered-containers >=0.2  && <0.3
-, vector   >=0.10 && <0.13
-, binary-tagged
-, binary-orphans >=0.1.1
+  base
+, aeson
+, array
+, base16-bytestring
+, binary
+, bytestring
+, containers
+, generics-sop
+, hashable
+, nats
+, scientific
+, SHA
+, semigroups
+, tagged
+, text
+, time
+, unordered-containers
+, vector
+, binary-tagged >=0.1.1
+, binary-orphans
 , bifunctors
 , quickcheck-instances
 , tasty
@@ -93,26 +93,26 @@
   bench
   ghc-options: -Wall
   build-depends:
-  base >=4.7  && <4.10
-, aeson>=0.8  && <1.3
-, array>=0.5  && <0.6
-, base16-bytestring>=0.1.1.6 && <0.2
-, binary   >=0.7  && <0.10
-, bytestring   >=0.10 && <0.11
-, containers   >=0.5  && <0.6
-, generics-sop >=0.1  && <0.3
-, hashable >=1.2  && <1.3
-, nats >=1&& <1.2
-, scientific   >=0.3  && <0.4
-, SHA  >=1.6  && <1.7
-, semigroups   >=0.16 && <0.19
-, tagged   >=0.7  && <0.9
-, text >=1.2  && <1.3
-, time >=1.4  && <1.7
-, unordered-containers >=0.2  && <0.3
-, vector   >=0.10 && <0.13
-, binary-tagged
-, binary-orphans >=0.1.1
+  base
+, aeson
+, array
+, base16-bytestring
+, binary
+, bytestring
+, containers
+, generics-sop
+, hashable
+, nats
+, scientific
+, SHA
+, semigroups
+, tagged
+, text
+, time
+, unordered-containers
+, vector
+, binary-tagged >=0.1.1
+, binary-orphans
 , deepseq
 , criterion
   default-language: 

commit ghc-concurrent-extra for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-concurrent-extra for 
openSUSE:Factory checked in at 2017-06-22 10:37:13

Comparing /work/SRC/openSUSE:Factory/ghc-concurrent-extra (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-concurrent-extra.new (New)


Package is "ghc-concurrent-extra"

Thu Jun 22 10:37:13 2017 rev:2 rq:504062 version:0.7.0.11

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-concurrent-extra/ghc-concurrent-extra.changes
2016-09-25 14:39:07.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-concurrent-extra.new/ghc-concurrent-extra.changes
   2017-06-22 10:37:15.668114979 +0200
@@ -1,0 +2,5 @@
+Sat May 27 12:27:54 UTC 2017 - psim...@suse.com
+
+- Update to version 0.7.0.11.
+
+---

Old:

  concurrent-extra-0.7.0.10.tar.gz

New:

  concurrent-extra-0.7.0.11.tar.gz



Other differences:
--
++ ghc-concurrent-extra.spec ++
--- /var/tmp/diff_new_pack.PnUD6z/_old  2017-06-22 10:37:16.164045065 +0200
+++ /var/tmp/diff_new_pack.PnUD6z/_new  2017-06-22 10:37:16.164045065 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-concurrent-extra
 #
-# 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
@@ -19,16 +19,15 @@
 %global pkg_name concurrent-extra
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.7.0.10
+Version:0.7.0.11
 Release:0
 Summary:Extra concurrency primitives
 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
 BuildRequires:  ghc-rpm-macros
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-stm-devel
 BuildRequires:  ghc-unbounded-delays-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -39,7 +38,6 @@
 BuildRequires:  ghc-test-framework-devel
 BuildRequires:  ghc-test-framework-hunit-devel
 %endif
-# End cabal-rpm deps
 
 %description
 The 'concurrent-extra' package offers among other things the following
@@ -81,20 +79,14 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache

++ concurrent-extra-0.7.0.10.tar.gz -> concurrent-extra-0.7.0.11.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/concurrent-extra-0.7.0.10/Control/Concurrent/Event.hs 
new/concurrent-extra-0.7.0.11/Control/Concurrent/Event.hs
--- old/concurrent-extra-0.7.0.10/Control/Concurrent/Event.hs   2015-12-16 
10:24:13.0 +0100
+++ new/concurrent-extra-0.7.0.11/Control/Concurrent/Event.hs   2017-05-23 
12:36:23.0 +0200
@@ -68,7 +68,7 @@
 import Data.Maybe  ( isJust )
 import Data.Typeable   ( Typeable )
 
-#ifdef __HADDOCK__
+#ifdef __HADDOCK_VERSION__
 import Control.Exception   ( mask )
 #endif
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/concurrent-extra-0.7.0.10/Control/Concurrent/Lock.hs 
new/concurrent-extra-0.7.0.11/Control/Concurrent/Lock.hs
--- old/concurrent-extra-0.7.0.10/Control/Concurrent/Lock.hs2015-12-16 
10:24:13.0 +0100
+++ new/concurrent-extra-0.7.0.11/Control/Concurrent/Lock.hs2017-05-23 
12:36:23.0 +0200
@@ -63,13 +63,12 @@
 import Control.Applicative ( liftA2 )
 import Control.Concurrent.MVar ( MVar, newMVar, newEmptyMVar
, takeMVar, tryTakeMVar
-   , putMVar, tryPutMVar
-   , isEmptyMVar
+   , tryPutMVar, readMVar, isEmptyMVar
)
 import Control.Exception   ( bracket_, onException )
-import Control.Monad   ( return, (>>), when )
+import Control.Monad   ( return, when )
 import Data.Bool   ( Bool, not )
-#ifdef __HADDOCK__
+#ifdef __HADDOCK_VERSION__
 import Data.Bool   ( Bool(False, True) )
 #endif
 import Data.Eq ( Eq )
@@ -85,7 +84,7 @@
 #endif
 
 -- from concurrent-extra (this package):
-import Utils   ( mask, mask_ )
+import Utils   ( mask )
 
 
 

@@ -198,16 +197,15 @@
 * When the state 

commit ghc-ChannelT for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-ChannelT for openSUSE:Factory 
checked in at 2017-06-22 10:36:20

Comparing /work/SRC/openSUSE:Factory/ghc-ChannelT (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-ChannelT.new (New)


Package is "ghc-ChannelT"

Thu Jun 22 10:36:20 2017 rev:2 rq:504051 version:0.0.0.4

Changes:

--- /work/SRC/openSUSE:Factory/ghc-ChannelT/ghc-ChannelT.changes
2017-02-19 01:00:04.667623693 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-ChannelT.new/ghc-ChannelT.changes   
2017-06-22 10:36:25.811143430 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:01:05 UTC 2017 - psim...@suse.com
+
+- Update to version 0.0.0.4.
+
+---

Old:

  ChannelT-0.0.0.2.tar.gz

New:

  ChannelT-0.0.0.4.tar.gz



Other differences:
--
++ ghc-ChannelT.spec ++
--- /var/tmp/diff_new_pack.LhruFi/_old  2017-06-22 10:36:26.507045329 +0200
+++ /var/tmp/diff_new_pack.LhruFi/_new  2017-06-22 10:36:26.507045329 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-ChannelT
 #
-# 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,22 +18,20 @@
 
 %global pkg_name ChannelT
 Name:   ghc-%{pkg_name}
-Version:0.0.0.2
+Version:0.0.0.4
 Release:0
 Summary:Generalized stream processors
 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
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-free-devel
 BuildRequires:  ghc-mmorph-devel
 BuildRequires:  ghc-mtl-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-transformers-base-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 A mutual generalization of 
@@ -55,15 +53,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++ ChannelT-0.0.0.2.tar.gz -> ChannelT-0.0.0.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ChannelT-0.0.0.2/ChannelT.cabal 
new/ChannelT-0.0.0.4/ChannelT.cabal
--- old/ChannelT-0.0.0.2/ChannelT.cabal 2016-01-27 06:53:20.0 +0100
+++ new/ChannelT-0.0.0.4/ChannelT.cabal 2017-05-22 05:25:30.0 +0200
@@ -1,5 +1,5 @@
 name:ChannelT
-version: 0.0.0.2
+version: 0.0.0.4
 synopsis:Generalized stream processors
 description: A mutual generalization of 
 and 
; a library for 
exploring a particular corner of the design space of streaming IO (and other 
related tasks) in Haskell.
 license: BSD3
@@ -7,19 +7,23 @@
 author:  Alexander Altman
 maintainer:  alexanderalt...@me.com
 homepage:https://github.com/pthariensflame/ChannelT
-copyright:   Copyright (c) 2015-2016, Alexander Altman
+copyright:   Copyright (c) 2015-2017, Alexander Altman
 category:Control, Enumerator, Iteratee, Pipes, Proxies
 build-type:  Simple
-cabal-version:   >= 1.22
+cabal-version:   >= 1.24
+
+source-repository head
+  type: git
+  location: https://github.com/pthariensflame/ChannelT
 
 library
   default-language:Haskell2010
   hs-source-dirs:  src
   exposed-modules: Control.Monad.Channel.Internal
  , Control.Monad.Channel
-  -- other-modules:   
+  -- other-modules:
   build-depends:   base >= 4.8.2.0 && < 5
  , mtl >= 2.2.1 && < 2.3
  , free >= 4.12.4 && < 4.13
  , transformers-base >= 0.4.4 && < 0.5
- , mmorph >= 1.0.5 && < 1.1
+ , mmorph >= 1.0.5 && < 1.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ChannelT-0.0.0.2/src/Control/Monad/Channel/Internal.hs 
new/ChannelT-0.0.0.4/src/Control/Monad/Channel/Internal.hs
--- old/ChannelT-0.0.0.2/src/Control/Monad/Channel/Internal.hs  2016-01-27 
06:54:48.0 +0100
+++ new/ChannelT-0.0.0.4/src/Control/Monad/Channel/Internal.hs  2017-05-22 
05:25:19.0 +0200
@@ -17,7 +17,7 @@
 deriving 

commit cabal-install for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package cabal-install for openSUSE:Factory 
checked in at 2017-06-22 10:36:12

Comparing /work/SRC/openSUSE:Factory/cabal-install (Old)
 and  /work/SRC/openSUSE:Factory/.cabal-install.new (New)


Package is "cabal-install"

Thu Jun 22 10:36:12 2017 rev:19 rq:504049 version:1.24.0.2

Changes:

--- /work/SRC/openSUSE:Factory/cabal-install/cabal-install.changes  
2017-04-28 09:13:58.896343566 +0200
+++ /work/SRC/openSUSE:Factory/.cabal-install.new/cabal-install.changes 
2017-06-22 10:36:15.336620018 +0200
@@ -1,0 +2,5 @@
+Sat May 27 12:27:52 UTC 2017 - psim...@suse.com
+
+- Update to version 1.24.0.2 revision 1.
+
+---

New:

  cabal-install.cabal



Other differences:
--
++ cabal-install.spec ++
--- /var/tmp/diff_new_pack.FatEok/_old  2017-06-22 10:36:15.896541087 +0200
+++ /var/tmp/diff_new_pack.FatEok/_new  2017-06-22 10:36:15.900540524 +0200
@@ -25,6 +25,7 @@
 Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{name}
 Source0:
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
+Source1:
https://hackage.haskell.org/package/%{name}-%{version}/revision/1.cabal#/%{name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-HTTP-devel
 BuildRequires:  ghc-array-devel
@@ -78,6 +79,7 @@
 
 %prep
 %setup -q
+cp -p %{SOURCE1} %{name}.cabal
 
 %build
 %ghc_bin_build

++ cabal-install.cabal ++
Name:   cabal-install
Version:1.24.0.2
x-revision: 1
Synopsis:   The command-line interface for Cabal and Hackage.
Description:
The \'cabal\' command-line program simplifies the process of managing
Haskell software by automating the fetching, configuration, compilation
and installation of Haskell libraries and programs.
homepage:   http://www.haskell.org/cabal/
bug-reports:https://github.com/haskell/cabal/issues
License:BSD3
License-File:   LICENSE
Author: Lemmih 
Paolo Martini 
Bjorn Bringert 
Isaac Potoczny-Jones 
Duncan Coutts 
Maintainer: cabal-de...@haskell.org
Copyright:  2005 Lemmih 
2006 Paolo Martini 
2007 Bjorn Bringert 
2007 Isaac Potoczny-Jones 
2007-2012 Duncan Coutts 
Category:   Distribution
Build-type: Custom
Cabal-Version:  >= 1.10
Extra-Source-Files:
  README.md bash-completion/cabal bootstrap.sh changelog
  tests/README.md

  -- Generated with '../Cabal/misc/gen-extra-source-files.sh'
  -- Do NOT edit this section manually; instead, run the script.
  -- BEGIN gen-extra-source-files
  tests/IntegrationTests/custom-setup/common.sh
  tests/IntegrationTests/custom-setup/should_run/Cabal-8/Cabal.cabal
  tests/IntegrationTests/custom-setup/should_run/Cabal-8/CabalMessage.hs
  tests/IntegrationTests/custom-setup/should_run/Cabal-9/Cabal.cabal
  tests/IntegrationTests/custom-setup/should_run/Cabal-9/CabalMessage.hs
  
tests/IntegrationTests/custom-setup/should_run/custom-setup-without-cabal-defaultMain/Setup.hs
  
tests/IntegrationTests/custom-setup/should_run/custom-setup-without-cabal-defaultMain/custom-setup-without-cabal-defaultMain.cabal
  
tests/IntegrationTests/custom-setup/should_run/custom-setup-without-cabal/Setup.hs
  
tests/IntegrationTests/custom-setup/should_run/custom-setup-without-cabal/custom-setup-without-cabal.cabal
  tests/IntegrationTests/custom-setup/should_run/custom-setup/Setup.hs
  tests/IntegrationTests/custom-setup/should_run/custom-setup/custom-setup.cabal
  
tests/IntegrationTests/custom-setup/should_run/custom_setup_without_Cabal_doesnt_allow_Cabal_import.sh
  
tests/IntegrationTests/custom-setup/should_run/custom_setup_without_Cabal_doesnt_require_Cabal.sh
  tests/IntegrationTests/custom-setup/should_run/installs_Cabal_as_setup_dep.sh
  tests/IntegrationTests/custom/common.sh
  tests/IntegrationTests/custom/should_run/plain.err
  tests/IntegrationTests/custom/should_run/plain.sh
  tests/IntegrationTests/custom/should_run/plain/A.hs
  tests/IntegrationTests/custom/should_run/plain/Setup.hs
  tests/IntegrationTests/custom/should_run/plain/plain.cabal
  tests/IntegrationTests/exec/common.sh
  tests/IntegrationTests/exec/should_fail/exit_with_failure_without_args.err
  

  1   2   >