commit opera for openSUSE:Factory:NonFree

2017-03-07 Thread root
Hello community,

here is the log from the commit of package opera for openSUSE:Factory:NonFree 
checked in at 2017-03-08 01:17:10

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


Package is "opera"

Wed Mar  8 01:17:10 2017 rev:39 rq:476996 version:43.0.2442.1144

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/opera/opera.changes  2017-03-02 
19:43:59.055187898 +0100
+++ /work/SRC/openSUSE:Factory:NonFree/.opera.new/opera.changes 2017-03-08 
01:17:17.914456362 +0100
@@ -1,0 +2,7 @@
+Sat Mar  4 14:35:34 UTC 2017 - kiel...@gmail.com
+
+- Update to version 43.0.2442.1144:
+  * Full changelog available at:
+https://www.opera.com/blogs/desktop/changelog-for-43/#b2442.1144
+
+---

Old:

  opera-stable_43.0.2442.991_amd64.deb
  opera-stable_43.0.2442.991_i386.deb

New:

  opera-stable_43.0.2442.1144_amd64.deb
  opera-stable_43.0.2442.1144_i386.deb



Other differences:
--
++ opera.spec ++
--- /var/tmp/diff_new_pack.1N6Spv/_old  2017-03-08 01:17:23.673641372 +0100
+++ /var/tmp/diff_new_pack.1N6Spv/_new  2017-03-08 01:17:23.673641372 +0100
@@ -27,7 +27,7 @@
 %define alt_deb_arch amd64
 %endif
 Name:   opera
-Version:43.0.2442.991
+Version:43.0.2442.1144
 Release:0
 Summary:Proprietary web browser
 License:SUSE-NonFree




commit fate for openSUSE:Factory

2017-03-07 Thread root
Hello community,

here is the log from the commit of package fate for openSUSE:Factory checked in 
at 2017-03-08 01:16:43

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


Package is "fate"

Wed Mar  8 01:16:43 2017 rev:4 rq:477434 version:1.5.5.8.1

Changes:

--- /work/SRC/openSUSE:Factory/fate/fate.changes2017-02-13 
07:51:03.005704982 +0100
+++ /work/SRC/openSUSE:Factory/.fate.new/fate.changes   2017-03-08 
01:16:44.447192358 +0100
@@ -1,0 +2,13 @@
+Tue Mar  7 10:51:05 UTC 2017 - jpl...@suse.com
+
+- remove dependency to libBoost, contribution from Michael Matz
+
+---
+Mon Mar  6 13:36:05 UTC 2017 - jpl...@suse.com
+
+- update to version 1.5.5.8
+  * bsc#1028004: Error when generating a query that uses milestones
+  * remember DeltaDialog size over restart 
+  * make diffs in 'Changes' dialog coloured
+
+---

Old:

  fate-20170210-ac378d5.tar.bz2

New:
----
  fate-20170307-5ebdb80.tar.bz2



Other differences:
--
++ fate.spec ++
--- /var/tmp/diff_new_pack.RhBAko/_old  2017-03-08 01:16:45.491044642 +0100
+++ /var/tmp/diff_new_pack.RhBAko/_new  2017-03-08 01:16:45.491044642 +0100
@@ -16,9 +16,9 @@
 #
 
 
-%define baseversion 1.5.5.7
-%define patchlevel .2
-%define snapshot 20170210-ac378d5
+%define baseversion 1.5.5.8
+%define patchlevel  .1
+%define snapshot 20170307-5ebdb80
 Name:   fate
 Version:%{baseversion}%{patchlevel}
 Release:0

++ fate-20170210-ac378d5.tar.bz2 -> fate-20170307-5ebdb80.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fate-20170210-ac378d5/CMakeLists.txt 
new/fate-20170307-5ebdb80/CMakeLists.txt
--- old/fate-20170210-ac378d5/CMakeLists.txt2017-02-10 13:02:19.169525178 
+0100
+++ new/fate-20170307-5ebdb80/CMakeLists.txt2017-03-07 11:50:52.975419364 
+0100
@@ -25,7 +25,6 @@
 find_package(SQLite3 REQUIRED)
 find_package(MEINPROC)
 find_package(Qt4 4.6 COMPONENTS QtCore QtGui QtXml QtDbus REQUIRED)
-find_package(Boost COMPONENTS system REQUIRED)
 find_package(LibXslt REQUIRED)
 find_package(CTemplate REQUIRED)
 find_package(Threads REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fate-20170210-ac378d5/src/fate/querydialog.cpp 
new/fate-20170307-5ebdb80/src/fate/querydialog.cpp
--- old/fate-20170210-ac378d5/src/fate/querydialog.cpp  2017-02-10 
13:02:19.189525273 +0100
+++ new/fate-20170307-5ebdb80/src/fate/querydialog.cpp  2017-03-07 
11:50:52.999419484 +0100
@@ -293,9 +293,9 @@
productCriteria.append(QString("product/productid='%1'")
   .arg(mMilestoneProduct));
if (milestone == i18n("None"))
- productCriteria.append(QString(" and not(milestone)"));
+ productCriteria.append(QString("not(milestone)"));
else if (milestone != i18n("Any"))
- productCriteria.append(QString(" and milestone/name='%2'")
+ productCriteria.append(QString("milestone/name='%2'")
 .arg(milestone));
   }
 }
@@ -489,7 +489,7 @@
   cmbMilestone->clear();
   cmbMilestone->addItems( QStringList() << i18n("Any") << i18n("None"));
 
-  Product *p = mProductMap->product( product );
+  Product *p = mProductMap->product(mProductMap->idForDisplayName(product));
   if( !p )
 return;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fate-20170210-ac378d5/src/fate.desktop 
new/fate-20170307-5ebdb80/src/fate.desktop
--- old/fate-20170210-ac378d5/src/fate.desktop  2017-02-10 13:02:19.181525236 
+0100
+++ new/fate-20170307-5ebdb80/src/fate.desktop  2017-03-07 11:50:52.991419444 
+0100
@@ -3,8 +3,7 @@
 Exec=fate %i -caption "%c"
 Icon=fate
 Type=Application
-#DocPath=fate/index.html
 GenericName=SUSE Feature Tool Client
 Terminal=false
-Categories=X-SuSE-core;
+Categories=Qt;Office;Database;X-SuSE-core;ProjectManagement;
 X-SuSE-translate=false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fate-20170210-ac378d5/src/libfate/productmap.cpp 
new/fate-20170307-5ebdb80/src/libfate/productmap.cpp
--- old/fate-20170210-ac378d5/src/libfate/productmap.cpp2017-02-10 
13:02:19.197525312 +0100
+++ new/fate-20170307-5ebdb80/src/libfate/productmap.cpp2017-03-07 
11:50:53.007419525 +0100
@@ -2,8 +2,10 @@
 This file is part of Fate.
 
 Copyright (c) 2007 SUSE LINUX Products GmbH
-

commit bitlbee for openSUSE:Factory

2017-03-07 Thread root


binNgDZdNY0Ti.bin
Description: Binary data


commit coreboot-utils for openSUSE:Factory

2017-03-07 Thread root
Hello community,

here is the log from the commit of package coreboot-utils for openSUSE:Factory 
checked in at 2017-03-08 01:15:59

Comparing /work/SRC/openSUSE:Factory/coreboot-utils (Old)
 and  /work/SRC/openSUSE:Factory/.coreboot-utils.new (New)


Package is "coreboot-utils"

Wed Mar  8 01:15:59 2017 rev:21 rq:477304 version:4.5

Changes:

