commit GraphicsMagick for openSUSE:Factory

2017-07-01 Thread root
Hello community,

here is the log from the commit of package GraphicsMagick for openSUSE:Factory 
checked in at 2017-07-01 14:06:12

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


Package is "GraphicsMagick"

Sat Jul  1 14:06:12 2017 rev:57 rq:507403 version:1.3.25

Changes:

--- /work/SRC/openSUSE:Factory/GraphicsMagick/GraphicsMagick.changes
2016-09-27 13:45:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.GraphicsMagick.new/GraphicsMagick.changes   
2017-07-01 14:06:35.167304852 +0200
@@ -1,0 +2,6 @@
+Mon Jun 26 06:49:55 UTC 2017 - pgaj...@suse.com
+
+- complementary fix for CVE-2017-8350 [bsc#1036985 c13-c21]
+  * GraphicsMagick-CVE-2017-8350.patch
+
+---

New:

  GraphicsMagick-CVE-2017-8350.patch



Other differences:
--
++ GraphicsMagick.spec ++
--- /var/tmp/diff_new_pack.Dt7xQN/_old  2017-07-01 14:06:35.763220996 +0200
+++ /var/tmp/diff_new_pack.Dt7xQN/_new  2017-07-01 14:06:35.767220433 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package GraphicsMagick
 #
-# 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
@@ -36,6 +36,7 @@
 Patch0: %{name}-perl-link.patch
 Patch2: %{name}-debian-fixed.patch
 Patch10:%{name}-include.patch
+Patch11:GraphicsMagick-CVE-2017-8350.patch
 BuildRequires:  cups-client
 BuildRequires:  dcraw
 BuildRequires:  freetype2-devel
@@ -150,7 +151,6 @@
 %packagedevel
 Summary:Viewer and Converter for Images - files mandatory for 
development
 Group:  Development/Libraries/C and C++
-# These comes from check in AB for 11.4
 Requires:   glibc-devel
 Requires:   libGraphicsMagick-Q%{quant}-%{so_ver} = %{version}
 Requires:   libGraphicsMagickWand-Q%{quant}-%{wand_so_ver} = %{version}
@@ -231,6 +231,7 @@
 %patch0 -p1
 %patch2 -p1
 %patch10
+%patch11 -p1
 
 %build
 export PERLOPTS="PREFIX=%{buildroot}%{_prefix}"

++ GraphicsMagick-CVE-2017-8350.patch ++
--- a/coders/png.c  Mon Jun 19 08:42:07 2017 -0500
+++ b/coders/png.c  Thu Jun 22 16:20:44 2017 -0400
@@ -3531,6 +3531,7 @@
 Don't throw exception here since ReadImage() will already
 have thrown it.
   */
+  DestroyImage(image);
   return (Image *) NULL;
 }
 





commit mediainfo for openSUSE:Factory

2017-07-01 Thread root
Hello community,

here is the log from the commit of package mediainfo for openSUSE:Factory 
checked in at 2017-07-01 14:06:04

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


Package is "mediainfo"

Sat Jul  1 14:06:04 2017 rev:6 rq:507341 version:0.7.97

Changes:

--- /work/SRC/openSUSE:Factory/mediainfo/mediainfo.changes  2017-06-04 
01:59:58.738930184 +0200
+++ /work/SRC/openSUSE:Factory/.mediainfo.new/mediainfo.changes 2017-07-01 
14:06:32.779640842 +0200
@@ -1,0 +2,30 @@
+Fri Jun 30 11:49:05 UTC 2017 - aloi...@gmx.com
+
+- Update to version 0.7.97
+  * HEVC: support of stream having VPS hrd_parameters
+  * FLV: support of FLV files with an ID3v2 header
+  * FLV: detect some incoherent frame rates in buggy files
+  * TIFF: support of more tags
+  * I518, AAC: consider 4 back channels as 2 side + 2 back channels
+  * Matroska: integrate all elements from Matroska specs in
+MediaTrace
+  * WAV: parsing of MPEG Audio extension "mext" chunk and
+displayed in MediaTrace
+  * MPC: channels count
+  * AAC: ADTS/ADIF duration in case of full parsing and/or "risky
+bitrate estimation" option
+  * MXF: less false-positive detection of some files as MXF
+  * B1053, WAV: metadata coherency, ignore "fact" chunk more often
+in order to avoid bad information when this chunk is buggy
+  * B1029, DPX: DPX endianess not considered with some fields in
+MediaTrace
+  * Custom template: can check "Other" part as any other parts
+  * Matroska: fix parsing issue with small byte blocks are taken
+from the file e.g. when reading from HTTP link
+  * Matroska: files with unknown block size were flagged as
+truncated
+  * MediaTrace: values with a \n were breaking the text report
+lines
+  * Some typos (RefFrames, SPF)
+
+---

Old:

  mediainfo_0.7.96.tar.xz

New:

  mediainfo_0.7.97.tar.xz



Other differences:
--
++ mediainfo.spec ++
--- /var/tmp/diff_new_pack.dM2ojc/_old  2017-07-01 14:06:33.295568241 +0200
+++ /var/tmp/diff_new_pack.dM2ojc/_new  2017-07-01 14:06:33.299567679 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   mediainfo
-Version:0.7.96
+Version:0.7.97
 Release:0
 Summary:Supplies technical and tag information about a video or audio 
file
 License:GPL-2.0+

++ mediainfo_0.7.96.tar.xz -> mediainfo_0.7.97.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/History_CLI.txt 
new/MediaInfo/History_CLI.txt
--- old/MediaInfo/History_CLI.txt   2017-06-01 12:36:17.0 +0200
+++ new/MediaInfo/History_CLI.txt   2017-06-29 19:41:40.0 +0200
@@ -12,6 +12,27 @@
 - Languages (other than english and French) : not all words are translated, I 
need translators!
 - Others? https://sourceforge.net/p/mediainfo/_list/tickets
 
