commit latexila for openSUSE:Factory

2017-10-30 Thread root
Hello community,

here is the log from the commit of package latexila for openSUSE:Factory 
checked in at 2017-10-30 21:19:15

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


Package is "latexila"

Mon Oct 30 21:19:15 2017 rev:32 rq:537531 version:3.26.0

Changes:

--- /work/SRC/openSUSE:Factory/latexila/latexila.changes2017-09-15 
22:31:57.745962449 +0200
+++ /work/SRC/openSUSE:Factory/.latexila.new/latexila.changes   2017-10-30 
21:19:20.677321520 +0100
@@ -1,0 +2,5 @@
+Sat Oct 28 16:04:56 UTC 2017 - jeng...@inai.de
+
+- Use standardized %configure call.
+
+---



Other differences:
--
++ latexila.spec ++
--- /var/tmp/diff_new_pack.OyspBl/_old  2017-10-30 21:19:21.421294470 +0100
+++ /var/tmp/diff_new_pack.OyspBl/_new  2017-10-30 21:19:21.425294325 +0100
@@ -62,7 +62,7 @@
 translation-update-upstream
 
 %build
-./configure --prefix=%{_prefix} --with-gnome
+%configure
 make %{?_smp_mflags}
 
 %install




commit linphone for openSUSE:Factory

2017-10-30 Thread root
Hello community,

here is the log from the commit of package linphone for openSUSE:Factory 
checked in at 2017-10-30 21:19:05

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


Package is "linphone"

Mon Oct 30 21:19:05 2017 rev:55 rq:537491 version:3.12.0

Changes:

--- /work/SRC/openSUSE:Factory/linphone/linphone.changes2017-10-09 
19:47:12.358260990 +0200
+++ /work/SRC/openSUSE:Factory/.linphone.new/linphone.changes   2017-10-30 
21:19:13.317589106 +0100
@@ -1,0 +2,5 @@
+Mon Oct 30 09:12:00 UTC 2017 - o...@aepfle.de
+
+- Use build conditional for C++ bindings also in liblinphone-devel
+
+---



Other differences:
--
++ linphone.spec ++
--- /var/tmp/diff_new_pack.GqGIxy/_old  2017-10-30 21:19:14.377550568 +0100
+++ /var/tmp/diff_new_pack.GqGIxy/_new  2017-10-30 21:19:14.377550568 +0100
@@ -163,7 +163,9 @@
 Group:  Development/Libraries/C and C++
 Requires:   glibc-devel
 Requires:   lib%{name}%{sover} = %{version}
+%if %{with linphone_cplusplus}
 Requires:   lib%{name}++%{sover} = %{version}
+%endif
 Requires:   lib%{name}-data = %{version}
 Requires:   libeXosip2-devel
 Requires:   libosip2-devel




commit vpp for openSUSE:Factory

2017-10-30 Thread root
Hello community,

here is the log from the commit of package vpp for openSUSE:Factory checked in 
at 2017-10-30 21:19:09

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


Package is "vpp"

Mon Oct 30 21:19:09 2017 rev:5 rq:537518 version:17.10

Changes:

--- /work/SRC/openSUSE:Factory/vpp/vpp.changes  2017-10-27 14:00:50.921623560 
+0200
+++ /work/SRC/openSUSE:Factory/.vpp.new/vpp.changes 2017-10-30 
21:19:16.749464329 +0100
@@ -1,0 +2,9 @@
+Mon Oct 30 09:35:55 UTC 2017 - fst...@suse.com
+
+- Added patch:
+  * vpp-17.10-java9.patch
+- Specify java source and target level 8 in order to make the
+  java code buildable with jdk9
+- Don't require java-1_8_0-openjdk-devel, but java-devel >= 1.8
+
+---

New:

  vpp-17.10-java9.patch



Other differences:
--
++ vpp.spec ++
--- /var/tmp/diff_new_pack.O9RClw/_old  2017-10-30 21:19:17.861423901 +0100
+++ /var/tmp/diff_new_pack.O9RClw/_new  2017-10-30 21:19:17.865423755 +0100
@@ -32,6 +32,7 @@
 Source0:%{name}-%{version}-release.tar.xz
 Patch0: 0001-enable-shared.patch
 Patch1: 0003-startup-conf.patch
+Patch2: vpp-17.10-java9.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  bison
@@ -42,7 +43,7 @@
 BuildRequires:  dpdk-devel => 17.08
 BuildRequires:  gcc
 BuildRequires:  glibc-devel-static
-BuildRequires:  java-1_8_0-openjdk-devel
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  libnuma-devel
 BuildRequires:  libopenssl-devel
 BuildRequires:  libtool
@@ -148,6 +149,7 @@
 %setup -q -n %{name}-%{version}
 %patch0
 %patch1
+%patch2 -p1
 
 %build
 export VPP_BUILD_USER=suse

++ vpp-17.10-java9.patch ++
--- vpp-17.10/src/vpp-api/java/Makefile.am  2017-09-27 23:11:15.0 
+0200
+++ vpp-17.10/src/vpp-api/java/Makefile.am  2017-10-25 12:21:08.58254 
+0200
@@ -71,7 +71,7 @@
@echo "  JAPIGEN  $@"
@rm -rf jvpp-registry/target
@mkdir -p jvpp-registry/target
-   @$(JAVAC) -d jvpp-registry/target $^
+   @$(JAVAC) -source 8 -target 8 -d jvpp-registry/target $^
@$(JAVAH) -force -classpath jvpp-registry/target -d jvpp-registry 
io.fd.vpp.jvpp.VppJNIConnection
@$(JAVAH) -force -classpath jvpp-registry/target -d jvpp-registry 
io.fd.vpp.jvpp.JVppRegistryImpl
@touch jvpp-registry.ok
@@ -83,7 +83,7 @@
  -i $(jvpp_$(1)_json_files) > /dev/null
@find jvpp-$(1)/target -name \*.java > jvpp-$(1).generated.files
@find @srcdir@/jvpp-$(1) -name \*.java > jvpp-$(1).static.files
-   @$(JAVAC) -classpath jvpp-registry/target \
+   @$(JAVAC) -source 8 -target 8 -classpath jvpp-registry/target \
  -d jvpp-$(1)/target @jvpp-$(1).generated.files @jvpp-$(1).static.files
@$(JAVAH) -force \
  -classpath jvpp-registry/target:jvpp-$(1)/target \



commit libgsignon-glib for openSUSE:Factory

2017-10-30 Thread root
Hello community,

here is the log from the commit of package libgsignon-glib for openSUSE:Factory 
checked in at 2017-10-30 21:19:02

Comparing /work/SRC/openSUSE:Factory/libgsignon-glib (Old)
 and  /work/SRC/openSUSE:Factory/.libgsignon-glib.new (New)


Package is "libgsignon-glib"

Mon Oct 30 21:19:02 2017 rev:2 rq:537446 version:2.4.1

Changes:

--- /work/SRC/openSUSE:Factory/libgsignon-glib/libgsignon-glib.changes  
2016-09-30 15:31:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgsignon-glib.new/libgsignon-glib.changes 
2017-10-30 21:19:12.137632007 +0100
@@ -1,0 +2,5 @@
+Sun Oct 29 18:10:37 UTC 2017 - avvi...@yandex.by
+
+- Use make instead of gmake
+
+---



Other differences:
--
++ libgsignon-glib.spec ++
--- /var/tmp/diff_new_pack.2Na4H7/_old  2017-10-30 21:19:13.181594051 +0100
+++ /var/tmp/diff_new_pack.2Na4H7/_new  2017-10-30 21:19:13.189593760 +0100
@@ -116,6 +116,9 @@
 %setup -q -n %{name}-%{_version}-%{_version}
 %patch0 -p1
 
+# use make instead of gmake
+sed -i '/AX_CHECK_GNU_MAKE/d' $(grep -rl AX_CHECK_GNU_MAKE)
+
 %build
 NOCONFIGURE=1 ./autogen.sh
 %global _configure ../configure




commit collectd for openSUSE:Factory

2017-10-30 Thread root
Hello community,

here is the log from the commit of package collectd for openSUSE:Factory 
checked in at 2017-10-30 21:19:00

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