--- /work/SRC/openSUSE:Factory/coreboot-utils/coreboot-utils.changes
2016-02-08 09:48:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.coreboot-utils.new/coreboot-utils.changes   
2017-03-08 01:16:00.853361376 +0100
@@ -1,0 +2,143 @@
+Sat Feb 25 21:03:17 UTC 2017 - shshyukr...@suse.com
+
+- Update to 4.5:
+Areas with significant updates:
+Toolchain (29 commits)
+Updated mpfr version from 3.1.3 to 3.1.4
+Updated gcc version from 5.2.0 to 5.3.0
+Updated binutils version from 2.25 to 2.26.1 & Fix aarch64 build 
problem
+Updated gdb version from 7.9.1 to 7.11
+Updated iasl version from 20160318 to 20160831
+Updated python version from 3.4.3 to 3.5.1
+Updated expat version from 2.1.0 to 2.1.1
+Updated llvm / clang version from 3.7.1 to 3.8.0
+Updated make version from 4.1 to 4.2.1
+
+Build system (32 commits)
+Updates for cbfstool / fmap changes
+Order per-region files to optimize placement success
+Add support for the ADA language and toolchain.
+
+Utilities (103 commits)
+Lint – Update checkpatch.pl, add tools  to find non-ascii & 
unprintable chars and to verify a single newline at the end of files
+cbfstool – Update for Linux payloads, Honor FSP modules addresses, fix 
elf parsing
+Sconfig – Add 10 bit addressing mode for i2c devices, add generic 
device type, support strings, pass in devicetree filename
+
+General code cleanup (197 commits)
+Cleaning up code formatting and whitespace
+Fix spelling & capitalization
+Removing commented out code
+Transition away from device_t
+
+TPM (55 commits)
+Add support for Trusted Platform Module 2.0
+SPI & refactored I2C TPM driver
+
+Drivers (54 commits)
+Add ACPI support in several drivers
+coreboot_tables –  Extend serial port description
+Elog – refactor, add debug info
+I2C – add generic driver,
+SPI – Add new chip support, major refactoring, don’t assume SPI flash 
boot device
+
+Lib (33 commits)
+Add real-time-clock functions
+Add RW boot device construct
+reg_script updates: add to bootblock, add xor support, add display 
support
+Timestamp fixes & updates
+
+Vendorcode
+AMD (14 commits) – Cleanup, add libagesa.a builds, remove unused code.
+Google (22 commits) – VBoot2 updates and cleanup
+Intel (86 commits) – Add Intel FSP 2.0, update Broadwell DE support
+
+Payloads (37 commits)
+Subpayload support got extend and is enabled by default.
+nvramcui: refactor, update build
+SeaBIOS: Update stable version to 1.9.3, add bootorder file
+iPXE: Update stable version to the last commit of July 2016
+Fix broken linux boot sequence
+
+Mainboard changes
+Added 13 mainboards, plus a few mainboard variants not included here:
+
+ADI RCC-DFF networking board (adi/rcc-dff) – intel/rangeley SoC
+AMD Evaluation Board DB-FT3B-LC (amd/db-ft3b-lc) – amd/00730F01 (Family 
16h Models 30h-3Fh (Mullins)) CPU
+AMD f2950 / TONK 1201/2 Board (amd/f2950) – amd/geode_lx CPU
+Apple iMAC 5.2 (apple/imac52) – intel/i945 CPU
+Unibap Development Kit ODE E21XX – amd/00730F01 (Family 16h Models 30h-3Fh 
(Mullins)) CPU
+elmex/pcm205400 – amd/Family_14 CPU
+elmex/pcm205401 – amd/Family_14 CPU
+Lenovo N21 chromebook (google/enguarde) – intel/baytrail SoC
+google/gale – Qualcomm IPQ40XX SoC
+AOpen Chromebox (google/ninja) – intel/baytrail SoC
+google/reef – intel/apollolake SoC
+Acer Chromebox CXI2 (google/rikku) – intel/Broadwell SoC
+google/rotor – marvell/MVMAP2315 SoC
+
+Removed 5 mainboards:
+
+These were all development boards not available to the public.
+
+google/bolt – intel/haswell – removed in commit 139314b
+google/rush – nvidia/tegra132 – removed in commit e67cd9e
+google/rush_ryu – nvidia/tegra132 – removed in commit 0c63415
+google/slippy – intel/haswell – removed in commit bc24b85
+intel/amenia – intel/apollolake – removed in commit c2586db
+
+Existing boards with significant updates
+
+asus/kgpe-d16 – amd/socket_G34 – Add TPM support, enable secondary serial 
port
+emulation/spike-riscv: RISC-V -clean up, use generic bootblock,  look for 
CBFS in RAM, reimplement SBI
+google/gru – rockchip/RK3399 SoC (76 commits) – Board bringup
+google/oak – mediatek/mt8173 

commit ghc-bootstrap for openSUSE:Factory

2017-03-07 Thread root
Hello community,

here is the log from the commit of package ghc-bootstrap for openSUSE:Factory 
checked in at 2017-03-08 01:14:49

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


Package is "ghc-bootstrap"

Wed Mar  8 01:14:49 2017 rev:6 rq:477023 version:7.8.3

Changes:

--- /work/SRC/openSUSE:Factory/ghc-bootstrap/ghc-bootstrap.changes  
2017-02-07 12:10:08.340986814 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-bootstrap.new/ghc-bootstrap.changes 
2017-03-08 01:14:50.675292352 +0100
@@ -1,0 +2,5 @@
+Sun Mar  5 15:27:59 UTC 2017 - mimi...@gmail.com
+
+- added ncurses also to requires
+
+---



Other differences:
--
++ ghc-bootstrap.spec ++
--- /var/tmp/diff_new_pack.mBu6Bu/_old  2017-03-08 01:15:15.075839405 +0100
+++ /var/tmp/diff_new_pack.mBu6Bu/_new  2017-03-08 01:15:15.083838273 +0100
@@ -79,6 +79,7 @@
 BuildRequires:  fdupes
 BuildRequires:  gmp-devel
 BuildRequires:  libncurses5
+Requires:   libncurses5
 Requires:   gmp-devel
 
 ExclusiveArch:  %{ix86} ppc ppc64 ppc64le x86_64 s390 s390x aarch64





commit smplayer for openSUSE:Factory

2017-03-07 Thread root
Hello community,

here is the log from the commit of package smplayer for openSUSE:Factory 
checked in at 2017-03-08 01:15:36

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


Package is "smplayer"

Wed Mar  8 01:15:36 2017 rev:15 rq:477112 version:17.3.0

Changes:

--- /work/SRC/openSUSE:Factory/smplayer/smplayer.changes2017-02-04 
16:50:40.101153652 +0100
+++ /work/SRC/openSUSE:Factory/.smplayer.new/smplayer.changes   2017-03-08 
01:15:38.564515496 +0100
@@ -1,0 +2,7 @@
+Mon Mar  6 08:42:48 UTC 2017 - aloi...@gmx.com
+
+- Update to version 17.3.0
+  * Add experimental support for subtitles for Chromecast.
+  * Bug fixes.
+
+---

Old:

  smplayer-17.2.0.tar.bz2

New:

  smplayer-17.3.0.tar.bz2



Other differences:
--
++ smplayer.spec ++
--- /var/tmp/diff_new_pack.6u0md5/_old  2017-03-08 01:15:40.132293638 +0100
+++ /var/tmp/diff_new_pack.6u0md5/_new  2017-03-08 01:15:40.132293638 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   smplayer
-Version:17.2.0
+Version:17.3.0
 Release:0
 Summary:Complete frontend for MPV
 License:GPL-2.0+

++ smplayer-17.2.0.tar.bz2 -> smplayer-17.3.0.tar.bz2 ++
 13469 lines of diff (skipped)




commit fping for openSUSE:Factory

2017-03-07 Thread root
Hello community,

here is the log from the commit of package fping for openSUSE:Factory checked 
in at 2017-03-08 01:15:11

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


Package is "fping"

Wed Mar  8 01:15:11 2017 rev:28 rq:477058 version:3.16

Changes:

