commit xen for openSUSE:13.1:Update

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package xen for openSUSE:13.1:Update checked 
in at 2015-06-02 09:41:56

Comparing /work/SRC/openSUSE:13.1:Update/xen (Old)
 and  /work/SRC/openSUSE:13.1:Update/.xen.new (New)


Package is xen

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.UxfD1l/_old  2015-06-02 09:42:01.0 +0200
+++ /var/tmp/diff_new_pack.UxfD1l/_new  2015-06-02 09:42:01.0 +0200
@@ -1 +1 @@
-link package='xen.3676' cicount='copy' /
+link package='xen.3776' cicount='copy' /




commit gtk-doc for openSUSE:Factory

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package gtk-doc for openSUSE:Factory checked 
in at 2015-06-02 09:58:48

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


Package is gtk-doc

Changes:

--- /work/SRC/openSUSE:Factory/gtk-doc/gtk-doc.changes  2015-05-23 
12:48:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtk-doc.new/gtk-doc.changes 2015-06-02 
09:58:50.0 +0200
@@ -1,0 +2,14 @@
+Sat May 30 10:42:47 UTC 2015 - zai...@opensuse.org
+
+- Update to version 1.24:
+  + This is another quick bugfix release for a regression, see
+bgo#749591.
+  + gtk-doc 1.23 no longer includes xml namespace in .devhelp2
+files (bgo#749591).
+  + .gitignore files should not be under version control
+(bgo#749706).
+  + Support syntax highlighting of different languages
+(bgo#749816).
+  + Strip common indent when highlighting with vim (bgo#749901).
+
+---

Old:

  gtk-doc-1.23.tar.xz

New:

  gtk-doc-1.24.tar.xz



Other differences:
--
++ gtk-doc.spec ++
--- /var/tmp/diff_new_pack.AUcqr3/_old  2015-06-02 09:58:51.0 +0200
+++ /var/tmp/diff_new_pack.AUcqr3/_new  2015-06-02 09:58:51.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   gtk-doc
-Version:1.23
+Version:1.24
 Release:0
 Summary:GTK+ DocBook Documentation Generator
 License:GPL-2.0+
 Group:  Productivity/Publishing/SGML
 Url:http://www.gtk.org/gtk-doc/
-Source: 
http://download.gnome.org/sources/gtk-doc/1.23/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gtk-doc/1.24/%{name}-%{version}.tar.xz
 # When updating this package, please don't forget to update the gtk-doc.m4 
Source
 # in glib2.
 BuildRequires:  docbook-xsl-stylesheets

++ gtk-doc-1.23.tar.xz - gtk-doc-1.24.tar.xz ++
 12916 lines of diff (skipped)




commit afl for openSUSE:Factory

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package afl for openSUSE:Factory checked in 
at 2015-06-02 10:11:49

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


Package is afl

Changes:

--- /work/SRC/openSUSE:Factory/afl/afl.changes  2015-05-19 00:21:21.0 
+0200
+++ /work/SRC/openSUSE:Factory/.afl.new/afl.changes 2015-06-02 
10:11:50.0 +0200
@@ -1,0 +2,20 @@
+Tue May 26 10:59:53 UTC 2015 - astie...@suse.com
+
+- afl 1.80b:
+  - Made afl-cmin tolerant of whitespaces in filenames
+  - Added support for AFL_EXIT_WHEN_DONE
+
+---
+Mon May 25 07:43:23 UTC 2015 - astie...@suse.com
+
+- afl 1.79b:
+  - Added support for dictionary levels, see testcases/README.testcases.
+  - Reworked the SQL dictionary to use levels.
+  - Added a note about Preeny.
+
+---
+Tue May 19 07:26:27 UTC 2015 - astie...@suse.com
+
+- builds for i586 x86_64 only
+
+---

Old:

  afl-1.78b.tgz

New:

  afl-1.80b.tgz



Other differences:
--
++ afl.spec ++
--- /var/tmp/diff_new_pack.b5lpOL/_old  2015-06-02 10:11:51.0 +0200
+++ /var/tmp/diff_new_pack.b5lpOL/_new  2015-06-02 10:11:51.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   afl
-Version:1.78b
+Version:1.80b
 Release:0
 Summary:American fuzzy lop is a security-oriented fuzzer
 License:Apache-2.0
@@ -28,6 +28,7 @@
 Patch1: afl-1.58b-fix-paths.patch
 BuildRequires:  gcc-c++
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+ExclusiveArch:  i586 x86_64
 
 %description
 American fuzzy lop is a security-oriented fuzzer that employs a novel type of 
compile-time instrumentation and genetic algorithms to automatically discover 
clean, interesting test cases that trigger new internal states in the targeted 
binary. This substantially improves the functional coverage for the fuzzed 
code. The compact synthesized corpora produced by the tool are also useful for 
seeding other, more labor- or resource-intensive testing regimes down the road.

++ afl-1.78b.tgz - afl-1.80b.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/afl-1.78b/Makefile new/afl-1.80b/Makefile
--- old/afl-1.78b/Makefile  2015-05-17 22:42:05.0 +0200
+++ new/afl-1.80b/Makefile  2015-05-26 07:20:29.0 +0200
@@ -14,7 +14,7 @@
 #
 
 PROGNAME= afl
-VERSION = 1.78b
+VERSION = 1.80b
 
 PREFIX ?= /usr/local
 BIN_PATH= $(PREFIX)/bin
@@ -104,8 +104,8 @@
 .NOTPARALLEL: clean
 
 clean:
-   rm -f $(PROGS) as afl-g++ afl-clang afl-clang++ *.o *~ a.out core 
core.[1-9][0-9]* *.stackdump test .test test-instr .test-instr0 .test-instr1 
qemu_mode/qemu-2.2.0.tar.bz2 afl-qemu-trace
-   rm -rf out_dir qemu_mode/qemu-2.2.0
+   rm -f $(PROGS) as afl-g++ afl-clang afl-clang++ *.o *~ a.out core 
core.[1-9][0-9]* *.stackdump test .test test-instr .test-instr0 .test-instr1 
qemu_mode/qemu-2.3.0.tar.bz2 afl-qemu-trace
+   rm -rf out_dir qemu_mode/qemu-2.3.0
$(MAKE) -C llvm_mode clean
 
 install: all
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/afl-1.78b/afl-cmin new/afl-1.80b/afl-cmin
--- old/afl-1.78b/afl-cmin  2015-04-08 07:35:08.0 +0200
+++ new/afl-1.80b/afl-cmin  2015-05-24 05:01:18.0 +0200
@@ -297,18 +297,18 @@
 
   if [ $STDIN_FILE =  ]; then
 
-for fn in `ls $IN_DIR`; do
+while read -r fn; do
 
   CUR=$((CUR+1))
   printf \\rProcessing file $CUR/$IN_COUNT... 
 
   $SHOWMAP -m $MEM_LIMIT -t $TIMEOUT -o $TRACE_DIR/$fn -Z 
$EXTRA_PAR -- $@ $IN_DIR/$fn
 
-done
+done  (ls $IN_DIR)
 
   else
 
-for fn in `ls $IN_DIR`; do
+while read -r fn; do
 
   CUR=$((CUR+1))
   printf \\rProcessing file $CUR/$IN_COUNT... 
@@ -317,7 +317,7 @@
 
   $SHOWMAP -m $MEM_LIMIT -t $TIMEOUT -o $TRACE_DIR/$fn -Z 
$EXTRA_PAR -A $STDIN_FILE -- $@ /dev/null
 
-done
+done  (ls $IN_DIR)
 
 
   fi
@@ -337,7 +337,7 @@
 
 echo [*] Sorting trace sets (this may take a while)...
 
-ls $IN_DIR | sed s#^#$TRACE_DIR/# | xargs -n 1 cat | sort | \
+ls $IN_DIR | sed s#^#$TRACE_DIR/# | xargs -d '\n' -n 1 cat | sort | \
   uniq -c | sort -n $TRACE_DIR/.all_uniq
 
 TUPLE_COUNT=$((`grep -c . $TRACE_DIR/.all_uniq`))
@@ -358,14 +358,14 @@
 
 CUR=0
 
-for fn in `ls -rS $IN_DIR`; do
+while read -r fn; do
 
   CUR=$((CUR+1))
   printf \\rProcessing file $CUR/$IN_COUNT... 
 
   sed s#\$# $fn# $TRACE_DIR/$fn $TRACE_DIR/.candidate_list
 
-done
+done  (ls -rS 

commit criu for openSUSE:Factory

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package criu for openSUSE:Factory checked in 
at 2015-06-02 10:11:32

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


Package is criu

Changes:

--- /work/SRC/openSUSE:Factory/criu/criu.changes2015-04-30 
11:50:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.criu.new/criu.changes   2015-06-02 
10:11:34.0 +0200
@@ -1,0 +2,21 @@
+Mon Jun  1 15:26:56 CEST 2015 - ti...@suse.de
+
+- update to version 1.6:
+  * PowerPC 64bit LE support
+  * Makefile.local for 3-rd party build rules
+  * Ability to enable filesystem on dump (--enable-fs)
+  * Ability to skip mountpoint on dump (--skip-mnt)
+  * Prepare to deprecate criu show command
+  * External mounts auto-detection
+  * /dev/tty (current terminal) support
+  * Netdev and netns (all/default) confs C/R
+  * Images v1.1 with extra magic at head
+  * Support fusectl (only ctl) mountpoint
+  * Sub-version format is now as of git-describe
+  * Apparamor labels C/R support
+- Fix library path for aarch64 and ppc64le
+- Fix the prototype for lsm.c (to fix build errors):
+  lsm-prototype-fix.diff
+- Refreshed crit-install-prefix.diff
+
+---

Old:

  criu-1.5.2.tar.bz2

New:

  criu-1.6.tar.bz2
  lsm-prototype-fix.diff



Other differences:
--
++ criu.spec ++
--- /var/tmp/diff_new_pack.4GgK3Q/_old  2015-06-02 10:11:35.0 +0200
+++ /var/tmp/diff_new_pack.4GgK3Q/_new  2015-06-02 10:11:35.0 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define package_version 1.5.2
+%define package_version 1.6
 Name:   criu
-Version:1.5.2
+Version:1.6
 Release:0
 Summary:Checkpoint/Restore In Userspace Tools
 License:GPL-2.0
@@ -26,6 +26,7 @@
 Url:http://criu.org/
 Source0:http://download.openvz.org/criu/criu-%{package_version}.tar.bz2
 Patch1: crit-install-prefix.diff
+Patch2: lsm-prototype-fix.diff
 BuildRequires:  asciidoc
 BuildRequires:  pkg-config
 BuildRequires:  protobuf-c
@@ -34,7 +35,7 @@
 BuildRequires:  pkgconfig(systemd)
 Requires:   logrotate
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-ExclusiveArch:  x86_64 aarch64
+ExclusiveArch:  x86_64 aarch64 ppc64le
 
 %description
 Checkpoint/Restore In Userspace, or CRIU, is a software tool for Linux
@@ -66,17 +67,22 @@
 %prep
 %setup -q -n %{name}-%{package_version}
 %patch1 -p1
+%patch2 -p1
 # fix up the broken protobuf descriptor.proto (comment-in-comment)
 rm -f protobuf/google/protobuf/descriptor.proto
 sed -e's@/\*@@g' -e's@\*/@@g' /usr/include/google/protobuf/descriptor.proto  
protobuf/google/protobuf/descriptor.proto
 
 %build
 export CFLAGS=%{optflags}
-make V=1 %{?_smp_mflags} PREFIX=%{_prefix} 
LOGROTATEDIR=%{_sysconfdir}/logrotate.d/
+make V=1 %{?_smp_mflags} PREFIX=%{_prefix} \
+ LIBDIR=%{_libdir} \
+ LOGROTATEDIR=%{_sysconfdir}/logrotate.d/
 
 %install
 mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
-make V=1 %{?_smp_mflags} PREFIX=%{_prefix}  
LOGROTATEDIR=%{_sysconfdir}/logrotate.d/ \
+make V=1 %{?_smp_mflags} PREFIX=%{_prefix} \
+ LIBDIR=%{_libdir} \
+ LOGROTATEDIR=%{_sysconfdir}/logrotate.d/ \
 DESTDIR=%{buildroot} install
 # make rpmlint happy
 mv %{buildroot}%{_sysconfdir}/logrotate.d/criu-service \
@@ -107,7 +113,7 @@
 
 %files
 %defattr(-,root,root)
-%doc README COPYING
+%doc README.md COPYING
 %{_sbindir}/*
 %{_bindir}/*
 %{_mandir}/man*/*

++ crit-install-prefix.diff ++
--- /var/tmp/diff_new_pack.4GgK3Q/_old  2015-06-02 10:11:35.0 +0200
+++ /var/tmp/diff_new_pack.4GgK3Q/_new  2015-06-02 10:11:35.0 +0200
@@ -1,12 +1,14 @@
-diff --git a/Makefile b/Makefile
-index 2a63f0477d08..d704a06446d5 100644
+---
+ Makefile |2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 --- a/Makefile
 +++ b/Makefile
-@@ -289,7 +289,7 @@ install-man:
+@@ -314,7 +314,7 @@ install-man:
  
  install-crit: crit
$(E)   INSTALL crit
--  $(Q) python scripts/crit-setup.py install --prefix=$(DESTDIR)
+-  $(Q) python scripts/crit-setup.py install --prefix=$(DESTDIR)$(PREFIX)
 +  $(Q) python scripts/crit-setup.py install --root=$(DESTDIR) 
--prefix=$(PREFIX)
  
  .PHONY: install install-man install-crit

++ criu-1.5.2.tar.bz2 - criu-1.6.tar.bz2 ++
 14133 lines of diff (skipped)

++ lsm-prototype-fix.diff ++
---
 include/lsm.h |6 +++---
 lsm.c |4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

--- a/include/lsm.h
+++ b/include/lsm.h
@@ -7,12 +7,12 @@
 /*
  * Get the Lsmtype for the current host.
  */
-extern Lsmtype host_lsm_type();
+extern Lsmtype host_lsm_type(void);
 
 /*
  * Initilize the 

commit pitivi for openSUSE:Factory

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package pitivi for openSUSE:Factory checked 
in at 2015-06-02 10:10:10

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


Package is pitivi

Changes:

--- /work/SRC/openSUSE:Factory/pitivi/pitivi.changes2014-11-19 
20:31:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.pitivi.new/pitivi.changes   2015-06-02 
10:10:12.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun  1 09:49:27 UTC 2015 - zai...@opensuse.org
+
+- Add python3-cairo requires: yet an other hard dependency to
+  start pitivi (boo#905667).
+
+---



Other differences:
--
++ pitivi.spec ++
--- /var/tmp/diff_new_pack.AvsIQq/_old  2015-06-02 10:10:13.0 +0200
+++ /var/tmp/diff_new_pack.AvsIQq/_new  2015-06-02 10:10:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pitivi
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -37,9 +37,10 @@
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 Requires:   gstreamer-plugin-gnonlin = 1.4.0
-Requires:   python3-numpy
+Requires:   python3-cairo
 Requires:   python3-gobject
 Requires:   python3-gst
+Requires:   python3-numpy
 # We need a minimal version of the GES-1.0 package, so we have to specify it 
manually
 Requires:   typelib-1_0-GES-1_0 = 1.4.0
 Recommends: %{name}-lang




commit qpid-proton for openSUSE:Factory

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package qpid-proton for openSUSE:Factory 
checked in at 2015-06-02 10:10:43

Comparing /work/SRC/openSUSE:Factory/qpid-proton (Old)
 and  /work/SRC/openSUSE:Factory/.qpid-proton.new (New)


Package is qpid-proton

Changes:

--- /work/SRC/openSUSE:Factory/qpid-proton/qpid-proton.changes  2015-04-10 
10:20:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.qpid-proton.new/qpid-proton.changes 
2015-06-02 10:10:45.0 +0200
@@ -1,0 +2,24 @@
+Mon Jun  1 10:19:09 UTC 2015 - fst...@suse.com
+
+- Upgrade to version 0.9.1
+  * New features and improvements
++ PROTON-857 - reduce memory usage for the TransportSession
+  link handle tracking
+  * Bugs fixed
++ PROTON-843 - proton-j: Transport advertises idle timeout
+  as-is whereas proton-c halves it before
++ PROTON-844 - proton-j: ArrayIndexOutOfBounds exception if
+  remote peer sends a handle 1024
++ PROTON-845 - Proton-J: Potential NPE in proton-jms outbound
+  native transformer
++ PROTON-848 - [proton-j] TransportSession state is never
+  discarded
++ PROTON-849 - [proton-j] TransportLink state is never
+  discarded
++ PROTON-850 - inconsistent state when reusing link name
++ PROTON-853 - [proton-j] the transport emitted a new attach
+  frame for a link in the process of being closed
++ PROTON-854 - [proton-j] ConnectionImpl retains all created
+  Sessions until the Connection is freed
+
+---

Old:

  qpid-proton-0.9.tar.gz

New:

  qpid-proton-0.9.1.tar.gz



Other differences:
--
++ qpid-proton.spec ++
--- /var/tmp/diff_new_pack.YBkG1B/_old  2015-06-02 10:10:45.0 +0200
+++ /var/tmp/diff_new_pack.YBkG1B/_new  2015-06-02 10:10:45.0 +0200
@@ -16,8 +16,9 @@
 #
 
 
+%global base_version 0.9
 Name:   qpid-proton
-Version:0.9
+Version:%{base_version}.1
 Release:0
 Summary:A high performance, lightweight messaging library
 License:Apache-2.0
@@ -128,7 +129,7 @@
 from any platform, environment, or language.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}-rc1
 %patch0 -p1
 %patch1 -p1
 %patch100 -p1
@@ -150,10 +151,10 @@
 %cmake_install
 
 chmod +x %{buildroot}%{python_sitearch}/*_cproton.so
-find %{buildroot}%{_datadir}/proton-%{version}/examples/ -type f | xargs chmod 
-x
+find %{buildroot}%{_datadir}/proton-%{base_version}/examples/ -type f | xargs 
chmod -x
 
 mkdir -p %{buildroot}%{_docdir}/%{name}
-mv %{buildroot}%{_datadir}/proton-%{version}/docs/* 
%{buildroot}%{_docdir}/%{name}/
+mv %{buildroot}%{_datadir}/proton-%{base_version}/docs/* 
%{buildroot}%{_docdir}/%{name}/
 
 %fdupes -s %{buildroot}
 
@@ -163,9 +164,9 @@
 
 %files
 %defattr(-,root,root)
-%doc %{_datadir}/proton-%{version}/LICENSE
-%doc %{_datadir}/proton-%{version}/README
-%doc %{_datadir}/proton-%{version}/TODO
+%doc %{_datadir}/proton-%{base_version}/LICENSE
+%doc %{_datadir}/proton-%{base_version}/README.md
+%doc %{_datadir}/proton-%{base_version}/TODO
 %{_mandir}/man1/*
 %{_bindir}/proton-dump
 %exclude %{_docdir}/%{name}/api-c
@@ -185,8 +186,8 @@
 
 %files devel-doc
 %defattr(-,root,root)
-%dir %{_datadir}/proton-%{version}
-%{_datadir}/proton-%{version}/examples
+%dir %{_datadir}/proton-%{base_version}
+%{_datadir}/proton-%{base_version}/examples
 %dir %{_docdir}/%{name}
 %{_docdir}/%{name}/api-c
 

++ qpid-proton-0.9.tar.gz - qpid-proton-0.9.1.tar.gz ++
 3267 lines of diff (skipped)




commit balsa for openSUSE:Factory

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package balsa for openSUSE:Factory checked 
in at 2015-06-02 10:10:59

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


Package is balsa

Changes:

--- /work/SRC/openSUSE:Factory/balsa/balsa.changes  2015-03-23 
12:17:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.balsa.new/balsa.changes 2015-06-02 
10:11:01.0 +0200
@@ -1,0 +2,20 @@
+Mon Jun  1 09:34:05 UTC 2015 - dims...@opensuse.org
+
+- Update to version 2.5.2:
+  + Silence some autoconf and automake complaints.
+  + Clean up store-address dialog.
+  + Do not use header bar in GtkMessageDialog, it does nothing.
+  + Use headerbars.
+  + Deprecation cleanups.
+  + Abandon buttons with both an icon and text, and use a symbolic
+icon where we keep the icon.
+  + Enable the request of Delivery Status Notifications.
+  + Disable SSLv3, with an option in the code to override, and
+enable TLSv1.1 and 1.2.
+  + balsa.appdata.xml: new appdata file.
+  + Fix S/MIME sending and Outlook2007 reception (bgo#720423).
+- Drop balsa-support-webkit2gtk-4.0.patch: fixed upstream.
+- Drop libtool BuilfRequires and call to autoreconf, as we no
+  longer carry any patches.
+
+---

Old:

  balsa-2.5.1.tar.bz2
  balsa-support-webkit2gtk-4.0.patch

New:

  balsa-2.5.2.tar.bz2



Other differences:
--
++ balsa.spec ++
--- /var/tmp/diff_new_pack.NRFct6/_old  2015-06-02 10:11:02.0 +0200
+++ /var/tmp/diff_new_pack.NRFct6/_new  2015-06-02 10:11:02.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package balsa
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,17 +19,13 @@
 Name:   balsa
 %define TOUCHSCREEN_OPTIMIZATION %(echo %{name} | grep -qv touchscreen ; echo 
$?)
 %define base_name balsa
-Version:2.5.1
+Version:2.5.2
 Release:0
 Summary:The GNOME Mail Program
 License:GPL-2.0+
 Group:  Productivity/Networking/Email/Clients
 Url:http://pawsa.fedorapeople.org/balsa/
 Source: http://pawsa.fedorapeople.org/balsa/%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM balsa-support-webkit2gtk-4.0.patch bgo#736493 
dims...@opensuse.org -- Support webkit2gtk-4.0. Configure will favor 
webkit2gtk-4.0 over webkit2gtk-3.0 if found.
-Patch0: balsa-support-webkit2gtk-4.0.patch
-# Needed for patch0
-BuildRequires:  libtool
 %if 0%{?suse_version}  1320
 # For openSUSE 13.2, compface was split in a devel and library package
 BuildRequires:  compface-devel
@@ -47,9 +43,9 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(enchant)
-BuildRequires:  pkgconfig(glib-2.0) = 2.27.0
+BuildRequires:  pkgconfig(glib-2.0) = 2.32.0
 BuildRequires:  pkgconfig(gmime-2.6)
-BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(gtk+-3.0) = 3.4.0
 BuildRequires:  pkgconfig(gtksourceview-3.0)
 BuildRequires:  pkgconfig(gtkspell3-3.0)
 BuildRequires:  pkgconfig(libcanberra-gtk3)
@@ -86,11 +82,8 @@
 %prep
 %setup -q -n %{base_name}-%{version}
 translation-update-upstream
-%patch0 -p1
 
 %build
-# Needed for patch0
-autoreconf -fiv
 %configure\
 %if %TOUCHSCREEN_OPTIMIZATION
--enable-touch-ui\
@@ -147,6 +140,8 @@
 %doc docs/mh-mail-HOWTO docs/vconvert.awk docs/pine2vcard
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/*
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/balsa.appdata.xml
 %{_datadir}/applications/*.desktop
 %{_datadir}/balsa/
 %{_datadir}/icons/hicolor/48x48/mimetypes/*.png

++ balsa-2.5.1.tar.bz2 - balsa-2.5.2.tar.bz2 ++
 99697 lines of diff (skipped)




commit syncthing for openSUSE:Factory

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package syncthing for openSUSE:Factory 
checked in at 2015-06-02 10:11:16

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


Package is syncthing

Changes:

--- /work/SRC/openSUSE:Factory/syncthing/syncthing.changes  2015-05-25 
23:14:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.syncthing.new/syncthing.changes 2015-06-02 
10:11:17.0 +0200
@@ -1,0 +2,9 @@
+Mon Jun  1 13:14:32 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 0.11.7:
+  * Change permissions of newly created files and directories.
+  * Make syncthing honour both the ignorePerms and FlagNoPermBits
+settings.
+  * A performance fix for transfers of large files.
+
+---

Old:

  syncthing-0.11.6.tar.gz

New:

  syncthing-0.11.7.tar.gz



Other differences:
--
++ syncthing.spec ++
--- /var/tmp/diff_new_pack.yx5xRB/_old  2015-06-02 10:11:18.0 +0200
+++ /var/tmp/diff_new_pack.yx5xRB/_new  2015-06-02 10:11:18.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   syncthing
-Version:0.11.6
+Version:0.11.7
 Release:0
 Summary:FOSS Continuous File Synchronization
 License:MPL-2.0

++ syncthing-0.11.6.tar.gz - syncthing-0.11.7.tar.gz ++
 6725 lines of diff (skipped)




commit strongswan for openSUSE:Factory

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package strongswan for openSUSE:Factory 
checked in at 2015-06-02 10:12:05

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


Package is strongswan

Changes:

--- /work/SRC/openSUSE:Factory/strongswan/strongswan.changes2015-02-27 
11:00:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.strongswan.new/strongswan.changes   
2015-06-02 10:12:06.0 +0200
@@ -1,0 +2,7 @@
+Mon Jun  1 16:18:35 UTC 2015 - m...@suse.de
+
+- Applied upstream fix for a DoS and potential remote code execution
+  vulnerability through payload type (bsc#931272,CVE-2015-3991)
+  [+ strongswan-5.2.2-5.3.0_unknown_payload.patch]
+
+---

New:

  strongswan-5.2.2-5.3.0_unknown_payload.patch



Other differences:
--
++ strongswan.spec ++
--- /var/tmp/diff_new_pack.Zwzdf0/_old  2015-06-02 10:12:07.0 +0200
+++ /var/tmp/diff_new_pack.Zwzdf0/_new  2015-06-02 10:12:07.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package strongswan
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -82,6 +82,7 @@
 Patch3: %{name}_fipscheck.patch
 Patch4: %{name}_fipsfilter.patch
 %endif
+Patch5: %{name}-5.2.2-5.3.0_unknown_payload.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  bison
 BuildRequires:  curl-devel
@@ -291,6 +292,7 @@
 %if %{with fipscheck}
 %patch3 -p0
 %patch4 -p1
+%patch5 -p1
 %endif
 sed -e 's|@libexecdir@|%_libexecdir|g'\
   $RPM_SOURCE_DIR/strongswan.init.in \

++ strongswan-5.2.2-5.3.0_unknown_payload.patch ++
From 7733b99198111ef1f30a964e15e93cb1e6d27a85 Mon Sep 17 00:00:00 2001
From: Tobias Brunner tob...@strongswan.org
Date: Fri, 15 May 2015 11:15:57 +0200
References: bsc#931272,CVE-2015-3991
Subject: [PATCH] unknown-payload: Use a new private payload type and make
 original type available

This fixes a DoS and potential remote code execution vulnerability that was
caused because the original payload type that was returned previously was
used to cast such payload objects to payloads of the indicated type (e.g.
when logging notify payloads with a payload type for the wrong IKE version).

Fixes CVE-2015-3991.
---
 src/libcharon/encoding/message.c  |  2 +-
 src/libcharon/encoding/payloads/payload.c |  2 ++
 src/libcharon/encoding/payloads/payload.h |  7 ++-
 src/libcharon/encoding/payloads/unknown_payload.c |  8 
 src/libcharon/encoding/payloads/unknown_payload.h |  8 
 src/libcharon/sa/ikev2/task_manager_v2.c  | 18 ++
 6 files changed, 35 insertions(+), 10 deletions(-)

diff --git a/src/libcharon/encoding/message.c b/src/libcharon/encoding/message.c
index 1ee2cf81b035..478f531eae28 100644
--- a/src/libcharon/encoding/message.c
+++ b/src/libcharon/encoding/message.c
@@ -2513,7 +2513,7 @@ static status_t decrypt_payloads(private_message_t *this, 
keymat_t *keymat)
was_encrypted = encrypted fragment payload;
}
 
-   if (payload_is_known(type, this-major_version)  
!was_encrypted 
+   if (type != PL_UNKNOWN  !was_encrypted 
!is_connectivity_check(this, payload) 
this-exchange_type != AGGRESSIVE)
{
diff --git a/src/libcharon/encoding/payloads/payload.c 
b/src/libcharon/encoding/payloads/payload.c
index a1cd2f945588..f7c2754e05c3 100644
--- a/src/libcharon/encoding/payloads/payload.c
+++ b/src/libcharon/encoding/payloads/payload.c
@@ -97,6 +97,7 @@ ENUM_NEXT(payload_type_names, PLV1_NAT_D_DRAFT_00_03, 
PLV1_FRAGMENT, PLV2_FRAGME
 #endif /* ME */
 ENUM_NEXT(payload_type_names, PL_HEADER, PLV1_ENCRYPTED, PLV1_FRAGMENT,
HEADER,
+   UNKNOWN,
PROPOSAL_SUBSTRUCTURE,
PROPOSAL_SUBSTRUCTURE_V1,
TRANSFORM_SUBSTRUCTURE,
@@ -167,6 +168,7 @@ ENUM_NEXT(payload_type_short_names, PLV1_NAT_D_DRAFT_00_03, 
PLV1_FRAGMENT, PLV2_
 #endif /* ME */
 ENUM_NEXT(payload_type_short_names, PL_HEADER, PLV1_ENCRYPTED, PLV1_FRAGMENT,
HDR,
+   UNKN,
PROP,
PROP,
TRANS,
diff --git a/src/libcharon/encoding/payloads/payload.h 
b/src/libcharon/encoding/payloads/payload.h
index 920779bd1032..72003894f307 100644
--- a/src/libcharon/encoding/payloads/payload.h
+++ b/src/libcharon/encoding/payloads/payload.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007 Tobias Brunner

commit gpsbabel for openSUSE:Factory

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package gpsbabel for openSUSE:Factory 
checked in at 2015-06-02 10:04:55

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


Package is gpsbabel

Changes:

--- /work/SRC/openSUSE:Factory/gpsbabel/gpsbabel.changes2015-05-28 
09:56:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.gpsbabel.new/gpsbabel.changes   2015-06-02 
10:04:57.0 +0200
@@ -1,0 +2,31 @@
+Sun May 31 17:33:36 UTC 2015 - tchva...@suse.com
+
+- Use qmake macro and obey cflags
+
+---
+Fri May 29 08:49:30 UTC 2015 - dg...@suse.com
+
+- Defined icon and translation directories in %files section
+  on spec file
+
+---
+Thu May 28 15:28:54 UTC 2015 - dg...@suse.com
+
+- Spec file modified to refrect changes about icon and desktop file
+- Added the gpsbabel.png 
+
+---
+Thu May 28 14:27:29 UTC 2015 - dg...@suse.com
+
+- Added missing packages for gui version to spec file
+  * libqt5-qtwebkit
+  * shapelib-devel
+  * update-desktop-files
+  * autoconf
+- Added patches
+  * 0002-gpsbabel-1.4.3-use-system-shapelib.patch
+  * 0003-gpsbabel-1.4.3-gmapbase.patch
+  * 0004-gpsbabel-1.4.3-nosolicitation.patch
+  * 0006-Use-system-zlib.patch
+
+---

New:

  0002-gpsbabel-1.4.3-use-system-shapelib.patch
  0003-gpsbabel-1.4.3-gmapbase.patch
  0004-gpsbabel-1.4.3-nosolicitation.patch
  0006-Use-system-zlib.patch
  gpsbabel.png
  style3.css



Other differences:
--
++ gpsbabel.spec ++
--- /var/tmp/diff_new_pack.d7WFVy/_old  2015-06-02 10:04:58.0 +0200
+++ /var/tmp/diff_new_pack.d7WFVy/_new  2015-06-02 10:04:58.0 +0200
@@ -16,23 +16,41 @@
 #
 
 
+%global translationdir %{_datadir}/qt5/translations
 Name:   gpsbabel
-Url:http://www.gpsbabel.org/
 Version:1.5.2
 Release:0
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Converts GPS waypoint, route and track data from one format 
type to another
 License:GPL-2.0+
 Group:  Hardware/Other
+Url:http://www.gpsbabel.org/
 Source: %{name}-%{version}.tar.gz
 Source1:http://www.gpsbabel.org/htmldoc-1.5.0/%{name}-1.5.0.pdf
-BuildRequires:  libexpat-devel
+Source21:   style3.css
+Source2:%{name}.png
+# Use system shapelib - not suitable for upstream in this form.
+Patch2: 0002-gpsbabel-1.4.3-use-system-shapelib.patch
+# Pickup gmapbase.html from /usr/share/gpsbabel
+Patch3: 0003-gpsbabel-1.4.3-gmapbase.patch
+# No automatic phone home by default (RHBZ 668865)
+Patch4: 0004-gpsbabel-1.4.3-nosolicitation.patch
+# Use system zlib
+Patch6: 0006-Use-system-zlib.patch
+BuildRequires:  autoconf
 BuildRequires:  libqt5-qtbase-devel
-BuildRequires:  libqt5-qttools-devel
 BuildRequires:  libusb-devel
-BuildRequires:  zlib-devel
-#only for rebuilding documentation
-#BuildRequires: expat libxslt docbook-xsl-stylesheets fop java-1_6_0-sun
+BuildRequires:  shapelib-devel
+BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(Qt5CLucene)
+BuildRequires:  pkgconfig(Qt5Designer)
+BuildRequires:  pkgconfig(Qt5DesignerComponents)
+BuildRequires:  pkgconfig(Qt5Help)
+BuildRequires:  pkgconfig(Qt5UiTools)
+BuildRequires:  pkgconfig(Qt5WebKit)
+BuildRequires:  pkgconfig(Qt5WebKitWidgets)
+BuildRequires:  pkgconfig(expat)
+BuildRequires:  pkgconfig(zlib)
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 GPSBabel converts waypoints, tracks, and routes from one format to
@@ -51,24 +69,88 @@
 data that may (or may not be) placed on a map, such as waypoints,
 tracks, and routes.
 
+%package gui
+Summary:Qt GUI interface for GPSBabel
+Group:  Applications/Engineering
+Requires:   %{name} = %{version}-%{release}
+
+%description gui
+Qt GUI interface for GPSBabel
+
 %prep
 %setup -q
+# Use system shapelib instead of bundled partial shapelib
+rm -rf shapelib
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch6 -p1
+
+# Get rid of bundled zlib
+# configure --with-zlib=system is not enough,
+# building still accesses bundled zlib headers
+rm -rf zlib/*
+touch zlib/empty.in
+
+cp -p %{SOURCE21} gpsbabel.org-style3.css
+
+# Avoid calling autoconf from Makefile
+touch -r configure.in configure Makefile.in
+
+# Fixup categories for .desktop file
+sed -i \
+-e 's:Utility;::g' \
+gui/gpsbabel.desktop
 
 %build
 export CXXFLAGS=%{optflags} -fPIC
 %configure\
--with-zlib=system
-make
-#only for rebuilding 

commit ghc-network for openSUSE:Factory

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package ghc-network for openSUSE:Factory 
checked in at 2015-06-02 10:05:45

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


Package is ghc-network

Changes:

--- /work/SRC/openSUSE:Factory/ghc-network/ghc-network.changes  2015-05-21 
08:14:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-network.new/ghc-network.changes 
2015-06-02 10:05:46.0 +0200
@@ -1,0 +2,6 @@
+Sun May 31 20:06:52 UTC 2015 - mimi...@gmail.com
+
+- update to 2.6.2.0
+* no upstream changelog
+
+---

Old:

  network-2.6.1.0.tar.gz

New:

  network-2.6.2.0.tar.gz



Other differences:
--
++ ghc-network.spec ++
--- /var/tmp/diff_new_pack.bsxmad/_old  2015-06-02 10:05:47.0 +0200
+++ /var/tmp/diff_new_pack.bsxmad/_new  2015-06-02 10:05:47.0 +0200
@@ -21,7 +21,7 @@
 %bcond_with tests
 
 Name:   ghc-network
-Version:2.6.1.0
+Version:2.6.2.0
 Release:0
 Summary:Low-level networking interface
 License:BSD-3-Clause

++ network-2.6.1.0.tar.gz - network-2.6.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/network-2.6.1.0/Network/Socket/Types.hsc 
new/network-2.6.2.0/Network/Socket/Types.hsc
--- old/network-2.6.1.0/Network/Socket/Types.hsc2015-05-07 
09:20:56.0 +0200
+++ new/network-2.6.2.0/Network/Socket/Types.hsc2015-05-29 
13:13:34.0 +0200
@@ -32,6 +32,7 @@
 
 -- * Socket addresses
 , SockAddr(..)
+, isSupportedSockAddr
 , HostAddress
 #if defined(IPV6_SOCKET_SUPPORT)
 , HostAddress6
@@ -801,28 +802,40 @@
 type ScopeID = Word32
 #endif
 
+-- | The existence of a constructor does not necessarily imply that
+-- that socket address type is supported on your system: see
+-- 'isSupportedSockAddr'.
 data SockAddr   -- C Names
   = SockAddrInet
 PortNumber  -- sin_port  (network byte order)
 HostAddress -- sin_addr  (ditto)
-#if defined(IPV6_SOCKET_SUPPORT)
   | SockAddrInet6
 PortNumber  -- sin6_port (network byte order)
 FlowInfo-- sin6_flowinfo (ditto)
 HostAddress6-- sin6_addr (ditto)
 ScopeID -- sin6_scope_id (ditto)
-#endif
-#if defined(DOMAIN_SOCKET_SUPPORT)
   | SockAddrUnix
 String  -- sun_path
-#endif
-#if defined(AF_CAN)
   | SockAddrCan
 Int32   -- can_ifindex (can be get by 
Network.BSD.ifNameToIndex can0)
 -- TODO: Extend this to include transport protocol information
-#endif
   deriving (Eq, Ord, Typeable)
 
+-- | Is the socket address type supported on this system?
+isSupportedSockAddr :: SockAddr - Bool
+isSupportedSockAddr addr = case addr of
+  SockAddrInet {} - True
+#if defined(IPV6_SOCKET_SUPPORT)
+  SockAddrInet6 {} - True
+#endif
+#if defined(DOMAIN_SOCKET_SUPPORT)
+  SockAddrUnix{} - True
+#endif
+#if defined(AF_CAN)
+  SockAddrCan{} - True
+#endif
+  _ - False
+
 #if defined(WITH_WINSOCK) || defined(cygwin32_HOST_OS)
 type CSaFamily = (#type unsigned short)
 #elif defined(darwin_HOST_OS)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/network-2.6.1.0/Network/Socket.hsc 
new/network-2.6.2.0/Network/Socket.hsc
--- old/network-2.6.1.0/Network/Socket.hsc  2015-05-07 09:20:56.0 
+0200
+++ new/network-2.6.2.0/Network/Socket.hsc  2015-05-29 13:13:34.0 
+0200
@@ -33,6 +33,7 @@
 , SocketType(..)
 , isSupportedSocketType
 , SockAddr(..)
+, isSupportedSockAddr
 , SocketStatus(..)
 , HostAddress
 #if defined(IPV6_SOCKET_SUPPORT)
@@ -792,6 +793,7 @@
 | RecvTimeOut   -- ^ SO_RCVTIMEO
 | SendTimeOut   -- ^ SO_SNDTIMEO
 | UseLoopBack   -- ^ SO_USELOOPBACK
+| UserTimeout   -- ^ TCP_USER_TIMEOUT
 | IPv6Only  -- ^ IPV6_V6ONLY
 | CustomSockOpt (CInt, CInt)
 deriving (Show, Typeable)
@@ -881,6 +883,9 @@
 #ifdef TCP_NODELAY
 Just NoDelay   - Just ((#const IPPROTO_TCP), (#const TCP_NODELAY))
 #endif
+#ifdef TCP_USER_TIMEOUT
+Just UserTimeout   - Just ((#const IPPROTO_TCP), (#const 
TCP_USER_TIMEOUT))
+#endif
 #ifdef TCP_CORK
 Just Cork  - Just ((#const IPPROTO_TCP), (#const TCP_CORK))
 #endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/network-2.6.1.0/configure.ac 
new/network-2.6.2.0/configure.ac
--- old/network-2.6.1.0/configure.ac2015-05-07 09:20:56.0 +0200
+++ new/network-2.6.2.0/configure.ac2015-05-29 13:13:34.0 +0200
@@ -35,7 +35,7 @@
 
 dnl ** check for specific header (.h) files that we 

commit ghc-network-info for openSUSE:Factory

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package ghc-network-info for 
openSUSE:Factory checked in at 2015-06-02 10:05:29

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


Package is ghc-network-info

Changes:

--- /work/SRC/openSUSE:Factory/ghc-network-info/ghc-network-info.changes
2015-05-27 12:44:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-network-info.new/ghc-network-info.changes   
2015-06-02 10:05:30.0 +0200
@@ -1,0 +2,5 @@
+Sun May 31 20:02:50 UTC 2015 - mimi...@gmail.com
+
+- update to 0.2.0.6 
+
+---

Old:

  network-info-0.2.0.5.tar.gz

New:

  network-info-0.2.0.6.tar.gz



Other differences:
--
++ ghc-network-info.spec ++
--- /var/tmp/diff_new_pack.OIHCmY/_old  2015-06-02 10:05:31.0 +0200
+++ /var/tmp/diff_new_pack.OIHCmY/_new  2015-06-02 10:05:31.0 +0200
@@ -15,15 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %global pkg_name network-info
 
-Name:   ghc-%{pkg_name}
-Version:0.2.0.5
+Name:   ghc-network-info
+Version:0.2.0.6
 Release:0
 Summary:Access the local computer's basic network configuration
+License:BSD-3-Clause
 Group:  System/Libraries
 
-License:BSD-3-Clause
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -56,31 +57,24 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
 %doc README.mkd
 
-
 %changelog

++ network-info-0.2.0.5.tar.gz - network-info-0.2.0.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/network-info-0.2.0.5/cbits/network-unix.c 
new/network-info-0.2.0.6/cbits/network-unix.c
--- old/network-info-0.2.0.5/cbits/network-unix.c   2014-06-21 
11:55:52.0 +0200
+++ new/network-info-0.2.0.6/cbits/network-unix.c   2015-05-26 
03:48:46.0 +0200
@@ -18,10 +18,12 @@
 # define AF_PACKET AF_LINK
 #  endif
 #   endif
-#   ifdef __sun
+#   if defined(__sun) || defined(__GNU__)
 #  include net/if_arp.h
-#  include unistd.h
 #  include stropts.h
+#   endif
+#   ifdef __sun
+#  include unistd.h
 #  include sys/sockio.h
 #   endif
 #endif
@@ -33,7 +35,7 @@
 #include network.h
 #include common.h
 
-#if defined(__sun) || !defined(AF_PACKET)
+#if defined(__sun) || (!defined(AF_PACKET)  defined(SIOCGARP))
 int maccopy_arp(unsigned char *dst, struct sockaddr *addr)
 {
 // SOURCE DERIVED FROM: http://www.pauliesworld.org/project/getmac.c
@@ -130,14 +132,14 @@
 family = addr-sa_family;
 if (family == AF_INET) {
 ipv4copy(n-ip_address, addr);
-#if defined(__sun) || !defined(AF_PACKET)
+#if defined(__sun) || (!defined(AF_PACKET)  defined(SIOCGARP))
 if ((ifa-ifa_flags  IFF_LOOPBACK) == 0) {
 maccopy_arp(n-mac_address, addr);
 }
 #endif
 } else if (family == AF_INET6) {
 ipv6copy(n-ip6_address, addr);
-#if defined(__sun) || !defined(AF_PACKET)
+#if defined(__sun) || (!defined(AF_PACKET)  defined(SIOCGARP))
 if ((ifa-ifa_flags  IFF_LOOPBACK) == 0) {
 maccopy_arp(n-mac_address, addr);
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/network-info-0.2.0.5/network-info.cabal 
new/network-info-0.2.0.6/network-info.cabal
--- old/network-info-0.2.0.5/network-info.cabal 2014-06-21 11:55:52.0 
+0200
+++ new/network-info-0.2.0.6/network-info.cabal 2015-05-26 03:48:46.0 
+0200
@@ -1,5 +1,5 @@
 name:   network-info
-version:0.2.0.5
+version:0.2.0.6
 synopsis:   Access the local computer's basic network configuration
 
 description:This library provides simple read-only access to the




commit ghc-x509 for openSUSE:Factory

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package ghc-x509 for openSUSE:Factory 
checked in at 2015-06-02 10:05:12

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


Package is ghc-x509

Changes:

--- /work/SRC/openSUSE:Factory/ghc-x509/ghc-x509.changes2015-05-21 
08:38:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-x509.new/ghc-x509.changes   2015-06-02 
10:05:13.0 +0200
@@ -1,0 +2,5 @@
+Sun May 31 19:47:07 UTC 2015 - mimi...@gmail.com
+
+- update to 1.5.1 
+
+---

Old:

  x509-1.5.0.1.tar.gz

New:

  x509-1.5.1.tar.gz



Other differences:
--
++ ghc-x509.spec ++
--- /var/tmp/diff_new_pack.hjizCF/_old  2015-06-02 10:05:14.0 +0200
+++ /var/tmp/diff_new_pack.hjizCF/_new  2015-06-02 10:05:14.0 +0200
@@ -15,17 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %global pkg_name x509
 
 %bcond_with tests
 
 Name:   ghc-x509
-Version:1.5.0.1
+Version:1.5.1
 Release:0
 Summary:X509 reader and writer
+License:BSD-3-Clause
 Group:  System/Libraries
 
-License:BSD-3-Clause
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -71,36 +72,28 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
 %if %{with tests}
 %cabal test
 %endif
 
-
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
 
-
 %changelog

++ x509-1.5.0.1.tar.gz - x509-1.5.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/x509-1.5.0.1/Data/X509/AlgorithmIdentifier.hs 
new/x509-1.5.1/Data/X509/AlgorithmIdentifier.hs
--- old/x509-1.5.0.1/Data/X509/AlgorithmIdentifier.hs   2014-10-20 
06:09:06.0 +0200
+++ new/x509-1.5.1/Data/X509/AlgorithmIdentifier.hs 2015-05-30 
07:41:48.0 +0200
@@ -55,6 +55,8 @@
 , ([1,2,840,113549,1,1,2], SignatureALG HashMD2 PubKeyALG_RSA)
 , ([1,2,840,113549,1,1,11], SignatureALG HashSHA256 PubKeyALG_RSA)
 , ([1,2,840,113549,1,1,12], SignatureALG HashSHA384 PubKeyALG_RSA)
+, ([1,2,840,113549,1,1,13], SignatureALG HashSHA512 PubKeyALG_RSA)
+, ([1,2,840,113549,1,1,14], SignatureALG HashSHA224 PubKeyALG_RSA)
 , ([1,2,840,10040,4,3],SignatureALG HashSHA1 PubKeyALG_DSA)
 , ([1,2,840,10045,4,3,1],  SignatureALG HashSHA224 PubKeyALG_ECDSA)
 , ([1,2,840,10045,4,3,2],  SignatureALG HashSHA256 PubKeyALG_ECDSA)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/x509-1.5.0.1/Data/X509/Cert.hs 
new/x509-1.5.1/Data/X509/Cert.hs
--- old/x509-1.5.0.1/Data/X509/Cert.hs  2014-10-20 06:09:06.0 +0200
+++ new/x509-1.5.1/Data/X509/Cert.hs2015-05-30 07:41:48.0 +0200
@@ -12,7 +12,7 @@
 module Data.X509.Cert (Certificate(..)) where
 
 import Data.ASN1.Types
-import Data.Hourglass (DateTime)
+import Data.Hourglass (DateTime, TimezoneOffset(TimezoneOffset))
 import Control.Applicative (($), (*))
 import Data.X509.Internal
 import Data.X509.PublicKey
@@ -41,7 +41,7 @@
 , certSerial   :: Integer-- ^ Serial number
 , certSignatureAlg :: SignatureALG   -- ^ Signature algorithm
 , certIssuerDN :: DistinguishedName  -- ^ Issuer DN
-, certValidity :: (DateTime, DateTime)   -- ^ Validity period
+, certValidity :: (DateTime, DateTime)   -- ^ Validity period (UTC)
 , certSubjectDN:: DistinguishedName  -- ^ Subject DN
 , certPubKey   :: PubKey -- ^ Public key
 , certExtensions   :: Extensions -- ^ Extensions
@@ -104,8 +104,8 @@
 eAlgId= toASN1 (certSignatureAlg cert) []
 eIssuer   = toASN1 (certIssuerDN cert) []
 (t1, t2)  = certValidity cert
-eValidity = asn1Container Sequence [ASN1Time TimeGeneralized t1 Nothing
-   ,ASN1Time TimeGeneralized t2 
Nothing]
+eValidity = asn1Container Sequence [ASN1Time TimeGeneralized t1 (Just 
(TimezoneOffset 0))
+   ,ASN1Time TimeGeneralized t2 (Just 
(TimezoneOffset 0))]
 eSubject  = toASN1 (certSubjectDN cert) []
 epkinfo   = toASN1 

commit hlint for openSUSE:Factory

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package hlint for openSUSE:Factory checked 
in at 2015-06-02 10:06:18

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


Package is hlint

Changes:

--- /work/SRC/openSUSE:Factory/hlint/hlint.changes  2015-05-21 
08:38:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.hlint.new/hlint.changes 2015-06-02 
10:06:19.0 +0200
@@ -1,0 +2,8 @@
+Sun May 31 20:20:29 UTC 2015 - mimi...@gmail.com
+
+- update to 1.9.21
+* ignore a BOM if it exists
+* don't find files starting with . when searching directories
+* Suggest concat even if the [] is written 
+
+---

Old:

  hlint-1.9.20.tar.gz

New:

  hlint-1.9.21.tar.gz



Other differences:
--
++ hlint.spec ++
--- /var/tmp/diff_new_pack.SaoFhr/_old  2015-06-02 10:06:20.0 +0200
+++ /var/tmp/diff_new_pack.SaoFhr/_new  2015-06-02 10:06:20.0 +0200
@@ -20,7 +20,7 @@
 # no useful debuginfo for Haskell packages without C sources
 %global debug_package %{nil}
 Name:   hlint
-Version:1.9.20
+Version:1.9.21
 Release:0
 Summary:Source code suggestions
 License:BSD-3-Clause

++ hlint-1.9.20.tar.gz - hlint-1.9.21.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hlint-1.9.20/CHANGES.txt new/hlint-1.9.21/CHANGES.txt
--- old/hlint-1.9.20/CHANGES.txt2015-04-21 12:27:15.0 +0200
+++ new/hlint-1.9.21/CHANGES.txt2015-05-26 11:47:36.0 +0200
@@ -1,5 +1,9 @@
 Changelog for HLint
 
+1.9.21
+#130, ignore a BOM if it exists
+#128, don't find files starting with . when searching directories
+Suggest concat even if the [] is written 
 1.9.20
 #122, fix the zipWith/repeat hint
 1.9.19
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hlint-1.9.20/data/Default.hs 
new/hlint-1.9.21/data/Default.hs
--- old/hlint-1.9.20/data/Default.hs2015-04-21 12:27:15.0 +0200
+++ new/hlint-1.9.21/data/Default.hs2015-05-26 11:47:36.0 +0200
@@ -108,7 +108,9 @@
 -- error = take (length x - 1) x == init x -- not true for x == []
 error = isPrefixOf (reverse x) (reverse y) == isSuffixOf x y
 error = foldr (++) [] == concat
+error = foldr (++)  == concat
 error = foldl (++) [] == concat where note = IncreasesLaziness
+error = foldl (++)  == concat where note = IncreasesLaziness
 error = foldl f (head x) (tail x) == foldl1 f x
 error = foldr f (last x) (init x) == foldr1 f x
 error = span (not . p) == break p
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hlint-1.9.20/hlint.cabal new/hlint-1.9.21/hlint.cabal
--- old/hlint-1.9.20/hlint.cabal2015-04-21 12:27:15.0 +0200
+++ new/hlint-1.9.21/hlint.cabal2015-05-26 11:47:36.0 +0200
@@ -1,7 +1,7 @@
 cabal-version:  = 1.6
 build-type: Simple
 name:   hlint
-version:1.9.20
+version:1.9.21
 license:BSD3
 license-file:   LICENSE
 category:   Development
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hlint-1.9.20/src/CmdLine.hs 
new/hlint-1.9.21/src/CmdLine.hs
--- old/hlint-1.9.20/src/CmdLine.hs 2015-04-21 12:27:15.0 +0200
+++ new/hlint-1.9.21/src/CmdLine.hs 2015-05-26 11:47:36.0 +0200
@@ -210,9 +210,10 @@
 getFile (p:ath) exts file = do
 isDir - doesDirectoryExist $ p \ file
 if isDir then do
-let avoid x = let y = takeFileName x in _ `isPrefixOf` y || (. 
`isPrefixOf` y  not (all (== '.') y))
-xs - listFilesInside (return . not . avoid) $ p \ file
-return [x | x - xs, drop 1 (takeExtension x) `elem` exts]
+let avoidDir x = let y = takeFileName x in _ `isPrefixOf` y || (. 
`isPrefixOf` y  not (all (== '.') y))
+avoidFile x = let y = takeFileName x in . `isPrefixOf` y
+xs - listFilesInside (return . not . avoidDir) $ p \ file
+return [x | x - xs, drop 1 (takeExtension x) `elem` exts, not $ 
avoidFile x]
  else do
 isFil - doesFileExist $ p \ file
 if isFil then return [p \ file]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hlint-1.9.20/src/HSE/All.hs 
new/hlint-1.9.21/src/HSE/All.hs
--- old/hlint-1.9.20/src/HSE/All.hs 2015-04-21 12:27:15.0 +0200
+++ new/hlint-1.9.21/src/HSE/All.hs 2015-05-26 11:47:36.0 +0200
@@ -67,6 +67,7 @@
 parseModuleEx :: ParseFlags - FilePath - Maybe String - IO (Either 
ParseError (Module SrcSpanInfo, [Comment]))
 

commit mathgl for openSUSE:Factory

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package mathgl for openSUSE:Factory checked 
in at 2015-06-02 10:09:37

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


Package is mathgl

Changes:

--- /work/SRC/openSUSE:Factory/mathgl/mathgl.changes2015-03-28 
18:38:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.mathgl.new/mathgl.changes   2015-06-02 
10:09:38.0 +0200
@@ -1,0 +2,5 @@
+Sun May 31 09:56:08 UTC 2015 - dmitr...@opensuse.org
+
+- Disable Octave module due to swig incompatibility with Octave 4.0
+
+---



Other differences:
--
++ mathgl.spec ++
--- /var/tmp/diff_new_pack.bvYzXe/_old  2015-06-02 10:09:39.0 +0200
+++ /var/tmp/diff_new_pack.bvYzXe/_new  2015-06-02 10:09:39.0 +0200
@@ -63,7 +63,7 @@
 BuildRequires:  libtiff-devel
 BuildRequires:  libtool
 BuildRequires:  lua51-devel
-BuildRequires:  octave-devel
+# BuildRequires:  octave-devel
 BuildRequires:  openmpi-devel
 BuildRequires:  python-devel
 BuildRequires:  python-numpy-devel
@@ -100,6 +100,8 @@
 Summary:MathGL is a cross-platform library for making high-quality 
scientific graphics
 Group:  System/Libraries
 Requires:   %{name}-fonts = %{version}
+# FIXME temporary, octave-mathgl is inconsistent with octave 4.0
+Obsoletes:  octave-mathgl
 
 %description -n %{libname}%{libversion}
 MathGL is a cross-platform library for making high-quality scientific
@@ -311,19 +313,19 @@
 
 This package provides lua interface for MathGL.
 
-%package -n octave-mathgl
-Summary:Octave interface for MathGL library
-Group:  Productivity/Scientific/Other
-Requires:   octave
-
-%description -n octave-mathgl
-MathGL is a cross-platform library for making high-quality scientific
-graphics. It provides fast data plotting and handling of large data
-arrays, as well as  window and console modes and for easy embedding
-into other programs. MathGL integrates into FLTK, Qt and
-OpenGL applications.
-
-This package provides Octave interface for MathGL.
+# %%package -n octave-mathgl
+# Summary:Octave interface for MathGL library
+# Group:  Productivity/Scientific/Other
+# Requires:   octave
+# 
+# %%description -n octave-mathgl
+# MathGL is a cross-platform library for making high-quality scientific
+# graphics. It provides fast data plotting and handling of large data
+# arrays, as well as  window and console modes and for easy embedding
+# into other programs. MathGL integrates into FLTK, Qt and
+# OpenGL applications.
+# 
+# This package provides Octave interface for MathGL.
 
 %package -n python-mathgl
 Summary:Libraries and header files for MathGL library
@@ -439,7 +441,7 @@
   %endif
   -Denable-python=on  \
   -Denable-lua=on \
-  -Denable-octave=on  \
+  -Denable-octave=off \
   -Denable-octave-install=off \
   -Denable-mgltex=on  \
   -Denable-doc-html=on\
@@ -454,14 +456,14 @@
 %install
 %make_install
 
-export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:%{buildroot}%{_libdir}
-# # Install octave-mathgl
-mkdir -p %{buildroot}%{_libdir}/octave/packages
-mkdir -p %{buildroot}%{_datadir}/octave/packages
-octave %{octave_args} --eval pkg prefix 
%{buildroot}%{_datadir}/octave/packages %{buildroot}%{_libdir}/octave/packages; 
pkg install lang/%{name}.tar.gz
-# rm %%{buildroot}%%{_datadir}/octave/packages/*/packinfo/.autoload
-# remove octave module archive
-rm %{buildroot}%{_datadir}/%{name}/%{name}.tar.gz
+# export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:%%{buildroot}%%{_libdir}
+# # # Install octave-mathgl
+# mkdir -p %%{buildroot}%%{_libdir}/octave/packages
+# mkdir -p %%{buildroot}%%{_datadir}/octave/packages
+# octave %%{octave_args} --eval pkg prefix 
%%{buildroot}%%{_datadir}/octave/packages 
%%{buildroot}%%{_libdir}/octave/packages; pkg install lang/%%{name}.tar.gz
+# # rm %%{buildroot}%%{_datadir}/octave/packages/*/packinfo/.autoload
+# # remove octave module archive
+# rm %%{buildroot}%%{_datadir}/%%{name}/%%{name}.tar.gz
 
 # Install docs
 install -m 644 {AUTHORS,ChangeLog.txt,README,COPYING} 
%{buildroot}%{_docdir}/%{name}/
@@ -524,11 +526,11 @@
 
 %postun -n %{libname}-wx%{libversion} -p /sbin/ldconfig
 
-%post -n octave-mathgl
-octave -qf %{octave_args} --eval pkg rebuild -auto mathgl
+# %%post -n octave-mathgl
+# octave -qf %%{octave_args} --eval pkg rebuild -auto mathgl
 
-%postun -n octave-mathgl
-octave -qf %{octave_args} --eval pkg rebuild
+# %%postun -n octave-mathgl
+# octave -qf %%{octave_args} --eval pkg 

commit calibre for openSUSE:Factory

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package calibre for openSUSE:Factory checked 
in at 2015-06-02 10:10:27

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


Package is calibre

Changes:

--- /work/SRC/openSUSE:Factory/calibre/calibre.changes  2015-05-29 
10:47:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.calibre.new/calibre.changes 2015-06-02 
10:10:29.0 +0200
@@ -1,0 +2,37 @@
+Mon Jun  1 11:13:26 UTC 2015 - corne...@solcon.nl
+
+- Added BuildRequires: libopenssl-devel to fix build
+
+---
+Mon Jun  1 10:44:57 UTC 2015 - corne...@solcon.nl
+
+- Update to version 2.29.0:
+  * New Features:
+- Allow opening the full Tag Editor dialog directly from the
+  book list by holding down the Shift key while starting an
+  edit of a tag-like field. For example, click on the tags
+  field for a book and press Shift-F2.
+- Tag Browser: Allow undoing the deletion of items in the
+  Manage categories window.
+- calibredb add: Allow setting arbitrary identifiers, not just
+  ISBN.
+- Add a 'Retry' button to the news download failed error
+  message.
+* Bug Fixes:
+- DOCX Output: Detect the common idiom of placing centered
+  images as inline images inside a containing centered block
+  and render the resulting image as a floating centered image
+  in the DOCX file.
+- DOCX Output: Fix incorrect handling of bold/italic in
+  paragraphs where the majority of text is either bold or
+  italic instead of normal.
+- Table of Contents editor: Fix save/load of settings in the
+  XPath wizard not working across restarts.
+- Get Books: Update the Kobo Store plugin for website changes.
+* Improved news sources:
+  - Popular Science
+  - General Knowledge Today
+  - Scientific American
+  - Wired Magazine
+
+---

Old:

  calibre-2.28.0.tar.xz

New:

  calibre-2.29.0.tar.xz



Other differences:
--
++ calibre.spec ++
--- /var/tmp/diff_new_pack.XPbDDc/_old  2015-06-02 10:10:30.0 +0200
+++ /var/tmp/diff_new_pack.XPbDDc/_new  2015-06-02 10:10:30.0 +0200
@@ -20,7 +20,7 @@
 License:GPL-3.0
 Group:  Productivity/Other
 Name:   calibre
-Version:2.28.0
+Version:2.29.0
 Release:0
 Url:http://calibre-ebook.com
 Source0:
http://download.calibre-ebook.com/%{version}/calibre-%{version}.tar.xz
@@ -52,6 +52,7 @@
 BuildRequires:  libQt5PlatformSupport-private-headers-devel
 BuildRequires:  libicu-devel = 4.4
 BuildRequires:  libmtp-devel
+BuildRequires:  libopenssl-devel
 BuildRequires:  libpodofo-devel = 0.8.2
 BuildRequires:  libpoppler-devel = 0.20.2
 BuildRequires:  libwmf-devel = 0.2.8

++ calibre-2.28.0.tar.xz - calibre-2.29.0.tar.xz ++
/work/SRC/openSUSE:Factory/calibre/calibre-2.28.0.tar.xz 
/work/SRC/openSUSE:Factory/.calibre.new/calibre-2.29.0.tar.xz differ: char 26, 
line 1





commit nlopt for openSUSE:Factory

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package nlopt for openSUSE:Factory checked 
in at 2015-06-02 10:09:21

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


Package is nlopt

Changes:

--- /work/SRC/openSUSE:Factory/nlopt/nlopt.changes  2014-11-14 
09:19:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.nlopt.new/nlopt.changes 2015-06-02 
10:09:22.0 +0200
@@ -1,0 +2,5 @@
+Sun May 31 20:41:37 UTC 2015 - dmitr...@opensuse.org
+
+- Disable Octave module due to incompatibility with Octave 4.0
+
+---



Other differences:
--
++ nlopt.spec ++
--- /var/tmp/diff_new_pack.P3ZTre/_old  2015-06-02 10:09:23.0 +0200
+++ /var/tmp/diff_new_pack.P3ZTre/_new  2015-06-02 10:09:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nlopt
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -31,7 +31,7 @@
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  hdf5-devel
-BuildRequires:  octave-devel
+# BuildRequires:  octave-devel
 BuildRequires:  pkgconfig
 BuildRequires:  python-numpy-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -45,6 +45,8 @@
 %package -n lib%{name}0
 Summary:A library for nonlinear optimization
 Group:  System/Libraries
+# FIXME temporary, octave-nlopt_optimize is inconsistent with octave 4.0
+Obsoletes:  octave-nlopt_optimize
 
 %description -n lib%{name}0
 NLopt is a free/open-source library for nonlinear optimization,
@@ -74,18 +76,18 @@
 
 This package contains Python interface to NLopt library.
 
-%package -n octave-nlopt_optimize
-Summary:Octave interface to nonlinear optimization libray
-Group:  Productivity/Scientific/Math
-Requires:   octave
-
-%description -n octave-nlopt_optimize
-NLopt is a free/open-source library for nonlinear optimization,
-providing a common interface for a number of different free
-optimization routines available online as well as original
-implementations of various other algorithms.
-
-This package contains Octave interface to NLopt library.
+# %%package -n octave-nlopt_optimize
+# Summary:Octave interface to nonlinear optimization libray
+# Group:  Productivity/Scientific/Math
+# Requires:   octave
+# 
+# %%description -n octave-nlopt_optimize
+# NLopt is a free/open-source library for nonlinear optimization,
+# providing a common interface for a number of different free
+# optimization routines available online as well as original
+# implementations of various other algorithms.
+# 
+# This package contains Octave interface to NLopt library.
 
 %prep
 %setup -q
@@ -123,13 +125,13 @@
 %doc COPYING
 %{python_sitearch}/*
 
-%files -n octave-nlopt_optimize
-%defattr(-,root,root,-)
-%doc COPYING
-%dir %{_libdir}/octave/*/site
-%dir %{_libdir}/octave/*/site/oct
-%dir %{_libdir}/octave/*/site/oct/*
-%{_libdir}/octave/*/site/oct/*/*.oct
-%{_datadir}/octave/*/site/m/*
+# %%files -n octave-nlopt_optimize
+# %%defattr(-,root,root,-)
+# %%doc COPYING
+# %%dir %%{_libdir}/octave/*/site
+# %%dir %%{_libdir}/octave/*/site/oct
+# %%dir %%{_libdir}/octave/*/site/oct/*
+# %%{_libdir}/octave/*/site/oct/*/*.oct
+# %%{_datadir}/octave/*/site/m/*
 
 %changelog




commit sddm for openSUSE:Factory

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package sddm for openSUSE:Factory checked in 
at 2015-06-02 10:00:57

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


Package is sddm

Changes:

--- /work/SRC/openSUSE:Factory/sddm/sddm.changes2015-05-11 
19:33:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.sddm.new/sddm.changes   2015-06-02 
10:00:59.0 +0200
@@ -1,0 +2,17 @@
+Mon Jun  1 08:13:54 UTC 2015 - dims...@opensuse.org
+
+- Do not split out a -lang package: the translations are not in
+  standard locations and having the -lang package confuses
+  bundle-lang-kde, which can't move the files to the bundle, thus
+  resulting in conflicting packages.
+
+---
+Mon May 25 17:39:12 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Add sddm-service-handle-plymouth.patch -- sddm has some rudimentary
+  support for plymouth handling, which only works with
+  plymouth-quit.service (the servce is not enabled on openSUSE).
+  For users of sddm.service, we need to issue plymouth quit command
+  by hand in this case
+
+---

New:

  sddm-service-handle-plymouth.patch



Other differences:
--
++ sddm.spec ++
--- /var/tmp/diff_new_pack.0s7sv7/_old  2015-06-02 10:01:00.0 +0200
+++ /var/tmp/diff_new_pack.0s7sv7/_new  2015-06-02 10:01:00.0 +0200
@@ -39,6 +39,9 @@
 # PATCH-FIX-OPENSUSE sysconfig-support.patch -- Support 
DISPLAYMANAGER_AUTOLOGIN entry from /etc/sysconfig/displaymanager, the value 
overwrites
 # any entry in sddm.conf/[Autologin]/User. Patch also defaults to 
plasma5.desktop as default autologin session. This is controlled only by 
sddm.conf file.
 Patch3: sysconfig-support.patch
+# PATCH-FIX-OPENSUSE sddm-service-handle-plymouth.patch -- sddm has some 
rudimentary support for plymouth handling, which only works with 
plymouth-quit.service
+# (the servce is not enabled on openSUSE). For users of sddm.service, we need 
to issue plymouth quit command by hand in this case
+Patch4: sddm-service-handle-plymouth.patch
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
@@ -55,7 +58,8 @@
 BuildRequires:  pkgconfig(xcb-xkb)
 Requires:   breeze
 Requires:   sddm-branding = %{version}
-Recommends: %{name}-lang
+# Merged the -lang package back into the main package
+Obsoletes:  %{name}-lang = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -90,13 +94,13 @@
 ability to create smooth, animated user interfaces. This package provides
 upstream branding for SDDM.
 
-%lang_package
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 %cmake \
@@ -160,6 +164,7 @@
 %{_datadir}/sddm/flags/
 %{_datadir}/sddm/scripts/
 %{_datadir}/sddm/themes/
+%{_datadir}/sddm/translations/
 %{_mandir}/man*/sddm*.*
 %ghost %attr(711,sddm,sddm) %dir %{_rundir}/sddm
 %attr(750,sddm,sddm) %dir %{_localstatedir}/lib/sddm
@@ -173,8 +178,4 @@
 %defattr(-,root,root)
 %doc COPYING* README*
 
-%files lang
-%defattr(-,root,root)
-%{_datadir}/sddm/translations/
-
 %changelog

++ sddm-service-handle-plymouth.patch ++
diff --git a/services/sddm.service.in b/services/sddm.service.in
index b0cea02..fffa5c2 100644
--- a/services/sddm.service.in
+++ b/services/sddm.service.in
@@ -6,6 +6,7 @@ After=systemd-user-sessions.service getty@tty1.service 
plymouth-quit.service
 
 [Service]
 ExecStart=@CMAKE_INSTALL_FULL_BINDIR@/sddm
+ExecStartPre=-@CMAKE_INSTALL_FULL_BINDIR@/plymouth quit --retain-splash
 Restart=always
 #PrivateTmp=yes
 



commit dbus-1-glib for openSUSE:Factory

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package dbus-1-glib for openSUSE:Factory 
checked in at 2015-06-02 09:59:53

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


Package is dbus-1-glib

Changes:

--- /work/SRC/openSUSE:Factory/dbus-1-glib/dbus-1-glib.changes  2014-02-20 
13:09:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.dbus-1-glib.new/dbus-1-glib.changes 
2015-06-02 09:59:54.0 +0200
@@ -1,0 +2,24 @@
+Sat May 30 19:36:36 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.104:
+  + Deprecations: Document the entire library as deprecated.
+  + Dependencies:
+- libdbus 1.8 is required.
+- GLib 2.32 is required.
+  + Enhancements:
+- The libdbus 1.8 dependency means we can now document that
+  dbus_g_thread_init() is idempotent and thread-safe
+  (fdo#54770).
+- Use g_cclosure_marshal_generic for all marshalling
+  (fdo#64214).
+  + Fixes:
+- Allow timeouts to be migrated from one main context to
+  another without an assertion failure (fdo#30574).
+- Don't trip a libdbus fatal warning if a Unix fd or other
+  unsupported type is encountered in a message (fdo#80557).
+- Make the tests pass with newer GLib by not removing removed
+  sources (fdo#83530).
+- Fix some typos in the documentation (fdo#45686).
+- Make the Autotools setup less awful (fdo#58698).
+
+---

Old:

  dbus-glib-0.102.tar.gz

New:

  dbus-glib-0.104.tar.gz



Other differences:
--
++ dbus-1-glib.spec ++
--- /var/tmp/diff_new_pack.1dJKQ7/_old  2015-06-02 09:59:55.0 +0200
+++ /var/tmp/diff_new_pack.1dJKQ7/_new  2015-06-02 09:59:55.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dbus-1-glib
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +18,15 @@
 
 Name:   dbus-1-glib
 Url:http://dbus.freedesktop.org/
-Version:0.102
+Version:0.104
 Release:0
 Summary:GLib-based library for using D-Bus
 License:AFL-2.1 or GPL-2.0+
 Group:  Development/Libraries/Other
 Source0:
http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-%{version}.tar.gz
 Source1:baselibs.conf
-BuildRequires:  dbus-1-devel
-BuildRequires:  glib2-devel
+BuildRequires:  dbus-1-devel = 1.8
+BuildRequires:  glib2-devel = 2.32
 BuildRequires:  libexpat-devel
 BuildRequires:  libselinux-devel
 Requires:   dbus-1

++ dbus-glib-0.102.tar.gz - dbus-glib-0.104.tar.gz ++
 18038 lines of diff (skipped)




commit ghc-JuicyPixels for openSUSE:Factory

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package ghc-JuicyPixels for openSUSE:Factory 
checked in at 2015-06-02 10:06:02

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


Package is ghc-JuicyPixels

Changes:

--- /work/SRC/openSUSE:Factory/ghc-JuicyPixels/ghc-JuicyPixels.changes  
2015-05-21 08:14:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-JuicyPixels.new/ghc-JuicyPixels.changes 
2015-06-02 10:06:03.0 +0200
@@ -1,0 +2,10 @@
+Sun May 31 20:15:22 UTC 2015 - mimi...@gmail.com
+
+- update to 3.2.5.1
+* Fixing: utf-8 encoding of Jpg/Types causing problems with Haddock.
+* Adding: Metadata extraction for various file format.
+* Adding: Metadata writing for various file format.
+* Adding: light EXIF mapping.
+* Fix: handling of Tiff with predictors (thanks to Patrick Pelletier)
+
+---

Old:

  JuicyPixels-3.2.4.tar.gz

New:

  JuicyPixels-3.2.5.1.tar.gz



Other differences:
--
++ ghc-JuicyPixels.spec ++
--- /var/tmp/diff_new_pack.7MpXUa/_old  2015-06-02 10:06:03.0 +0200
+++ /var/tmp/diff_new_pack.7MpXUa/_new  2015-06-02 10:06:03.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-JuicyPixels
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,7 +20,7 @@
 # no useful debuginfo for Haskell packages without C sources
 %global debug_package %{nil}
 Name:   ghc-JuicyPixels
-Version:3.2.4
+Version:3.2.5.1
 Release:0
 Summary:Picture loading/serialization 
 License:BSD-3-Clause
@@ -65,15 +65,12 @@
 %install
 %{ghc_lib_install}
 
-
 %post devel
 %{ghc_pkg_recache}
 
-
 %postun devel
 %{ghc_pkg_recache}
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE

++ JuicyPixels-3.2.4.tar.gz - JuicyPixels-3.2.5.1.tar.gz ++
 8853 lines of diff (skipped)




commit ghc-pandoc-types for openSUSE:Factory

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package ghc-pandoc-types for 
openSUSE:Factory checked in at 2015-06-02 10:06:51

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


Package is ghc-pandoc-types

Changes:

--- /work/SRC/openSUSE:Factory/ghc-pandoc-types/ghc-pandoc-types.changes
2015-05-21 08:11:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-pandoc-types.new/ghc-pandoc-types.changes   
2015-06-02 10:06:52.0 +0200
@@ -1,0 +2,10 @@
+Sun May 31 20:49:16 UTC 2015 - mimi...@gmail.com
+
+- change license file to COPYING 
+
+---
+Sun May 31 19:58:12 UTC 2015 - mimi...@gmail.com
+
+- update to 1.12.4.3
+
+---

Old:

  pandoc-types-1.12.4.2.tar.gz

New:

  pandoc-types-1.12.4.3.tar.gz



Other differences:
--
++ ghc-pandoc-types.spec ++
--- /var/tmp/diff_new_pack.pkwybm/_old  2015-06-02 10:06:54.0 +0200
+++ /var/tmp/diff_new_pack.pkwybm/_new  2015-06-02 10:06:54.0 +0200
@@ -19,7 +19,7 @@
 %global pkg_name pandoc-types
 
 Name:   ghc-pandoc-types
-Version:1.12.4.2
+Version:1.12.4.3
 Release:0
 Summary:Types for representing a structured document
 License:GPL-2.0
@@ -89,7 +89,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,-)
-%doc LICENSE 
+%doc COPYING 
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)

++ pandoc-types-1.12.4.2.tar.gz - pandoc-types-1.12.4.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pandoc-types-1.12.4.2/COPYING 
new/pandoc-types-1.12.4.3/COPYING
--- old/pandoc-types-1.12.4.2/COPYING   1970-01-01 01:00:00.0 +0100
+++ new/pandoc-types-1.12.4.3/COPYING   2015-05-29 00:40:19.0 +0200
@@ -0,0 +1,340 @@
+GNU GENERAL PUBLIC LICENSE
+   Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Library General Public License instead.)  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must show them these terms so they know their
+rights.
+
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary.  To prevent this, we have made it clear that any
+patent must be licensed for 

commit ghc-either for openSUSE:Factory

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package ghc-either for openSUSE:Factory 
checked in at 2015-06-02 10:06:34

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


Package is ghc-either

Changes:

--- /work/SRC/openSUSE:Factory/ghc-either/ghc-either.changes2015-05-21 
08:34:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-either.new/ghc-either.changes   
2015-06-02 10:06:35.0 +0200
@@ -1,0 +2,6 @@
+Sun May 31 20:28:19 UTC 2015 - mimi...@gmail.com
+
+- update to 4.3.4.1
+* Support `MonadRandom` 0.4
+
+---

Old:

  either-4.3.4.tar.gz

New:

  either-4.3.4.1.tar.gz



Other differences:
--
++ ghc-either.spec ++
--- /var/tmp/diff_new_pack.Liyda4/_old  2015-06-02 10:06:35.0 +0200
+++ /var/tmp/diff_new_pack.Liyda4/_new  2015-06-02 10:06:35.0 +0200
@@ -19,7 +19,7 @@
 %global pkg_name either
 
 Name:   ghc-either
-Version:4.3.4
+Version:4.3.4.1
 Release:0
 Summary:An either monad transformer
 License:BSD-3-Clause

++ either-4.3.4.tar.gz - either-4.3.4.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/either-4.3.4/CHANGELOG.markdown 
new/either-4.3.4.1/CHANGELOG.markdown
--- old/either-4.3.4/CHANGELOG.markdown 2015-05-15 14:42:08.0 +0200
+++ new/either-4.3.4.1/CHANGELOG.markdown   2015-05-29 07:59:29.0 
+0200
@@ -1,3 +1,7 @@
+4.3.4.1
+---
+* Support `MonadRandom` 0.4
+
 4.3.4
 -
 * Support `bifunctors` 5, `profunctors` 5, and `semigroupoids` 5.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/either-4.3.4/either.cabal 
new/either-4.3.4.1/either.cabal
--- old/either-4.3.4/either.cabal   2015-05-15 14:42:08.0 +0200
+++ new/either-4.3.4.1/either.cabal 2015-05-29 07:59:29.0 +0200
@@ -1,6 +1,6 @@
 name:  either
 category:  Control, Monads
-version:   4.3.4
+version:   4.3.4.1
 license:   BSD3
 cabal-version: = 1.6
 license-file:  LICENSE
@@ -32,7 +32,7 @@
 exceptions= 0.5   0.9,
 free  = 4.9   5,
 monad-control = 0.3.2 1.1,
-MonadRandom   = 0.1   0.4,
+MonadRandom   = 0.1   0.5,
 mtl   = 2.0   2.3,
 profunctors   = 4 6,
 semigroups= 0.8.3.1   1,




commit poedit for openSUSE:Factory

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2015-06-02 10:07:59

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


Package is poedit

Changes:

--- /work/SRC/openSUSE:Factory/poedit/poedit.changes2015-05-30 
12:34:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2015-06-02 
10:08:00.0 +0200
@@ -1,0 +2,5 @@
+Sun May 31 21:46:18 UTC 2015 - astie...@suse.com
+
+- fix some conditionals and options for non-default builds
+
+---



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.Yp1k9m/_old  2015-06-02 10:08:00.0 +0200
+++ /var/tmp/diff_new_pack.Yp1k9m/_new  2015-06-02 10:08:00.0 +0200
@@ -39,14 +39,14 @@
 Requires:   gettext-tools
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{with legacy_tm_migration}
+%if %{with legacy_tm_migration}
 BuildRequires:  db-devel = 4.7
 BuildRequires:  pkgconfig(expat)
 %endif
-%if 0%{with language_detection}
+%if %{with language_detection}
 BuildRequires:  cld2-devel
 %endif
-%if 0%{with crowdin_integration}
+%if %{with crowdin_integration}
 BuildRequires:  cpprest-devel = 2.5.0
 BuildRequires:  pkgconfig(libsecret-1)
 %endif
@@ -67,7 +67,7 @@
 export CXXFLAGS=%{optflags} -fno-strict-aliasing
 %configure \
 %if !%{with legacy_tm_migration}
-   --disable_legacy_tm \
+   --disable-legacytm \
 %endif
 %if !%{with language_detection}
--without-cld2 \
@@ -103,7 +103,9 @@
 %{_datadir}/icons/hicolor/*/*/*
 %{_datadir}/pixmaps/%{name}.png
 %{_mandir}/man?/*
+%if %{with legacy_tm_migration}
 %{_libexecdir}/%{name}-dump-legacy-tm
+%endif
 
 %files lang -f %{name}.lang
 %defattr(-,root,root,755)




commit java-1_9_0-openjdk for openSUSE:Factory

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package java-1_9_0-openjdk for 
openSUSE:Factory checked in at 2015-06-02 10:07:23

Comparing /work/SRC/openSUSE:Factory/java-1_9_0-openjdk (Old)
 and  /work/SRC/openSUSE:Factory/.java-1_9_0-openjdk.new (New)


Package is java-1_9_0-openjdk

Changes:

--- /work/SRC/openSUSE:Factory/java-1_9_0-openjdk/java-1_9_0-openjdk.changes
2015-05-15 07:43:48.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.java-1_9_0-openjdk.new/java-1_9_0-openjdk.changes   
2015-06-02 10:07:27.0 +0200
@@ -1,0 +2,23 @@
+Sun May 24 20:58:36 UTC 2015 - scalpe...@gmail.com
+
+- Added patch:
+  * eventFilter.patch
+- fix build with gcc5 that is picky about missing brackets.
+
+---
+Fri May 22 08:17:59 UTC 2015 - fst...@suse.com
+
+- Upgrade to upstream tag jdk9-b65
+- Removed patch:
+  * system-giflib5.patch
+- fixed upstream
+- Added patch:
+  * giflib.patch
+- Allow building with system giflib versions before 5.1
+- Modified patch:
+  * s390-size_t.patch
+- Rediff to a new context and code state.
+- Add --disable-warnings-as-errors to the configure line
+  * avoiding to fail on first little warning.
+
+---
@@ -5 +28 @@
-- Remove patch:
+- Removed patch:

Old:

  105d045a6917.tar.bz2
  1b5604bc81a6.tar.bz2
  1eab877142cc.tar.bz2
  3bcf83c1bbc1.tar.bz2
  40058141a4ec.tar.bz2
  49118e68fbd4.tar.bz2
  cd0cf72b2cbf.tar.bz2
  d27f7e0a7aca.tar.bz2
  system-giflib5.patch

New:

  2054d01ae326.tar.bz2
  45ef73bb85c1.tar.bz2
  4fcf722b8114.tar.bz2
  7c31f9d7b932.tar.bz2
  ae7406e82828.tar.bz2
  afc1e295c4bf.tar.bz2
  e7ae94c4f35e.tar.bz2
  ed94f3e7ba6b.tar.bz2
  eventFilter.patch
  giflib.patch



Other differences:
--
++ java-1_9_0-openjdk.spec ++
--- /var/tmp/diff_new_pack.rbUjuB/_old  2015-06-02 10:07:29.0 +0200
+++ /var/tmp/diff_new_pack.rbUjuB/_new  2015-06-02 10:07:29.0 +0200
@@ -33,17 +33,17 @@
 %global minorver9
 %global microver0
 %global updatever   0
-%global buildverb62
+%global buildverb65
 %global root_projectjdk9
 %global root_repository jdk9
-%global root_revision   105d045a6917
-%global corba_revision  d27f7e0a7aca
-%global hotspot_revision 1eab877142cc
-%global jaxp_revision   3bcf83c1bbc1
-%global jaxws_revision  cd0cf72b2cbf
-%global jdk_revision49118e68fbd4
-%global langtools_revision 40058141a4ec
-%global nashorn_revision 1b5604bc81a6
+%global root_revision   7c31f9d7b932
+%global corba_revision  afc1e295c4bf
+%global hotspot_revision e7ae94c4f35e
+%global jaxp_revision   ae7406e82828
+%global jaxws_revision  45ef73bb85c1
+%global jdk_revisioned94f3e7ba6b
+%global langtools_revision 4fcf722b8114
+%global nashorn_revision 2054d01ae326
 %global icedtea_sound_version 1.0.1
 # priority must be 6 digits in total
 %global priority%(echo 1 * %{majorver} + 1000 * %{minorver} + 100 
* %{microver} + %{updatever} | bc)
@@ -218,8 +218,10 @@
 Patch103:   ppc-zero-hotspot.patch
 # Patches for system libraries
 Patch203:   fix-system-jpeg-loading.patch
-Patch204:   system-giflib5.patch
+Patch204:   giflib.patch
 Patch205:   link-with-as-needed.patch
+# GCC 5 is quite picky
+Patch500:   eventFilter.patch
 BuildRequires:  alsa-lib-devel
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -498,6 +500,8 @@
 %patch103 -p1
 %endif
 
+%patch500 -p1
+
 # Extract systemtap tapsets
 
 %if %{with_systemtap}
@@ -559,6 +563,7 @@
 pushd %{buildoutputdir}
 
 bash ../configure \
+   --disable-warnings-as-errors \
 %if %{with zero}
 --with-jvm-variants=zero \
 %endif

++ 105d045a6917.tar.bz2 - 2054d01ae326.tar.bz2 ++
 550618 lines of diff (skipped)

++ 105d045a6917.tar.bz2 - 45ef73bb85c1.tar.bz2 ++
 696649 lines of diff (skipped)

++ 105d045a6917.tar.bz2 - 4fcf722b8114.tar.bz2 ++
 754834 lines of diff (skipped)

++ 105d045a6917.tar.bz2 - 7c31f9d7b932.tar.bz2 ++
 9342 lines of diff (skipped)

++ 105d045a6917.tar.bz2 - ae7406e82828.tar.bz2 ++
 828624 lines of diff (skipped)

++ 105d045a6917.tar.bz2 - afc1e295c4bf.tar.bz2 ++
 355492 lines of diff (skipped)

++ 105d045a6917.tar.bz2 - e7ae94c4f35e.tar.bz2 ++
/work/SRC/openSUSE:Factory/java-1_9_0-openjdk/105d045a6917.tar.bz2 
/work/SRC/openSUSE:Factory/.java-1_9_0-openjdk.new/e7ae94c4f35e.tar.bz2 differ: 
char 11, line 1

++ 105d045a6917.tar.bz2 - ed94f3e7ba6b.tar.bz2 ++
/work/SRC/openSUSE:Factory/java-1_9_0-openjdk/105d045a6917.tar.bz2 
/work/SRC/openSUSE:Factory/.java-1_9_0-openjdk.new/ed94f3e7ba6b.tar.bz2 differ: 
char 11, line 1

++ 

commit proftpd for openSUSE:Factory

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package proftpd for openSUSE:Factory checked 
in at 2015-06-02 10:07:40

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


Package is proftpd

Changes:

--- /work/SRC/openSUSE:Factory/proftpd/proftpd.changes  2014-09-03 
20:48:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.proftpd.new/proftpd.changes 2015-06-02 
10:07:42.0 +0200
@@ -1,0 +2,14 @@
+Sun May 31 18:54:45 UTC 2015 - ch...@computersalat.de
+
+- fix for boo#927290 (CVE-2015-3306)
+- update to 1.3.5a:
+  See http://www.proftpd.org/docs/NEWS-1.3.5a
+- rebase patches
+  * proftpd-ftpasswd.patch
+  * proftpd-no_BuildDate.patch
+- remove gpg-offline dependency
+- fix permissions on passwd file
+  * unable to use world-readable AuthUserFile '.../passwd' (perms 0644):
+  * 0644 - 0440
+
+---

Old:

  proftpd-1.3.5.tar.gz
  proftpd-1.3.5.tar.gz.asc

New:

  proftpd-1.3.5a.tar.gz
  proftpd-1.3.5a.tar.gz.asc



Other differences:
--
++ proftpd.spec ++
--- /var/tmp/diff_new_pack.UvFclE/_old  2015-06-02 10:07:43.0 +0200
+++ /var/tmp/diff_new_pack.UvFclE/_new  2015-06-02 10:07:43.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package proftpd
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 Group:  Productivity/Networking/Ftp/Servers
 # Please save your time and do not update to rc versions.
 # We only accept updates for STABLE Versions
-Version:1.3.5
+Version:1.3.5a
 Release:0
 Url:http://www.proftpd.org/
 Source0:ftp://ftp.proftpd.org/distrib/source/%{name}-%{version}.tar.gz
@@ -43,7 +43,7 @@
 #PATCH-FIX-openSUSE: file-contains-date-and-time
 Patch104:   %{name}-no_BuildDate.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  gpg-offline
+#BuildRequires:  gpg-offline
 BuildRequires:  krb5-devel
 BuildRequires:  libacl-devel
 BuildRequires:  libattr-devel
@@ -134,14 +134,14 @@
 Here are Documentation for ProFTPD
 
 %prep
-%gpg_verify %{S:1}
+#gpg_verify %{S:1}
 %setup -q
 %{__rm} README.AIX
 %patch100
 %patch101
 %patch102
 %patch103
-%patch104 -p1
+%patch104
 
 %build
 rm contrib/mod_wrap.c
@@ -188,7 +188,7 @@
 
 # some needed dirs
 %{__install} -d $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/{conf.d,auth}
-%{__install} -m 0644 %{S:12} $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/auth/passwd
+%{__install} -m 0440 %{S:12} $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/auth/passwd
 %{__install} -d -m 0750 $RPM_BUILD_ROOT/var/log/%{name}
 
 %if 0%{?has_systemd}
@@ -265,7 +265,7 @@
 %doc sample-configurations/*.conf
 %dir %attr(0755,root,root) %{_sysconfdir}/%{name}/
 %dir %attr(0750,ftp,ftp) %{_sysconfdir}/%{name}/auth/
-%config(noreplace) %attr(0644,root,ftp) %{_sysconfdir}/%{name}/auth/passwd
+%config(noreplace) %attr(0440,root,ftp) %{_sysconfdir}/%{name}/auth/passwd
 %dir %attr(0755,root,root) %{_sysconfdir}/%{name}/conf.d
 %config(noreplace) %attr(0640,root,root) %{_sysconfdir}/%{name}/%{name}.conf
 %{_sysconfdir}/%{name}/PROFTPD-MIB.txt

++ proftpd-1.3.5.tar.gz - proftpd-1.3.5a.tar.gz ++
/work/SRC/openSUSE:Factory/proftpd/proftpd-1.3.5.tar.gz 
/work/SRC/openSUSE:Factory/.proftpd.new/proftpd-1.3.5a.tar.gz differ: char 5, 
line 1

++ proftpd-ftpasswd.patch ++
--- /var/tmp/diff_new_pack.UvFclE/_old  2015-06-02 10:07:43.0 +0200
+++ /var/tmp/diff_new_pack.UvFclE/_new  2015-06-02 10:07:43.0 +0200
@@ -2,7 +2,7 @@
 ===
 --- contrib/ftpasswd.orig
 +++ contrib/ftpasswd
-@@ -33,8 +33,8 @@ use Getopt::Long;
+@@ -34,8 +34,8 @@ use Getopt::Long;
  $Getopt::Long::auto_abbrev = 0;
  
  my $program = basename($0);
@@ -13,7 +13,7 @@
  my $shell_file = /etc/shells;
  my $default_cracklib_dict = /usr/lib/cracklib_dict;
  my $cracklib_dict;
-@@ -921,6 +921,46 @@ usage: $program [--help] [--hash|--group
+@@ -1074,6 +1074,46 @@ usage: $program [--help] [--hash|--group
  --version
  Displays the version of $program.
  

++ proftpd-no_BuildDate.patch ++
--- /var/tmp/diff_new_pack.UvFclE/_old  2015-06-02 10:07:43.0 +0200
+++ /var/tmp/diff_new_pack.UvFclE/_new  2015-06-02 10:07:43.0 +0200
@@ -5,10 +5,10 @@
  src/main.c|6 ++
  4 files changed, 9 insertions(+), 15 deletions(-)
 
-Index: proftpd-1.3.5/Makefile.in
+Index: Makefile.in
 

commit dispcalGUI for openSUSE:Factory

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package dispcalGUI for openSUSE:Factory 
checked in at 2015-06-02 10:07:07

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


Package is dispcalGUI

Changes:

--- /work/SRC/openSUSE:Factory/dispcalGUI/dispcalGUI.changes2015-05-07 
08:29:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.dispcalGUI.new/dispcalGUI.changes   
2015-06-02 10:07:09.0 +0200
@@ -1,0 +2,5 @@
+Sun May 31 18:43:10 UTC 2015 - dispcal...@hoech.net
+
+- update to 3.0.1.0: see README.html#changelog-3.0.1
+
+---

Old:

  dispcalGUI-3.0.0.0.tar.gz

New:

  dispcalGUI-3.0.1.0.tar.gz



Other differences:
--
++ dispcalGUI.spec ++
--- /var/tmp/diff_new_pack.8YBjVe/_old  2015-06-02 10:07:10.0 +0200
+++ /var/tmp/diff_new_pack.8YBjVe/_new  2015-06-02 10:07:10.0 +0200
@@ -24,9 +24,8 @@
 
 Summary:A graphical front-end for display calibration and profiling 
using Argyll CMS
 License:GPL-3.0+
-Group:  Applications/Multimedia
 Name:   dispcalGUI
-Version:3.0.0.0
+Version:3.0.1.0
 Release:0
 Source0:http://dispcalgui.hoech.net/download/%{name}-%version.tar.gz
 Source1:copyright
@@ -35,6 +34,7 @@
 Requires:   p7zip
 Obsoletes:  dispcalGUI-0install
 %if 0%{?mandriva_version}  0
+Group:  Graphics
 BuildRequires:  gcc
 BuildRequires:  libpython-devel
 BuildRequires:  udev
@@ -49,18 +49,20 @@
 Requires:   wxPythonGTK = %{wx_minversion}
 %else
 %if 0%{?suse_version}  0
+Group:  Productivity/Graphics/Other
 BuildRequires:  gcc
 BuildRequires:  python-devel
 BuildRequires:  udev
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11-devel
 Requires:   argyllcms
-Requires:   python-numpy = %{numpy_version}
 Requires:   python-pygame
+Requires:   python-numpy = %{numpy_version}
 Requires:   python-wxGTK = %{wx_minversion}
 %py_requires
 %else
 %if 0%{?fedora_version}  0 || 0%{?rhel_version}  0 || 0%{?centos_version}  0
+Group:  Applications/Multimedia
 BuildRequires:  gcc
 BuildRequires:  libX11-devel
 BuildRequires:  libXinerama-devel

++ debian.changelog ++
--- /var/tmp/diff_new_pack.8YBjVe/_old  2015-06-02 10:07:10.0 +0200
+++ /var/tmp/diff_new_pack.8YBjVe/_new  2015-06-02 10:07:10.0 +0200
@@ -1,5 +1,5 @@
-dispcalgui (3.0.0.0) stable; urgency=low
+dispcalgui (3.0.1.0) stable; urgency=low
 
-  * Version 3.0.0.0
+  * Version 3.0.1.0
 
- -- Florian Höch dispcal...@hoech.net  Sat, 02 May 2015 21:33:48 +0100
+ -- Florian Höch dispcal...@hoech.net  Sun, 31 May 2015 18:43:10 +0100

++ dispcalGUI-3.0.0.0.tar.gz - dispcalGUI-3.0.1.0.tar.gz ++
/work/SRC/openSUSE:Factory/dispcalGUI/dispcalGUI-3.0.0.0.tar.gz 
/work/SRC/openSUSE:Factory/.dispcalGUI.new/dispcalGUI-3.0.1.0.tar.gz differ: 
char 5, line 1




commit mkvtoolnix for openSUSE:Factory

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package mkvtoolnix for openSUSE:Factory 
checked in at 2015-06-02 10:03:15

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


Package is mkvtoolnix

Changes:

--- /work/SRC/openSUSE:Factory/mkvtoolnix/mkvtoolnix.changes2015-04-10 
09:51:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.mkvtoolnix.new/mkvtoolnix.changes   
2015-06-02 10:03:16.0 +0200
@@ -1,0 +2,13 @@
+Fri May 29 13:22:09 UTC 2015 - dims...@opensuse.org
+
+- Update to version 7.9.0:
+* Fix build with boost 1.58.0.
+* build system: configure will now check for Qt by default.
+* A couple of important bugs have been fixed, e.g. a very old bug
+  in handling MPEG-1/2 video preventing the detection of such
+  tracks; if --sync was used at the same time as --default-duration
+  then --sync was ignored; mkvinfo’s exit codes were wrong (this
+  may trip up frontends using mkvinfo!); handling of E-AC3 in MPEG
+  transport stream in certain situations.
+
+---

Old:

  mkvtoolnix-7.8.0.tar.xz

New:

  mkvtoolnix-7.9.0.tar.xz



Other differences:
--
++ mkvtoolnix.spec ++
--- /var/tmp/diff_new_pack.Is4DeU/_old  2015-06-02 10:03:17.0 +0200
+++ /var/tmp/diff_new_pack.Is4DeU/_new  2015-06-02 10:03:17.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mkvtoolnix
-Version:7.8.0
+Version:7.9.0
 Release:0
 Summary:Tools to Create, Alter, and Inspect Matroska Files
 License:GPL-2.0+
@@ -94,11 +94,12 @@
 %{_bindir}/mkvpropedit
 %{_datadir}/applications/mkvinfo.desktop
 %{_datadir}/applications/mkvmergeGUI.desktop
+%{_datadir}/applications/mkvtoolnix-gui.desktop
 %{_datadir}/icons/hicolor/*/apps/mkvextract.png
 %{_datadir}/icons/hicolor/*/apps/mkvinfo.png
 %{_datadir}/icons/hicolor/*/apps/mkvmerge.png
-%{_datadir}/icons/hicolor/*/apps/mkvmergeGUI.png
 %{_datadir}/icons/hicolor/*/apps/mkvpropedit.png
+%{_datadir}/icons/hicolor/*/apps/mkvtoolnix-gui.png
 %{_datadir}/mime/packages/mkvtoolnix.xml
 %{_mandir}/man1/mkvextract.1%{ext_man}
 %{_mandir}/man1/mkvinfo.1%{ext_man}

++ mkvtoolnix-7.8.0.tar.xz - mkvtoolnix-7.9.0.tar.xz ++
 292486 lines of diff (skipped)




commit python3-cffi for openSUSE:Factory

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package python3-cffi for openSUSE:Factory 
checked in at 2015-06-02 10:04:06

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


Package is python3-cffi

Changes:

--- /work/SRC/openSUSE:Factory/python3-cffi/python3-cffi.changes
2015-03-16 07:01:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-cffi.new/python3-cffi.changes   
2015-06-02 10:04:07.0 +0200
@@ -1,0 +2,55 @@
+Sun May 31 16:34:10 UTC 2015 - a...@gmx.de
+
+- update to version 1.1.0:
+  * Out-of-line API mode: we can now declare integer types with
+typedef int... foo_t;. The exact size and signness of foo_t is
+figured out by the compiler.
+  * Out-of-line API mode: we can now declare multidimensional arrays
+(as fields or as globals) with int n[...][...]. Before, only the
+outermost dimension would support the ... syntax.
+  * Out-of-line ABI mode: we now support any constant declaration,
+instead of only integers whose value is given in the cdef. Such
+“new” constants, i.e. either non-integers or without a value given
+in the cdef, must correspond to actual symbols in the lib. At
+runtime they are looked up the first time we access them. This is
+useful if the library defines extern const sometype somename;.
+  * ffi.addressof(lib, func_name) now returns a regular cdata object
+of type “pointer to function”. You can use it on any function from
+a library in API mode (in ABI mode, all functions are already
+regular cdata objects). To support this, you need to recompile
+your cffi modules.
+  * Issue #198: in API mode, if you declare constants of a struct
+type, what you saw from lib.CONSTANT was corrupted.
+  * Issue #196: ffi.set_source(package._ffi, None) would incorrectly
+generate the Python source to package._ffi.py instead of
+package/_ffi.py. Also fixed: in some cases, if the C file was in
+build/foo.c, the .o file would be put in build/build/foo.o.
+
+---
+Sat May 30 03:24:13 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * tests need c++ compiler
+
+- update to version 1.0.3:
+  * Same as 1.0.2, apart from doc and test fixes on some platforms.
+
+- changes from version 1.0.2:
+  * Variadic C functions (ending in a ”...” argument) were not
+supported in the out-of-line ABI mode. This was a bug—there was
+even a (non-working) example doing exactly that!
+
+- changes from version 1.0.1:
+  * ffi.set_source() crashed if passed a sources=[..] argument. Fixed
+by chrippa on pull request #60.
+  * Issue #193: if we use a struct between the first cdef() where it
+is declared and another cdef() where its fields are defined, then
+this definition was ignored.
+  * Enums were buggy if you used too many ”...” in their definition.
+
+- changes from version 1.0.0:
+  * The main news item is out-of-line module generation:
++ for ABI level, with ffi.dlopen()
++ for API level, which used to be with ffi.verify(), now deprecated
+
+---

Old:

  cffi-0.9.2.tar.gz

New:

  cffi-1.1.0.tar.gz



Other differences:
--
++ python3-cffi.spec ++
--- /var/tmp/diff_new_pack.yKMQIh/_old  2015-06-02 10:04:08.0 +0200
+++ /var/tmp/diff_new_pack.yKMQIh/_new  2015-06-02 10:04:08.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-cffi
-Version:0.9.2
+Version:1.1.0
 Release:0
 Summary:Foreign Function Interface for Python calling C code
 License:MIT
@@ -30,6 +30,7 @@
 # Documentation requirements:
 BuildRequires:  python3-Sphinx
 # Test requirements:
+BuildRequires:  gcc-c++
 BuildRequires:  python3-pycparser
 BuildRequires:  python3-pytest
 Requires:   python3-pycparser

++ cffi-0.9.2.tar.gz - cffi-1.1.0.tar.gz ++
 33552 lines of diff (skipped)




commit fusecompress for openSUSE:Factory

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package fusecompress for openSUSE:Factory 
checked in at 2015-06-02 10:02:58

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


Package is fusecompress

Changes:

--- /work/SRC/openSUSE:Factory/fusecompress/fusecompress.changes
2015-01-14 11:46:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.fusecompress.new/fusecompress.changes   
2015-06-02 10:02:59.0 +0200
@@ -1,0 +2,6 @@
+Mon May 25 18:50:53 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to unreleased version 2.6+git20150501:
+  * Fix compile time errors with boost and GCC-5
+
+---

Old:

  fusecompress-2.6+git20120612.tar.xz

New:

  fusecompress-2.6+git20150501.tar.xz



Other differences:
--
++ fusecompress.spec ++
--- /var/tmp/diff_new_pack.iN5vFL/_old  2015-06-02 10:03:00.0 +0200
+++ /var/tmp/diff_new_pack.iN5vFL/_new  2015-06-02 10:03:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fusecompress
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   fusecompress
-Version:2.6+git20120612
+Version:2.6+git20150501
 Release:0
 Summary:FUSE-based filesystem with transparent compression
 License:GPL-2.0

++ fusecompress-2.6+git20120612.tar.xz - 
fusecompress-2.6+git20150501.tar.xz ++
 3236 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/fusecompress-2.6+git20120612/README new/fusecompress-2.6+git20150501/README
--- old/fusecompress-2.6+git20120612/README 2012-08-16 12:24:19.0 
+0200
+++ new/fusecompress-2.6+git20150501/README 2015-05-01 16:15:16.0 
+0200
@@ -80,7 +80,7 @@
 
If you don't have pkg-tool installed, try following:
 
-   FUSE_CFLAGS=-D_GNU_SOURCE -D_REENTRANT -D_POSIX_C_SOURCE=200112L 
-D_POSIX_SOURCE -D_SVID_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -pedantic 
-Wno-long-long -Wall -fpermissive -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 
FUSE_LIBS=-lfuse ./configure --with-boost=/usr/include/ 
--with-boost-libdir=/usr/lib64
+   FUSE_CFLAGS=-D_GNU_SOURCE -D_REENTRANT -D_POSIX_C_SOURCE=200112L 
-D_POSIX_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=500 -pedantic -Wno-long-long 
-Wall -fpermissive -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 
FUSE_LIBS=-lfuse ./configure --with-boost=/usr/include/ 
--with-boost-libdir=/usr/lib64
 
If your boost library was compiled for 32bit system without support for 
long files (bigger than 2GiB)
configure script prints this error message:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/fusecompress-2.6+git20120612/src/LayerMap.hpp 
new/fusecompress-2.6+git20150501/src/LayerMap.hpp
--- old/fusecompress-2.6+git20120612/src/LayerMap.hpp   2012-08-16 
12:24:19.0 +0200
+++ new/fusecompress-2.6+git20150501/src/LayerMap.hpp   2015-05-01 
16:15:16.0 +0200
@@ -1,5 +1,5 @@
 /*
-(C) Copyright Milan Svoboda 2009.
+(C) Copyright Milan Svoboda 2009 - 2015.
 
 This file is part of FuseCompress.
 
@@ -14,7 +14,7 @@
 GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with Foobar.  If not, see http://www.gnu.org/licenses/.
+along with FuseCompress.  If not, see http://www.gnu.org/licenses/.
 */
 
 #ifndef LayerMap_H
@@ -23,6 +23,7 @@
 #include iostream
 #include climits
 
+#include boost/serialization/serialization.hpp
 #include boost/serialization/set.hpp
 #include boost/serialization/tracking.hpp
 #include boost/serialization/version.hpp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude 

commit licq for openSUSE:Factory

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package licq for openSUSE:Factory checked in 
at 2015-06-02 10:02:41

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


Package is licq

Changes:

--- /work/SRC/openSUSE:Factory/licq/licq.changes2015-02-22 
17:26:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.licq.new/licq.changes   2015-06-02 
10:02:43.0 +0200
@@ -1,0 +2,5 @@
+Wed May 27 09:59:40 UTC 2015 - a...@ajaissle.de
+
+- Fix rpm group classification
+
+---



Other differences:
--
++ licq.spec ++
--- /var/tmp/diff_new_pack.pfm0xV/_old  2015-06-02 10:02:44.0 +0200
+++ /var/tmp/diff_new_pack.pfm0xV/_new  2015-06-02 10:02:44.0 +0200
@@ -31,7 +31,7 @@
 Release:0
 Summary:Linux ICQ Client
 License:GPL-2.0+
-Group:  Productivity/Networking/ICQ
+Group:  Productivity/Networking/Instant Messenger/Clients
 Source: 
http://sourceforge.net/projects/licq/files/licq/%{version}/licq-%{version}.tar.bz2
 Source2:licq.png
 Recommends: sox
@@ -52,14 +52,14 @@
 
 %package qt4-gui-data
 Summary:Qt4 data files for Licq
-Group:  Productivity/Networking/ICQ
+Group:  Productivity/Networking/Instant Messenger/Clients
 BuildArch:  noarch
 
 %description qt4-gui-data
 Data files for the Qt4 Licq plug-in.
 %package qt4-gui
 Summary:Qt4 plug-in for Licq
-Group:  Productivity/Networking/ICQ
+Group:  Productivity/Networking/Instant Messenger/Clients
 Requires:   %{name} = %{version}
 Requires:   %{name}-qt4-gui-data = %{version}
 Supplements:%{name}
@@ -69,7 +69,7 @@
 
 %package kde4-gui
 Summary:KDE4 plug-in for Licq
-Group:  Productivity/Networking/ICQ
+Group:  Productivity/Networking/Instant Messenger/Clients
 Requires:   %{name} = %{version}
 Requires:   %{name}-qt4-gui-data = %{version}
 Supplements:packageand(kdebase4-workspace:licq)





commit python3-virtualenv for openSUSE:Factory

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package python3-virtualenv for 
openSUSE:Factory checked in at 2015-06-02 10:12:55

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


Package is python3-virtualenv

Changes:

--- /work/SRC/openSUSE:Factory/python3-virtualenv/python3-virtualenv.changes
2015-05-25 11:15:44.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-virtualenv.new/python3-virtualenv.changes   
2015-06-02 10:12:56.0 +0200
@@ -1,0 +2,10 @@
+Tue Jun  2 02:51:10 UTC 2015 - a...@gmx.de
+
+- update to version 13.0.3:
+  * Upgrade pip to 7.0.3
+
+- changes from version 13.0.2:
+  * Upgrade pip to 7.0.2
+  * Upgrade setuptools to 17.0
+
+---

Old:

  virtualenv-13.0.1.tar.gz

New:

  virtualenv-13.0.3.tar.gz



Other differences:
--
++ python3-virtualenv.spec ++
--- /var/tmp/diff_new_pack.rCtfom/_old  2015-06-02 10:12:57.0 +0200
+++ /var/tmp/diff_new_pack.rCtfom/_new  2015-06-02 10:12:57.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-virtualenv
-Version:13.0.1
+Version:13.0.3
 Release:0
 Url:http://www.virtualenv.org/
 Summary:Virtual Python Environment builder

++ virtualenv-13.0.1.tar.gz - virtualenv-13.0.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-13.0.1/PKG-INFO 
new/virtualenv-13.0.3/PKG-INFO
--- old/virtualenv-13.0.1/PKG-INFO  2015-05-23 02:47:26.0 +0200
+++ new/virtualenv-13.0.3/PKG-INFO  2015-06-02 03:38:26.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: virtualenv
-Version: 13.0.1
+Version: 13.0.3
 Summary: Virtual Python Environment builder
 Home-page: https://virtualenv.pypa.io/
 Author: Jannis Leidel, Carl Meyer and Brian Rosner
@@ -47,6 +47,20 @@
 Release History
 ===
 
+13.0.3 (2015-06-01)
+~~~
+
+* Upgrade pip to 7.0.3
+
+
+13.0.2 (2015-06-01)
+~~~
+
+* Upgrade pip to 7.0.2
+
+* Upgrade setuptools to 17.0
+
+
 13.0.1 (2015-05-22)
 ~~~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-13.0.1/docs/changes.rst 
new/virtualenv-13.0.3/docs/changes.rst
--- old/virtualenv-13.0.1/docs/changes.rst  2015-05-23 02:47:17.0 
+0200
+++ new/virtualenv-13.0.3/docs/changes.rst  2015-06-02 03:37:43.0 
+0200
@@ -1,6 +1,20 @@
 Release History
 ===
 
+13.0.3 (2015-06-01)
+~~~
+
+* Upgrade pip to 7.0.3
+
+
+13.0.2 (2015-06-01)
+~~~
+
+* Upgrade pip to 7.0.2
+
+* Upgrade setuptools to 17.0
+
+
 13.0.1 (2015-05-22)
 ~~~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-13.0.1/setup.cfg 
new/virtualenv-13.0.3/setup.cfg
--- old/virtualenv-13.0.1/setup.cfg 2015-05-23 02:47:26.0 +0200
+++ new/virtualenv-13.0.3/setup.cfg 2015-06-02 03:38:26.0 +0200
@@ -2,7 +2,7 @@
 universal = 1
 
 [egg_info]
-tag_svn_revision = 0
-tag_date = 0
 tag_build = 
+tag_date = 0
+tag_svn_revision = 0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-13.0.1/virtualenv.egg-info/PKG-INFO 
new/virtualenv-13.0.3/virtualenv.egg-info/PKG-INFO
--- old/virtualenv-13.0.1/virtualenv.egg-info/PKG-INFO  2015-05-23 
02:47:23.0 +0200
+++ new/virtualenv-13.0.3/virtualenv.egg-info/PKG-INFO  2015-06-02 
03:38:23.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: virtualenv
-Version: 13.0.1
+Version: 13.0.3
 Summary: Virtual Python Environment builder
 Home-page: https://virtualenv.pypa.io/
 Author: Jannis Leidel, Carl Meyer and Brian Rosner
@@ -47,6 +47,20 @@
 Release History
 ===
 
+13.0.3 (2015-06-01)
+~~~
+
+* Upgrade pip to 7.0.3
+
+
+13.0.2 (2015-06-01)
+~~~
+
+* Upgrade pip to 7.0.2
+
+* Upgrade setuptools to 17.0
+
+
 13.0.1 (2015-05-22)
 ~~~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-13.0.1/virtualenv.egg-info/SOURCES.txt 
new/virtualenv-13.0.3/virtualenv.egg-info/SOURCES.txt
--- old/virtualenv-13.0.1/virtualenv.egg-info/SOURCES.txt   2015-05-23 

commit bitcoin for openSUSE:Factory

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package bitcoin for openSUSE:Factory checked 
in at 2015-06-02 10:12:21

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


Package is bitcoin

Changes:

--- /work/SRC/openSUSE:Factory/bitcoin/bitcoin.changes  2015-05-16 
07:14:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.bitcoin.new/bitcoin.changes 2015-06-02 
10:12:23.0 +0200
@@ -1,0 +2,14 @@
+Mon Jun  1 16:41:59 UTC 2015 - mplus...@suse.com
+
+- Build as PIC so that building does not fail with recent qt5
+- Move autoreconf to %prep
+- Enable verbose build
+- Use macro for systemd tmpfiles creation
+
+---
+Wed May 27 07:32:16 UTC 2015 - mplus...@suse.com
+
+- Update to 0.10.2
+- Correct desktop file handling scriplets and their dependencies
+
+---

Old:

  v0.10.1.tar.gz

New:

  v0.10.2.tar.gz



Other differences:
--
++ bitcoin.spec ++
--- /var/tmp/diff_new_pack.WkhPYn/_old  2015-06-02 10:12:24.0 +0200
+++ /var/tmp/diff_new_pack.WkhPYn/_new  2015-06-02 10:12:24.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   bitcoin
-Version:0.10.1
+Version:0.10.2
 Release:0
 Summary:P2P Digital Currency
 License:MIT
@@ -49,6 +49,8 @@
 BuildRequires:  pkgconfig(libqrencode)
 BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(protobuf)
+Requires(post):update-desktop-files
+Requires(postun): update-desktop-files
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{?systemd_requires}
 ExcludeArch:ppc64 ppc
@@ -127,17 +129,20 @@
 %prep
 %setup -q
 %patch0 -p1
+autoreconf -fiv
 
 %build
-autoreconf -fi
+export CXXFLAGS=$CXXFLAGS %{optflags} -fPIC
+export CFLAGS=$CFLAGS %{optflags} -fPIC
 %configure \
--with-cli=yes \
--with-daemon=yes \
--with-gui=qt5 \
--with-miniupnpc \
-   --with-qrencode
+   --with-qrencode \
+  --disable-hardening
 
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %check
 make %{?_smp_mflags} check
@@ -169,7 +174,7 @@
 %desktop_database_post
 
 %postun qt5
-%desktop_database_post
+%desktop_database_postun
 
 %pre -n bitcoind
 getent group %{name} /dev/null || groupadd -r %{name}
@@ -178,7 +183,11 @@
 
 %post -n bitcoind
 %service_add_post bitcoind.service
-systemd-tmpfiles --create %{_tmpfilesdir}/bitcoind.conf
+%if 0%{?suse_version} = 1320
+systemd-tmpfiles --create %{_tmpfilesdir}/bitcoind.conf /dev/null 21 || :
+%else
+%tmpfiles_create %{_tmpfilesdir}/bitcoind.conf
+%endif
 
 %preun -n bitcoind
 %service_del_preun bitcoind.service

++ v0.10.1.tar.gz - v0.10.2.tar.gz ++
 9316 lines of diff (skipped)




commit mlmmj for openSUSE:Factory

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package mlmmj for openSUSE:Factory checked 
in at 2015-06-02 10:12:38

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


Package is mlmmj

Changes:

--- /work/SRC/openSUSE:Factory/mlmmj/mlmmj.changes  2014-07-15 
08:01:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.mlmmj.new/mlmmj.changes 2015-06-02 
10:12:39.0 +0200
@@ -1,0 +2,15 @@
+Mon May 25 22:59:05 UTC 2015 - mrueck...@suse.de
+
+- update to 1.2.19.0
+  o Add README.footers and footer-related resources
+  o Support ESMTP so OpenSMTPD uses 8 bits (Paul Fariello)
+  o Use iconv to convert unknown character sets
+  o Handle unfolded header lines better
+  o Add a tunable for moderation request lifetime (Timo Boettcher)
+  o Ensure mlmmj-send always honours tunables (e.g. relayhost)
+  o Fix reason in denial messages for mails without the list in To:
+or CC:
+- mlmmj-rpmlintrc
+  - removed line about arch dependent files
+
+---

Old:

  mlmmj-1.2.18.1.tar.bz2

New:

  mlmmj-1.2.19.0.tar.bz2



Other differences:
--
++ mlmmj.spec ++
--- /var/tmp/diff_new_pack.nzAvKK/_old  2015-06-02 10:12:40.0 +0200
+++ /var/tmp/diff_new_pack.nzAvKK/_new  2015-06-02 10:12:40.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mlmmj
-Version:1.2.18.1
+Version:1.2.19.0
 Release:0
 Summary:Mail Server Independent Reimplementation of the EZMLM Mailing 
List
 License:MIT

++ mlmmj-1.2.18.1.tar.bz2 - mlmmj-1.2.19.0.tar.bz2 ++
 10299 lines of diff (skipped)

++ mlmmj-rpmlintrc ++
--- /var/tmp/diff_new_pack.nzAvKK/_old  2015-06-02 10:12:40.0 +0200
+++ /var/tmp/diff_new_pack.nzAvKK/_new  2015-06-02 10:12:40.0 +0200
@@ -1,3 +1,2 @@
 # exclude the examples
-addFilter(arch-dependent-file-in-usr-share.*/usr/share/doc/packages/mlmmj/examples/.*);
 addFilter(doc-file-dependency.*/usr/share/doc/packages/mlmmj/examples/.*);




commit haproxy for openSUSE:Factory

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package haproxy for openSUSE:Factory checked 
in at 2015-06-02 10:08:16

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


Package is haproxy

Changes:

--- /work/SRC/openSUSE:Factory/haproxy/haproxy.changes  2015-05-05 
00:55:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.haproxy.new/haproxy.changes 2015-06-02 
10:08:17.0 +0200
@@ -1,0 +2,31 @@
+Mon May 25 09:34:58 UTC 2015 - kgronl...@suse.com
+
+- BUG/MINOR: check: fix tcpcheck error message
+- CLEANUP: checks: fix double usage of cur / current_step in tcp-checks
+- BUG/MEDIUM: checks: do not dereference head of a tcp-check at the end
+- CLEANUP: checks: simplify the loop processing of tcp-checks
+- BUG/MAJOR: checks: always check for end of list before proceeding
+- BUG/MEDIUM: checks: do not dereference a list as a tcpcheck struct
+- BUG/MEDIUM: peers: apply a random reconnection timeout
+- Add 0003-BUG-MINOR-check-fix-tcpcheck-error-message.patch
+- Add 0004-CLEANUP-checks-fix-double-usage-of-cur-current_step-.patch
+- Add 0005-BUG-MEDIUM-checks-do-not-dereference-head-of-a-tcp-c.patch
+- Add 0006-CLEANUP-checks-simplify-the-loop-processing-of-tcp-c.patch
+- Add 0007-BUG-MAJOR-checks-always-check-for-end-of-list-before.patch
+- Add 0008-BUG-MEDIUM-checks-do-not-dereference-a-list-as-a-tcp.patch
+- Add 0009-BUG-MEDIUM-peers-apply-a-random-reconnection-timeout.patch
+
+---
+Mon May 11 19:27:33 UTC 2015 - mrueck...@suse.de
+
+- added 0002-BUG-MEDIUM-http-don-t-forward-client-shutdown-withou.patch
+  BUG/MEDIUM: http: don't forward client shutdown without NOLINGER
+  except for tunnels
+
+---
+Mon May  4 22:02:30 UTC 2015 - mrueck...@suse.de
+
+- added first patch from the 1.5 branch after the update:
+  0001-BUG-MEDIUM-stats-properly-initialize-the-scope-befor.patch
+
+---

New:

  0001-BUG-MEDIUM-stats-properly-initialize-the-scope-befor.patch
  0002-BUG-MEDIUM-http-don-t-forward-client-shutdown-withou.patch
  0003-BUG-MINOR-check-fix-tcpcheck-error-message.patch
  0004-CLEANUP-checks-fix-double-usage-of-cur-current_step-.patch
  0005-BUG-MEDIUM-checks-do-not-dereference-head-of-a-tcp-c.patch
  0006-CLEANUP-checks-simplify-the-loop-processing-of-tcp-c.patch
  0007-BUG-MAJOR-checks-always-check-for-end-of-list-before.patch
  0008-BUG-MEDIUM-checks-do-not-dereference-a-list-as-a-tcp.patch
  0009-BUG-MEDIUM-peers-apply-a-random-reconnection-timeout.patch



Other differences:
--
++ haproxy.spec ++
--- /var/tmp/diff_new_pack.y4zu5b/_old  2015-06-02 10:08:18.0 +0200
+++ /var/tmp/diff_new_pack.y4zu5b/_new  2015-06-02 10:08:18.0 +0200
@@ -61,6 +61,23 @@
 Patch2: haproxy-makefile_lib.patch
 Patch3: sec-options.patch
 Patch4: haproxy-1.5.8-fix-bashisms.patch
+Patch5: 0001-BUG-MEDIUM-stats-properly-initialize-the-scope-befor.patch
+Patch6: 0002-BUG-MEDIUM-http-don-t-forward-client-shutdown-withou.patch
+# PATCH-FIX-UPSTREAM: BUG/MINOR: check: fix tcpcheck error message
+Patch7: 0003-BUG-MINOR-check-fix-tcpcheck-error-message.patch
+# PATCH-FIX-UPSTREAM: CLEANUP: checks: fix double usage of cur / current_step 
in tcp-checks
+Patch8: 0004-CLEANUP-checks-fix-double-usage-of-cur-current_step-.patch
+# PATCH-FIX-UPSTREAM: BUG/MEDIUM: checks: do not dereference head of a 
tcp-check at the end
+Patch9: 0005-BUG-MEDIUM-checks-do-not-dereference-head-of-a-tcp-c.patch
+# PATCH-FIX-UPSTREAM: CLEANUP: checks: simplify the loop processing of 
tcp-checks
+Patch10:0006-CLEANUP-checks-simplify-the-loop-processing-of-tcp-c.patch
+# PATCH-FIX-UPSTREAM: BUG/MAJOR: checks: always check for end of list before 
proceeding
+Patch11:0007-BUG-MAJOR-checks-always-check-for-end-of-list-before.patch
+# PATCH-FIX-UPSTREAM: BUG/MEDIUM: checks: do not dereference a list as a 
tcpcheck struct
+Patch12:0008-BUG-MEDIUM-checks-do-not-dereference-a-list-as-a-tcp.patch
+# PATCH-FIX-UPSTREAM: BUG/MEDIUM: peers: apply a random reconnection timeout
+Patch13:0009-BUG-MEDIUM-peers-apply-a-random-reconnection-timeout.patch
+
 #
 Source99:   haproxy-rpmlintrc
 #
@@ -95,6 +112,15 @@
 %patch2
 %patch3
 %patch4 -p1
+%patch5 -p1
+%patch6 -p1
+%patch7 -p1
+%patch8 -p1
+%patch9 -p1
+%patch10 -p1
+%patch11 -p1
+%patch12 -p1
+%patch13 -p1
 
 %build
 %{__make} \

++ 0001-BUG-MEDIUM-stats-properly-initialize-the-scope-befor.patch ++
From 0aa5899911bbc765ba16ce52a80fa76230781779 Mon Sep 17 00:00:00 2001
From: Willy Tarreau 

commit zeromq for openSUSE:Factory

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package zeromq for openSUSE:Factory checked 
in at 2015-06-02 10:09:05

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


Package is zeromq

Changes:

--- /work/SRC/openSUSE:Factory/zeromq/zeromq.changes2015-01-29 
09:58:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.zeromq.new/zeromq.changes   2015-06-02 
10:09:06.0 +0200
@@ -12,0 +13 @@
+  * Also fixes bnc#931978 CVE-2014-9721



Other differences:
--
++ zeromq.spec ++
--- /var/tmp/diff_new_pack.y2ADG2/_old  2015-06-02 10:09:07.0 +0200
+++ /var/tmp/diff_new_pack.y2ADG2/_new  2015-06-02 10:09:07.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package zeromq
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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




commit gnome-commander for openSUSE:Factory

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package gnome-commander for openSUSE:Factory 
checked in at 2015-06-02 10:08:48

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


Package is gnome-commander

Changes:

--- /work/SRC/openSUSE:Factory/gnome-commander/gnome-commander.changes  
2015-05-22 09:54:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-commander.new/gnome-commander.changes 
2015-06-02 10:08:50.0 +0200
@@ -1,0 +2,9 @@
+Sun May 31 03:34:37 UTC 2015 - dims...@opensuse.org
+
+- Update to version 1.4.7:
+  + bgo#745454: Segmentation fault after find files.
+  + bgo#749869: Segfault on the second search.
+  + bgo#734032: Clicking on .png file looks at wrong MIME type.
+  + Updated translations.
+
+---

Old:

  gnome-commander-1.4.6.tar.xz

New:

  gnome-commander-1.4.7.tar.xz



Other differences:
--
++ gnome-commander.spec ++
--- /var/tmp/diff_new_pack.dtWWZf/_old  2015-06-02 10:08:52.0 +0200
+++ /var/tmp/diff_new_pack.dtWWZf/_new  2015-06-02 10:08:52.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-commander
-Version:1.4.6
+Version:1.4.7
 Release:0
 Summary:Nice and Fast File Manager for the GNOME Desktop
 License:GPL-2.0+
@@ -95,6 +95,7 @@
 %dir %{_datadir}/appdata
 %{_datadir}/appdata/%{name}.appdata.xml
 %{_bindir}/*
+%{_datadir}/%{name}/
 %{_datadir}/applications/*.desktop
 %{_datadir}/pixmaps/*.png
 %{_datadir}/pixmaps/gnome-commander

++ gnome-commander-1.4.6.tar.xz - gnome-commander-1.4.7.tar.xz ++
/work/SRC/openSUSE:Factory/gnome-commander/gnome-commander-1.4.6.tar.xz 
/work/SRC/openSUSE:Factory/.gnome-commander.new/gnome-commander-1.4.7.tar.xz 
differ: char 27, line 1




commit fcitx for openSUSE:Factory

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package fcitx for openSUSE:Factory checked 
in at 2015-06-02 10:08:32

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


Package is fcitx

Changes:

--- /work/SRC/openSUSE:Factory/fcitx/fcitx.changes  2015-04-07 
09:29:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.fcitx.new/fcitx.changes 2015-06-02 
10:08:33.0 +0200
@@ -1,0 +2,24 @@
+Sat May 30 17:22:00 UTC 2015 - Led led...@gmail.com
+
+- fix BuildRequires
+
+---
+Sat May 30 05:43:52 UTC 2015 - i...@marguerite.su
+
+- update version 4.2.9
+  * [qt,core]use xkbcommon for compose
+  * [qt,keyboard]use xkbcommon better by checking return value
+  * [qt, core] adjust xkb context log level
+  * [qt,core] adjust init order to ensure set log level works
+  * [unicode] fix decimal unicode search 
+  * [qt] fix compose when fcitx is not running
+  * [gtk] use xkbcommon also for gtk im context
+  * [gtk] reset xkb compose state when context reset
+  * [gtk, gclient] make connection and xkb context/table of 
+fcitxclient shared
+  * [gclient] fix some gtk-doc comment 
+  * [qt] disable qt lib by option
+  * [core] fix invalid global imname
+- clean specfile, drop fedora support
+
+---

Old:

  fcitx-4.2.8.6_dict.tar.xz

New:

  fcitx-4.2.9_dict.tar.xz



Other differences:
--
++ fcitx.spec ++
--- /var/tmp/diff_new_pack.Ngj7CX/_old  2015-06-02 10:08:34.0 +0200
+++ /var/tmp/diff_new_pack.Ngj7CX/_new  2015-06-02 10:08:34.0 +0200
@@ -16,10 +16,10 @@
 #
 
 
-%define libver -4_2_8
+%define libver -4_2_9
 
 Name:   fcitx
-Version:4.2.8.6
+Version:4.2.9
 Release:0
 Summary:Flexible Context-aware Input Tool with eXtension
 License:GPL-2.0+
@@ -36,19 +36,11 @@
 Source99:   baselibs.conf
 Patch:  fcitx-4.2.8.5-fix-bashisms.patch
 BuildRequires:  cairo-devel
-%if 0%{?suse_version}
 BuildRequires:  dbus-1-devel
 BuildRequires:  dbus-1-glib-devel
-BuildRequires:  update-desktop-files
-%endif
-%if 0%{?fedora_version}
-BuildRequires:  dbus-devel
-BuildRequires:  dbus-glib-devel
-BuildRequires:  desktop-file-utils
-BuildRequires:  libxkbfile-devel
-%endif
 BuildRequires:  enchant-devel
 BuildRequires:  iso-codes-devel
+BuildRequires:  update-desktop-files
 # Dictionary ownership
 BuildRequires:  kde4-filesystem
 %if 0%{?suse_version} = 1140
@@ -56,37 +48,39 @@
 %endif
 BuildRequires:  libpresage-devel
 BuildRequires:  pango-devel
-%if 0%{?suse_version} = 1110 || 0%{?fedora_version}
+%if 0%{?suse_version} = 1110
 BuildRequires:  fdupes
 %endif
-%if 0%{?suse_version}  1110 || 0%{?fedora_version}
+%if 0%{?suse_version}  1110
 BuildRequires:  libqt4-devel
 %endif
-%if 0%{?suse_version} = 1210 || 0%{?fedora_version}
+%if 0%{?suse_version} = 1210
 BuildRequires:  lua-devel
 %else
 BuildRequires:  lua51-devel
 %endif
 BuildRequires:  cmake
+BuildRequires:  extra-cmake-modules
 BuildRequires:  gtk2-devel
 BuildRequires:  opencc-devel
-%if 0%{?suse_version} = 1140 || 0%{?fedora_version}
+%if 0%{?suse_version} = 1140
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk3-devel
 %endif
 BuildRequires:  gcc-c++
 BuildRequires:  libicu-devel
 BuildRequires:  libxml2-devel
+BuildRequires:  pkg-config
 BuildRequires:  xz
+BuildRequires:  pkgconfig(xkbcommon) = 0.5.0
 Requires:   %{name}-gtk2 = %{version}-%{release}
 Requires:   lib%{name}%{libver} = %{version}-%{release}
-%if 0%{?suse_version} = 1140 || 0%{?fedora_version}
+%if 0%{?suse_version} = 1140
 Requires:   %{name}-gtk3 = %{version}-%{release}
 %endif
-%if 0%{?suse_version}  1110 || 0%{?fedora_version}
+%if 0%{?suse_version}  1110
 Requires:   %{name}-qt4 = %{version}-%{release}
 %endif
-%if 0%{?suse_version}
 Recommends: %{name}-pinyin = %{version}-%{release}
 Recommends: %{name}-table = %{version}-%{release}
 # These libraries are dlopen-ed in fcitx at runtime 
@@ -96,16 +90,6 @@
 Recommends: libpresage1
 Recommends: libenchant1
 Requires:   %{name}-branding = %{version}
-%endif
-%if 0%{?fedora_version}
-Requires:   %{name}-pinyin = %{version}-%{release}
-Requires:   %{name}-table = %{version}-%{release}
-Requires:   enchant
-Requires:   libpresage1
-Requires:   opencc
-Requires(post):%{_sbindir}/alternatives
-Requires(postun):  %{_sbindir}/alternatives
-%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Provides:   locale(ko;zh_CN;zh_SG)
 
@@ -144,18 +128,13 @@
 %description gtk2
 GTK+ version 2 input module for Fcitx input method rfamework.
 
-%if 

commit python3-pyflakes for openSUSE:Factory

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package python3-pyflakes for 
openSUSE:Factory checked in at 2015-06-02 10:04:22

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


Package is python3-pyflakes

Changes:

--- /work/SRC/openSUSE:Factory/python3-pyflakes/python3-pyflakes.changes
2014-04-13 13:16:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pyflakes.new/python3-pyflakes.changes   
2015-06-02 10:04:24.0 +0200
@@ -1,0 +2,16 @@
+Sun May 31 17:08:37 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * fixed pypi location
+
+---
+Sun May 31 16:40:06 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * updated url
+  * updated source location to pypi
+
+- updated to version 0.9.0:
+  (no changelog available)
+
+---

Old:

  pyflakes-0.8.1.tar.gz

New:

  pyflakes-0.9.0.tar.gz



Other differences:
--
++ python3-pyflakes.spec ++
--- /var/tmp/diff_new_pack.EPwSMf/_old  2015-06-02 10:04:25.0 +0200
+++ /var/tmp/diff_new_pack.EPwSMf/_new  2015-06-02 10:04:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-pyflakes
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   python3-pyflakes
-Version:0.8.1
+Version:0.9.0
 Release:0
-Url:https://launchpad.net/pyflakes
+Url:https://github.com/pyflakes/pyflakes
 Summary:Passive checker of Python 3 programs
 License:MIT
 Group:  Development/Languages/Python
-Source: pyflakes-%{version}.tar.gz
+Source: 
https://pypi.python.org/packages/source/p/pyflakes/pyflakes-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # please do not remove, needed for openSUSE = 12.2
 BuildRequires:  python3

++ pyflakes-0.8.1.tar.gz - pyflakes-0.9.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyflakes-0.8.1/AUTHORS new/pyflakes-0.9.0/AUTHORS
--- old/pyflakes-0.8.1/AUTHORS  2014-03-22 13:31:07.0 +0100
+++ new/pyflakes-0.9.0/AUTHORS  2015-04-17 14:48:24.0 +0200
@@ -1,4 +1,3 @@
-
 Contributors
 
 
@@ -18,3 +17,6 @@
 * Marcin Cieślak
 * Steven Myint
 * Ignas Mikalajūnas
+
+See also the contributors list on GitHub:
+https://github.com/pyflakes/pyflakes/graphs/contributors
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyflakes-0.8.1/NEWS.txt new/pyflakes-0.9.0/NEWS.txt
--- old/pyflakes-0.8.1/NEWS.txt 2014-03-30 20:46:51.0 +0200
+++ new/pyflakes-0.9.0/NEWS.txt 2014-09-23 16:08:41.0 +0200
@@ -1,3 +1,6 @@
+UNRELEASED:
+  - Skip the traceback on Control+C and Broken pipe signals.
+
 0.8.1 (2014-03-30):
   - Detect the declared encoding in Python 3.
   - Do not report redefinition of import in a local scope, if the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyflakes-0.8.1/PKG-INFO new/pyflakes-0.9.0/PKG-INFO
--- old/pyflakes-0.8.1/PKG-INFO 2014-03-30 20:53:07.0 +0200
+++ new/pyflakes-0.9.0/PKG-INFO 2015-05-31 17:23:13.0 +0200
@@ -1,10 +1,10 @@
 Metadata-Version: 1.1
 Name: pyflakes
-Version: 0.8.1
+Version: 0.9.0
 Summary: passive checker of Python programs
-Home-page: https://launchpad.net/pyflakes
-Author: Florent Xicluna
-Author-email: pyflakes-...@lists.launchpad.net
+Home-page: https://github.com/pyflakes/pyflakes
+Author: A lot of people
+Author-email: code-qual...@python.org
 License: MIT
 Description: 
 Pyflakes
@@ -16,10 +16,11 @@
 parsing the source file, not importing it, so it is safe to use on
 modules with side effects.  It's also much faster.
 
-It is `available on PyPI http://pypi.python.org/pypi/pyflakes`_
+It is `available on PyPI https://pypi.python.org/pypi/pyflakes`_
 and it supports all active versions of Python from 2.5 to 3.4.
 
 
+
 Installation
 
 
@@ -28,11 +29,42 @@
   $ pip install --upgrade pyflakes
 
 
+Useful tips:
+
+* Be sure to install it for a version of Python which is compatible
+  with your codebase: for Python 2, ``pip2 install pyflakes`` and for
+  Python3, ``pip3 install pyflakes``.
+ 

commit scite for openSUSE:Factory

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package scite for openSUSE:Factory checked 
in at 2015-06-02 10:04:39

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


Package is scite

Changes:

--- /work/SRC/openSUSE:Factory/scite/scite.changes  2015-03-25 
10:01:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.scite.new/scite.changes 2015-06-02 
10:04:40.0 +0200
@@ -1,0 +2,44 @@
+Sun May 31 02:08:08 UTC 2015 - malcolmle...@opensuse.org
+
+- Update to version 3.5.6:
+  + On Qt, use fractional positioning calls and avoid rounding to
+ensure consistency.
+  + SCI_TARGETASUTF8 and SCI_ENCODEDFROMUTF8 implemented on GTK+
+  + C++ lexer fixes empty backquoted string (sf#1711).
+  + C++ lexer fixes #undef directive (sf#1719).
+  + Fortran folder fixes handling of selecttype and selectcase
+(sf#1724).
+  + Verilog folder folds interface definitions.
+  + VHDL folder folds units declarations and fixes a case
+insensitivity bug with not treating IS the same as is.
+  + Fix bug when drawing text margins in buffered mode which would
+use default encoding instead of chosen encoding (sf#1703).
+  + Fix for reading a UTF-16 file in SciTE where a non-BMP
+character is split over a read buffer boundary (sf#1710).
+  + Fix exporting from SciTE when using Scintillua for lexing.
+  + SciTE does not report twice that a search string can not be
+found when Replace pressed (sf#1716).
+  + SciTE on GTK+ 3.x disables arrow in search combo when no
+entries (sf#1717).
+- Changes from version 3.5.5:
+  + The wxWidgets-specific ascent member of Font has been removed
+which breaks compatibility with current wxStyledTextCtrl
+(sf#1682).
+  + IME on Qt supports multiple carets and behaves more like other
+platforms.
+  + Always use inline IME on GTK+ for Korean.
+  + SQL lexer fixes handling of '+' and '-' in numbers so the '-'
+in '1-1' is seen as an operator and for '1--comment' the
+comment is recognized.
+  + TCL lexer reverts change to string handling (sf#1642).
+  + Verilog lexer fixes bugs with macro styling. Verilog folder
+fixes bugs with `end completing an `if* instead of `endif and
+fold.at.else, and implements folding at preprocessor `else.
+  + VHDL lexer supports extended identifiers.
+  + Fix SciTE bug with missing file open filters and add hex to
+excluded set of properties files so that its settings don't
+appear (sf#1707).
+  + Fix SciTE bug where files without extensions like makefile
+were not highlighted correctly.
+
+---

Old:

  scite354.tgz

New:

  scite356.tgz



Other differences:
--
++ scite.spec ++
--- /var/tmp/diff_new_pack.aMNZOc/_old  2015-06-02 10:04:41.0 +0200
+++ /var/tmp/diff_new_pack.aMNZOc/_new  2015-06-02 10:04:41.0 +0200
@@ -1,8 +1,8 @@
 #
 # spec file for package scite
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
-# Copyright (c) 2012-2014 Malcolm J Lewis malcolmle...@opensuse.org
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012-2015 Malcolm J Lewis malcolmle...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,9 +18,9 @@
 
 
 Name:   scite
-Version:3.5.4
+Version:3.5.6
 Release:0
-%define tar_ver 354
+%define tar_ver 356
 Summary:Source Code Editor based on Scintilla
 License:MIT
 Group:  Productivity/Text/Editors

++ scite354.tgz - scite356.tgz ++
 4548 lines of diff (skipped)




commit python3-aiohttp for openSUSE:Factory

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package python3-aiohttp for openSUSE:Factory 
checked in at 2015-06-02 10:03:49

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


Package is python3-aiohttp

Changes:

--- /work/SRC/openSUSE:Factory/python3-aiohttp/python3-aiohttp.changes  
2015-05-21 08:39:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-aiohttp.new/python3-aiohttp.changes 
2015-06-02 10:03:50.0 +0200
@@ -1,0 +2,42 @@
+Sun May 31 16:02:07 UTC 2015 - a...@gmx.de
+
+- update to version 0.16.3:
+  * Fix StaticRoute vulnerability to directory traversal attacks #380
+
+---
+Sat May 30 03:33:21 UTC 2015 - a...@gmx.de
+
+- update to version 0.16.2:
+  * Update python version required for __del__ usage: it’s actially
+3.4.1 instead of 3.4.0
+  * Add check for presence of loop.is_closed() method before call the
+former #378
+
+- changes from version 0.16.1:
+  * Fix regression in static file handling #377
+
+- changes from version 0.16.0:
+  * Unset waiter future after cancellation #363
+  * Update request url with query parameters #372
+  * Support new fingerprint param of TCPConnector to enable verifying
+ssl certificates via md5, sha1, or sha256 digest #366
+  * Setup uploaded filename if field value is binary and transfer
+encoding is not specified #349
+  * Implement ClientSession.close() method
+  * Implement connector.closed readonly property
+  * Implement ClientSession.closed readonly property
+  * Implement ClientSession.connector readonly property
+  * Implement ClientSession.detach method
+  * Add __del__ to client-side objects: sessions, connectors,
+connections, requests, responses.
+  * Refactor connections cleanup by connector #357
+  * Add limit parameter to connector constructor #358
+  * Add request.has_body property #364
+  * Add response_class parameter to ws_connect() #367
+  * ProxyConnector doesn’t support keep-alive requests by default
+starting from now #368
+  * Add connector.force_close property
+  * Add ws_connect to ClientSession #374
+  * Support optional chunk_size parameter in router.add_static()
+
+---

Old:

  aiohttp-0.15.3.tar.gz

New:

  aiohttp-0.16.3.tar.gz



Other differences:
--
++ python3-aiohttp.spec ++
--- /var/tmp/diff_new_pack.DqiZZ8/_old  2015-06-02 10:03:51.0 +0200
+++ /var/tmp/diff_new_pack.DqiZZ8/_new  2015-06-02 10:03:51.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-aiohttp
-Version:0.15.3
+Version:0.16.3
 Release:0
 Url:https://pypi.python.org/pypi/aiohttp
 Summary:Http client/server for asyncio

++ aiohttp-0.15.3.tar.gz - aiohttp-0.16.3.tar.gz ++
 37949 lines of diff (skipped)




commit bundle-lang-common for openSUSE:Factory

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package bundle-lang-common for 
openSUSE:Factory checked in at 2015-06-02 14:55:57

Comparing /work/SRC/openSUSE:Factory/bundle-lang-common (Old)
 and  /work/SRC/openSUSE:Factory/.bundle-lang-common.new (New)


Package is bundle-lang-common

Changes:

--- /work/SRC/openSUSE:Factory/bundle-lang-common/bundle-lang-common.changes
2015-05-13 09:42:10.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.bundle-lang-common.new/bundle-lang-common.changes   
2015-06-02 14:55:58.0 +0200
@@ -1,0 +2,5 @@
+Tue Jun  2 12:53:25 UTC 2015 - dims...@opensuse.org
+
+- Update package list
+
+---
bundle-lang-gnome.changes: same change
bundle-lang-kde.changes: same change



Other differences:
--
++ bundle-lang-common.spec ++
--- /var/tmp/diff_new_pack.hgRo4v/_old  2015-06-02 14:55:59.0 +0200
+++ /var/tmp/diff_new_pack.hgRo4v/_new  2015-06-02 14:55:59.0 +0200
@@ -18,6 +18,10 @@
 
 Name:   bundle-lang-common
 # @BREQUIRES@
+BuildRequires:  NetworkManager-lang
+BuildRequires:  NetworkManager-openvpn-lang
+BuildRequires:  NetworkManager-pptp-lang
+BuildRequires:  NetworkManager-vpnc-lang
 BuildRequires:  PackageKit-lang
 BuildRequires:  avahi-lang
 BuildRequires:  bash-lang
@@ -90,6 +94,10 @@
 %package en
 Summary:Translations for a Group of Programs
 Group:  System/Localization
+Provides:   NetworkManager-lang = %(rpm -q --queryformat '%{VERSION}' 
NetworkManager-lang)
+Provides:   NetworkManager-openvpn-lang = %(rpm -q --queryformat 
'%{VERSION}' NetworkManager-openvpn-lang)
+Provides:   NetworkManager-pptp-lang = %(rpm -q --queryformat '%{VERSION}' 
NetworkManager-pptp-lang)
+Provides:   NetworkManager-vpnc-lang = %(rpm -q --queryformat '%{VERSION}' 
NetworkManager-vpnc-lang)
 Provides:   PackageKit-lang = %(rpm -q --queryformat '%{VERSION}' 
PackageKit-lang)
 Provides:   avahi-lang = %(rpm -q --queryformat '%{VERSION}' avahi-lang)
 Provides:   bash-lang = %(rpm -q --queryformat '%{VERSION}' bash-lang)
@@ -116,6 +124,10 @@
 Provides:   libgphoto2-6-lang = %(rpm -q --queryformat '%{VERSION}' 
libgphoto2-6-lang)
 Provides:   libpwquality-lang = %(rpm -q --queryformat '%{VERSION}' 
libpwquality-lang)
 Provides:   libsoup-lang = %(rpm -q --queryformat '%{VERSION}' 
libsoup-lang)
+Provides:   locale(NetworkManager-openvpn:en)
+Provides:   locale(NetworkManager-pptp:en)
+Provides:   locale(NetworkManager-vpnc:en)
+Provides:   locale(NetworkManager:en)
 Provides:   locale(PackageKit:en)
 Provides:   locale(avahi:en)
 Provides:   locale(bash:en)
@@ -177,6 +189,10 @@
 %package de
 Summary:Translations for a Group of Programs
 Group:  System/Localization
+Provides:   NetworkManager-lang = %(rpm -q --queryformat '%{VERSION}' 
NetworkManager-lang)
+Provides:   NetworkManager-openvpn-lang = %(rpm -q --queryformat 
'%{VERSION}' NetworkManager-openvpn-lang)
+Provides:   NetworkManager-pptp-lang = %(rpm -q --queryformat '%{VERSION}' 
NetworkManager-pptp-lang)
+Provides:   NetworkManager-vpnc-lang = %(rpm -q --queryformat '%{VERSION}' 
NetworkManager-vpnc-lang)
 Provides:   PackageKit-lang = %(rpm -q --queryformat '%{VERSION}' 
PackageKit-lang)
 Provides:   avahi-lang = %(rpm -q --queryformat '%{VERSION}' avahi-lang)
 Provides:   bash-lang = %(rpm -q --queryformat '%{VERSION}' bash-lang)
@@ -203,6 +219,10 @@
 Provides:   libgphoto2-6-lang = %(rpm -q --queryformat '%{VERSION}' 
libgphoto2-6-lang)
 Provides:   libpwquality-lang = %(rpm -q --queryformat '%{VERSION}' 
libpwquality-lang)
 Provides:   libsoup-lang = %(rpm -q --queryformat '%{VERSION}' 
libsoup-lang)
+Provides:   locale(NetworkManager-openvpn:de)
+Provides:   locale(NetworkManager-pptp:de)
+Provides:   locale(NetworkManager-vpnc:de)
+Provides:   locale(NetworkManager:de)
 Provides:   locale(PackageKit:de)
 Provides:   locale(avahi:de)
 Provides:   locale(bash:de)
@@ -264,6 +284,10 @@
 %package es
 Summary:Translations for a Group of Programs
 Group:  System/Localization
+Provides:   NetworkManager-lang = %(rpm -q --queryformat '%{VERSION}' 
NetworkManager-lang)
+Provides:   NetworkManager-openvpn-lang = %(rpm -q --queryformat 
'%{VERSION}' NetworkManager-openvpn-lang)
+Provides:   NetworkManager-pptp-lang = %(rpm -q --queryformat '%{VERSION}' 
NetworkManager-pptp-lang)
+Provides:   NetworkManager-vpnc-lang = %(rpm -q --queryformat '%{VERSION}' 
NetworkManager-vpnc-lang)
 Provides:   PackageKit-lang = %(rpm -q --queryformat '%{VERSION}' 
PackageKit-lang)
 Provides:   avahi-lang =