Package is "collectd"

Mon Oct 30 21:19:00 2017 rev:27 rq:537437 version:5.7.2

Changes:

--- /work/SRC/openSUSE:Factory/collectd/collectd.changes2017-08-24 
18:43:54.909094495 +0200
+++ /work/SRC/openSUSE:Factory/.collectd.new/collectd.changes   2017-10-30 
21:19:06.913821935 +0100
@@ -1,0 +2,10 @@
+Fri Sep  8 15:28:48 UTC 2017 - stefan.bru...@rwth-aachen.de
+
+- Sort list of plugins bundled in main package, add line breaks
+- Add BuildRequires for libsigrok and create a sigrok plugin
+  subpackage
+- Add 9e36cd85a2bb_sigrok_Update_to_support_libsigrok_0_4.patch
+  Apply patch conditionally for libsigrok >= 0.4.0, the API
+  is different from the libsigrok 0.3.0 API.
+
+---

New:

  9e36cd85a2bb_sigrok_Update_to_support_libsigrok_0_4.patch



Other differences:
--
++ collectd.spec ++
--- /var/tmp/diff_new_pack.yFoynm/_old  2017-10-30 21:19:07.969783542 +0100
+++ /var/tmp/diff_new_pack.yFoynm/_new  2017-10-30 21:19:07.973783397 +0100
@@ -17,7 +17,23 @@
 #
 
 
-%define plugins apache apcups battery bind cgroups chrony curl curl_json 
curl_xml conntrack contextswitch cpu cpufreq cpusleep csv df disk dns email 
entropy exec filecount fscache hddtemp hugepages interface ipvs irq load 
logfile match_empty_counter match_hashed match_regex match_timediff match_value 
mbmon memcached memory multimeter netlink network nfs nginx notify_nagios ntpd 
olsrd openvpn perl ping protocols powerdns processes rrdtool 
%{expand:%{sensors_plugin}} serial statsd swap syslog table tail 
target_notification target_replace target_scale target_set target_v5upgrade 
tcpconns teamspeak2 ted thermal threshold unixsock uptime users uuid vmem 
vserver wireless write_http ascent iptables madwifi rrdcached aggregation 
ethstat md numa tail_csv write_graphite ceph drbd fhcount ipc log_logstash 
write_log write_sensu write_tsdb write_prometheus zfs_arc zookeeper
+%define plugins apache apcups aggregation ascent battery bind \\\
+  ceph cgroups chrony curl curl_json curl_xml conntrack contextswitch cpu 
cpufreq cpusleep csv \\\
+  df disk dns drbd \\\
+  email entropy ethstat exec fhcount filecount fscache hddtemp hugepages \\\
+  interface ipc iptables ipvs irq \\\
+  load logfile log_logstash \\\
+  madwifi match_empty_counter match_hashed match_regex match_timediff 
match_value \\\
+  mbmon md memcached memory multimeter \\\
+  netlink network nfs nginx notify_nagios ntpd numa olsrd openvpn \\\
+  perl ping protocols powerdns processes \\\
+  rrdcached rrdtool %{expand:%{sensors_plugin}} serial statsd swap syslog \\\
+  table tail tail_csv target_notification target_replace target_scale 
target_set target_v5upgrade \\\
+  tcpconns teamspeak2 ted thermal threshold \\\
+  unixsock uptime users uuid vmem vserver \\\
+  wireless write_graphite write_http write_log write_sensu write_tsdb 
write_prometheus \\\
+  zfs_arc zookeeper
+
 %ifnarch s390 s390x
 %define sensors1
 %define sensors_plugin sensors
@@ -47,6 +63,7 @@
 Patch20:collectd-split_README.patch
 Patch21:collectd-fix_collectd_config_path_in_snmp_probe.patch
 Patch23:collectd-javac_target.patch
+Patch24:9e36cd85a2bb_sigrok_Update_to_support_libsigrok_0_4.patch
 # for /etc/apache2/... ownership (rpmlint):
 BuildRequires:  apache2
 BuildRequires:  autoconf
@@ -99,6 +116,7 @@
 BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(liboping)
 BuildRequires:  pkgconfig(librrd)
+BuildRequires:  pkgconfig(libsigrok)
 BuildRequires:  pkgconfig(libstatgrab)
 BuildRequires:  pkgconfig(libudev)
 BuildRequires:  pkgconfig(libupsclient)
@@ -289,6 +307,15 @@
 Optional %{name} plugin to receive and dispatch timing values from Pinba, a
 profiling extension for PHP.
 
+%package plugin-sigrok
+Summary:Sigrok Monitoring Plugin for %{name}
+Group:  System/Monitoring
+Requires:   %{name} = %{version}-%{release}
+
+%description plugin-sigrok
+Optional %{name} plugin to collect measurements from
+various devices supported by libsigrok.
+
 %package plugin-smart
 Summary:SMART Monitoring Plugin for %{name}
 Group:  System/Monitoring
@@ -332,6 +359,7 @@
 Requires:   %{name}-plugin-pinba = %{version}-%{release}
 Requires:   %{name}-plugin-postgresql = %{version}-%{release}
 Requires:   %{name}-plugin-python3 = %{version}-%{release}
+Requires:   %{name}-plugin-sigrok = %{version}-%{release}
 Requires:   %{name}-plugin-smart = %{version}-%{release}
 Requires:

commit health-check for openSUSE:Factory

2017-10-30 Thread root
Hello community,

here is the log from the commit of package health-check for openSUSE:Factory 
checked in at 2017-10-30 21:18:54

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


Package is "health-check"

Mon Oct 30 21:18:54 2017 rev:3 rq:537435 version:0.02.08

Changes:

--- /work/SRC/openSUSE:Factory/health-check/health-check.changes
2017-06-01 16:31:49.194861213 +0200
+++ /work/SRC/openSUSE:Factory/.health-check.new/health-check.changes   
2017-10-30 21:19:03.449947876 +0100
@@ -1,0 +2,6 @@
+Fri Oct 20 13:39:47 UTC 2017 - mar...@gmx.de
+
+- update to version 0.02.08
+  * Update to Standards-Version: 4.1.1
+
+---

Old:

  health-check-0.02.06.tar.gz

New:

  health-check-0.02.08.tar.gz



Other differences:
--
++ health-check.spec ++
--- /var/tmp/diff_new_pack.UspLQF/_old  2017-10-30 21:19:04.153922280 +0100
+++ /var/tmp/diff_new_pack.UspLQF/_new  2017-10-30 21:19:04.165921844 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   health-check
-Version:0.02.06
+Version:0.02.08
 Release:0
 Summary:Process monitoring tool
 License:GPL-2.0+

++ health-check-0.02.06.tar.gz -> health-check-0.02.08.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/health-check-0.02.06/Makefile 
new/health-check-0.02.08/Makefile
--- old/health-check-0.02.06/Makefile   2017-04-15 09:32:55.0 +0200
+++ new/health-check-0.02.08/Makefile   2017-10-19 19:25:49.0 +0200
@@ -15,7 +15,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA.
 #
-VERSION=0.02.06
+VERSION=0.02.08
 #
 # Codename "Where have all my cycles gone?"
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/health-check-0.02.06/health-check.8 
new/health-check-0.02.08/health-check.8
--- old/health-check-0.02.06/health-check.8 2017-04-15 09:32:55.0 
+0200
+++ new/health-check-0.02.08/health-check.8 2017-10-19 19:25:49.0 
+0200
@@ -2,7 +2,7 @@
 .\" First parameter, NAME, should be all caps
 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
 .\" other parameters are allowed: see man(7), man(1)
-.TH HEALTH-CHECK 8 "April 15, 2017"
+.TH HEALTH-CHECK 8 "May 24, 2017"
 .\" Please adjust this date whenever revising the manpage.
 .\"
 .\" Some roff macros, for reference:
@@ -22,7 +22,6 @@
 .SH SYNOPSIS
 .B health-check
 .RI [options]