+Version 0.7.97, 2017-06-30
+--
++ Ubuntu 17.04 packages
++ HEVC: support of stream having VPS hrd_parameters
++ FLV: support of FLV files with an ID3v2 header
++ FLV: detect some incoherent frame rates in buggy files
++ TIFF: support of more tags
++ I518, AAC: consider 4 back channels as 2 side + 2 back channels
++ Matroska: integrate all elements from Matroska specs in MediaTrace
++ WAV: parsing of MPEG Audio extension "mext" chunk and displayed in MediaTrace
++ MPC: channels count
++ AAC: ADTS/ADIF duration in case of full parsing and/or "risky bitrate 
estimation" option
+x MXF: less false-positive detection of some files as MXF
+x B1053, WAV: metadata coherency, ignore "fact" chunk more often in order to 
avoid bad information when this chunk is buggy
+x B1029, DPX: DPX endianess not considered with some fields in MediaTrace
+x Custom template: can check "Other" part as any other parts
+x Matroska: fix parsing issue with small byte blocks are taken from the file 
e.g. when reading from HTTP link
+x Matroska: files with unknown block size were flagged as truncated
+x MediaTrace: values with a \n were breaking the text report lines
+x Some typos (RefFrames, SPF)
+
 Version 0.7.96, 2017-06-01
 --
 + MPEG-4: display of recorded date from DV substream
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/History_GUI.txt 
new/MediaInfo/History_GUI.txt
--- old/MediaInfo/History_GUI.txt   2017-06-01 12:36:17.0 +0200
+++ new/MediaInfo/History_GUI.txt   2017-06-29 19:41:40.0 +0200
@@ -12,6 +12,27 @@
 - Languages (other than english and French) : not all words are translated, I 
need translators!
 - Others? https://sourceforge.net/p/mediainfo/_list/tickets
 
+Version 0.7.97, 2017-06-3

commit exim for openSUSE:Factory

2017-07-01 Thread root
Hello community,

here is the log from the commit of package exim for openSUSE:Factory checked in 
at 2017-07-01 14:06:08

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


Package is "exim"

Sat Jul  1 14:06:08 2017 rev:42 rq:507377 version:4.86.2

Changes:

--- /work/SRC/openSUSE:Factory/exim/exim.changes2016-10-04 
16:00:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.exim.new/exim.changes   2017-07-01 
14:06:34.195441613 +0200
@@ -1,0 +2,28 @@
+Mon Jun 19 16:27:45 UTC 2017 - meiss...@suse.com
+
+- exim-CVE-2017-1000369.patch: Fixed memory leaks that could be
+  exploited to "stack crash" local privilege escalation (bsc#1044692)
+
+- Require user(mail) group(mail) to meet new users handling in TW.
+
+- Prerequire permissions (fixes rpmlint).
+
+---
+Mon Apr 24 07:45:00 UTC 2017 - wullin...@rz.uni-kiel.de
+
+- conditionally disable DANE on SuSE versions with OpenSSL < 1.0
+
+- exim-4.86.2+fixes-867e8fe25dbfb1e31493488ad695bde55b890397.patch:
+  import exim-4_86_2+fixes branch
++ fix CVE-2016-1531 
+  when installed setuid root, allows local users to gain privileges via 
the perl_startup
+  argument. 
++ fix Bug 1805: store the initial working directory, expand $initial_cwd
++ fix Bug 1671: segfault after delivery 
(https://bugs.exim.org/show_bug.cgi?id=1671)
++ Don't issue env warning if env is empty
+
+- fix-CVE-2016-9963-31c02defdc5118834e801d4fe8f11c1d9b5ebadf.patch:
+  DKIM information leakage
+  
+
+---

New:

  exim-4.86.2+fixes-867e8fe25dbfb1e31493488ad695bde55b890397.patch
  exim-CVE-2017-1000369.patch
  fix-CVE-2016-9963-31c02defdc5118834e801d4fe8f11c1d9b5ebadf.patch



Other differences:
--
++ exim.spec ++
--- /var/tmp/diff_new_pack.VVFUrR/_old  2017-07-01 14:06:34.815354379 +0200
+++ /var/tmp/diff_new_pack.VVFUrR/_new  2017-07-01 14:06:34.815354379 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package exim
 #
-# 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
@@ -20,6 +20,14 @@
 %bcond_without  pgsql
 %bcond_without  sqlite
 %bcond_without  ldap
+%if 0%{?suse_version} < 1199 || 0%{?centos_version} < 599 || 0%{?rhel_version} 
< 599
+%bcond_withdane
+%else
+%bcond_without dane
+%endif
+# disable for now,
+# since utf8_downconvert currently crashes
+%bcond_without i18n
 
 Name:   exim
 BuildRequires:  cyrus-sasl-devel
@@ -53,8 +61,13 @@
 %else
 Requires(pre):  %insserv_prereq
 %endif
-Requires(pre):  %fillup_prereq
-Requires(pre):  /usr/sbin/useradd
+Requires(pre):  %fillup_prereq permissions
+%if 0%{?suse_version} >= 1330
+BuildRequires:  group(mail)
+BuildRequires:  user(mail)
+Requires(pre):  user(mail)
+Requires(pre):  group(mail)
+%endif
 Requires(pre):  fileutils textutils
 %endif
 Version:4.86.2
@@ -72,8 +85,8 @@
 License:GPL-2.0+
 Group:  Productivity/Networking/Email/Servers
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source: http://ftp.exim.org/pub/exim/exim4/exim-%{version}.tar.bz2
-Source3:http://ftp.exim.org/pub/exim/exim4/exim-%{version}.tar.bz2.asc
+Source: http://ftp.exim.org/pub/exim/exim4/old/exim-%{version}.tar.bz2
+Source3:
http://ftp.exim.org/pub/exim/exim4/old/exim-%{version}.tar.bz2.asc
 # http://ftp.exim.org/pub/exim/Exim-Maintainers-Keyring.asc
 Source4:exim.keyring
 Source1:sysconfig.exim
@@ -86,7 +99,10 @@
 Source31:   eximstats.conf
 Source32:   eximstats.conf-2.2
 Source40:   exim.service
-Patch:  exim-tail.patch
+Patch0: exim-tail.patch
+Patch1: 
exim-4.86.2+fixes-867e8fe25dbfb1e31493488ad695bde55b890397.patch
+Patch2: 
fix-CVE-2016-9963-31c02defdc5118834e801d4fe8f11c1d9b5ebadf.patch
+Patch3: exim-CVE-2017-1000369.patch
 
 %package -n eximon
 Summary:Eximon, an graphical frontend to administer Exim's mail queue
@@ -128,7 +144,10 @@
 
 %prep
 %setup -q -n exim-%{version}
-%patch
+%patch0
+%patch1 -p 1
+%patch2 -p 1
+%patch3 -p 1
 # build with fPIE/pie on SUSE 10.0 or newer, or on any other platform
 %if %{?suse_version:%suse_version}%{?!suse_version:9} > 930
 fPIE="-fPIE"
@@ -264,9 +283,13 @@
EXPERIMENTAL_PROXY=yes
EXPERIMENTAL_CERTNAMES=yes
EXPERIMENTAL_DSN=yes
+%if %{with dane}
EXPERIMENTAL_DANE=yes
+%endif
EXPERIMENTAL_SOCKS=yes
+%if %{with i18n}
EXPERIMENTAL_INTERNATIONAL=yes
+%endif
  

commit R-base for openSUSE:Factory

2017-07-01 Thread root
Hello community,

here is the log from the commit of package R-base for openSUSE:Factory checked 
in at 2017-07-01 14:05:57

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


Package is "R-base"

Sat Jul  1 14:05:57 2017 rev:54 rq:507288 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/R-base/R-base.changes2017-04-24 
09:50:22.442462250 +0200
+++ /work/SRC/openSUSE:Factory/.R-base.new/R-base.changes   2017-07-01 
14:06:31.283851327 +0200
@@ -1,0 +2,53 @@
+Fri Jun 30 10:40:03 UTC 2017 - detlef.ste...@gmx.de
+
+- upstream update to 3.4.1
+
+CHANGES IN R 3.4.1:
+
+  INSTALLATION on a UNIX-ALIKE:
+
+* The deprecated support for PCRE versions older than 8.20 has been
+  removed.
+
+  BUG FIXES:
+
+* getParseData() gave incorrect column information when code
+  contained multi-byte characters.  (PR#17254)
+
+* Asking for help using expressions like ?stats::cor() did not
+  work.  (PR#17250)
+
+* readRDS(url()) now works.
+
+* R CMD Sweave again returns status = 0 on successful completion.
+
+* Vignettes listed in .Rbuildignore were not being ignored
+  properly.  (PR#17246)
+
+* file.mtime() no longer returns NA on Windows when the file or
+  directory is being used by another process.  This affected
+  installed.packages(), which is now protected against this.
+
+* R CMD INSTALL Windows .zip file obeys --lock and --pkglock flags.
+
+* (Windows only) The choose.files() function could return incorrect
+  results when called with multi = FALSE.  (PR#17270)
+
+* aggregate(, drop = FALSE) now also works in case of
+  near-equal numbers in by.  (PR#16918)
+
+* fourfoldplot() could encounter integer overflow when calculating
+  the odds ratio. (PR#17286)
+
+* parse() no longer gives spurious warnings when extracting srcrefs
+  from a file not encoded in the current locale.
+
+  This was seen from R CMD check with inst/doc/*.R files, and check
+  has some additional protection for such files.
+
+* print.noquote(x) now always returns its argument x (invisibly).
+
+* Non-UTF-8 multibyte character sets were not handled properly in
+  source references.  (PR#16732) 
+
+---

Old:

  R-3.4.0.tar.bz2

New:

  R-3.4.1.tar.bz2



Other differences:
--
++ R-base.spec ++
--- /var/tmp/diff_new_pack.jzMjFb/_old  2017-07-01 14:06:32.595666730 +0200
+++ /var/tmp/diff_new_pack.jzMjFb/_new  2017-07-01 14:06:32.595666730 +0200
@@ -19,7 +19,7 @@
 %define release 1
 
 Name:   R-base
-Version:3.4.0
+Version:3.4.1
 Release:%release
 %define Rversion %{version}
 Source: R-%{version}.tar.bz2
@@ -1200,7 +1200,7 @@
 %package -n R-foreign
 Summary:Package provides recommended R-foreign
 Group:  Development/Libraries/Other
-Version:0.8.67
+Version:0.8.69
 Release:%release
 Requires:   R-base
 
@@ -1325,7 +1325,7 @@
 %package -n R-Matrix
 Summary:Package provides recommended R-Matrix
 Group:  Development/Libraries/Other
-Version:1.2.9
+Version:1.2.10
 Release:%release
 Requires:   R-base
 
@@ -1364,7 +1364,7 @@
 %package -n R-Matrix-devel
 Summary:Package provides header files for recommended R-Matrix
 Group:  Development/Libraries/Other
-Version:1.2.9
+Version:1.2.10
 Release:%release
 Requires:   R-Matrix
 Requires:   R-base
@@ -1512,7 +1512,7 @@
 %package -n R-spatial
 Summary:Package provides recommended R-spatial
 Group:  Development/Libraries/Other
-Version:7.3.12
+Version:7.3.11
 Release:%release
 Requires:   R-base
 

++ R-3.4.0.tar.bz2 -> R-3.4.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/R-base/R-3.4.0.tar.bz2 
/work/SRC/openSUSE:Factory/.R-base.new/R-3.4.1.tar.bz2 differ: char 11, line 1




commit lifecycle-data for openSUSE:Factory

2017-07-01 Thread root
Hello community,

here is the log from the commit of package lifecycle-data for openSUSE:Factory 
checked in at 2017-07-01 14:05:54

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


Package is "lifecycle-data"

Sat Jul  1 14:05:54 2017 rev:2 rq:507282 version:1

Changes:

--- /work/SRC/openSUSE:Factory/lifecycle-data/lifecycle-data.changes
2017-04-25 08:58:30.188417843 +0200
+++ /work/SRC/openSUSE:Factory/.lifecycle-data.new/lifecycle-data.changes   
2017-07-01 14:05:56.608730743 +0200
@@ -1,0 +2,5 @@
+Fri Jun 30 09:30:41 UTC 2017 - tchva...@suse.com
+
+- Deprecate mysql-community-server bsc#1043328
+
+---



Other differences:
--
++ openSUSE.lifecycle ++
--- /var/tmp/diff_new_pack.DaGpsf/_old  2017-07-01 14:05:57.276636757 +0200
+++ /var/tmp/diff_new_pack.DaGpsf/_new  2017-07-01 14:05:57.280636195 +0200
@@ -11,3 +11,11 @@
 ruby2.4-doc,*,2017-03-31
 ruby2.4-doc-ri,*,2017-03-31
 ruby2.4-stdlib,*,2017-03-31
+libmysql56client18,*,2017-06-30
+libmysql56client_r18,*,2017-06-30
+mysql-community-server,*,2017-06-30
+mysql-community-server-bench,*,2017-06-30
+mysql-community-server-client,*,2017-06-30
+mysql-community-server-errormessages,*,2017-06-30
+mysql-community-server-test,*,2017-06-30
+mysql-community-server-tools,*,2017-06-30




commit linuxptp for openSUSE:Factory

2017-07-01 Thread root
Hello community,

here is the log from the commit of package linuxptp for openSUSE:Factory 
checked in at 2017-07-01 14:05:43

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


Package is "linuxptp"

Sat Jul  1 14:05:43 2017 rev:1 rq:507241 version:1.8

Changes:

New Changes file:

--- /dev/null   2017-06-30 09:57:03.955002226 +0200
+++ /work/SRC/openSUSE:Factory/.linuxptp.new/linuxptp.changes   2017-07-01 
14:05:49.949667790 +0200
@@ -0,0 +1,81 @@
+---
+Fri Jun 30 06:45:51 UTC 2017 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Use url for source
+- Use kernel-devel instead full source
+
+---
+Thu May 25 12:20:17 UTC 2017 - lpecha...@suse.com
+
+- upgraded to 1.8
+- new tools: timemaster, phc_ctl
+
+---
+Wed Sep  3 01:41:37 CEST 2014 - r...@suse.de
+
+- sanitize release line in specfile
+
+---
+Thu Mar 27 12:16:20 UTC 2014 - lpecha...@suse.com
+
+- updated How To to mention ethtool (bnc#865358)
+
+---
+Wed Mar 26 16:51:51 CET 2014 - jbo...@suse.cz
+
+- convert to systemd (bnc#865355)
+  - two separate services (ptp4l and phc2sys) instead of linuxptp
+  - two separate config files:
+/etc/syscconfig/ptp4l and /etc/sysconfig/phc2sys instead of
+/etc/sysconfig/linuxptp
+
+---
+Tue Feb 18 18:59:56 CET 2014 - jbo...@suse.cz
+
+- upgraded to 1.4
+- fixed FSF address in init file
+
+---
+Fri Jul 26 10:12:08 UTC 2013 - lpecha...@suse.com
+
+- added Linux PTP Howto
+
+---
+Thu Jun  6 09:26:54 UTC 2013 - lpecha...@suse.com
+
+- adjusted sysconfig defaults to match changes made to phc2sys
+  behavior
+
+---
+Wed Jun  5 16:00:18 CEST 2013 - jbo...@suse.cz
+
+- upgraded to 1.2.git74e70372
+
+---
+Tue Apr 23 16:50:16 CEST 2013 - jbo...@suse.cz
+
+- upgraded to 1.2
+
+---
+Mon Mar 25 15:44:25 UTC 2013 - lpecha...@suse.com
+
+- reviewed by Security (bnc#809336)
+
+---
+Fri Mar 15 11:23:35 UTC 2013 - cfarr...@suse.com
+
+- license update: GPL-2.0+
+  No indication of a GPL version 2 only license. Also, use SPDX format
+  where possible
+
+---
+Wed Mar  6 10:44:35 UTC 2013 - lpecha...@suse.com
+
+- upgraded to 1.1
+
+---
+Fri Feb 15 05:37:47 UTC 2013 - lpecha...@suse.com
+
+- initial packaging
+

New:

  linuxptp-1.8.tgz
  linuxptp-howto.txt
  linuxptp.changes
  linuxptp.firewall
  linuxptp.spec
  phc2sys.service
  ptp4l.service
  sysconfig.phc2sys
  sysconfig.ptp4l



Other differences:
--
++ linuxptp.spec ++
#
# spec file for package linuxptp
#
# 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
# 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:   linuxptp
Version:1.8
Release:0
Summary:Precision Time Protocol v2 daemon
License:GPL-2.0+
Group:  Productivity/Networking/Other
Url:http://linuxptp.sourceforge.net/
Source0:
https://sourceforge.net/projects/linuxptp/files/v%{version}/linuxptp-%{version}.tgz
Source1:ptp4l.service
Source2:sysconfig.ptp4l
Source3:linuxptp.firewall
Source4:linuxptp-howto.txt
Source5:phc2sys.service
Source6:sysconfig.phc2sys
BuildRequires:  kernel-devel
BuildRequires:  systemd-rpm-macros
Requires(pre):  %fillup_prereq
Provides:   ptp-timekeeping
%{?systemd_requires}

%description
This software is

commit xrdp for openSUSE:Factory

2017-07-01 Thread root
Hello community,

here is the log from the commit of package xrdp for openSUSE:Factory checked in 
at 2017-07-01 14:05:51

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


Package is "xrdp"

Sat Jul  1 14:05:51 2017 rev:7 rq:507245 version:0.9.2

Changes:

--- /work/SRC/openSUSE:Factory/xrdp/xrdp.changes2017-06-08 
15:04:40.668842532 +0200
+++ /work/SRC/openSUSE:Factory/.xrdp.new/xrdp.changes   2017-07-01 
14:05:54.529023395 +0200
@@ -1,0 +2,9 @@
+Sun Jun 25 16:56:29 UTC 2017 - fezh...@suse.com
+
+- Rebase SLE patches:
+  + xrdp-avahi.diff
+  + xrdp-bsc965647-allow-admin-choose-desktop.patch
+  + xrdp-fate318398-change-expired-password.patch
+  + xrdp-fate319683-allow-vnc-resizing.patch
+
+---
@@ -42,0 +52 @@
+  + xrdp-dont-set-LANG.patch
@@ -52,0 +63,15 @@
+
+---
+Thu May 18 09:08:57 UTC 2017 - fezh...@suse.com
+
+- Add xrdp-dont-set-LANG.patch: Backport upstream commit 5575197,
+  sesman should stop setting LANG and let initialization scripts
+  take care of it (bsc#1023988).
+
+---
+Thu May 11 04:12:48 UTC 2017 - fezh...@suse.com
+
+- Update xrdp-fate319683-allow-vnc-resizing.patch:
+  + Fix a crash caused by double freeing stream (bsc#1034606).
+  + Remove DisplaySize from Xvnc default policy to enable it
+resizing.



Other differences:
--

++ xrdp-avahi.diff ++
--- /var/tmp/diff_new_pack.waDiIc/_old  2017-07-01 14:05:55.764849493 +0200
+++ /var/tmp/diff_new_pack.waDiIc/_new  2017-07-01 14:05:55.764849493 +0200
@@ -1,89 +1,75 @@
-From 71ebbe34d841d3f29ae2d21fbae25889de5d4a57 Mon Sep 17 00:00:00 2001
-From: Felix Zhang 
-Date: Mon, 1 Aug 2016 17:04:31 +0800
-Subject: [PATCH] avahi
-

- configure.ac   |   1 +
- xrdp/Makefile.am   |   9 +++--
- xrdp/xrdp.h|   8 
- xrdp/xrdp_avahi.c  | 117 +
- xrdp/xrdp_listen.c |   2 +-
- 5 files changed, 133 insertions(+), 4 deletions(-)
- create mode 100644 xrdp/xrdp_avahi.c
-
 diff --git a/configure.ac b/configure.ac
-index e1a150e..2cfe026 100644
+index 47212ec..b011897 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -7,6 +7,7 @@ AM_INIT_AUTOMAKE([1.6 foreign])
- AC_PROG_CC
+@@ -9,6 +9,7 @@ AC_PROG_CC
  AC_C_CONST
  AC_PROG_LIBTOOL
+ 
 +PKG_CHECK_MODULES(AVAHI, avahi-client >= 0.6.4)
  PKG_PROG_PKG_CONFIG
- AC_ARG_WITH([systemdsystemunitdir],
- AS_HELP_STRING([--with-systemdsystemunitdir=DIR], [Directory for 
systemd service files]),
+ if test "x$PKG_CONFIG" = "x"; then
+   AC_MSG_ERROR([please install pkg-config])
 diff --git a/xrdp/Makefile.am b/xrdp/Makefile.am
-index 4fd9a68..e00bc2f 100644
+index a259ef3..2cbb762 100644
 --- a/xrdp/Makefile.am
 +++ b/xrdp/Makefile.am
-@@ -33,7 +33,8 @@ INCLUDES = \
+@@ -12,7 +12,9 @@ AM_CPPFLAGS = \
+   -DXRDP_SOCKET_PATH=\"${socketdir}\" \
-I$(top_builddir) \
-I$(top_srcdir)/common \
-   -I$(top_srcdir)/libxrdp \
--  $(EXTRA_INCLUDES)
-+  $(EXTRA_INCLUDES) \
+-  -I$(top_srcdir)/libxrdp
++  -I$(top_srcdir)/libxrdp \
 +  $(AVAHI_CFLAGS)
++
  
- sbin_PROGRAMS = \
-   xrdp
-@@ -52,12 +53,14 @@ xrdp_SOURCES = \
-   xrdp_process.c \
-   xrdp_region.c \
-   xrdp_wm.c \
--  xrdp_encoder.c
-+  xrdp_encoder.c \
-+  xrdp_avahi.c
+ XRDP_EXTRA_LIBS =
  
+@@ -46,6 +48,7 @@ xrdp_SOURCES = \
+   lang.c \
+   xrdp.c \
+   xrdp.h \
++  xrdp_avahi.c \
+   xrdp_bitmap.c \
+   xrdp_cache.c \
+   xrdp_encoder.c \
+@@ -63,7 +66,8 @@ xrdp_SOURCES = \
  xrdp_LDADD = \
$(top_builddir)/common/libcommon.la \
$(top_builddir)/libxrdp/libxrdp.la \
--  $(EXTRA_LIBS)
-+  $(EXTRA_LIBS) \
+-  $(XRDP_EXTRA_LIBS)
++  $(XRDP_EXTRA_LIBS) \
 +  $(AVAHI_LIBS)
  
- xrdp_LDFLAGS = \
-   $(EXTRA_FLAGS)
+ xrdpsysconfdir=$(sysconfdir)/xrdp
+ 
 diff --git a/xrdp/xrdp.h b/xrdp/xrdp.h
-index 67488a6..e71fb9b 100644
+index 82e8a57..ae70874 100644
 --- a/xrdp/xrdp.h
 +++ b/xrdp/xrdp.h
-@@ -164,6 +164,8 @@ void APP_CC
+@@ -163,6 +163,8 @@ void
  xrdp_listen_delete(struct xrdp_listen* self);
- int APP_CC
+ int
  xrdp_listen_main_loop(struct xrdp_listen* self);
-+int APP_CC
++int
 +xrdp_listen_get_port(char* port, int port_bytes);
  
  /* xrdp_region.c */
- struct xrdp_region* APP_CC
-@@ -510,3 +512,9 @@ int DEFAULT_CC
- server_add_char_alpha(struct xrdp_mod* mod, int font, int charactor,
-   int offset, int baseline,
-   int width, int height, char* data);
-+
+ struct xrdp_region*
+@@ -514,3 +516,8 @@ server_add_char_alpha(struct xrdp_mod* mod, int font, int 
character,
+ int
+ server_session_info(struct xrdp_mod *mod, const char *data, int data_b

commit texlive-specs-v for openSUSE:Factory

2017-07-01 Thread root
Hello community,

here is the log from the commit of package texlive-specs-v for openSUSE:Factory 
checked in at 2017-07-01 14:04:59

Comparing /work/SRC/openSUSE:Factory/texlive-specs-v (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-v.new (New)


Package is "texlive-specs-v"

Sat Jul  1 14:04:59 2017 rev:31 rq:506500 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-v/texlive-specs-v.changes  
2017-06-25 19:29:26.434330477 +0200
+++ /work/SRC/openSUSE:Factory/.texlive-specs-v.new/texlive-specs-v.changes 
2017-07-01 14:05:03.752168543 +0200
@@ -1,0 +2,27 @@
+Tue Jun 27 14:31:44 UTC 2017 - wer...@suse.de
+
+- Fix some descriptions of PostScript Type 1 binary files (boo#1046104) 
+
+---
+Fri Jun 23 13:21:21 UTC 2017 - wer...@suse.de
+
+- Yet an other move for texlive-pas-cours that is move
+  doc/latex/pas-cours/macro-calculs.tex to tex/latex/pas-cours/
+
+---
+Thu Jun 22 12:50:00 UTC 2017 - wer...@suse.de
+
+- Avoid to depend on optional milog.cfg
+- texlive-milog does replace mathgl-tex 
+
+---
+Wed Jun 21 10:20:17 UTC 2017 - wer...@suse.de
+
+- Do not require own provided perl modules for latexindent 
+
+---
+Tue Jun 20 06:39:06 UTC 2017 - wer...@suse.de
+
+- Change left over texlive-pdftex-def for texlive-latex-bin 
+
+---



Other differences:
--
++ texlive-specs-v.spec ++
--- /var/tmp/diff_new_pack.ychmpp/_old  2017-07-01 14:05:10.923159470 +0200
+++ /var/tmp/diff_new_pack.ychmpp/_new  2017-07-01 14:05:10.939157219 +0200
@@ -19,7 +19,7 @@
 %define texlive_version  2017
 %define texlive_previous 2016
 %define texlive_release  20170520
-%define texlive_noarch   125
+%define texlive_noarch   130
 
 #!BuildIgnore:  texlive
 
@@ -50,6 +50,7 @@
 Version:2017
 Release:0
 BuildRequires:  ed
+BuildRequires:  t1utils
 BuildRequires:  texlive-filesystem
 BuildRequires:  xz
 BuildArch:  noarch
@@ -1029,13 +1030,13 @@
 VERBOSE=false %{_texmfdistdir}/texconfig/update || :
 
 %post -n texlive-skaknew-fonts
+fc-cache  -s %{_datadir}/fonts
 mkfontscale  %{_datadir}/fonts/texlive-skaknew
 mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large 
%{_datadir}/fonts/texlive-skaknew
-fc-cache %{_datadir}/fonts
 
 %postun -n texlive-skaknew-fonts
 if test $1 = 0; then
-fc-cache %{_datadir}/fonts
+ fc-cache -s %{_datadir}/fonts
 fi
 
 %files -n texlive-skaknew-doc
@@ -3802,13 +3803,13 @@
 VERBOSE=false %{_texmfdistdir}/texconfig/update || :
 
 %post -n texlive-sourcecodepro-fonts
+fc-cache  -s %{_datadir}/fonts
 mkfontscale  %{_datadir}/fonts/texlive-sourcecodepro
 mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large 
%{_datadir}/fonts/texlive-sourcecodepro
-fc-cache %{_datadir}/fonts
 
 %postun -n texlive-sourcecodepro-fonts
 if test $1 = 0; then
-fc-cache %{_datadir}/fonts
+ fc-cache -s %{_datadir}/fonts
 fi
 
 %files -n texlive-sourcecodepro-doc
@@ -6208,13 +6209,13 @@
 VERBOSE=false %{_texmfdistdir}/texconfig/update || :
 
 %post -n texlive-sourcesanspro-fonts
+fc-cache  -s %{_datadir}/fonts
 mkfontscale  %{_datadir}/fonts/texlive-sourcesanspro
 mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large 
%{_datadir}/fonts/texlive-sourcesanspro
-fc-cache %{_datadir}/fonts
 
 %postun -n texlive-sourcesanspro-fonts
 if test $1 = 0; then
-fc-cache %{_datadir}/fonts
+ fc-cache -s %{_datadir}/fonts
 fi
 
 %files -n texlive-sourcesanspro-doc
@@ -8592,13 +8593,13 @@
 VERBOSE=false %{_texmfdistdir}/texconfig/update || :
 
 %post -n texlive-sourceserifpro-fonts
+fc-cache  -s %{_datadir}/fonts
 mkfontscale  %{_datadir}/fonts/texlive-sourceserifpro
 mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large 
%{_datadir}/fonts/texlive-sourceserifpro
-fc-cache %{_datadir}/fonts
 
 %postun -n texlive-sourceserifpro-fonts
 if test $1 = 0; then
-fc-cache %{_datadir}/fonts
+ fc-cache -s %{_datadir}/fonts
 fi
 
 %files -n texlive-sourceserifpro-doc
@@ -11435,13 +11436,13 @@
 VERBOSE=false %{_texmfdistdir}/texconfig/update || :
 
 %post -n texlive-starfont-fonts
+fc-cache  -s %{_datadir}/fonts
 mkfontscale  %{_datadir}/fonts/texlive-starfont
 mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large 
%{_datadir}/fonts/texlive-starfont
-fc-cache %{_datadir}/fonts
 
 %postun -n texlive-starfont-fonts
 if test $1 = 0; then
-fc-cache %{_datadir}/fonts
+ fc-cache -s %{_datadir}/fonts

commit python-random2 for openSUSE:Factory

2017-07-01 Thread root
Hello community,

here is the log from the commit of package python-random2 for openSUSE:Factory 
checked in at 2017-07-01 14:05:27

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


Package is "python-random2"

Sat Jul  1 14:05:27 2017 rev:3 rq:506975 version:1.0.1

Changes:

--- /work/SRC/openSUSE:Factory/python-random2/python-random2.changes
2013-09-26 19:55:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-random2.new/python-random2.changes   
2017-07-01 14:05:27.476830099 +0200
@@ -1,0 +2,5 @@
+Wed Jun 28 07:32:51 UTC 2017 - aloi...@gmx.com
+
+- Converted to single-spec
+
+---



Other differences:
--
++ python-random2.spec ++
--- /var/tmp/diff_new_pack.VdZdyr/_old  2017-07-01 14:05:28.048749620 +0200
+++ /var/tmp/diff_new_pack.VdZdyr/_new  2017-07-01 14:05:28.052749057 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-random2
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,24 +17,22 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-random2
 Version:1.0.1
 Release:0
-License:Python-2.0
 Summary:A Session and Caching library with WSGI Middleware
-Url:http://pypi.python.org/pypi/random2
+License:Python-2.0
 Group:  Development/Languages/Python
-Source: 
http://pypi.python.org/packages/source/r/random2/random2-%{version}.zip
-BuildRequires:  python-setuptools
+Url:http://pypi.python.org/pypi/random2
+Source: 
https://files.pythonhosted.org/packages/source/r/random2/random2-%{version}.zip
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-BuildRequires: python
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
 BuildArch:  noarch
-%endif
+%python_subpackages
 
 %description
 This package provides a Python 3 ported version of Python 2.7's random module.
@@ -52,15 +50,16 @@
 %setup -q -n random2-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
 
 %check
-python setup.py test
+%python_exec setup.py test
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
 %doc CHANGES.txt README.txt PKG-INFO
 %{python_sitelib}/*





commit php7-xdebug for openSUSE:Factory

2017-07-01 Thread root
Hello community,

here is the log from the commit of package php7-xdebug for openSUSE:Factory 
checked in at 2017-07-01 14:05:29

Comparing /work/SRC/openSUSE:Factory/php7-xdebug (Old)
 and  /work/SRC/openSUSE:Factory/.php7-xdebug.new (New)


Package is "php7-xdebug"

Sat Jul  1 14:05:29 2017 rev:2 rq:507066 version:2.5.5

Changes:

New Changes file:

--- /dev/null   2017-06-30 09:57:03.955002226 +0200
+++ /work/SRC/openSUSE:Factory/.php7-xdebug.new/php5-xdebug.changes 
2017-07-01 14:05:30.960339911 +0200
@@ -0,0 +1,375 @@
+---
+Wed Jun 28 05:53:51 UTC 2017 - jeng...@inai.de
+
+- Trim some redundant pharse parts from the description.
+
+---
+Tue Jun 27 14:28:35 UTC 2017 - jweberho...@weberhofer.at
+
+- Updated to Xdebug 2.5.5
+  Fixed bugs
+  * #1439: TYPE_CHECK needs overloading due to smart branches
+  * #1444: Code Coverage misses a variable in a multi-line function call
+  * #1446: Code Coverage misses elseif if it uses an isset with a property
+
+---
+Mon May 15 13:43:34 UTC 2017 - jweberho...@weberhofer.at
+
+- Updated to Xdebug 2.5.4
+  Fixed bugs
+  * #799: Function traces report base class instead of object name
+  * #1421: Fix set_time_limit hanging on PHP 5.6 when pcntl_exec does not 
exist (Frode E. Moe)
+  * #1429: Code coverage does not cover null coalesce
+  * #1434: Code coverage segfaults on 32-bit arch
+
+- Updated to Xdebug 2.5.3
+  Fixed bug
+* #1421: Xdebug crashes when it is loaded without pcntl being present
+
+- Updated to Xdebug 2.5.2
+  fixed bugs
+  * #701: Functions as array indexes show ??? in trace
+  * #1403: Code coverage does not cover BIND_STATIC
+  * #1404: Execution time is calculated incorrectly
+  * #1413: Code coverage mishap with PHP 7.1.3
+  * #1414: Missing variable assignment in traces with OPcache loaded
+  * #1415: Crash with multiple catch constructs with OPcache loaded
+  * #1416: Trace files should not include the first result
+of a generator if it hasn't started yet
+  * #1417: Fetching properties of static class contexts fails due
+to incorrect fetch mode
+  * #1419: Summary not written when script ended with "pcntl_exec()"
+
+---
+Tue Apr 18 06:34:41 UTC 2017 - jweberho...@weberhofer.at
+
+- License is in fact a PHP 3.0 license; productnames and author has
+  been changed to match the xdebug product.
+
+---
+Thu Mar 30 11:36:28 UTC 2017 - jweberho...@weberhofer.at
+
+- Clearified license
+
+---
+Fri Mar 17 16:20:38 UTC 2017 - jweberho...@weberhofer.at
+
+- Updated to Xdebug 2.5.1
+
+  Fixes:
+  * #1057: Add xdebug.ini of all settings to package 
+  * #1165: DBGp: step_out skips subsequent function calls 
+  * #1180: Code coverage crashes with non-standard start/stops 
+  * #1278: Xdebug with PHP 7 does not handle prefill-from-oparray 
+   for XDEBUG_CC_UNUSED 
+  * #1300: Xdebug functions are not exposing their signature to Reflection 
+  * #1313: Arguments to __call() trampoline picked from the wrong memory
+   location 
+  * #1329: While printing out a stack with and function parameters, 
+   XDebug reads uninitialized zvals or free()d memory 
+  * #1381: Code Coverage misses line due to missing FETCH_DIM_W overload 
+  * #1385: can not fetch IS_INDIRECT properties 
+  * #1386: Executable code not shown as executed/executable 
+  * #1392: Unable to compile on FreeBSD due to missing struct definition 
+  * #1394: Code coverage does not cover instanceof (in elseif)
+
+---
+Sun Jan 29 06:05:21 UTC 2017 - jweberho...@weberhofer.at
+
+- Provide php-xdebug as a parallel installation of php5 and php7 is not 
possible
+
+---
+Tue Dec 13 23:22:04 UTC 2016 - jweberho...@weberhofer.at
+
+- Updated to Xdebug 2.5.0
+
+  Support for PHP versions lower than PHP 5.5 has been dropped
+
+  Improvements:
+  * #1232: add memory delta to HTML traces
+  * #1365: Allow remote_connect_back to be set through XDEBUG_CONFIG
+  * #998: Added support for IPv6 (Thomas Vanhaniemi)
+  * #1297: Initial PHP 7.1 support
+
+  Fixes:
+  * #1168: Added defensive check to prevent infinite loop
+  * #1242: Xdebug on Windows with Eclipse has issues with breakpoint IDs
+  * #1343: Wrong values of numerical keys outside 32bit range
+  * #1357: Function signature using variadics is reported as being not executed
+  * #1361: Remote debugging connection issues with Windows (Anatol Belski)
+  * #1373: Cras

commit mailman for openSUSE:Factory

2017-07-01 Thread root
Hello community,

here is the log from the commit of package mailman for openSUSE:Factory checked 
in at 2017-07-01 14:05:34

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


Package is "mailman"

Sat Jul  1 14:05:34 2017 rev:37 rq:507110 version:2.1.23

Changes:

--- /work/SRC/openSUSE:Factory/mailman/mailman.changes  2017-03-24 
02:22:30.496816868 +0100
+++ /work/SRC/openSUSE:Factory/.mailman.new/mailman.changes 2017-07-01 
14:05:35.383717468 +0200
@@ -1,0 +2,5 @@
+Thu Jun 29 14:42:32 UTC 2017 - dims...@opensuse.org
+
+- Fix pre script for usage with more recent postfix versions.
+
+---



Other differences:
--
++ mailman.spec ++
--- /var/tmp/diff_new_pack.Uo6xCG/_old  2017-07-01 14:05:36.519557636 +0200
+++ /var/tmp/diff_new_pack.Uo6xCG/_new  2017-07-01 14:05:36.519557636 +0200
@@ -209,9 +209,9 @@
 # re-create the list aliases 
 usr/lib/mailman/bin/genaliases > /dev/null
 # update the alias db file and make it group-writeable (important for being 
able to create mailing lists thru the web interface)
-if [ -x usr/sbin/postalias -a -r var/lib/mailman/data/aliases ]; then 
-usr/sbin/postalias var/lib/mailman/data/aliases || :
-chmod g+w var/lib/mailman/data/aliases.db
+if [ -x usr/sbin/postalias -a -r /var/lib/mailman/data/aliases ]; then 
+usr/sbin/postalias /var/lib/mailman/data/aliases || :
+chmod g+w /var/lib/mailman/data/aliases.db
 fi
 exit 0
 # 






commit openssl-1_1_0 for openSUSE:Factory

2017-07-01 Thread root
Hello community,

here is the log from the commit of package openssl-1_1_0 for openSUSE:Factory 
checked in at 2017-07-01 14:05:25

Comparing /work/SRC/openSUSE:Factory/openssl-1_1_0 (Old)
 and  /work/SRC/openSUSE:Factory/.openssl-1_1_0.new (New)


Package is "openssl-1_1_0"

Sat Jul  1 14:05:25 2017 rev:3 rq:506119 version:1.1.0f

Changes:

--- /work/SRC/openSUSE:Factory/openssl-1_1_0/openssl-1_1_0.changes  
2017-05-29 22:20:21.801943478 +0200
+++ /work/SRC/openSUSE:Factory/.openssl-1_1_0.new/openssl-1_1_0.changes 
2017-07-01 14:05:26.237004563 +0200
@@ -1,0 +2,9 @@
+Sun Jun 25 12:33:59 UTC 2017 - tchva...@suse.com
+
+- Add patch openssl-no-date.patch to disable date inclusion in most
+  of the binaries
+- Use autopatch to make things smaller
+- Enable verbose output on the tests
+- Paralelize depmod
+
+---

New:

  openssl-no-date.patch



Other differences:
--
++ openssl-1_1_0.spec ++
--- /var/tmp/diff_new_pack.KG2R1G/_old  2017-07-01 14:05:27.188870619 +0200
+++ /var/tmp/diff_new_pack.KG2R1G/_new  2017-07-01 14:05:27.188870619 +0200
@@ -53,6 +53,7 @@
 Patch6: openssl-1.0.1e-add-suse-default-cipher.patch
 Patch7: openssl-1.0.1e-add-test-suse-default-cipher-suite.patch
 Patch8: openssl-ppc64-config.patch
+Patch9: openssl-no-date.patch
 # FIPS patches:
 Patch51:openssl-1.1.0-fips.patch
 Patch52:openssl-fips-dont_run_FIPS_module_installed.patch
@@ -153,27 +154,7 @@
 
 %prep
 %setup -q -n %{_rname}-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-# FIPS patches
-%patch51 -p1
-%patch52 -p1
-%patch53 -p1
-%patch54 -p1
-%patch55 -p1
-%patch56 -p1
-%patch57 -p1
-%patch58 -p1
-%patch59 -p1
-%patch60 -p1
-%patch61 -p1
+%autopatch -p1
 
 %build
 %ifarch armv5el armv5tel
@@ -213,14 +194,14 @@
 -Wall
 
 util/mkdef.pl crypto update
-make depend -j1
+make depend %{?_smp_mflags}
 make all %{?_smp_mflags}
 
 %check
 export MALLOC_CHECK_=3
 export MALLOC_PERTURB_=$(($RANDOM % 255 + 1))
 #2017-04-26: Tests fail on SLE-12 because of glibc bug bsc#1035445
-LD_LIBRARY_PATH=`pwd` make test -j1
+LD_LIBRARY_PATH=`pwd` make test -j1 HARNESS_VERBOSE=yes
 # show cyphers
 gcc -o showciphers %{optflags} -I%{buildroot}%{_includedir} %{SOURCE99} 
-L%{buildroot}%{_libdir} -lssl -lcrypto
 LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./showciphers


++ openssl-no-date.patch ++
Index: openssl-1.1.0f/util/mkbuildinf.pl
===
--- openssl-1.1.0f.orig/util/mkbuildinf.pl
+++ openssl-1.1.0f/util/mkbuildinf.pl
@@ -37,5 +37,5 @@ print <<"END_OUTPUT";
 '\\0'
 };
 #define PLATFORM "platform: $platform"
-#define DATE "built on: $date"
+#define DATE ""
 END_OUTPUT




commit efibootmgr for openSUSE:Factory

2017-07-01 Thread root
Hello community,

here is the log from the commit of package efibootmgr for openSUSE:Factory 
checked in at 2017-07-01 14:04:45

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


Package is "efibootmgr"

Sat Jul  1 14:04:45 2017 rev:28 rq:506453 version:14

Changes:

--- /work/SRC/openSUSE:Factory/efibootmgr/efibootmgr.changes2017-03-11 
15:18:27.433570842 +0100
+++ /work/SRC/openSUSE:Factory/.efibootmgr.new/efibootmgr.changes   
2017-07-01 14:04:50.334056680 +0200
@@ -1,0 +2,5 @@
+Sat Jun 10 14:45:44 UTC 2017 - meiss...@suse.com
+
+- forcefully enable PIE
+
+---



Other differences:
--
++ efibootmgr.spec ++
--- /var/tmp/diff_new_pack.Sj5xdK/_old  2017-07-01 14:04:50.989964384 +0200
+++ /var/tmp/diff_new_pack.Sj5xdK/_new  2017-07-01 14:04:50.989964384 +0200
@@ -62,7 +62,7 @@
 (SUSE*|SLE*)  VENDOR="SUSE";;
 (*)   VENDOR="linux";;
 esac
-make %{?_smp_mflags} CFLAGS="%{optflags} -flto" \
+make %{?_smp_mflags} CFLAGS="%{optflags} -flto -fPIE -pie" \
OS_VENDOR="$VENDOR" EFI_LOADER="$LOADER"
 
 %install




commit translate-toolkit for openSUSE:Factory

2017-07-01 Thread root
Hello community,

here is the log from the commit of package translate-toolkit for 
openSUSE:Factory checked in at 2017-07-01 14:04:54

Comparing /work/SRC/openSUSE:Factory/translate-toolkit (Old)
 and  /work/SRC/openSUSE:Factory/.translate-toolkit.new (New)


Package is "translate-toolkit"

Sat Jul  1 14:04:54 2017 rev:26 rq:506470 version:2.2.3

Changes:

--- /work/SRC/openSUSE:Factory/translate-toolkit/translate-toolkit.changes  
2017-06-23 09:17:03.389527113 +0200
+++ /work/SRC/openSUSE:Factory/.translate-toolkit.new/translate-toolkit.changes 
2017-07-01 14:04:55.249365020 +0200
@@ -1,0 +2,11 @@
+Mon Jun 26 19:06:30 UTC 2017 - elchev...@opensuse.org
+
+- Update do 2.2.3
+   * Added MinimalChecker and ReducedChecker checkers.
+   * Fixed resolving of country names translations.
+   * Refactored functions for resolving language/country names translation 
to be memory efficient.
+   * Improvements for ts and subtitles formats.
+   * Added –preserveplaceholders argument to podebug.
+   * Fixed Montenegrin language name.
+
+---

Old:

  translate-toolkit-2.2.0.tar.bz2

New:

  translate-toolkit-2.2.3.tar.gz



Other differences:
--
++ translate-toolkit.spec ++
--- /var/tmp/diff_new_pack.i1j51S/_old  2017-07-01 14:04:55.973263156 +0200
+++ /var/tmp/diff_new_pack.i1j51S/_new  2017-07-01 14:04:55.973263156 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   translate-toolkit
-Version:2.2.0
+Version:2.2.3
 Release:0
 Summary:Tools and API to assist with translation and software 
localization
 License:GPL-2.0+
 Group:  Development/Tools/Other
 Url:http://toolkit.translatehouse.org/
-Source: 
https://github.com/translate/translate/releases/download/%{version}/%{name}-%{version}.tar.bz2
+Source: 
https://github.com/translate/translate/releases/download/%{version}/%{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE -- set python-six requirement to 1.9.0 
https://github.com/translate/translate/pull/3488
 Patch0: translate-toolkit-2.0.0-python-six.diff
 BuildRequires:  fdupes