--- /work/SRC/openSUSE:Factory/fping/fping.changes  2015-11-17 
14:23:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.fping.new/fping.changes 2017-03-08 
01:15:16.131689991 +0100
@@ -1,0 +2,37 @@
+Tue Feb 28 13:06:09 UTC 2017 - lie...@rz.uni-mannheim.de
+
+- Update to version 3.16:
+  * (feature) Support kernel-timestamping of received packets (#46)
+  * (feature) Simplify restrictions: only -i >= 1 and -p >= 10 are
+enforced now
+  * (bugfix) Fix option -m to return all IPs of a hostname
+  * (bugfix) Fix option -H (ttl) for IPv6
+  * (bugfix) Fix option -M (don't fragment) for IPv6
+  * (bugfix) Fix option -O (ToS) for IPv6
+  * (bugfix) Fix compatibility issue with AIX (#69, @blentzgh)
+  * (bugfix) Fix option -q not suppressing some ICMP error messages (#83)
+  * (bugfix) Fix option -M expecting an argument, when it shouldn't
+  * (bugfix) Fix minor issues found by Coverity Scan
+
+- Update to version 3.15:
+  * (bugfix) Fix compiler errors on platforms other than Linux (related
+ to the new -M option, #109)
+  * Test suite fixes for macOS
+
+- Update to version 3.14:
+  * (feature) Ignore network and broadcast for cidrs /31 and /32
+(#102, Martin Topholm)
+  * (feature) New option '-M' to set the "Don't Fragment" flag
+(#91, Don Bowman) 
+  * (feature) New option '-N' to output statistics for netdata
+(see: http://my-netdata.io/, #105, Costa Tsaousis)
+  * (feature) New option '-o' to calculate total outage time (#90, @jgerbeck)
+  * (bugfix) Exit code should be 2 when the hostname can't be resolved
+(fixes #98, reported by @green-fox)
+  * (bugfix)  Fix issue compliling on RHEL/Centos 7 (#95, @jbackman)
+  * (bugfix) Lower -i limit to 1 instead of 10
+  * (bugfix) Improve interval preciseness of -Q reporting
+  * (bugfix) Fix occasional false positive in -Q reporting (#97)
+  * (bugfix) Solaris 10 portability fix (#107, Peter Bray)
+
+---

Old:

  fping-3.13.tar.gz

New:

  fping-3.16.tar.gz



Other differences:
--
++ fping.spec ++
--- /var/tmp/diff_new_pack.i0z9XX/_old  2017-03-08 01:15:16.811593777 +0100
+++ /var/tmp/diff_new_pack.i0z9XX/_new  2017-03-08 01:15:16.815593211 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fping
 #
-# Copyright (c) 2015 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 @@
 
 Name:   fping
 Url:http://www.fping.org
-Version:3.13
+Version:3.16
 Release:0
 Summary:A program to ping multiple hosts
 License:MIT

++ fping-3.13.tar.gz -> fping-3.16.tar.gz ++
 6398 lines of diff (skipped)




commit python3-zope.proxy for openSUSE:Factory

2017-03-07 Thread root
Hello community,

here is the log from the commit of package python3-zope.proxy for 
openSUSE:Factory checked in at 2017-03-08 01:14:16

Comparing /work/SRC/openSUSE:Factory/python3-zope.proxy (Old)
 and  /work/SRC/openSUSE:Factory/.python3-zope.proxy.new (New)


Package is "python3-zope.proxy"

Wed Mar  8 01:14:16 2017 rev:2 rq:461972 version:4.2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-zope.proxy/python3-zope.proxy-doc.changes
2016-11-24 21:21:27.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-zope.proxy.new/python3-zope.proxy-doc.changes
   2017-03-08 01:14:17.483989286 +0100
@@ -1,0 +2,5 @@
+Thu Mar  2 15:42:10 UTC 2017 - toddrme2...@gmail.com
+
+- Update year
+
+---
--- /work/SRC/openSUSE:Factory/python3-zope.proxy/python3-zope.proxy.changes
2016-11-24 21:21:28.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-zope.proxy.new/python3-zope.proxy.changes   
2017-03-08 01:14:17.511985325 +0100
@@ -1,0 +2,5 @@
+Wed Mar  1 00:35:59 UTC 2017 - toddrme2...@gmail.com
+
+- Fix includedir macro.
+
+---



Other differences:
--
++ python3-zope.proxy-doc.spec ++
--- /var/tmp/diff_new_pack.lteXkJ/_old  2017-03-08 01:14:18.347867039 +0100
+++ /var/tmp/diff_new_pack.lteXkJ/_new  2017-03-08 01:14:18.351866473 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-zope.proxy-doc
 #
-# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties

++ python3-zope.proxy.spec ++
--- /var/tmp/diff_new_pack.lteXkJ/_old  2017-03-08 01:14:18.371863643 +0100
+++ /var/tmp/diff_new_pack.lteXkJ/_new  2017-03-08 01:14:18.375863077 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-zope.proxy
 #
-# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -70,7 +70,7 @@
 %files devel
 %defattr(-,root,root,-)
 %doc COPYRIGHT.txt LICENSE.txt
-%{py3_incdir}/zope.proxy/
+%{_includedir}/*/zope.proxy/
 %{python3_sitearch}/zope/proxy/proxy.h
 
 %changelog




commit python3-phue for openSUSE:Factory

2017-03-07 Thread root
Hello community,

here is the log from the commit of package python3-phue for openSUSE:Factory 
checked in at 2017-03-08 01:13:54

Comparing /work/SRC/openSUSE:Factory/python3-phue (Old)
 and  /work/SRC/openSUSE:Factory/.python3-phue.new (New)


Package is "python3-phue"

Wed Mar  8 01:13:54 2017 rev:1 rq:461964 version:0.9

Changes:

New Changes file:

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ /work/SRC/openSUSE:Factory/.python3-phue.new/python3-phue.changes   
2017-03-08 01:13:54.607226598 +0100
@@ -0,0 +1,9 @@
+---
+Tue Feb 21 13:11:02 UTC 2017 - jeng...@inai.de
+
+- Trim description
+
+---
+Wed Jan 18 12:37:10 UTC 2017 - alarr...@suse.com
+
+- Initial release 0.9

New:

  phue-0.9.tar.gz
  python3-phue.changes
  python3-phue.spec



Other differences:
--
++ python3-phue.spec ++
#
# spec file for package python3-phue
#
# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/


Name:   python3-phue
Version:0.9
Release:0
License:MIT
Summary:A Philips Hue Python library
Url:https://github.com/studioimaginaire/phue
Group:  Development/Languages/Python
Source: 
https://pypi.python.org/packages/e6/b6/4392f863fcad4f3dbecec580ff8e7915b9a5cc28c1f7a51067e2cbdfa5f5/phue-%{version}.tar.gz
BuildRequires:  python3-devel
BuildArch:  noarch

%description
A Python library to control the Philips Hue lighting system.
- Compliant with the Philips Hue API 1.0
- Support for lights, groups, schedules, scenes and sensors
- Compatible with Python 2.6.x and upwards
- Works in a procedural way or object oriented way

%prep
%setup -q -n phue-%{version}

%build
python3 setup.py build

%install
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%defattr(-,root,root,-)
%{python3_sitelib}/*

%changelog



commit ghc-tasty-silver for openSUSE:Factory

2017-03-07 Thread root
Hello community,

here is the log from the commit of package ghc-tasty-silver for 
openSUSE:Factory checked in at 2017-03-08 01:12:42

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


Package is "ghc-tasty-silver"

Wed Mar  8 01:12:42 2017 rev:2 rq:461686 version:3.1.9

Changes:

--- /work/SRC/openSUSE:Factory/ghc-tasty-silver/ghc-tasty-silver.changes
2016-11-16 13:32:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-tasty-silver.new/ghc-tasty-silver.changes   
2017-03-08 01:12:43.249324514 +0100
@@ -1,0 +2,5 @@
+Thu Sep 15 06:40:34 UTC 2016 - psim...@suse.com
+
+- Update to version 3.1.9 revision 0 with cabal2obs.
+
+---

Old:

  tasty-silver-3.1.8.1.tar.gz

New:

  tasty-silver-3.1.9.tar.gz



Other differences:
--
++ ghc-tasty-silver.spec ++
--- /var/tmp/diff_new_pack.MY3Q3M/_old  2017-03-08 01:12:43.977221508 +0100
+++ /var/tmp/diff_new_pack.MY3Q3M/_new  2017-03-08 01:12:43.977221508 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-tasty-silver
 #
-# 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 tasty-silver
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:3.1.8.1
+Version:3.1.9
 Release:0
 Summary:A fancy test runner, including support for golden tests
 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
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-ansi-terminal-devel
 BuildRequires:  ghc-async-devel
 BuildRequires:  ghc-bytestring-devel
@@ -51,7 +50,6 @@
 BuildRequires:  ghc-tasty-hunit-devel
 BuildRequires:  ghc-transformers-devel
 %endif
-# End cabal-rpm deps
 
 %description
 This package provides a fancy test runner and support for «golden testing».
@@ -75,20 +73,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

++ tasty-silver-3.1.8.1.tar.gz -> tasty-silver-3.1.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tasty-silver-3.1.8.1/CHANGELOG.md 
new/tasty-silver-3.1.9/CHANGELOG.md
--- old/tasty-silver-3.1.8.1/CHANGELOG.md   2015-05-14 21:34:07.0 
+0200
+++ new/tasty-silver-3.1.9/CHANGELOG.md 2016-08-29 21:47:54.0 +0200
@@ -1,6 +1,22 @@
 Changes
 ===
 
+Version 3.1.9
+-
+
+* Fix compilation with optparse-applicative 0.13.*.
+* Provide character-level diff if wdiff and colordiff are available.
+
+Version 3.1.8.1
+---
+
+* Fix compilation with GHC 8.
+
+Version 3.1.8
+-
+
+* Make update function optional for test cases.
+
 Version 3.1.7
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/tasty-silver-3.1.8.1/Test/Tasty/Silver/Interactive.hs 
new/tasty-silver-3.1.9/Test/Tasty/Silver/Interactive.hs
--- old/tasty-silver-3.1.8.1/Test/Tasty/Silver/Interactive.hs   2016-01-19 
23:11:14.0 +0100
+++ new/tasty-silver-3.1.9/Test/Tasty/Silver/Interactive.hs 2016-08-29 
21:47:54.0 +0200
@@ -56,6 +56,7 @@
 import System.Process.ByteString as PS
 import System.Process
 import qualified Data.ByteString as BS
+import System.Directory
 import System.IO
 import System.IO.Temp
 import System.FilePath
@@ -179,27 +180,36 @@
 
 
 printDiff :: TestName -> GDiff -> IO ()
-printDiff n (DiffText _ tGold tAct) = withDiffEnv
+printDiff n (DiffText _ tGold tAct) = withDiffEnv n tGold tAct
   (\fGold fAct -> do
 (_, stdOut, _) <- PTL.readProcessWithExitCode "sh" ["-c", "git diff 
--no-index --text " ++ fGold ++ " " ++ fAct] T.empty
 TIO.putStrLn stdOut
 
   )
-  n tGold tAct
 printDiff _ (ShowDiffed _ t) = TIO.putStrLn t
 printDiff _ Equal = error "Can't print diff for equal values."
 
 showDiff :: TestName -> GDiff -> IO ()
-showDiff n (DiffText _ tGold tAct) = withDiffEnv
-  (\fGold fAct -> callProcess "sh"
-["-c", "git diff --color=always --no-index --text " ++ fGold ++ " " ++ 
fAct ++ " | less -r > /dev/tty"])
-  n tGold tAct
+showDiff n (DiffText _ tGold tAct) = do
+  hasColorDiff' <- 

commit pari for openSUSE:Factory

2017-03-07 Thread root
Hello community,

here is the log from the commit of package pari for openSUSE:Factory checked in 
at 2017-03-08 01:12:20

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


Package is "pari"

Wed Mar  8 01:12:20 2017 rev:14 rq:459393 version:2.9.1

Changes:

--- /work/SRC/openSUSE:Factory/pari/pari.changes2016-12-08 
00:31:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.pari.new/pari.changes   2017-03-08 
01:12:21.468406747 +0100
@@ -1,0 +2,8 @@
+Tue Feb 21 00:00:10 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2.9.1
+  * lfunartin was using too much stack
+  * fflog in char 3 or 5 was slower than intended
+  * modular algorithms could fail for very large input
+
+---

Old:

  pari-2.9.0.changelog
  pari-2.9.0.tar.gz
  pari-2.9.0.tar.gz.asc

New:

  pari-2.9.1.changelog
  pari-2.9.1.tar.gz
  pari-2.9.1.tar.gz.asc



Other differences:
--
++ pari.spec ++
--- /var/tmp/diff_new_pack.H9cC01/_old  2017-03-08 01:12:22.284291290 +0100
+++ /var/tmp/diff_new_pack.H9cC01/_new  2017-03-08 01:12:22.284291290 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pari
 #
-# 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 @@
 
 Name:   pari
 %define lname  libpari-gmp5
-Version:2.9.0
+Version:2.9.1
 Release:0
 Summary:Computer Algebra System for fast computations in Number Theory
 License:GPL-2.0
@@ -61,8 +61,8 @@
 
 %package -n %lname
 Summary:Computer Algebra System library for fast computations in 
Number Theory
-Group:  System/Libraries
 # This is used by the data packages to avoid having a too-old version of 
libpari:
+Group:  System/Libraries
 Provides:   libpari-gmp = %version-%release
 
 %description -n %lname

++ pari-2.9.0.changelog -> pari-2.9.1.changelog ++
 817 lines (skipped)
 between /work/SRC/openSUSE:Factory/pari/pari-2.9.0.changelog
 and /work/SRC/openSUSE:Factory/.pari.new/pari-2.9.1.changelog

++ pari-2.9.0.tar.gz -> pari-2.9.1.tar.gz ++
 1977 lines of diff (skipped)




commit gperiodic for openSUSE:Factory

2017-03-07 Thread root
Hello community,

here is the log from the commit of package gperiodic for openSUSE:Factory 
checked in at 2017-03-08 01:11:57

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


Package is "gperiodic"

Wed Mar  8 01:11:57 2017 rev:2 rq:459392 version:3.0.2

Changes:

--- /work/SRC/openSUSE:Factory/gperiodic/gperiodic.changes  2016-05-04 
08:19:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.gperiodic.new/gperiodic.changes 2017-03-08 
01:11:59.091573307 +0100
@@ -1,0 +2,7 @@
+Tue Feb 21 00:03:37 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 3.0.2
+  * Update info about elements with numbers 113, 115, 117, 118
+- Remove all.diff (fixed upstream)
+
+---

Old:

  all.diff
  gperiodic-3.0.1.tar.gz

New:

  gperiodic-3.0.2.tar.gz



Other differences:
--
++ gperiodic.spec ++
--- /var/tmp/diff_new_pack.qXEBDf/_old  2017-03-08 01:11:59.807472000 +0100
+++ /var/tmp/diff_new_pack.qXEBDf/_new  2017-03-08 01:11:59.811471434 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gperiodic
 #
-# 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:   gperiodic
-Version:3.0.1
+Version:3.0.2
 Release:0
 Summary:A program for looking up data of elements from the periodic 
table 
 License:GPL-2.0+
@@ -25,7 +25,6 @@
 Url:http://gperiodic.sf.net/
 
 Source: http://download.sf.net/gperiodic/%name-%version.tar.gz
-Patch1: all.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  intltool
@@ -39,10 +38,8 @@
 
 %prep
 %setup -q
-%patch -P 1 -p1
 
 %build
-perl -i -pe 's{^\tmake\b}{\t\$(MAKE)}g' Makefile # reenable parallel build
 make %{?_smp_mflags} CFLAGS="%optflags"
 
 %install

++ gperiodic-3.0.1.tar.gz -> gperiodic-3.0.2.tar.gz ++
 75033 lines of diff (skipped)




commit cddlib for openSUSE:Factory

2017-03-07 Thread root
Hello community,

here is the log from the commit of package cddlib for openSUSE:Factory checked 
in at 2017-03-08 01:11:30

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


Package is "cddlib"

Wed Mar  8 01:11:30 2017 rev:8 rq:459384 version:0.94h

Changes:

--- /work/SRC/openSUSE:Factory/cddlib/cddlib.changes2016-07-14 
09:48:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.cddlib.new/cddlib.changes   2017-03-08 
01:11:31.263511273 +0100
@@ -1,0 +2,5 @@
+Mon Feb 20 23:47:31 UTC 2017 - jeng...@inai.de
+
+- Update homepage URL
+
+---



Other differences:
--
++ cddlib.spec ++
--- /var/tmp/diff_new_pack.54ol36/_old  2017-03-08 01:11:32.107391855 +0100
+++ /var/tmp/diff_new_pack.54ol36/_new  2017-03-08 01:11:32.111391289 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cddlib
 #
-# 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,9 +23,9 @@
 Summary:Library for finding vertices of convex polytopes
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
-Url:http://www.ifor.math.ethz.ch/~fukuda/cdd_home/
+Url:https://www.inf.ethz.ch/personal/fukudak/cdd_home/
 
-Source: ftp://ftp.ifor.math.ethz.ch/pub/fukuda/cdd/cddlib-094h.tar.gz
+Source: ftp://ftp.math.ethz.ch/users/fukudak/cdd/cddlib-094h.tar.gz
 Patch1: cddlib-flags.diff
 Patch2: cddlib-automake.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build




commit python3-rarfile-doc for openSUSE:Factory

2017-03-07 Thread root
Hello community,

here is the log from the commit of package python3-rarfile-doc for 
openSUSE:Factory checked in at 2017-03-08 01:10:23

Comparing /work/SRC/openSUSE:Factory/python3-rarfile-doc (Old)
 and  /work/SRC/openSUSE:Factory/.python3-rarfile-doc.new (New)


Package is "python3-rarfile-doc"

Wed Mar  8 01:10:23 2017 rev:1 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++



commit ghc-scalpel for openSUSE:Factory

2017-03-07 Thread root
Hello community,

here is the log from the commit of package ghc-scalpel for openSUSE:Factory 
checked in at 2017-03-08 01:03:54

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


Package is "ghc-scalpel"

Wed Mar  8 01:03:54 2017 rev:1 rq:423205 version:0.3.1

Changes:

New Changes file:

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-scalpel.new/ghc-scalpel.changes 
2017-03-08 01:03:54.572137666 +0100
@@ -0,0 +1,5 @@
+---
+Sun Jul 10 16:56:11 UTC 2016 - psim...@suse.com
+
+- Update to version 0.3.1 revision 0 with cabal2obs.
+

New:

  ghc-scalpel.changes
  ghc-scalpel.spec
  scalpel-0.3.1.tar.gz



Other differences:
--
++ ghc-scalpel.spec ++
#
# spec file for package ghc-scalpel
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%global pkg_name scalpel
%bcond_with tests
Name:   ghc-%{pkg_name}
Version:0.3.1
Release:0
Summary:A high level web scraping library for Haskell
License:Apache-2.0
Group:  Development/Languages/Other
Url:https://hackage.haskell.org/package/%{pkg_name}
Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires:  ghc-Cabal-devel
BuildRequires:  ghc-bytestring-devel
BuildRequires:  ghc-containers-devel
BuildRequires:  ghc-curl-devel
BuildRequires:  ghc-data-default-devel
BuildRequires:  ghc-regex-base-devel
BuildRequires:  ghc-regex-tdfa-devel
BuildRequires:  ghc-rpm-macros
BuildRequires:  ghc-tagsoup-devel
BuildRequires:  ghc-text-devel
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if %{with tests}
BuildRequires:  ghc-HUnit-devel
%endif

%description
Scalpel is a web scraping library inspired by libraries like Parsec and Perl's
Web::Scraper Scalpel builds on top of TagSoup to provide a declarative and
monadic interface.

%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}-%{release}
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}

%description devel
This package provides the Haskell %{pkg_name} library development files.

%prep
%setup -q -n %{pkg_name}-%{version}

%build
%ghc_lib_build

%install
%ghc_lib_install

%check
%cabal_test

%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE

%files devel -f %{name}-devel.files
%defattr(-,root,root,-)
%doc CHANGELOG.md README.md

%changelog



commit ghc-hse-cpp for openSUSE:Factory

2017-03-07 Thread root
Hello community,

here is the log from the commit of package ghc-hse-cpp for openSUSE:Factory 
checked in at 2017-03-08 01:02:15

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


Package is "ghc-hse-cpp"

Wed Mar  8 01:02:15 2017 rev:1 rq:422233 version:0.1

Changes:

New Changes file:

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-hse-cpp.new/ghc-hse-cpp.changes 
2017-03-08 01:02:15.726125293 +0100
@@ -0,0 +1,10 @@
+---
+Wed Aug 17 18:34:26 UTC 2016 - psim...@suse.com
+
+- Update to version 0.1 revision 1 with cabal2obs.
+
+---
+Sun Jul 10 17:32:28 UTC 2016 - psim...@suse.com
+
+- Update to version 0.1 revision 0 with cabal2obs.
+

New:

  1.cabal
  ghc-hse-cpp.changes
  ghc-hse-cpp.spec
  hse-cpp-0.1.tar.gz



Other differences:
--
++ ghc-hse-cpp.spec ++
#
# spec file for package ghc-hse-cpp
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%global pkg_name hse-cpp
Name:   ghc-%{pkg_name}
Version:0.1
Release:0
Summary:Preprocess+parse haskell code
License:MIT
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
BuildRequires:  ghc-cpphs-devel
BuildRequires:  ghc-haskell-src-exts-devel
BuildRequires:  ghc-rpm-macros
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
Preprocess+parse haskell code.

%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}-%{release}
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}

%description devel
This package provides the Haskell %{pkg_name} library development files.

%prep
%setup -q -n %{pkg_name}-%{version}
cp -p %{SOURCE1} %{pkg_name}.cabal

%build
%ghc_lib_build

%install
%ghc_lib_install

%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE

%files devel -f %{name}-devel.files
%defattr(-,root,root,-)

%changelog
++ 1.cabal ++
-- Initial hse-cpp.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:hse-cpp
version: 0.1
x-revision: 1
synopsis:Preprocess+parse haskell code
-- description: 
license: MIT
license-file:LICENSE
author:  Roman Cheplyaka
maintainer:  Roman Cheplyaka 
-- copyright:   
category:Language
build-type:  Simple
cabal-version:   >=1.10

library
  exposed-modules: Language.Haskell.Exts.Annotated.CPP
  -- other-modules:   
  build-depends:   base == 4.*
 , cpphs
 , haskell-src-exts >= 1.14 && <1.18
  default-language:Haskell2010



commit ghc-hxt for openSUSE:Factory

2017-03-07 Thread root
Hello community,

here is the log from the commit of package ghc-hxt for openSUSE:Factory checked 
in at 2017-03-08 00:56:41

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


Package is "ghc-hxt"

Wed Mar  8 00:56:41 2017 rev:1 rq:413622 version:9.3.1.15

Changes:

New Changes file:

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-hxt.new/ghc-hxt.changes 2017-03-08 
00:56:41.645400608 +0100
@@ -0,0 +1,5 @@
+---
+Sun Jul 10 17:21:06 UTC 2016 - psim...@suse.com
+
+- Update to version 9.3.1.15 revision 0 with cabal2obs.
+

New:

  ghc-hxt.changes
  ghc-hxt.spec
  hxt-9.3.1.15.tar.gz



Other differences:
--
++ ghc-hxt.spec ++
#
# spec file for package ghc-hxt
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%global pkg_name hxt
Name:   ghc-%{pkg_name}
Version:9.3.1.15
Release:0
Summary:A collection of tools for processing XML with Haskell
License:MIT
Group:  System/Libraries
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-HUnit-devel
BuildRequires:  ghc-binary-devel
BuildRequires:  ghc-bytestring-devel
BuildRequires:  ghc-containers-devel
BuildRequires:  ghc-deepseq-devel
BuildRequires:  ghc-directory-devel
BuildRequires:  ghc-filepath-devel
BuildRequires:  ghc-hxt-charproperties-devel
BuildRequires:  ghc-hxt-regex-xmlschema-devel
BuildRequires:  ghc-hxt-unicode-devel
BuildRequires:  ghc-mtl-devel
BuildRequires:  ghc-network-uri-devel
BuildRequires:  ghc-parsec-devel
BuildRequires:  ghc-rpm-macros
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
# End cabal-rpm deps

%description
The Haskell XML Toolbox bases on the ideas of HaXml and HXML, but introduces a
more general approach for processing XML with Haskell. The Haskell XML Toolbox
uses a generic data model for representing XML documents, including the DTD
subset and the document subset, in Haskell. It contains a validating XML
parser, a HTML parser, namespace support, an XPath expression evaluator, an
XSLT library, a RelaxNG schema validator and funtions for serialization and
deserialization of user defined data. The library makes extensive use of the
arrow approach for processing XML. Since version 9 the toolbox is partitioned
into various (sub-)packages. This package contains the core functionality,
hxt-curl, hxt-tagsoup, hxt-relaxng, hxt-xpath, hxt-xslt, hxt-regex-xmlschema
contain the extensions. hxt-unicode contains encoding and decoding functions,
hxt-charproperties char properties for unicode and XML.

Changes from 9.3.1.14: For ghc-7.10 network-uri is automatically selected

Changes from 9.3.1.13: ghc-7.10 compatibility

Changes from 9.3.1.12: Bug when unpickling an empty attribute value removed

Changes from 9.3.1.11: Bug fix in haddock comments

Changes from 9.3.1.10: Bug in DTD validation, space and time leak in delta
removed

Changes from 9.3.1.9: lower bound of mtl dependency lowered to 2.0.1

Changes from 9.3.1.8: Bug in hread removed

Changes from 9.3.1.7: Foldable and Traversable instances for NTree added
Control.Except used instead of deprecated Control.Error

Changes from 9.3.1.6: canonicalize added in hread and hreadDoc

Changes from 9.3.1.4: conditionally (no default) dependency from networt
changed to network-uri with flag "network-uri"

Changes from 9.3.1.3: warnings from ghc-7.8.1 removed

Changes from 9.3.1.2: https as protocol added

Changes from 9.3.1.1: new parser xreadDoc

Changes from 9.3.1.0: in readString all input decoding switched off

Changes from 9.3.0.1: lower bound for network set to be >= 2.4

Changes from 9.3.0: upper bound for network set to be < 2.4 (URI signatures
changed in 2.4)

Changes from 9.2.2: XMLSchema validation integrated

Changes from 9.2.1: user defined mime type handlers added

Changes from 9.2.0: New warnings from 

commit ghc-groom for openSUSE:Factory

2017-03-07 Thread root
Hello community,

here is the log from the commit of package ghc-groom for openSUSE:Factory 
checked in at 2017-03-08 00:51:30

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


Package is "ghc-groom"

Wed Mar  8 00:51:30 2017 rev:1 rq:413496 version:0.1.2

Changes:

New Changes file:

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-groom.new/ghc-groom.changes 2017-03-08 
00:51:30.761393089 +0100
@@ -0,0 +1,5 @@
+---
+Sun Jul 10 17:17:43 UTC 2016 - psim...@suse.com
+
+- Update to version 0.1.2 revision 0 with cabal2obs.
+

New:

  ghc-groom.changes
  ghc-groom.spec
  groom-0.1.2.tar.gz



Other differences:
--
++ ghc-groom.spec ++
#
# spec file for package ghc-groom
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%global pkg_name groom
Name:   ghc-%{pkg_name}
Version:0.1.2
Release:0
Summary:Pretty printing for well-behaved Show instances
License:SUSE-Public-Domain
Group:  System/Libraries
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-haskell-src-exts-devel
BuildRequires:  ghc-rpm-macros
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
# End cabal-rpm deps

%description
Automatically derived Show instances are an easy way to inspect data in your
program. However, for large data-structures, the resulting output lacks
whitespace, making it unreadable. Groom offers an replacement to `show' called
`groom' which attempts to pretty-print the output of `show'. For example:

> let x = parseExp "foobar 1 [1,2]" > in do > putStrLn (show x) > putStrLn
(groom x)

results in:

> ParseOk (App (App (Var (UnQual (Ident "foobar"))) (Lit (Int 1))) (List [Lit
(Int 1),Lit (Int 2)])) > ParseOk > (App (App (Var (UnQual (Ident "foobar")))
(Lit (Int 1))) > (List [Lit (Int 1), Lit (Int 2)]))

Groom works only on Show instances that output valid Haskell code; if Groom
can't understand its input, it will not make any changes.

%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}-%{release}
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}

%description devel
This package provides the Haskell %{pkg_name} library development files.

%prep
%setup -q -n %{pkg_name}-%{version}


%build
%ghc_lib_build


%install
%ghc_lib_install


%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%defattr(-,root,root,-)

%files devel -f %{name}-devel.files
%defattr(-,root,root,-)

%changelog



commit ghc-gd for openSUSE:Factory

2017-03-07 Thread root
Hello community,

here is the log from the commit of package ghc-gd for openSUSE:Factory checked 
in at 2017-03-08 00:51:05

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


Package is "ghc-gd"

Wed Mar  8 00:51:05 2017 rev:1 rq:413452 version:3000.7.3

Changes:

New Changes file:

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-gd.new/ghc-gd.changes   2017-03-08 
00:51:06.232864051 +0100
@@ -0,0 +1,5 @@
+---
+Sun Jul 10 17:05:36 UTC 2016 - psim...@suse.com
+
+- Update to version 3000.7.3 revision 0 with cabal2obs.
+

New:

  gd-3000.7.3.tar.gz
  ghc-gd.changes
  ghc-gd.spec



Other differences:
--
++ ghc-gd.spec ++
#
# spec file for package ghc-gd
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%global pkg_name gd
Name:   ghc-%{pkg_name}
Version:3000.7.3
Release:0
Summary:A Haskell binding to a subset of the GD graphics library
License:BSD-3-Clause
Group:  System/Libraries
Url:https://hackage.haskell.org/package/%{pkg_name}
Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
# Begin cabal-rpm deps:
BuildRequires:  fontconfig-devel
BuildRequires:  freetype2-devel
BuildRequires:  gd-devel
BuildRequires:  ghc-Cabal-devel
BuildRequires:  ghc-bytestring-devel
BuildRequires:  ghc-rpm-macros
BuildRequires:  glibc-devel
BuildRequires:  libexpat-devel
BuildRequires:  libjpeg62-devel
BuildRequires:  libpng16-compat-devel
BuildRequires:  zlib-devel
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
# End cabal-rpm deps

%description
This is a binding to a (currently very small) subset of the GD graphics
library.

%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}-%{release}
# Begin cabal-rpm deps:
Requires:   fontconfig-devel
Requires:   freetype2-devel
Requires:   gd-devel
Requires:   ghc-compiler = %{ghc_version}
Requires:   glibc-devel
Requires:   libexpat-devel
Requires:   libjpeg62-devel
Requires:   libpng16-compat-devel
Requires:   zlib-devel
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}
# End cabal-rpm deps

%description devel
This package provides the Haskell %{pkg_name} library development files.

%prep
%setup -q -n %{pkg_name}-%{version}


%build
%ghc_lib_build


%install
%ghc_lib_install


%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE

%files devel -f %{name}-devel.files
%defattr(-,root,root,-)

%changelog



commit xz for openSUSE:Factory

2017-03-07 Thread root
Hello community,

here is the log from the commit of package xz for openSUSE:Factory checked in 
at 2017-03-08 00:45:41

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


Package is "xz"

Wed Mar  8 00:45:41 2017 rev:58 rq:477250 version:5.2.3

Changes:

--- /work/SRC/openSUSE:Factory/xz/xz.changes2017-01-19 10:33:25.021378525 
+0100
+++ /work/SRC/openSUSE:Factory/.xz.new/xz.changes   2017-03-08 
00:45:43.294526831 +0100
@@ -1,0 +2,6 @@
+Tue Feb 21 09:03:18 UTC 2017 - adr...@suse.de
+
+- enable static package by default.
+  Needed for AppImageKit
+
+---



Other differences:
--
++ xz.spec ++
--- /var/tmp/diff_new_pack.kDakaX/_old  2017-03-08 00:45:44.802313716 +0100
+++ /var/tmp/diff_new_pack.kDakaX/_new  2017-03-08 00:45:44.802313716 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xz
 #
-# 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
@@ -24,13 +24,7 @@
 %ifarch aarch64 %{arm} %{sparc}
 %define do_profiling 0
 %endif
-%if 0%{?centos_version} || 0%{?rhel_version}
-%if 0%{?centos_version} <= 600 || 0%{?rhel_version <= 600}
 %bcond_without static_libs
-%endif
-%else
-%bcond_withstatic_libs
-%endif
 Name:   xz
 Version:5.2.3
 Release:0





commit pam for openSUSE:Factory

2017-03-07 Thread root
Hello community,

here is the log from the commit of package pam for openSUSE:Factory checked in 
at 2017-03-08 00:44:33

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


Package is "pam"

Wed Mar  8 00:44:33 2017 rev:87 rq:476831 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/pam/pam.changes  2016-12-22 15:43:52.673863337 
+0100
+++ /work/SRC/openSUSE:Factory/.pam.new/pam.changes 2017-03-08 
00:44:34.320275725 +0100
@@ -1,0 +2,6 @@
+Fri Jan 27 10:35:29 UTC 2017 - josef.moell...@suse.com
+
+- Allow symbolic hostnames in access.conf file.
+  [pam-hostnames-in-access_conf.patch, boo#1019866]
+
+---

New:

  pam-hostnames-in-access_conf.patch



Other differences:
--
++ pam.spec ++
--- /var/tmp/diff_new_pack.2xhZWO/_old  2017-03-08 00:44:35.316134970 +0100
+++ /var/tmp/diff_new_pack.2xhZWO/_new  2017-03-08 00:44:35.316134970 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pam
 #
-# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -59,6 +59,7 @@
 Patch0: fix-man-links.dif
 Patch2: pam-limit-nproc.patch
 Patch3: encryption_method_nis.diff
+Patch4: pam-hostnames-in-access_conf.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # Remove with next version update:
 BuildRequires:  autoconf
@@ -109,6 +110,7 @@
 %patch0 -p1
 %patch2 -p1
 %patch3 -p0
+%patch4 -p0
 
 %build
 autoreconf -fiv

++ pam-hostnames-in-access_conf.patch ++
Index: modules/pam_access/pam_access.c
===
--- modules/pam_access/pam_access.c.orig
+++ modules/pam_access/pam_access.c
@@ -692,10 +692,10 @@ string_match (pam_handle_t *pamh, const
 return (NO);
 }
 
-
 /* network_netmask_match - match a string against one token
  * where string is a hostname or ip (v4,v6) address and tok
- * represents either a single ip (v4,v6) address or a network/netmask
+ * represents either a hostname, a single ip (v4,v6) address
+ * or a network/netmask
  */
 static int
 network_netmask_match (pam_handle_t *pamh,
@@ -704,10 +704,14 @@ network_netmask_match (pam_handle_t *pam
 char *netmask_ptr;
 char netmask_string[MAXHOSTNAMELEN + 1];
 int addr_type;
+struct addrinfo *ai;
+struct sockaddr_storage tok_addr;
+struct addrinfo hint;
 
 if (item->debug)
-pam_syslog (pamh, LOG_DEBUG,
+  pam_syslog (pamh, LOG_DEBUG,
"network_netmask_match: tok=%s, item=%s", tok, string);
+
 /* OK, check if tok is of type addr/mask */
 if ((netmask_ptr = strchr(tok, '/')) != NULL)
   {
@@ -717,7 +721,7 @@ network_netmask_match (pam_handle_t *pam
*netmask_ptr = 0;
netmask_ptr++;
 
-   if (isipaddr(tok, _type, NULL) == NO)
+   if (isipaddr(tok, _type, _addr) == NO)
  { /* no netaddr */
return NO;
  }
@@ -739,19 +743,47 @@ network_netmask_match (pam_handle_t *pam
netmask_ptr = number_to_netmask(netmask, addr_type,
netmask_string, MAXHOSTNAMELEN);
  }
-   }
+
+   /*
+* Although isipaddr() has already converted the IP address,
+* we call getaddrinfo here to properly construct an addrinfo list
+*/
+   memset (, '\0', sizeof (hint));
+   hint.ai_flags = 0;
+   hint.ai_family = AF_UNSPEC;
+
+   ai = NULL;  /* just to be on the safe side */
+
+   /* The following should not fail ... */
+   if (getaddrinfo (tok, NULL, , ) != 0)
+ {
+   return NO;
+ }
+  }
 else
-   /* NO, then check if it is only an addr */
-   if (isipaddr(tok, NULL, NULL) != YES)
+  {
+/*
+* It is either an IP address or a hostname.
+* Let getaddrinfo sort everything out
+*/
+   memset (, '\0', sizeof (hint));
+   hint.ai_flags = 0;
+   hint.ai_family = AF_UNSPEC;
+
+   ai = NULL;  /* just to be on the safe side */
+
+   if (getaddrinfo (string, NULL, , ) != 0)
  {
+   pam_syslog(pamh, LOG_ERR, "cannot resolve hostname \"%s\"", string);
+
return NO;
  }
+   netmask_ptr = NULL;
+  }
 
 if (isipaddr(string, NULL, NULL) != YES)
   {
/* Assume network/netmask with a name of a host.  */
-   struct addrinfo hint;
-
memset (, '\0', sizeof (hint));
hint.ai_flags = AI_CANONNAME;
hint.ai_family = AF_UNSPEC;
@@ -764,27 

commit e2fsprogs for openSUSE:Factory

2017-03-07 Thread root
Hello community,

here is the log from the commit of package e2fsprogs for openSUSE:Factory 
checked in at 2017-03-08 00:43:24

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


Package is "e2fsprogs"

Wed Mar  8 00:43:24 2017 rev:93 rq:467812 version:1.43.4

Changes:

--- /work/SRC/openSUSE:Factory/e2fsprogs/e2fsprogs.changes  2016-10-04 
15:41:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.e2fsprogs.new/e2fsprogs.changes 2017-03-08 
00:43:27.309746863 +0100
@@ -1,0 +2,14 @@
+Fri Mar  3 09:47:06 UTC 2017 - j...@suse.cz
+
+- Update to 1.43.4
+ * fix e2fsck handling of system.data extended attributes for small files
+ * fixes in mke2fs -d
+ * make mke2fs refuse absurdly large devices
+ * make mke2fs properly report IO errors
+ * clarify default in mke2fs questions
+ * re-add uninit_bg to mke2fs.conf
+ * add support for project quota to debugfs
+ * improve xattr support in debugfs
+ * remove mkfs.ext4dev and fsck.ext4dev
+
+---

Old:

  e2fsprogs-1.43.3.tar.gz

New:

  e2fsprogs-1.43.4.tar.gz



Other differences:
--
++ e2fsprogs.spec ++
--- /var/tmp/diff_new_pack.Vo07Xk/_old  2017-03-08 00:43:28.653556933 +0100
+++ /var/tmp/diff_new_pack.Vo07Xk/_new  2017-03-08 00:43:28.653556933 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package e2fsprogs
 #
-# 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
@@ -61,7 +61,7 @@
 Conflicts:  libcom_err-mini-devel
 %endif
 #
-Version:1.43.3
+Version:1.43.4
 Release:0
 Summary:Utilities for the Second Extended File System
 License:GPL-2.0
@@ -69,7 +69,7 @@
 Url:http://e2fsprogs.sourceforge.net
 Requires:   libcom_err2 >= %{version}
 Requires:   libext2fs2 >= %{version}
-Source: 
ftp://ftp.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v%{version}/e2fsprogs-%{version}.tar.gz
+Source: 
http://www.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v%{version}/e2fsprogs-%{version}.tar.gz
 Source2:README.SUSE
 Source3:baselibs.conf
 #
@@ -249,10 +249,6 @@
 %{find_lang} e2fsprogs
 
 rm $RPM_BUILD_ROOT%{_libdir}/e2initrd_helper
-rm -f $RPM_BUILD_ROOT/%{_sbindir}/mkfs.ext4dev
-rm -f $RPM_BUILD_ROOT/%{_sbindir}/fsck.ext4dev
-rm -f $RPM_BUILD_ROOT/usr/share/man/man8/mkfs.ext4dev.8*
-rm -f $RPM_BUILD_ROOT/usr/share/man/man8/fsck.ext4dev.8*
 
 #UsrMerge
 mkdir %{buildroot}/sbin

++ e2fsprogs-1.42-ext2fsh_implicit.patch ++
--- /var/tmp/diff_new_pack.Vo07Xk/_old  2017-03-08 00:43:28.705549585 +0100
+++ /var/tmp/diff_new_pack.Vo07Xk/_new  2017-03-08 00:43:28.705549585 +0100
@@ -1,10 +1,10 @@
 Index: lib/ext2fs/ext2fs.h
 ===
 lib/ext2fs/ext2fs.h.orig   2012-06-04 18:42:23.0 +0200
-+++ lib/ext2fs/ext2fs.h2012-06-14 09:53:19.190709779 +0200
-@@ -53,6 +53,7 @@ extern "C" {
- #include 
+--- lib/ext2fs/ext2fs.h.orig
 lib/ext2fs/ext2fs.h
+@@ -62,6 +62,7 @@ extern "C" {
  #include 
+ #include 
  #include 
 +#include 
  

++ e2fsprogs-1.43.3.tar.gz -> e2fsprogs-1.43.4.tar.gz ++
/work/SRC/openSUSE:Factory/e2fsprogs/e2fsprogs-1.43.3.tar.gz 
/work/SRC/openSUSE:Factory/.e2fsprogs.new/e2fsprogs-1.43.4.tar.gz differ: char 
5, line 1




commit file for openSUSE:Factory

2017-03-07 Thread root
Hello community,

here is the log from the commit of package file for openSUSE:Factory checked in 
at 2017-03-08 00:42:01

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


Package is "file"

Wed Mar  8 00:42:01 2017 rev:99 rq:461937 version:5.30

Changes:

--- /work/SRC/openSUSE:Factory/file/file.changes2016-12-03 
18:23:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.file.new/file.changes   2017-03-08 
00:42:02.357753522 +0100
@@ -1,0 +2,21 @@
+Thu Mar  2 13:22:39 UTC 2017 - wer...@suse.de
+
+- Update to file version 5.30
+  * If we exceeded the offset in a search return no match
+(Christoph Biedl)
+  * Be more lenient on corrupt CDF files (Christoph Biedl)
+  * pacify ubsan sign extension (oss-fuzz/524)
+  * off by one in cdf parsing (PR/593)
+  * report debugging sections in elf (PR/591)
+  * Allow @@@ in extensions
+  * Add missing overflow check in der magic (Jonas Wagner)
+- Mofify the patches
+file-5.16-ocloexec.patch
+file-5.19-biorad.dif
+file-5.28-btrfs-image.dif
+- Rename patch file-5.29.dif to file-5.30.dif
+- Add upstream patches
+file-5.30-150735.patch
+file-5.30-3c60e5.patch
+
+---
python3-magic.changes: same change

Old:

  file-5.29.dif
  file-5.29.tar.gz

New:

  file-5.30-150735.patch
  file-5.30-3c60e5.patch
  file-5.30.dif
  file-5.30.tar.gz



Other differences:
--
++ file.spec ++
--- /var/tmp/diff_new_pack.JutS76/_old  2017-03-08 00:42:04.637431328 +0100
+++ /var/tmp/diff_new_pack.JutS76/_new  2017-03-08 00:42:04.645430199 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package file
 #
-# 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
@@ -32,7 +32,7 @@
 %endif
 #
 # Set Version also in python-magic.spec
-Version:5.29
+Version:5.30
 Release:0
 Summary:A Tool to Determine File Types
 License:BSD-2-Clause
@@ -40,7 +40,7 @@
 Source: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz
 Source2:baselibs.conf
 Source3:file-rpmlintrc
-Patch:  file-5.29.dif
+Patch:  file-5.30.dif
 Patch1: file-5.19-misc.dif
 Patch4: file-4.24-autoconf.dif
 Patch5: file-5.14-tex.dif
@@ -64,6 +64,9 @@
 Patch36:file-5.15-clear-invalid.patch
 Patch37:file-secure_getenv.patch
 Patch39:file-5.28-btrfs-image.dif
+# upstream fixes
+Patch40:file-5.30-150735.patch
+Patch41:file-5.30-3c60e5.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %global _sysconfdir /etc
 %global _miscdir%{_datadir}/misc
@@ -109,6 +112,8 @@
 
 %prep
 %setup -q -n file-%{version}
+%patch40 -p1 -b .p40
+%patch41 -p1 -b .p41
 %patch1  -p0 -b .misc
 %patch4  -p0 -b .conf
 %patch5  -p0 -b .tex

++ python-magic.spec ++
--- /var/tmp/diff_new_pack.JutS76/_old  2017-03-08 00:42:04.673426242 +0100
+++ /var/tmp/diff_new_pack.JutS76/_new  2017-03-08 00:42:04.677425676 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-magic
 #
-# 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
@@ -28,7 +28,7 @@
 BuildRequires:  python-setuptools
 BuildRequires:  zlib-devel
 Url:http://www.darwinsys.com/file/
-Version:5.29
+Version:5.30
 Release:0
 Summary:Python module to use libmagic
 License:BSD-3-Clause and BSD-4-Clause

python3-magic.spec: same change
++ file-5.16-ocloexec.patch ++
--- /var/tmp/diff_new_pack.JutS76/_old  2017-03-08 00:42:04.781410979 +0100
+++ /var/tmp/diff_new_pack.JutS76/_new  2017-03-08 00:42:04.785410414 +0100
@@ -6,7 +6,7 @@
  4 files changed, 6 insertions(+), 6 deletions(-)
 
 --- src/apprentice.c
-+++ src/apprentice.c   2016-11-24 09:09:50.912104836 +
 src/apprentice.c   2017-03-02 13:18:27.595290990 +
 @@ -1102,7 +1102,7 @@ load_1(struct magic_set *ms, int action,
ssize_t len;
struct magic_entry me;
@@ -35,8 +35,8 @@
file_error(ms, errno, "cannot open `%s'", dbname);
goto out;
 --- src/compress.c
-+++ src/compress.c 2016-11-24 09:09:50.912104836 +
-@@ -393,7 +393,7 @@ file_pipe2file(struct magic_set *ms, int
 src/compress.c 2017-03-02 13:18:27.595290990 +
+@@ -394,7 +394,7 @@ 

commit systemd for openSUSE:Factory

2017-03-07 Thread root
Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2017-03-08 00:38:25

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


Package is "systemd"

Wed Mar  8 00:38:25 2017 rev:250 rq:476828 version:232

Changes:

--- /work/SRC/openSUSE:Factory/systemd/systemd-mini.changes 2017-02-21 
13:33:16.512811439 +0100
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd-mini.changes
2017-03-08 00:38:27.888064028 +0100
@@ -1,0 +2,11 @@
+Fri Mar  3 16:20:34 UTC 2017 - f...@suse.com
+
+- Import commit 103259b3226251d06f79ca627f7b0ba0bd49f4bc
+
+  0ee7890dd automount: if an automount unit is masked, don't react to 
activation anymore (#5445)
+  99865a181 core: make sure to destroy all name watching bus slots when we are 
kicked off the bus (#5294) (bsc#1006687)
+  f34234c54 build-sys: add check for gperf lookup function signature (#5055)
+  44e39538f sd-event: "when exiting no signal event are pending" is a wrong 
assertion (#5271) (boo#995936 bsc#1022014)
+  471b26807 sd-event: when an event source fails, don't assume the type of it 
is still set
+
+---
systemd.changes: same change



Other differences:
--
systemd.spec: same change
++ systemd-232.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemd-232/configure.ac new/systemd-232/configure.ac
--- old/systemd-232/configure.ac2017-02-06 15:11:10.0 +0100
+++ new/systemd-232/configure.ac2017-03-03 17:19:36.0 +0100
@@ -258,6 +258,28 @@
#include 
 ])
 
+GPERF_TEST="$(echo foo,bar | ${GPERF} -L ANSI-C)"
+
+AC_COMPILE_IFELSE(
+[AC_LANG_PROGRAM([
+#include 
+const char * in_word_set(const char *, size_t);
+$GPERF_TEST]
+)],
+[GPERF_LEN_TYPE=size_t],
+[AC_COMPILE_IFELSE(
+[AC_LANG_PROGRAM([
+#include 
+const char * in_word_set(const char *, unsigned);
+$GPERF_TEST]
+)],
+[GPERF_LEN_TYPE=unsigned],
+[AC_MSG_ERROR([** unable to determine gperf len type])]
+)]
+)
+
+AC_DEFINE_UNQUOTED([GPERF_LEN_TYPE], [$GPERF_LEN_TYPE], [gperf len type])
+
 # 
--
 # we use python to build the man page index
 have_python=no
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemd-232/src/basic/af-list.c 
new/systemd-232/src/basic/af-list.c
--- old/systemd-232/src/basic/af-list.c 2017-02-06 15:11:10.0 +0100
+++ new/systemd-232/src/basic/af-list.c 2017-03-03 17:19:36.0 +0100
@@ -23,7 +23,7 @@
 #include "af-list.h"
 #include "macro.h"
 
-static const struct af_name* lookup_af(register const char *str, register 
unsigned int len);
+static const struct af_name* lookup_af(register const char *str, register 
GPERF_LEN_TYPE len);
 
 #include "af-from-name.h"
 #include "af-to-name.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemd-232/src/basic/arphrd-list.c 
new/systemd-232/src/basic/arphrd-list.c
--- old/systemd-232/src/basic/arphrd-list.c 2017-02-06 15:11:10.0 
+0100
+++ new/systemd-232/src/basic/arphrd-list.c 2017-03-03 17:19:36.0 
+0100
@@ -23,7 +23,7 @@
 #include "arphrd-list.h"
 #include "macro.h"
 
-static const struct arphrd_name* lookup_arphrd(register const char *str, 
register unsigned int len);
+static const struct arphrd_name* lookup_arphrd(register const char *str, 
register GPERF_LEN_TYPE len);
 
 #include "arphrd-from-name.h"
 #include "arphrd-to-name.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemd-232/src/basic/cap-list.c 
new/systemd-232/src/basic/cap-list.c
--- old/systemd-232/src/basic/cap-list.c2017-02-06 15:11:10.0 
+0100
+++ new/systemd-232/src/basic/cap-list.c2017-03-03 17:19:36.0 
+0100
@@ -26,7 +26,7 @@
 #include "parse-util.h"
 #include "util.h"
 
-static const struct capability_name* lookup_capability(register const char 
*str, register unsigned int len);
+static const struct capability_name* lookup_capability(register const char 
*str, register GPERF_LEN_TYPE len);
 
 #include "cap-from-name.h"
 #include "cap-to-name.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemd-232/src/basic/errno-list.c 
new/systemd-232/src/basic/errno-list.c
--- old/systemd-232/src/basic/errno-list.c