-.RI [ command \ [ options ]]
 .br
 
 .SH DESCRIPTION
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/health-check-0.02.06/health-check.h 
new/health-check-0.02.08/health-check.h
--- old/health-check-0.02.06/health-check.h 2017-04-15 09:32:55.0 
+0200
+++ new/health-check-0.02.08/health-check.h 2017-10-19 19:25:49.0 
+0200
@@ -38,6 +38,21 @@
 #define FLOAT_TINY (0.001)
 #define FLOAT_CMP(a, b)(fabs((a) - (b)) < FLOAT_TINY)
 
+#define _VER_(major, minor, patchlevel)\
+   ((major * 1) + (minor * 100) + patchlevel)
+
+#if defined(__GNUC__) && defined(__GNUC_MINOR__)
+#if defined(__GNUC_PATCHLEVEL__)
+#define NEED_GNUC(major, minor, patchlevel) \
+   _VER_(major, minor, patchlevel) <= _VER_(__GNUC__, __GNUC_MINOR__, 
__GNUC_PATCHLEVEL__)
+#else
+#define NEED_GNUC(major, minor, patchlevel) \
+   _VER_(major, minor, patchlevel) <= _VER_(__GNUC__, __GNUC_MINOR__, 0)
+#endif
+#else
+#define NEED_GNUC(major, minor, patchlevel) (0)
+#endif
+
 extern void health_check_exit(const int status) __attribute__ ((noreturn));
 extern void health_check_out_of_memory(const char *msg);
 extern int pid_max_digits(void);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/health-check-0.02.06/syscall.c 
new/health-check-0.02.08/syscall.c
--- old/health-check-0.02.06/syscall.c  2017-04-15 09:32:55.0 +0200
+++ new/health-check-0.02.08/syscall.c  2017-10-19 19:25:49.0 +0200
@@ -2469,6 +2469,9 @@
return;
}
/* assume it is a return, but it may not be, fall through to 
SYSCALL_RETURN.. */
+#if NEED_GNUC(7, 0, 0)
+   __attribute__((fallthrough));
+#endif
 
case SYSCALL_RETURN:
if (ctxt->syscall_info != NULL) {




commit powerstat for openSUSE:Factory

2017-10-30 Thread root
Hello community,

here is the log from the commit of package powerstat for openSUSE:Factory 
checked in at 2017-10-30 21:18:45

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


Package is "powerstat"

Mon Oct 30 21:18:45 2017 rev:3 rq:537434 version:0.02.13

Changes:

--- /work/SRC/openSUSE:Factory/powerstat/powerstat.changes  2017-06-26 
15:53:21.606381349 +0200
+++ /work/SRC/openSUSE:Factory/.powerstat.new/powerstat.changes 2017-10-30 
21:19:02.573979725 +0100
@@ -1,0 +2,14 @@
+Fri Oct 20 13:25:40 UTC 2017 - mar...@gmx.de
+
+- update to version 0.02.13
+  * Makefile: bump version
+  * Increase temp buf from 16 to 32 bytes, cleans up gcc warning
+  * Add more scanf sanity checking
+  * debian/control: update Standards-version to 4.1.1
+  * voidify function returns
+  * use sizeof an object rather than the objects type
+  * Don't use sentinel for end of signals[], use array size instead
+  * include  for writev
+  * powerstat: break wide macro over 2 lines
+
+---

Old:

  powerstat-0.02.12.tar.gz

New:

  powerstat-0.02.13.tar.gz



Other differences:
--
++ powerstat.spec ++
--- /var/tmp/diff_new_pack.9ur6MG/_old  2017-10-30 21:19:03.229955874 +0100
+++ /var/tmp/diff_new_pack.9ur6MG/_new  2017-10-30 21:19:03.229955874 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   powerstat
-Version:0.02.12
+Version:0.02.13
 Release:0
 Summary:Laptop power measuring tool
 License:GPL-2.0

++ powerstat-0.02.12.tar.gz -> powerstat-0.02.13.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/powerstat-0.02.12/Makefile 
new/powerstat-0.02.13/Makefile
--- old/powerstat-0.02.12/Makefile  2017-06-20 15:06:38.0 +0200
+++ new/powerstat-0.02.13/Makefile  2017-10-19 10:07:38.0 +0200
@@ -16,7 +16,7 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA.
 #
 
-VERSION=0.02.12
+VERSION=0.02.13
 
 CFLAGS += -Wall -Wextra -DVERSION='"$(VERSION)"'
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/powerstat-0.02.12/powerstat.c 
new/powerstat-0.02.13/powerstat.c
--- old/powerstat-0.02.12/powerstat.c   2017-06-20 15:06:38.0 +0200
+++ new/powerstat-0.02.13/powerstat.c   2017-10-19 10:07:38.0 +0200
@@ -43,6 +43,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 
 #include 
@@ -79,6 +80,8 @@
 
 #define I915_ENERGY_UJ "/sys/kernel/debug/dri/0/i915_energy_uJ"
 
+#define SIZEOF_ARRAY(a)(sizeof(a) / sizeof(a[0]))
+
 #define MAX(x, y)  (x) > (y) ? (x) : (y)
 #define MIN(x, y)  (x) > (y) ? (y) : (x)
 
@@ -202,7 +205,8 @@
 #define SYS_FIELD_AMPS_LEFT"POWER_SUPPLY_CHARGE_NOW="
 #define SYS_FIELD_STATUS_DISCHARGING   "POWER_SUPPLY_STATUS=Discharging"
 
-#if defined(__x86_64__) || defined(__x86_64) || defined(__i386__) || 
defined(__i386)
+#if defined(__x86_64__) || defined(__x86_64) || \
+defined(__i386__) || defined(__i386)
 #define POWERSTAT_X86
 #endif
 
@@ -325,7 +329,6 @@
 #ifdef SIGVTALRM
SIGVTALRM,
 #endif
-   -1,
 };
 
 /*
@@ -351,7 +354,7 @@
if ((max = sched_get_priority_max(sched)) < 0)
return;
 
-   memset(, 0, sizeof(param));
+   (void)memset(, 0, sizeof(param));
param.sched_priority = max;
(void)sched_setscheduler(getpid(), sched, );
 }
@@ -418,7 +421,7 @@
}
}
 
-   snprintf(buffer, sizeof(buffer), "%5.2f %-3s",
+   (void)snprintf(buffer, sizeof(buffer), "%5.2f %-3s",
freq / scale, suffix);
 
return buffer;
@@ -438,7 +441,7 @@
unsigned int got = 0;
 
*is_thread = false;
-   snprintf(path, sizeof(path), "/proc/%u/status", pid);
+   (void)snprintf(path, sizeof(path), "/proc/%u/status", pid);
if ((fp = fopen(path, "r")) == NULL)
return 0;
 
@@ -459,7 +462,7 @@
}
}
}
-   fclose(fp);
+   (void)fclose(fp);
 
if ((got & GOT_ALL) == GOT_ALL) {
/*  TGID and PID are not the same if it is a thread */
@@ -524,7 +527,7 @@
struct timeval tv;
 
 if (gettimeofday(, NULL) < 0) {
-fprintf(stderr, "gettimeofday failed: errno=%d (%s).\n",
+(void)fprintf(stderr, "gettimeofday failed: errno=%d (%s).\n",
 errno, strerror(errno));
return -1.0;
 }
@@ -579,14 +582,14 @@
(void)vsnprintf(buffer, sizeof(buffer), fmt, ap);
va_end(ap);
 
-   if ((log_item 

commit eventstat for openSUSE:Factory

2017-10-30 Thread root
Hello community,

here is the log from the commit of package eventstat for openSUSE:Factory 
checked in at 2017-10-30 21:18:40

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


Package is "eventstat"

Mon Oct 30 21:18:40 2017 rev:4 rq:537433 version:0.04.02

Changes:

--- /work/SRC/openSUSE:Factory/eventstat/eventstat.changes  2017-09-09 
20:26:13.000780368 +0200
+++ /work/SRC/openSUSE:Factory/.eventstat.new/eventstat.changes 2017-10-30 
21:19:00.798044294 +0100
@@ -1,0 +2,15 @@
+Thu Oct 19 17:49:55 UTC 2017 - mar...@gmx.de
+
+- Update to version 4.04.02
+  * Makefile: bump version
+  * Iterate over arrays using size of array rather than using
+sentinels at end of array
+  * Remove empty lines
+  * Voidify returns from various functions
+  * Add some UNLIKELY/LIKELY branch hinting
+  * debian/control: update Standards-Version to 4.1.1
+  * Prefix all globals with g_ to notify scope
+  * Use sizeof object rather than size of type
+  * Remove whitespace from source
+
+---

Old:

  eventstat-0.04.01.tar.gz

New:

  eventstat-0.04.02.tar.gz



Other differences:
--
++ eventstat.spec ++
--- /var/tmp/diff_new_pack.AvqflS/_old  2017-10-30 21:19:01.366023644 +0100
+++ /var/tmp/diff_new_pack.AvqflS/_new  2017-10-30 21:19:01.390022771 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   eventstat
-Version:0.04.01
+Version:0.04.02
 Release:0
 Summary:Kernel event states monitoring tool
 License:GPL-2.0+

++ eventstat-0.04.01.tar.gz -> eventstat-0.04.02.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eventstat-0.04.01/Makefile 
new/eventstat-0.04.02/Makefile
--- old/eventstat-0.04.01/Makefile  2017-08-16 20:47:11.0 +0200
+++ new/eventstat-0.04.02/Makefile  2017-10-18 23:15:10.0 +0200
@@ -16,7 +16,7 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA.
 #
 
-VERSION=0.04.01
+VERSION=0.04.02
 
 CFLAGS += -Wall -Wextra -DVERSION='"$(VERSION)"' -O2
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eventstat-0.04.01/eventstat.c 
new/eventstat-0.04.02/eventstat.c
--- old/eventstat-0.04.01/eventstat.c   2017-08-16 20:47:11.0 +0200
+++ new/eventstat-0.04.02/eventstat.c   2017-10-18 23:15:10.0 +0200
@@ -43,6 +43,8 @@
 
 #define TABLE_SIZE (1009)  /* Should be a prime */
 
+#define SIZEOF_ARRAY(a)(sizeof(a) / sizeof(a[0]))
+
 #define OPT_QUIET  (0x0001)
 #define OPT_CUMULATIVE (0x0002)
 #define OPT_CMD_SHORT  (0x0004)
@@ -95,6 +97,14 @@
 #define OPTIMIZE3
 #endif
 
+#if defined(__GNUC__)
+#define LIKELY(x)  __builtin_expect((x),1)
+#define UNLIKELY(x)__builtin_expect((x),0)
+#else
+#define LIKELY(x)  (x)
+#define UNLIKELY(x)(x)
+#endif
+
 #define FLOAT_TINY (0.001)
 #define FLOAT_CMP(a, b)(fabs(a - b) < FLOAT_TINY)
 
@@ -150,47 +160,47 @@
 
 #define KERN_TASK_INFO(str){ str, sizeof(str) - 1 }
 
-static const char * const app_name = "eventstat";
-static const char * const sys_tracing_enable =
+static const char * const g_app_name = "eventstat";
+static const char * const g_sys_tracing_enable =
"/sys/kernel/debug/tracing/events/timer/hrtimer_start/enable";
-static const char * const sys_tracing_pipe =
+static const char * const g_sys_tracing_pipe =
"/sys/kernel/debug/tracing/trace_pipe";
-static const char * const sys_tracing_set_event =
+static const char * const g_sys_tracing_set_event =
"/sys/kernel/debug/tracing/set_event";
-static const char * const sys_tracing_filter =
+static const char * const g_sys_tracing_filter =
"/sys/kernel/debug/tracing/events/timer/filter";
 
 static void es_printf(const char *fmt, ...) __attribute__((format(printf, 1, 
2)));
 
-static timer_stat_t *timer_stat_free_list; /* free list of timer stats */
-static timer_info_t *timer_info_list;  /* cache list of timer_info */
-static timer_info_t *timer_info_hash[TABLE_SIZE]; /* hash of timer_info */
+static timer_stat_t *g_timer_stat_free_list;   /* free list of timer stats */
+static timer_info_t *g_timer_info_list;/* cache list of 
timer_info */
+static timer_info_t *g_timer_info_hash[TABLE_SIZE]; /* hash of timer_info */
 
 /* head of list of samples, sorted in sample time order */
-static sample_delta_list_t *sample_delta_list_head;
+static sample_delta_list_t *g_sample_delta_list_head;
 
 /* tail of list of samples, sorted in sample time order */
-static 

commit slick-greeter for openSUSE:Factory

2017-10-30 Thread root
Hello community,

here is the log from the commit of package slick-greeter for openSUSE:Factory 
checked in at 2017-10-30 21:18:37

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


Package is "slick-greeter"

Mon Oct 30 21:18:37 2017 rev:5 rq:537413 version:1.0.9

Changes:

--- /work/SRC/openSUSE:Factory/slick-greeter/slick-greeter.changes  
2017-06-22 10:41:07.163477795 +0200
+++ /work/SRC/openSUSE:Factory/.slick-greeter.new/slick-greeter.changes 
2017-10-30 21:18:58.090142749 +0100
@@ -1,0 +2,17 @@
+Sat Oct 28 19:57:36 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.0.9:
+  * Remove a broken symlink.
+  * Session detection: Add support for more DE/WM.
+  * Add tooltips to applets.
+  * Add support for numlockx.
+  * Rename background-logo -> other-monitors-logo.
+  * Other monitors logo: Use full opacity.
+  * Make panel indicators optional.
+  * Fix compilation warnings.
+  * Remove idle_timeout.
+  * Add a GNOME 3.26 X.org session and an Ubuntu X.org equivalent
+session.
+  * Update translations.
+
+---

Old:

  slick-greeter-1.0.8.tar.gz

New:

  slick-greeter-1.0.9.tar.gz



Other differences:
--
++ slick-greeter.spec ++
--- /var/tmp/diff_new_pack.JlDvr5/_old  2017-10-30 21:18:58.886113809 +0100
+++ /var/tmp/diff_new_pack.JlDvr5/_new  2017-10-30 21:18:58.890113663 +0100
@@ -18,10 +18,10 @@
 
 %define _name   lightdm-slick-greeter
 Name:   slick-greeter
-Version:1.0.8
+Version:1.0.9
 Release:0
 Summary:The slick-looking login screen application
-License:GPL-3.0 and CC-BY-SA-3.0
+License:GPL-3.0 AND CC-BY-SA-3.0
 Group:  System/X11/Displaymanagers
 Url:https://github.com/linuxmint/slick-greeter
 Source: 
https://github.com/linuxmint/slick-greeter/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
@@ -49,6 +49,7 @@
 Summary:The slick-looking login screen application
 Group:  System/X11/Displaymanagers
 Requires:   lightdm
+Requires:   numlockx
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 Recommends: %{_name}-lang
@@ -103,23 +104,26 @@
 %endif
 
 %post -n %{_name}
-%glib2_gsettings_schema_post
 update-alternatives --install \
   %{_datadir}/xgreeters/lightdm-default-greeter.desktop \
   lightdm-default-greeter.desktop \
   %{_datadir}/xgreeters/%{name}.desktop \
   10
+%if 0%{?suse_version} <= 1320
+%glib2_gsettings_schema_post
+%endif
 
 %postun -n %{_name}
-%glib2_gsettings_schema_postun
 if [ "$1" = 0 ]; then
 update-alternatives --remove \
   lightdm-default-greeter.desktop \
   %{_datadir}/xgreeters/%{name}.desktop
 fi
+%if 0%{?suse_version} <= 1320
+%glib2_gsettings_schema_postun
+%endif
 
 %files -n %{_name}
-%defattr(-,root,root)
 %doc COPYING README.md
 %{_sbindir}/%{name}
 %{_bindir}/%{name}-set-keyboard-layout
@@ -138,10 +142,8 @@
 %{_mandir}/man1/%{name}-check-hidpi.1%{?ext_man}
 
 %files -n %{_name}-lang -f %{name}.lang
-%defattr(-,root,root)
 
 %files -n %{_name}-branding-upstream
-%defattr(-,root,root)
 %doc README.GSettings-overrides
 
 %changelog

++ slick-greeter-1.0.8.tar.gz -> slick-greeter-1.0.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/slick-greeter-1.0.8/.github/ISSUE_TEMPLATE.md 
new/slick-greeter-1.0.9/.github/ISSUE_TEMPLATE.md
--- old/slick-greeter-1.0.8/.github/ISSUE_TEMPLATE.md   1970-01-01 
01:00:00.0 +0100
+++ new/slick-greeter-1.0.9/.github/ISSUE_TEMPLATE.md   2017-10-27 
14:33:23.0 +0200
@@ -0,0 +1,21 @@
+
+```
+ * slick-greeter version (slick-greeter --version)
+ * Distribution - (Mint 17.2, Arch, Fedora 25, etc...)
+ * Graphics hardware *and* driver used
+ * 32 or 64 bit
+ ```
+
+**Issue**
+
+
+
+**Steps to reproduce**
+
+
+
+**Expected behaviour**
+
+
+
+**Other information**
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/slick-greeter-1.0.8/README.md 
new/slick-greeter-1.0.9/README.md
--- old/slick-greeter-1.0.8/README.md   2017-06-19 16:53:19.0 +0200
+++ new/slick-greeter-1.0.9/README.md   2017-10-27 14:33:23.0 +0200
@@ -36,8 +36,13 @@
 # draw-user-backgrounds=Whether to draw user backgrounds (true or false)
 # draw-grid=Whether to draw an overlay grid (true or false)
 # show-hostname=Whether to show the hostname in the menubar (true or false)
+# show-power=Whether to show the power indicator in the menubar (true or 
false)
+# show-a11y=Whether to show the accessibility options in the menubar (true 
or false)
+# show-keyboard=Whether to show 

commit audacious-plugins for openSUSE:Factory

2017-10-30 Thread root
Hello community,

here is the log from the commit of package audacious-plugins for 
openSUSE:Factory checked in at 2017-10-30 21:18:36

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


Package is "audacious-plugins"

Mon Oct 30 21:18:36 2017 rev:4 rq:537412 version:3.9

Changes:

--- /work/SRC/openSUSE:Factory/audacious-plugins/audacious-plugins.changes  
2017-08-28 15:32:50.848472908 +0200
+++ /work/SRC/openSUSE:Factory/.audacious-plugins.new/audacious-plugins.changes 
2017-10-30 21:18:57.186175615 +0100
@@ -1,0 +2,6 @@
+Sun Oct 29 11:49:17 UTC 2017 - o...@aepfle.de
+
+- Remove GTK conditional, it is always enabled and the name is too generic
+- Remove stale Qt conditional
+
+---



Other differences:
--
++ audacious-plugins.spec ++
--- /var/tmp/diff_new_pack.0jmUcZ/_old  2017-10-30 21:18:57.934148421 +0100
+++ /var/tmp/diff_new_pack.0jmUcZ/_new  2017-10-30 21:18:57.934148421 +0100
@@ -19,10 +19,8 @@
 %define __provides_exclude_from ^%{_libdir}/audacious/*/.*.so$
 %define aud_ver_min 3.9
 %define aud_ver_max 3.9.99
-%bcond_without qt
 %bcond_with faad
 %bcond_with restricted
-%bcond_without gtk
 Name:   audacious-plugins
 Version:3.9
 Release:0
@@ -78,12 +76,10 @@
 Requires:   libaudcore%{?_isa} >= %{aud_ver_min}
 Recommends: %{name}-extra
 Recommends: %{name}-lang
-%if %{with gtk}
 BuildRequires:  pkgconfig(gdk-x11-3.0)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.4
 BuildRequires:  pkgconfig(xcomposite)
 BuildRequires:  pkgconfig(xrender)
-%endif
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2
 BuildRequires:  pkgconfig(Qt5Gui) >= 5.2
 BuildRequires:  pkgconfig(Qt5Multimedia) >= 5.2
@@ -116,11 +112,7 @@
 NOCONFIGURE=1 ./autogen.sh
 %configure \
   --enable-qt   \
-%if %{with gtk}
   --enable-gtk  \
-%else
-  --disable-gtk \
-%endif
 %if %{with faad}
   --enable-aac \
 %else




commit audacious for openSUSE:Factory

2017-10-30 Thread root
Hello community,

here is the log from the commit of package audacious for openSUSE:Factory 
checked in at 2017-10-30 21:18:33

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


Package is "audacious"

Mon Oct 30 21:18:33 2017 rev:3 rq:537411 version:3.9

Changes:

--- /work/SRC/openSUSE:Factory/audacious/audacious.changes  2017-08-24 
18:56:41.881100043 +0200
+++ /work/SRC/openSUSE:Factory/.audacious.new/audacious.changes 2017-10-30 
21:18:52.790335441 +0100
@@ -1,0 +2,10 @@
+Sun Oct 29 11:49:17 UTC 2017 - o...@aepfle.de
+
+- Remove the versioned conditional for Qt build.
+  It builds fine in PackageHub, and audacious-plugins expects the
+  Qt variant.
+- Remove Qt and GTK conditionals, they are always enabled and the
+  name is too generic
+- Remove conditional for appdata for obsolete Leap 42.1
+
+---



Other differences:
--
++ audacious.spec ++
--- /var/tmp/diff_new_pack.js2H7o/_old  2017-10-30 21:18:54.270281633 +0100
+++ /var/tmp/diff_new_pack.js2H7o/_new  2017-10-30 21:18:54.274281487 +0100
@@ -22,12 +22,6 @@
 %define qt_soname 2
 %define gui_soname 5
 %define tag_soname 3
-%if 0%{?suse_version} >= 1320 || (0%{?sle_version} >= 120100 && 
0%{?is_opensuse})
-%bcond_without qt
-%else
-%bcond_with qt
-%endif
-%bcond_without gtk
 Name:   audacious
 Version:3.9
 Release:0
@@ -55,14 +49,10 @@
 Requires:   %{name}-plugins%{?_isa} >= %{aud_plugin_ver_min}
 Recommends: %{name}-lang
 Recommends: %{name}-plugins-extra >= %{aud_plugin_ver_min}
-%if %{with gtk}
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.4
-%endif
-%if %{with qt}
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2
 BuildRequires:  pkgconfig(Qt5Gui) >= 5.2
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2
-%endif
 
 %description
 Audacious is an audio player. It is based on GTK+ and supports a wide
@@ -80,7 +70,6 @@
 %description -n libaudcore%{core_soname}
 Library from the Audacious audio player.
 
-%if %{with qt}
 %package -n libaudqt%{qt_soname}
 Summary:QT GUI implementation of Audacious
 Group:  System/Libraries
@@ -88,9 +77,7 @@
 
 %description -n libaudqt%{qt_soname}
 Library from the Audacious audio player.
-%endif
 
-%if %{with gtk}
 %package -n libaudgui%{gui_soname}
 Summary:GTK GUI implementation of Audacious
 Group:  System/Libraries
@@ -98,7 +85,6 @@
 
 %description -n libaudgui%{gui_soname}
 Library from the Audacious audio player.
-%endif
 
 %package -n libaudtag%{tag_soname}
 Summary:ID3 and APE metadata support for Audacious
@@ -113,12 +99,8 @@
 Group:  Development/Libraries/C and C++
 Requires:   libaudcore%{core_soname} = %{version}
 Requires:   libaudtag%{tag_soname} = %{version}
-%if %{with qt}
 Requires:   libaudqt%{qt_soname} = %{version}
-%endif
-%if %{with gtk}
 Requires:   libaudgui%{gui_soname} = %{version}
-%endif
 
 %description devel
 Development files for Audacious audio player.
@@ -130,26 +112,14 @@
 %build
 NOCONFIGURE=1 ./autogen.sh
 %configure \
-%if %{with qt}
   --enable-qt \
-%else
-  --disable-qt\
-%endif
-%if %{with gtk}
   --enable-gtk\
-%else
-  --disable-gtk   \
-%endif
   --disable-rpath
 make %{?_smp_mflags} V=1
 
 %install
 %make_install
-%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
 install -Dpm 0644 contrib/%{name}.appdata.xml 
%{buildroot}%{_datadir}/metainfo/%{name}.appdata.xml
-%else
-install -Dpm 0644 contrib/%{name}.appdata.xml 
%{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
-%endif
 %find_lang %{name}
 %fdupes %{buildroot}%{_datadir}/
 
@@ -165,17 +135,13 @@
 
 %postun -n libaudcore%{core_soname} -p /sbin/ldconfig
 
-%if %{with qt}
 %post -n libaudqt%{qt_soname} -p /sbin/ldconfig
 
 %postun -n libaudqt%{qt_soname} -p /sbin/ldconfig
-%endif
 
-%if %{with gtk}
 %post -n libaudgui%{gui_soname} -p /sbin/ldconfig
 
 %postun -n libaudgui%{gui_soname} -p /sbin/ldconfig
-%endif
 
 %post -n libaudtag%{tag_soname} -p /sbin/ldconfig
 
@@ -189,13 +155,8 @@
 %{_datadir}/%{name}/
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}*
-%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
 %dir %{_datadir}/metainfo/
 %{_datadir}/metainfo/%{name}.appdata.xml
-%else
-%dir %{_datadir}/appdata/
-%{_datadir}/appdata/%{name}.appdata.xml
-%endif
 %{_mandir}/man?/%{name}.?%{?ext_man}
 %{_mandir}/man?/audtool.?%{?ext_man}
 
@@ -206,17 +167,13 @@
 %defattr(-,root,root)
 %{_libdir}/libaudcore.so.%{core_soname}*
 
-%if %{with qt}
 %files -n libaudqt%{qt_soname}
 %defattr(-,root,root)
 %{_libdir}/libaudqt.so.%{qt_soname}*
-%endif
 
-%if %{with gtk}
 %files -n libaudgui%{gui_soname}
 

commit chromium for openSUSE:Factory

2017-10-30 Thread root
Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2017-10-30 21:18:31

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


Package is "chromium"

Mon Oct 30 21:18:31 2017 rev:168 rq:537391 version:62.0.3202.75

Changes:

--- /work/SRC/openSUSE:Factory/chromium/chromium.changes2017-10-28 
14:23:00.400651550 +0200
+++ /work/SRC/openSUSE:Factory/.chromium.new/chromium.changes   2017-10-30 
21:18:31.367114356 +0100
@@ -1,0 +2,6 @@
+Sun Oct 29 08:18:37 UTC 2017 - tchva...@suse.com
+
+- Add patch to fix sandbox crashes wrt bsc#1064298
+  * chromium-sandbox.patch
+
+---

New:

  chromium-sandbox.patch



Other differences:
--
++ chromium.spec ++
--- /var/tmp/diff_new_pack.y6wkte/_old  2017-10-30 21:18:44.554634877 +0100
+++ /var/tmp/diff_new_pack.y6wkte/_new  2017-10-30 21:18:44.562634587 +0100
@@ -71,6 +71,7 @@
 Patch15:chromium-gcc5.patch
 Patch16:chromium-60.0.3112.113-breakpad-ucontext.patch
 Patch17:chromium-62.0.3202.62-correct-cplusplus-check.patch
+Patch18:chromium-sandbox.patch
 # GN buildsystem related patches
 Patch200:   chromium-last-commit-position-r0.patch
 Patch201:   fix-gn-bootstrap.diff
@@ -259,6 +260,7 @@
 %patch15 -p1
 %patch16 -p1
 %patch17 -p1
+%patch18 -p1
 
 # Copy the toolchain settings
 mkdir toolchain

++ chromium-sandbox.patch ++
diff --git a/sandbox/linux/services/namespace_sandbox.cc 
b/sandbox/linux/services/namespace_sandbox.cc
index 3e5bba3bd43c..53d530ca0af5 100644
--- a/sandbox/linux/services/namespace_sandbox.cc
+++ b/sandbox/linux/services/namespace_sandbox.cc
@@ -105,8 +105,7 @@ struct glibc_pthread {
 };
 
 pid_t GetGlibcCachedTid() {
-  pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER;
-  CHECK_EQ(0, pthread_mutex_init(, nullptr));
+  pthread_mutex_t lock = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
   CHECK_EQ(0, pthread_mutex_lock());
   pid_t tid = lock.__data.__owner;
   CHECK_EQ(0, pthread_mutex_unlock());



commit chrony for openSUSE:Factory

2017-10-30 Thread root
Hello community,

here is the log from the commit of package chrony for openSUSE:Factory checked 
in at 2017-10-30 21:18:20

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


Package is "chrony"

Mon Oct 30 21:18:20 2017 rev:8 rq:536990 version:3.2

Changes:

--- /work/SRC/openSUSE:Factory/chrony/chrony.changes2017-10-02 
16:54:57.903979788 +0200
+++ /work/SRC/openSUSE:Factory/.chrony.new/chrony.changes   2017-10-30 
21:18:23.419403323 +0100
@@ -1,0 +2,13 @@
+Thu Oct 26 10:39:11 UTC 2017 - mplus...@suse.com
+
+- Cleanup spec file:
+  * Drop pre systemd support
+  * Run spec-cleaner
+
+---
+Tue Oct 24 18:23:56 UTC 2017 - mp...@suse.com
+
+- Modified the spec file to comment out the pool statement
+  in chrony.conf if _not_ building for openSUSE. (bsc#1063704).
+
+---

Old:

  chrony.init



Other differences:
--
++ chrony.spec ++
--- /var/tmp/diff_new_pack.6CoA53/_old  2017-10-30 21:18:24.307371038 +0100
+++ /var/tmp/diff_new_pack.6CoA53/_new  2017-10-30 21:18:24.311370892 +0100
@@ -18,13 +18,6 @@
 
 %define vendorzone opensuse.
 %global clknetsim_ver 71dbbc5
-%if 0%{?suse_version} > 1230
-%bcond_without  systemd
-%bcond_without  syscallfilter
-%else
-%bcond_with systemd
-%bcond_with syscallfilter
-%endif
 Name:   chrony
 Version:3.2
 Release:0
@@ -33,7 +26,6 @@
 Group:  Productivity/Networking/Other
 Url:http://chrony.tuxfamily.org/
 Source: http://download.tuxfamily.org/chrony/chrony-%{version}.tar.gz
-Source1:chrony.init
 Source2:chrony.sysconfig
 Source3:chrony.dhclient
 Source4:chrony.helper
@@ -47,7 +39,6 @@
 Patch1: chrony-service-helper.patch
 Patch2: chrony-logrotate.patch
 Patch5: chrony-fix-open.patch
-#
 BuildRequires:  NetworkManager-devel
 BuildRequires:  bison
 BuildRequires:  gcc-c++
@@ -58,25 +49,17 @@
 # The timezone package is needed for the "make check" tests. It can be
 # removed if the call to make check is ever deleted.
 BuildRequires:  timezone
+BuildRequires:  pkgconfig(systemd)
 Requires:   logrotate
 Requires(pre):  %fillup_prereq
 Requires(pre):  %{_sbindir}/groupadd
 Requires(pre):  %{_sbindir}/useradd
 Provides:   ntp-daemon
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if %{with syscallfilter}
 %ifarch s390 s390x ppc64le
 BuildRequires:  libseccomp-devel >= 2.2.0
 %else
 BuildRequires:  libseccomp-devel
 %endif
-%endif
-%if %{with systemd}
-BuildRequires:  pkgconfig(systemd)
-%{?systemd_requires}
-%else
-Requires(pre):  %insserv_prereq
-%endif
 
 %description
 Chrony is an implementation of the Network Time Protocol (NTP). It can
@@ -107,9 +90,16 @@
 %patch2 -p1
 %patch5 -p1
 
-# use our vendor zone (2.*pool.ntp.org names include IPv6 addresses)
+# If this is an openSUSE build, use our vendor zone
+# (2.*pool.ntp.org names include IPv6 addresses). If not
+# an openSUSE build, comment out the pool statement
+%if 0%{?is_opensuse}
 sed -e 's|^\(pool \)\(pool.ntp.org\)|\12.%{vendorzone}\2|' \
 < examples/chrony.conf.example2 > chrony.conf
+%else
+sed -e 's|^\pool|! pool|' \
+< examples/chrony.conf.example2 > chrony.conf
+%endif
 
 touch -r examples/chrony.conf.example2 chrony.conf
 
@@ -130,90 +120,67 @@
   --with-user=chrony\
   --with-hwclockfile=%{_sysconfdir}/adjtime \
   --with-sendmail=%{_sbindir}/sendmail
-
 make %{?_smp_mflags} all docs
 
 %install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
-
-mkdir -p %{buildroot}%{_sysconfdir}/{sysconfig,logrotate.d}
-mkdir -p %{buildroot}%{_localstatedir}/{lib,log}/chrony
-mkdir -p %{buildroot}%{_sysconfdir}/NetworkManager/dispatcher.d
-mkdir -p %{buildroot}%{_sysconfdir}/dhcp/dhclient.d
-mkdir -p %{buildroot}%{_datadir}
-mkdir -p %{buildroot}{%{_unitdir},%{_prefix}/lib/systemd/ntp-units.d}
-
-install -m 644 -p chrony.conf %{buildroot}%{_sysconfdir}/chrony.conf
-
-install -m 640 -p examples/chrony.keys.example \
+%make_install
+install -Dpm 0644 chrony.conf \
+  %{buildroot}%{_sysconfdir}/chrony.conf
+install -Dpm 0640 examples/chrony.keys.example \
 %{buildroot}%{_sysconfdir}/chrony.keys
-install -m 755 -p examples/chrony.nm-dispatcher \
+install -Dpm 0755 examples/chrony.nm-dispatcher \
 %{buildroot}%{_sysconfdir}/NetworkManager/dispatcher.d/20-chrony
-install -m 755 -p %{SOURCE3} \
+install -Dpm 0755 %{SOURCE3} \
 %{buildroot}%{_sysconfdir}/dhcp/dhclient.d/chrony.sh
-install -m 644 -p examples/chrony.logrotate \
+install -Dpm 0644 examples/chrony.logrotate \
 

commit transactional-update for openSUSE:Factory

2017-10-30 Thread root
Hello community,

here is the log from the commit of package transactional-update for 
openSUSE:Factory checked in at 2017-10-30 21:18:26

Comparing /work/SRC/openSUSE:Factory/transactional-update (Old)
 and  /work/SRC/openSUSE:Factory/.transactional-update.new (New)


Package is "transactional-update"

Mon Oct 30 21:18:26 2017 rev:14 rq:537066 version:1.21

Changes:

--- 
/work/SRC/openSUSE:Factory/transactional-update/transactional-update.changes
2017-09-13 22:38:05.026153774 +0200
+++ 
/work/SRC/openSUSE:Factory/.transactional-update.new/transactional-update.changes
   2017-10-30 21:18:24.755354750 +0100
@@ -1,0 +2,6 @@
+Fri Oct 27 13:52:56 CEST 2017 - ku...@suse.de
+
+- Update to version 1.21
+  - Reset salt grains even if no update was found
+
+---

Old:

  transactional-update-1.20.tar.bz2

New:

  transactional-update-1.21.tar.bz2



Other differences:
--
++ transactional-update.spec ++
--- /var/tmp/diff_new_pack.U8zpDY/_old  2017-10-30 21:18:25.551325809 +0100
+++ /var/tmp/diff_new_pack.U8zpDY/_new  2017-10-30 21:18:25.555325664 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   transactional-update
-Version:1.20
+Version:1.21
 Release:0
 Summary:Transactional Updates with btrfs and snapshots
 License:GPL-2.0+

++ transactional-update-1.20.tar.bz2 -> transactional-update-1.21.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/transactional-update-1.20/NEWS 
new/transactional-update-1.21/NEWS
--- old/transactional-update-1.20/NEWS  2017-09-13 11:21:31.0 +0200
+++ new/transactional-update-1.21/NEWS  2017-10-27 13:51:13.0 +0200
@@ -2,6 +2,9 @@
 
 Copyright (C) 2016, 2017 Thorsten Kukuk
 
+Version 1.21
+* Reset salt grains if no updates are available
+
 Version 1.20
 * Document more options
 * Add pkg update option
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/transactional-update-1.20/configure 
new/transactional-update-1.21/configure
--- old/transactional-update-1.20/configure 2017-09-13 11:20:46.0 
+0200
+++ new/transactional-update-1.21/configure 2017-10-27 13:51:19.0 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for transactional-update 1.20.
+# Generated by GNU Autoconf 2.69 for transactional-update 1.21.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -576,8 +576,8 @@
 # Identity of this package.
 PACKAGE_NAME='transactional-update'
 PACKAGE_TARNAME='transactional-update'
-PACKAGE_VERSION='1.20'
-PACKAGE_STRING='transactional-update 1.20'
+PACKAGE_VERSION='1.21'
+PACKAGE_STRING='transactional-update 1.21'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1211,7 +1211,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures transactional-update 1.20 to adapt to many kinds of 
systems.
+\`configure' configures transactional-update 1.21 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1278,7 +1278,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of transactional-update 1.20:";;
+ short | recursive ) echo "Configuration of transactional-update 1.21:";;
esac
   cat <<\_ACEOF
 
@@ -1358,7 +1358,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-transactional-update configure 1.20
+transactional-update configure 1.21
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1375,7 +1375,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by transactional-update $as_me 1.20, which was
+It was created by transactional-update $as_me 1.21, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2238,7 +2238,7 @@
 
 # Define the identity of the package.
  PACKAGE='transactional-update'
- VERSION='1.20'
+ VERSION='1.21'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3097,7 +3097,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by transactional-update $as_me 1.20, which was
+This file was extended by transactional-update $as_me 1.21, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -3150,7 +3150,7 @@
 cat 

commit kernel-source for openSUSE:Factory

2017-10-30 Thread root
Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory 
checked in at 2017-10-30 21:18:03

Comparing /work/SRC/openSUSE:Factory/kernel-source (Old)
 and  /work/SRC/openSUSE:Factory/.kernel-source.new (New)


Package is "kernel-source"

Mon Oct 30 21:18:03 2017 rev:386 rq:537041 version:4.13.10

Changes:

--- /work/SRC/openSUSE:Factory/kernel-source/dtb-aarch64.changes
2017-10-24 22:20:47.767655014 +0200
+++ /work/SRC/openSUSE:Factory/.kernel-source.new/dtb-aarch64.changes   
2017-10-30 21:18:03.892113310 +0100
@@ -1,0 +2,170 @@
+Fri Oct 27 11:03:09 CEST 2017 - jsl...@suse.cz
+
+- Linux 4.13.10 final
+- commit db36cf8
+
+---
+Fri Oct 27 09:37:37 CEST 2017 - jsl...@suse.cz
+
+- scripts/stableids: revert unwanted change
+- commit d6206ec
+
+---
+Fri Oct 27 09:26:52 CEST 2017 - jsl...@suse.cz
+
+- futex: futex_wake_op, fix sign_extend32 sign bits (bnc#1064590).
+- commit 0d29474
+
+---
+Wed Oct 25 14:47:02 CEST 2017 - jsl...@suse.cz
+
+- Linux 4.13.10 (bnc#1012628).
+- staging: bcm2835-audio: Fix memory corruption (bnc#1012628).
+- USB: devio: Revert "USB: devio: Don't corrupt user memory"
+  (bnc#1012628).
+- USB: core: fix out-of-bounds access bug in
+  usb_get_bos_descriptor() (bnc#1012628).
+- USB: serial: metro-usb: add MS7820 device id (bnc#1012628).
+- usb: cdc_acm: Add quirk for Elatec TWN3 (bnc#1012628).
+- usb: quirks: add quirk for WORLDE MINI MIDI keyboard
+  (bnc#1012628).
+- usb: hub: Allow reset retry for USB2 devices on connect bounce
+  (bnc#1012628).
+- ALSA: usb-audio: Add native DSD support for Pro-Ject Pre Box
+  S2 Digital (bnc#1012628).
+- can: gs_usb: fix busy loop if no more TX context is available
+  (bnc#1012628).
+- scsi: qla2xxx: Fix uninitialized work element (bnc#1012628).
+- nbd: don't set the device size until we're connected
+  (bnc#1012628).
+- s390/cputime: fix guest/irq/softirq times after CPU hotplug
+  (bnc#1012628).
+- parisc: Fix double-word compare and exchange in LWS code on
+  32-bit kernels (bnc#1012628).
+- parisc: Fix detection of nonsynchronous cr16 cycle counters
+  (bnc#1012628).
+- iio: dummy: events: Add missing break (bnc#1012628).
+- usb: musb: sunxi: Explicitly release USB PHY on exit
+  (bnc#1012628).
+- USB: musb: fix session-bit runtime-PM quirk (bnc#1012628).
+- USB: musb: fix late external abort on suspend (bnc#1012628).
+- usb: musb: musb_cppi41: Fix the address of teardown and autoreq
+  registers (bnc#1012628).
+- usb: musb: musb_cppi41: Fix cppi41_set_dma_mode() for DA8xx
+  (bnc#1012628).
+- usb: musb: musb_cppi41: Configure the number of channels for
+  DA8xx (bnc#1012628).
+- usb: musb: Check for host-mode using is_host_active() on reset
+  interrupt (bnc#1012628).
+- xhci: Identify USB 3.1 capable hosts by their port protocol
+  capability (bnc#1012628).
+- xhci: Cleanup current_cmd in xhci_cleanup_command_queue()
+  (bnc#1012628).
+- usb: xhci: Reset halted endpoint if trb is noop (bnc#1012628).
+- usb: xhci: Handle error condition in xhci_stop_device()
+  (bnc#1012628).
+- can: esd_usb2: Fix can_dlc value for received RTR, frames
+  (bnc#1012628).
+- can: af_can: can_pernet_init(): add missing error handling
+  for kzalloc returning NULL (bnc#1012628).
+- can: flexcan: fix state transition regression (bnc#1012628).
+- can: flexcan: rename legacy error state quirk (bnc#1012628).
+- can: flexcan: implement error passive state quirk (bnc#1012628).
+- can: flexcan: fix i.MX6 state transition issue (bnc#1012628).
+- can: flexcan: fix i.MX28 state transition issue (bnc#1012628).
+- can: flexcan: fix p1010 state transition issue (bnc#1012628).
+- KEYS: encrypted: fix dereference of NULL user_key_payload
+  (bnc#1012628).
+- mmc: sdhci-pci: Fix default d3_retune for Intel host controllers
+  (bnc#1012628).
+- drm/i915: Use bdw_ddi_translations_fdi for Broadwell
+  (bnc#1012628).
+- drm/nouveau/kms/nv50: fix oops during DP IRQ handling on
+  non-MST boards (bnc#1012628).
+- drm/nouveau/bsp/g92: disable by default (bnc#1012628).
+- drm/nouveau/mmu: flush tlbs before deleting page tables
+  (bnc#1012628).
+- media: s5p-cec: add NACK detection support (bnc#1012628).
+- media: cec: Respond to unregistered initiators, when applicable
+  (bnc#1012628).
+- media: dvb: i2c transfers over usb cannot be done from stack
+  (bnc#1012628).
+- tracing/samples: Fix creation and deletion of simple_thread_fn
+  creation (bnc#1012628).
+- ALSA: seq: Enable 'use' locking in all configurations
+  (bnc#1012628).
+- ALSA: hda: Remove superfluous '-' added by printk conversion
+  (bnc#1012628).
+- i2c: ismt: Separate I2C block read from SMBus block read
+  (bnc#1012628).
+- i2c: 

commit ant for openSUSE:Factory

2017-10-30 Thread root
Hello community,

here is the log from the commit of package ant for openSUSE:Factory checked in 
at 2017-10-30 21:17:40

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


Package is "ant"

Mon Oct 30 21:17:40 2017 rev:66 rq:537394 version:1.9.9

Changes:

--- /work/SRC/openSUSE:Factory/ant/ant-antlr.changes2017-10-28 
14:20:16.758634190 +0200
+++ /work/SRC/openSUSE:Factory/.ant.new/ant-antlr.changes   2017-10-30 
21:17:39.656994471 +0100
@@ -1,0 +2,6 @@
+Sat Oct 28 16:17:19 UTC 2017 - jeng...@inai.de
+
+- Simply use find -delete over xargs.
+- Make description neutral.
+
+---
ant-junit.changes: same change
ant.changes: same change



Other differences:
--
++ ant-antlr.spec ++
--- /var/tmp/diff_new_pack.VmDWJ8/_old  2017-10-30 21:17:42.460892525 +0100
+++ /var/tmp/diff_new_pack.VmDWJ8/_new  2017-10-30 21:17:42.464892379 +0100
@@ -98,7 +98,7 @@
 %else
 %description
 Apache Ant is a Java-based build tool. In theory, it is kind of like
-Make, but without Make's wrinkles.
+Make. Build description files are written in XML.
 %endif
 
 %if %{with bootstrap}
@@ -344,7 +344,7 @@
 %patch6 -p1
 
 # clean jar files
-%{_bindir}/find . -name "*.jar" | %{_bindir}/xargs -t rm
+find . -name "*.jar" -print -delete
 
 # failing testcases. TODO see why
 rm 
src/tests/junit/org/apache/tools/ant/types/selectors/SignedSelectorTest.java \
@@ -530,7 +530,7 @@
  -a ! -name log.xsl \
  -a ! -name 
mmetrics-frames.xsl \
  -a ! -name tagdiff.xsl \
- | xargs -t rm
+ -print -delete
 %endif
 
 %if %{with bootstrap}

ant-junit.spec: same change
++ ant.spec ++
--- /var/tmp/diff_new_pack.VmDWJ8/_old  2017-10-30 21:17:42.544889471 +0100
+++ /var/tmp/diff_new_pack.VmDWJ8/_new  2017-10-30 21:17:42.548889325 +0100
@@ -97,7 +97,7 @@
 %else
 %description
 Apache Ant is a Java-based build tool. In theory, it is kind of like
-Make, but without Make's wrinkles.
+Make. Build description files are written in XML.
 %endif
 
 %if %{with bootstrap}
@@ -343,7 +343,7 @@
 %patch6 -p1
 
 # clean jar files
-%{_bindir}/find . -name "*.jar" | %{_bindir}/xargs -t rm
+find . -name "*.jar" -print -delete
 
 # failing testcases. TODO see why
 rm 
src/tests/junit/org/apache/tools/ant/types/selectors/SignedSelectorTest.java \
@@ -529,7 +529,7 @@
  -a ! -name log.xsl \
  -a ! -name 
mmetrics-frames.xsl \
  -a ! -name tagdiff.xsl \
- | xargs -t rm
+ -print -delete
 %endif
 
 %if %{with bootstrap}





commit gnome-builder for openSUSE:Factory

2017-10-30 Thread root
Hello community,

here is the log from the commit of package gnome-builder for openSUSE:Factory 
checked in at 2017-10-30 21:17:45

Comparing /work/SRC/openSUSE:Factory/gnome-builder (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-builder.new (New)


Package is "gnome-builder"

Mon Oct 30 21:17:45 2017 rev:25 rq:537405 version:3.26.1

Changes:

--- /work/SRC/openSUSE:Factory/gnome-builder/gnome-builder.changes  
2017-10-27 13:47:48.806181180 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-builder.new/gnome-builder.changes 
2017-10-30 21:17:46.492745931 +0100
@@ -1,0 +2,6 @@
+Fri Oct 27 20:30:57 UTC 2017 - luc1...@linuxmail.org
+
+- Add gnome-builder-plugin-fpaste Obsoletes: missing tag since
+  plugin has been removed.
+
+---



Other differences:
--
++ gnome-builder.spec ++
--- /var/tmp/diff_new_pack.3ToLKj/_old  2017-10-30 21:17:47.400712918 +0100
+++ /var/tmp/diff_new_pack.3ToLKj/_new  2017-10-30 21:17:47.404712772 +0100
@@ -83,6 +83,7 @@
 %if 0%{?suse_version} > 1320
 Requires:   python3-gobject-Gdk
 %endif
+Obsoletes:  gnome-builder-plugin-fpaste <= %{version}
 
 %description
 Builder is an IDE for GNOME and a tool to help writing GNOME-based