commit pesign for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package pesign for openSUSE:Factory checked 
in at 2015-12-23 08:48:12

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


Package is "pesign"

Changes:

--- /work/SRC/openSUSE:Factory/pesign/pesign.changes2015-09-03 
18:07:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.pesign.new/pesign.changes   2015-12-23 
08:48:14.0 +0100
@@ -1,0 +2,15 @@
+Tue Nov 10 07:59:48 UTC 2015 - g...@suse.com
+
+- Update to 0.111
+- Add pesign-fix-signness.patch to fix the signness comparison
+- Drop upstreamed patches
+  + pesign-efivar-pkgconfig.patch
+  + pesign-make-efi_guid_t-const.patch
+  + pesign-fix-import-sig-check.patch
+  + pesign-install-supplementary-programs.patch
+- Refresh pesign-suse-build.patch, pesign-privkey_unneeded.diff,
+  and pesign-run.patch
+- Update pesign-fix-build-errors.patch
+- Merge use-standard-pid-location.patch into pesign-run.patch 
+
+---

Old:

  pesign-0.110.tar.bz2
  pesign-efivar-pkgconfig.patch
  pesign-fix-import-sig-check.patch
  pesign-install-supplementary-programs.patch
  pesign-make-efi_guid_t-const.patch
  use-standard-pid-location.patch

New:

  pesign-0.111.tar.bz2
  pesign-fix-signness.patch



Other differences:
--
++ pesign.spec ++
--- /var/tmp/diff_new_pack.yiEmUX/_old  2015-12-23 08:48:15.0 +0100
+++ /var/tmp/diff_new_pack.yiEmUX/_new  2015-12-23 08:48:15.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   pesign
-Version:0.110
+Version:0.111
 Release:0
 Summary:Signing tool for PE-COFF binaries
 License:GPL-2.0
@@ -30,20 +30,12 @@
 Patch2: pesign-fix-build-errors.patch
 # PATCH-FIX-UPSTREAM pesign-privkey_unneeded.diff g...@suse.com -- Don't check 
the private key when importing the raw signature
 Patch3: pesign-privkey_unneeded.diff
-# PATCH-FIX-SUSE use-standard-pid-location.patch p.drou...@gmail.com --Use 
standard /run instead of /var/run for pidfile
-Patch4: use-standard-pid-location.patch
 # PATCH-FIX-SUSE pesign-run.patch a...@suse.com - Use /run instead of /var/run
 Patch5: pesign-run.patch
 # PATCH-FIX-UPSTREAM pesign-fix-authvar-write-loop.patch g...@suse.com -- Fix 
the write loop in authvar
 Patch6: pesign-fix-authvar-write-loop.patch
-# PATCH-FIX-SUSE pesign-install-supplementary-programs.patch g...@suse.com -- 
Install the supplementary programs
-Patch7: pesign-install-supplementary-programs.patch
-# PATCH-FIX-UPSTREAM pesign-fix-import-sig-check.patch g...@suse.com -- Fix 
the signature size check while importing a signature
-Patch8: pesign-fix-import-sig-check.patch
-# PATCH-FIX-UPSTREAM pesign-efivar-pkgconfig.patch g...@suse.com -- Make 
efivar compiler parameters come from pkg-config
-Patch9: pesign-efivar-pkgconfig.patch
-# PATCH-FIX-UPSTREAM pesign-make-efi_guid_t-const.patch g...@suse.com -- make 
efi_guid_t's const
-Patch10:pesign-make-efi_guid_t-const.patch
+# PATCH-FIX-UPSTREAM pesign-fix-signness.patch g...@suse.com -- Fix the 
signness comparison
+Patch7: pesign-fix-signness.patch
 BuildRequires:  efivar-devel
 BuildRequires:  libuuid-devel
 BuildRequires:  mozilla-nss-devel
@@ -63,23 +55,19 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-%patch4 -p1
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
-%patch8 -p1
-%patch9 -p1
-%patch10 -p1
 
 %build
-make %{?_smp_mflags} OPTFLAGS="%{optflags}"
+make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
 
 %install
-make INSTALLROOT=%{buildroot} PREFIX=%{_prefix} DOCDIR=/share/doc/packages 
install
+make INSTALLROOT=%{buildroot} libexecdir=%{_libexecdir} install
 mkdir -p %{buildroot}%{_localstatedir}/lib/pesign
 
 mkdir -p %{buildroot}%{_sbindir}
-make INSTALLROOT=%{buildroot} UNITDIR=%{_unitdir} install_systemd
+make INSTALLROOT=%{buildroot} UNITDIR=%{_unitdir} libexecdir=%{_libexecdir} 
install_systemd
 
 # create rcsymlink
 ln -sv %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
@@ -113,6 +101,8 @@
 %{_bindir}/efisiglist
 %{_bindir}/authvar
 %{_sbindir}/rcpesign
+%dir %{_sysconfdir}/pesign
+%{_sysconfdir}/pesign/*
 %dir %{_sysconfdir}/popt.d
 %config %{_sysconfdir}/popt.d/pesign.popt
 %{_sysconfdir}/pki/
@@ -121,6 +111,8 @@
 %{_localstatedir}/lib/pesign
 %{_unitdir}/pesign.service
 %{_libexecdir}/tmpfiles.d/pesign.conf
+%dir %{_libexecdir}/pesign
+%{_libexecdir}/pesign/pesign-authorize-*
 %dir %attr(0775,pesign,pesign) %{_sysconfdir}/pki/pesign
 %ghost %dir %attr(0770,pesign,pesign) /run/%{name}
 %dir %attr(0770,pesign,pesign) %{_localstatedir}/lib/%{name}

++ pesign-0.110.tar.bz2 -> pesign-0.111.tar.bz2 ++
diff -urN '--exclude=CVS' 

commit php-composer for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package php-composer for openSUSE:Factory 
checked in at 2015-12-23 08:48:58

Comparing /work/SRC/openSUSE:Factory/php-composer (Old)
 and  /work/SRC/openSUSE:Factory/.php-composer.new (New)


Package is "php-composer"

Changes:

--- /work/SRC/openSUSE:Factory/php-composer/php-composer.changes
2015-11-17 14:23:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.php-composer.new/php-composer.changes   
2015-12-23 08:49:00.0 +0100
@@ -1,0 +2,5 @@
+Wed Dec  9 09:06:26 UTC 2015 - ji...@boombatower.com
+
+- Utilize php version agnostic packages to be compatible with php7.
+
+---



Other differences:
--
++ php-composer.spec ++
--- /var/tmp/diff_new_pack.6HLWB1/_old  2015-12-23 08:49:01.0 +0100
+++ /var/tmp/diff_new_pack.6HLWB1/_new  2015-12-23 08:49:01.0 +0100
@@ -25,18 +25,18 @@
 Url:http://getcomposer.org/
 Source0:https://getcomposer.org/download/1.0.0-alpha11/composer.phar
 Source1:
https://raw.githubusercontent.com/composer/composer/master/LICENSE
-Requires:   php5-json
-Requires:   php5-openssl
-Requires:   php5-pear-symfony2-Console >= 2.3
-Requires:   php5-pear-symfony2-Finder >= 2.3
-Requires:   php5-phar
+Requires:   php-json
+Requires:   php-openssl
+Requires:   php-pear-console >= 2.3
+Requires:   php-pear-finder >= 2.3
+Requires:   php-phar
 Provides:   php5-composer = %{version}
 Obsoletes:  php5-composer < %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # Those dependencies are not yet available on the build service
-#Requires:  php5-pear-symfony2-Process >= 2.3
-#Requires:  php5-pear-jsonlint >= 1.0
-#Requires:  php5-pear-json-schema >= 1.3
+#Requires:  php-pear-symfony2-Process >= 2.3
+#Requires:  php-pear-jsonlint >= 1.0
+#Requires:  php-pear-json-schema >= 1.3
 BuildArch:  noarch
 %if 0%{?sles_version} >= 10
 BuildRequires:  php53 >= 5.3.2




commit gnome-online-accounts for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package gnome-online-accounts for 
openSUSE:Factory checked in at 2015-12-23 08:48:30

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


Package is "gnome-online-accounts"

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-online-accounts/gnome-online-accounts.changes  
2015-12-01 09:18:10.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-online-accounts.new/gnome-online-accounts.changes
 2015-12-23 08:48:31.0 +0100
@@ -1,0 +2,11 @@
+Thu Dec 17 10:06:22 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.18.3:
+  + Network changes cause authentication token timeouts
+(bgo#751524).
+  + imap-smtp: Fix typo in error message (bgo#755316).
+  + Crash in mail_client_check_auth_run_cb when goa_mail_auth_run
+fails (bgo#758361).
+  + Updated translations.
+
+---

Old:

  gnome-online-accounts-3.18.2.1.tar.xz

New:

  gnome-online-accounts-3.18.3.tar.xz



Other differences:
--
++ gnome-online-accounts.spec ++
--- /var/tmp/diff_new_pack.pq75xW/_old  2015-12-23 08:48:32.0 +0100
+++ /var/tmp/diff_new_pack.pq75xW/_new  2015-12-23 08:48:32.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-online-accounts
-Version:3.18.2.1
+Version:3.18.3
 Release:0
 Summary:GNOME service to access online accounts
 License:LGPL-2.0+

++ gnome-online-accounts-3.18.2.1.tar.xz -> 
gnome-online-accounts-3.18.3.tar.xz ++
 2332 lines of diff (skipped)




commit libvpx for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package libvpx for openSUSE:Factory checked 
in at 2015-12-23 08:48:21

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


Package is "libvpx"

Changes:

--- /work/SRC/openSUSE:Factory/libvpx/libvpx.changes2015-05-18 
23:03:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvpx.new/libvpx.changes   2015-12-23 
08:48:22.0 +0100
@@ -1,0 +2,19 @@
+Sat Dec 19 17:08:27 UTC 2015 - joerg.loren...@ki.tng.de
+
+- Update to version 1.5.0
+  + This release improves upon the VP9 encoder and speeds up the
+encoding and decoding processes.
+  + Upgrading:
+This release is ABI incompatible with 1.4.0. It drops deprecated
+VP8 controls and adds a variety of VP9 controls for testing.
+The vpxenc utility now prefers VP9 by default.
+  + Enhancements:
+Faster VP9 encoding and decoding.
+Smaller library size by combining functions used by VP8 and VP9.
+  + Bug Fixes:
+A variety of fuzzing issues.
+- Fixed libvpx-configure-add-s390.patch and changed baselibs.conf
+  to libvpx3.
+- Removed uneeded servive file.
+
+---

Old:

  libvpx-1.4.0.tar.xz

New:

  libvpx-1.5.0.tar.bz2



Other differences:
--
++ libvpx.spec ++
--- /var/tmp/diff_new_pack.S6YUW4/_old  2015-12-23 08:48:23.0 +0100
+++ /var/tmp/diff_new_pack.S6YUW4/_new  2015-12-23 08:48:23.0 +0100
@@ -16,16 +16,16 @@
 #
 
 
-%define soname 2
+%define soname 3
 
 Name:   libvpx
-Version:1.4.0
+Version:1.5.0
 Release:0
 Summary:VP8 codec library
 License:BSD-3-Clause and GPL-2.0+
 Group:  Productivity/Multimedia/Other
 Url:http://www.webmproject.org/
-Source0:%{name}-%{version}.tar.xz
+Source0:
http://storage.googleapis.com/downloads.webmproject.org/releases/webm/libvpx-%{version}.tar.bz2
 Source1000: baselibs.conf
 # PATCH-FIX-UPSTREAM libvpx-define-config_pic.patch dims...@opensuse.org -- 
For older compilers, CONFIG_PIC need to be defined.
 Patch1: libvpx-define-config_pic.patch
@@ -34,7 +34,6 @@
 Patch4: libvpx-armv7-use-hard-float.patch
 # Needed to be able to create pkgconfig() provides.
 BuildRequires:  pkg-config
-BuildRequires:  xz
 BuildRequires:  yasm
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.S6YUW4/_old  2015-12-23 08:48:24.0 +0100
+++ /var/tmp/diff_new_pack.S6YUW4/_new  2015-12-23 08:48:24.0 +0100
@@ -1 +1 @@
-libvpx2
+libvpx3

++ libvpx-1.4.0.tar.xz -> libvpx-1.5.0.tar.bz2 ++
 319258 lines of diff (skipped)

++ libvpx-configure-add-s390.patch ++
--- /var/tmp/diff_new_pack.S6YUW4/_old  2015-12-23 08:48:25.0 +0100
+++ /var/tmp/diff_new_pack.S6YUW4/_new  2015-12-23 08:48:25.0 +0100
@@ -1,8 +1,8 @@
 build/make/configure.sh.orig   2015-04-03 20:49:19.0 +0200
-+++ build/make/configure.sh2015-05-12 10:50:23.351736000 +0200
-@@ -646,6 +646,12 @@
-   *powerpc*)
- tgt_isa=ppc32
+--- build/make/configure.sh.orig   2015-12-12 20:56:28.655120207 +0100
 build/make/configure.sh2015-12-12 20:56:28.695120479 +0100
+@@ -661,6 +661,12 @@
+   *i[3456]86*)
+ tgt_isa=x86
  ;;
 +  *s390x*)
 +tgt_isa=s390x
@@ -13,12 +13,12 @@
*sparc*)
  tgt_isa=sparc
  ;;
 configure.orig 2015-04-03 20:49:19.0 +0200
-+++ configure  2015-05-12 10:50:25.179744000 +0200
-@@ -118,6 +118,8 @@
- all_platforms="${all_platforms} ppc64-darwin8-gcc"
- all_platforms="${all_platforms} ppc64-darwin9-gcc"
- all_platforms="${all_platforms} ppc64-linux-gcc"
+--- configure.orig 2015-12-12 20:58:14.703787697 +0100
 configure  2015-12-12 20:58:14.755788001 +0100
+@@ -111,6 +111,8 @@
+ all_platforms="${all_platforms} armv7s-darwin-gcc"
+ all_platforms="${all_platforms} mips32-linux-gcc"
+ all_platforms="${all_platforms} mips64-linux-gcc"
 +all_platforms="${all_platforms} s390-linux-gcc"
 +all_platforms="${all_platforms} s390x-linux-gcc"
  all_platforms="${all_platforms} sparc-solaris-gcc"




commit freetds for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package freetds for openSUSE:Factory checked 
in at 2015-12-23 08:48:46

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


Package is "freetds"

Changes:

--- /work/SRC/openSUSE:Factory/freetds/freetds.changes  2015-11-24 
22:33:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.freetds.new/freetds.changes 2015-12-23 
08:48:47.0 +0100
@@ -1,0 +2,6 @@
+Sun Dec 20 17:50:11 UTC 2015 - mplus...@suse.com
+
+- Update to 0.95.76
+  - See NEWS for complete list of changes
+
+---

Old:

  freetds-0.95.67.tar.gz

New:

  freetds-0.95.76.tar.gz



Other differences:
--
++ freetds.spec ++
--- /var/tmp/diff_new_pack.UJ5qup/_old  2015-12-23 08:48:48.0 +0100
+++ /var/tmp/diff_new_pack.UJ5qup/_new  2015-12-23 08:48:48.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   freetds
-Version:0.95.67
+Version:0.95.76
 Release:0
 Summary:A free re-implementation of the TDS (Tabular Data Stream) 
protocol
 License:LGPL-2.1+ and GPL-2.0+

++ freetds-0.95.67.tar.gz -> freetds-0.95.76.tar.gz ++
 401674 lines of diff (skipped)




commit efivar for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package efivar for openSUSE:Factory checked 
in at 2015-12-23 08:48:17

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


Package is "efivar"

Changes:

--- /work/SRC/openSUSE:Factory/efivar/efivar.changes2015-06-30 
10:14:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.efivar.new/efivar.changes   2015-12-23 
08:48:18.0 +0100
@@ -1,0 +2,14 @@
+Tue Dec  1 09:08:28 UTC 2015 - g...@suse.com
+
+- Update the source link
+
+---
+Fri Nov 27 10:23:58 UTC 2015 - g...@suse.com
+
+- Update to 0.21
+- Add efivar-fix-initializer.patch to initialize ifreq properly
+- Drop patches
+  + efivar-fix-vars_del_variable.patch: upstreamed
+  + efivar-revert-linker-order.patch: not necessary
+
+---

Old:

  efivar-0.20.tar.bz2
  efivar-fix-vars_del_variable.patch
  efivar-revert-linker-order.patch

New:

  efivar-0.21.tar.bz2
  efivar-fix-initializer.patch



Other differences:
--
++ efivar.spec ++
--- /var/tmp/diff_new_pack.ebMhPk/_old  2015-12-23 08:48:19.0 +0100
+++ /var/tmp/diff_new_pack.ebMhPk/_new  2015-12-23 08:48:19.0 +0100
@@ -17,15 +17,14 @@
 
 
 Name:   efivar
-Version:0.20
+Version:0.21
 Release:0
 Summary:Tools to manage UEFI variables
 License:LGPL-2.1
 Group:  Development/Libraries/Other
-Url:https://github.com/vathpela/efivar
-Source0:
https://github.com/vathpela/efivar/releases/download/%{version}/%{name}-%{version}.tar.bz2
-Patch1: efivar-revert-linker-order.patch
-Patch2: efivar-fix-vars_del_variable.patch
+Url:https://github.com/rhinstaller/efivar
+Source0:
https://github.com/rhinstaller/efivar/releases/download/%{version}/%{name}-%{version}.tar.bz2
+Patch1: efivar-fix-initializer.patch
 BuildRequires:  fdupes
 BuildRequires:  pkg-config
 BuildRequires:  popt-devel
@@ -52,7 +51,6 @@
 %prep
 %setup -q
 %patch1 -p1
-%patch2 -p1
 
 %build
 export CFLAGS="%{optflags}"

++ efivar-0.20.tar.bz2 -> efivar-0.21.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/efivar-0.20/.gitignore new/efivar-0.21/.gitignore
--- old/efivar-0.20/.gitignore  2015-06-02 20:32:44.0 +0200
+++ new/efivar-0.21/.gitignore  2015-07-13 22:00:06.0 +0200
@@ -7,7 +7,7 @@
 *.S
 !src/guids.S
 *.so
-*.so.?
+*.so.*
 *.tar.*
 .*.c.P
 .*.h.P
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/efivar-0.20/Make.defaults 
new/efivar-0.21/Make.defaults
--- old/efivar-0.20/Make.defaults   2015-06-02 20:32:44.0 +0200
+++ new/efivar-0.21/Make.defaults   2015-07-13 22:00:06.0 +0200
@@ -6,13 +6,14 @@
 PCDIR  ?= $(libdir)/pkgconfig/
 CC := $(if $(filter default,$(origin CC)),gcc,$(CC))
 CCLD   := $(if $(filter undefined,$(origin CCLD)),$(CC),$(CCLD))
-CFLAGS ?= -O0 -g
+CFLAGS ?= -O2 -g
 
 ARCH = $(shell uname -m)
 clang_cflags =
 gcc_cflags = -Wmaybe-uninitialized
 cflags := $(CFLAGS) \
-   -Wall -Wsign-compare -std=gnu11 -fshort-wchar -fPIC \
+   -Werror -Wall -Wsign-compare -Wstrict-aliasing \
+   -std=gnu11 -fshort-wchar -fPIC \
-fvisibility=hidden \
-D_GNU_SOURCE -I${TOPDIR}/src/include/efivar/ \
$(if $(filter $(CC),clang),$(clang_cflags),) \
@@ -23,5 +24,3 @@
$(if $(filter $(CCLD),clang),$(clang_ccldflags),) \
$(if $(filter $(CCLD),gcc),$(gcc_ccldflags),)
 LIBFLAGS += -shared
-
-SONAME_VERSION := 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/efivar-0.20/Make.rules new/efivar-0.21/Make.rules
--- old/efivar-0.20/Make.rules  2015-06-02 20:32:44.0 +0200
+++ new/efivar-0.21/Make.rules  2015-07-13 22:00:06.0 +0200
@@ -4,11 +4,14 @@
 % : %.o
$(CCLD) $(ccldflags) -o $@ $^ $(foreach lib,$(LIBS),-l$(lib))
 
-%.so.$(SONAME_VERSION) : 
-   $(CCLD) $(cflags) -Wl,-soname,$@ $(ccldflags) $(LIBFLAGS) $^ -o $@ 
$(foreach lib,$(LIBS),-l$(lib))
+%.so.$(VERSION) :
+   $(CCLD) $(cflags) -Wl,-soname,$(patsubst 
%.so.$(VERSION),%.so.$(MAJOR_VERSION),$@) $(ccldflags) $(LIBFLAGS) $^ -o $@ 
$(foreach lib,$(LIBS),-l$(lib))
 
-%.so : %.so.$(SONAME_VERSION)
-   ln -sf $^ $@
+%.so : %.so.$(VERSION)
+   ln -sf $< $@
+
+%.so.$(MAJOR_VERSION) : %.so.$(VERSION)
+   ln -sf $< $@
 
 %.o: %.c
$(CC) $(cflags) $(CPPFLAGS) -c -o $@ $<
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/efivar-0.20/Make.version 

commit caja for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package caja for openSUSE:Factory checked in 
at 2015-12-23 08:49:04

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


Package is "caja"

Changes:

--- /work/SRC/openSUSE:Factory/caja/caja.changes2015-12-03 
13:31:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.caja.new/caja.changes   2015-12-23 
08:49:05.0 +0100
@@ -1,0 +2,5 @@
+Sat Dec 12 15:17:58 UTC 2015 - p.drou...@gmail.com
+
+- Remove useless pkgconfig(pangox) requirement
+
+---



Other differences:
--
++ caja.spec ++
--- /var/tmp/diff_new_pack.Z60uor/_old  2015-12-23 08:49:06.0 +0100
+++ /var/tmp/diff_new_pack.Z60uor/_new  2015-12-23 08:49:06.0 +0100
@@ -41,7 +41,6 @@
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(mate-desktop-2.0) >= %{_version}
 BuildRequires:  pkgconfig(pango)
-BuildRequires:  pkgconfig(pangox)
 BuildRequires:  pkgconfig(sm)
 BuildRequires:  pkgconfig(unique-1.0)
 Recommends: %{name}-lang




commit dovecot22 for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package dovecot22 for openSUSE:Factory 
checked in at 2015-12-23 08:50:05

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


Package is "dovecot22"

Changes:

--- /work/SRC/openSUSE:Factory/dovecot22/dovecot22.changes  2015-10-20 
00:04:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.dovecot22.new/dovecot22.changes 2015-12-23 
08:50:08.0 +0100
@@ -1,0 +2,109 @@
+Mon Dec 14 02:33:36 UTC 2015 - mrueck...@suse.de
+
+- move stopword files from the lucene package to the main FTS
+  package
+
+---
+Mon Dec 14 02:09:18 UTC 2015 - mrueck...@suse.de
+
+- update pigeonhole to 0.4.10
+  - Renamed pigeonhole.m4 to dovecot-pigeonhole.m4
+
+---
+Mon Dec 14 02:00:13 UTC 2015 - mrueck...@suse.de
+
+- pulled 2 patches from upstream:
+  3a719a01a1790df053854d5245ace5ab6d0c3d13.patch
+  6971937a6f3e93844dbd43bdbe903628e21a9422.patch
+
+---
+Sat Dec 12 04:32:51 UTC 2015 - mrueck...@suse.de
+
+- for more consistent build behavior enable clucene support only on
+  distros newer than SLE 11
+
+---
+Sat Dec 12 02:26:51 UTC 2015 - mrueck...@suse.de
+
+- update to 2.2.21
+  - doveadm mailbox list (and some others) were broken in v2.2.20
+  - director: Fixed making backend changes when running with only a
+single director server.
+  - virtual plugin: Fixed crash when trying to open nonexistent
+autocreated backend mailbox.
+
+---
+Tue Dec  8 11:04:53 UTC 2015 - mrueck...@suse.de
+
+- update to 2.2.20
+  + Added mailbox { autoexpunge= } setting. See
+http://wiki2.dovecot.org/MailboxSettings for details.
+  + ssl_options: Added support for no_ticket
+  + imap/pop3/managesieve-login: Added postlogin_socket=path passdb
+extra field. This allows replacing the default service
+imap/pop3/managesieve {} settings for specific users (e.g.
+running their imap process via valgrind or strace).
+  + doveadm fetch: Added date.sent/received/saved.unixtime
+  + fs-posix: Added mode=auto parameter to set the created files'
+and directories' mode based on the parent dir if it has
+setgid-bit.
+  + director: Support backends having hostnames, which makes it
+possible to verify their SSL certificates.
+  - director: Directors' state became desynchronized if doveadm
+director commands were used to modify the same backend in
+multiple directors at the same time with conflicting changes.
+This fix includes some extra checks, which makes sure that if
+such a conflict still happens it's automatically fixed. In some
+situations such an automatic fix may now be unnecessarily
+triggered and an error logged.
+  - director: Backend tags weren't working correctly.
+  - ldap: tls_* settings weren't used for ldaps URIs.
+  - ldap, mysql: Fixed setting connect timeout.
+  - auth: userdb lookups via auth-worker couldn't change username
+  - dsync: Fixed handling deleted directories. Make sure we don't
+go to infinite mailbox renaming loop.
+  - imap: Fixed crash in NOTIFY when there were watched namespaces
+that didn't support NOTIFY.
+  - imap: After SETMETADATA was used, various commands (especially
+FETCH) could have started hanging when their output was large.
+  - stats: Idle sessions weren't refreshed often enough, causing
+stats process to forget them and log errors about unknown
+sessions when they were updated later.
+  - stats: Fixed "Duplicate session ID" errors when LMTP delivered
+to multiple recipients and fts_autoindex=yes.
+  - zlib plugin: Fixed copying causing cache corruption when
+zlib_save wasn't set, but the source message was compressed.
+  - fts-solr: Fixed escaping Solr query parameters.
+  - lmtp: quota_full_tempfail=yes was ignored with
+lmtp_rcpt_check_quota=yes
+- update pigeonhole to 0.4.10.rc2
+  + Implemented the Sieve mime and foreverypart extensions
+(RFC 5703). These are fully implemented. The interaction with
+the editheader extension needs some work, but this should not
+influence most uses; i.e., changes by the editheader extension
+are not always visible using foreverypart/mime.
+  + Sieve body extension: Properly implemented the `:text' body
+transform. It now extracts text for HTML message parts.
+  + Sieve enotify extension: mailto method: Implemented the
+sieve_notify_mailto_envelope_from setting. This allows
+configuring the source of the notification sender address for
+e-mail notifications. This is similar to 

commit ghc-OpenGL for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package ghc-OpenGL for openSUSE:Factory 
checked in at 2015-12-23 08:50:22

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


Package is "ghc-OpenGL"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-OpenGL/ghc-OpenGL.changes2015-05-21 
08:14:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-OpenGL.new/ghc-OpenGL.changes   
2015-12-23 08:50:22.0 +0100
@@ -1,0 +2,31 @@
+Mon Dec 21 09:18:21 UTC 2015 - mimi...@gmail.com
+
+- update to 2.13.2.0
+* Implement Uniform instances for GLint, GLuint, GLfloat, and GLdouble.
+
+---
+Tue Dec 15 17:49:15 UTC 2015 - mimi...@gmail.com
+
+- update to 2.13.1.1
+* Aftermath for the glClearNamedFramebufferfi chaos in the OpenGL registry, 
see 
+the corresponding issue on Khronos.
+* Added extensionSupported.
+* Relaxed upper version bound for OpenGLRaw.
+* Added missing drawing commands using vertex arrays and some related types.
+* Added missing whole framebuffer operations.
+* Added getters for stencilMaskSeparate, stencilFuncSeparate, and 
stencilOpSeparate,
+making them full-blown StateVars.
+* Added patchDefaultInnerLevel and patchDefaultOuterLevel to control the 
default 
+tessellation levels.
+* Added ContextLost constructor to ErrorCategory type.
+* Added SeparateAttribs and deprecated SeperateAttribs, fixing a spelling 
mistake.
+
+---
+Sun Nov 15 08:10:49 UTC 2015 - peter.tromm...@ohm-hochschule.de
+
+- update to 2.13.1.0
+* extended API
+* version bounds for OpenGLRaw
+* new file CHANGELOG.md 
+
+---

Old:

  OpenGL-2.12.0.1.tar.gz

New:

  OpenGL-2.13.2.0.tar.gz



Other differences:
--
++ ghc-OpenGL.spec ++
--- /var/tmp/diff_new_pack.sPOTog/_old  2015-12-23 08:50:23.0 +0100
+++ /var/tmp/diff_new_pack.sPOTog/_new  2015-12-23 08:50:23.0 +0100
@@ -19,7 +19,7 @@
 %global pkg_name OpenGL
 
 Name:   ghc-OpenGL
-Version:2.12.0.1
+Version:2.13.2.0
 Release:0
 Summary:A binding for the OpenGL graphics system
 License:BSD-3-Clause

++ OpenGL-2.12.0.1.tar.gz -> OpenGL-2.13.2.0.tar.gz ++
 1645 lines of diff (skipped)




commit python3-pyudev for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package python3-pyudev for openSUSE:Factory 
checked in at 2015-12-23 08:50:41

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


Package is "python3-pyudev"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pyudev/python3-pyudev.changes
2015-12-03 13:32:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-pyudev.new/python3-pyudev.changes   
2015-12-23 08:50:42.0 +0100
@@ -1,0 +2,11 @@
+Tue Dec 22 01:56:17 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * require six
+
+- update to version 0.18.1:
+  * Restore raising KeyError by Attributes.as* methods when attribute
+not found.
+  * Explicitly require six module.
+
+---

Old:

  pyudev-0.18.tar.gz

New:

  pyudev-0.18.1.tar.gz



Other differences:
--
++ python3-pyudev.spec ++
--- /var/tmp/diff_new_pack.bAjkBN/_old  2015-12-23 08:50:42.0 +0100
+++ /var/tmp/diff_new_pack.bAjkBN/_new  2015-12-23 08:50:42.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pyudev
-Version:0.18
+Version:0.18.1
 Release:0
 Summary:Udev bindings for Python
 License:LGPL-2.1+
@@ -28,6 +28,8 @@
 BuildRequires:  python3-Sphinx
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
+BuildRequires:  python3-six
+Requires:   python3-six
 BuildArch:  noarch
 
 %description

++ pyudev-0.18.tar.gz -> pyudev-0.18.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyudev-0.18/CHANGES.rst new/pyudev-0.18.1/CHANGES.rst
--- old/pyudev-0.18/CHANGES.rst 2015-12-01 15:11:37.0 +0100
+++ new/pyudev-0.18.1/CHANGES.rst   2015-12-18 18:27:19.0 +0100
@@ -1,3 +1,9 @@
+0.18.1 (Dec 18, 2015)
+=
+
+- Restore raising KeyError by Attributes.as* methods when attribute not found.
+- Explicitly require six module.
+
 0.18 (Dec 1, 2015)
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyudev-0.18/PKG-INFO new/pyudev-0.18.1/PKG-INFO
--- old/pyudev-0.18/PKG-INFO2015-12-01 15:21:36.0 +0100
+++ new/pyudev-0.18.1/PKG-INFO  2015-12-18 18:28:21.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyudev
-Version: 0.18
+Version: 0.18.1
 Summary: A libudev binding
 Home-page: http://pyudev.readthedocs.org/
 Author: Sebastian Wiesner
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyudev-0.18/setup.py new/pyudev-0.18.1/setup.py
--- old/pyudev-0.18/setup.py2015-12-01 15:11:37.0 +0100
+++ new/pyudev-0.18.1/setup.py  2015-12-18 18:27:19.0 +0100
@@ -54,7 +54,10 @@
 'Topic :: Software Development :: Libraries',
 'Topic :: System :: Hardware',
 'Topic :: System :: Operating System Kernels :: Linux',
-],
+],
+install_requires = [
+'six'
+],
 package_dir={"": "src"},
 packages=setuptools.find_packages("src"),
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyudev-0.18/src/pyudev/device/_device.py 
new/pyudev-0.18.1/src/pyudev/device/_device.py
--- old/pyudev-0.18/src/pyudev/device/_device.py2015-12-01 
15:11:37.0 +0100
+++ new/pyudev-0.18.1/src/pyudev/device/_device.py  2015-12-18 
18:27:19.0 +0100
@@ -979,76 +979,86 @@
 for attribute, _ in udev_list_iterate(self._libudev, attrs):
 yield ensure_unicode_string(attribute)
 
-def get(self, attribute, default=None):
+def _get(self, attribute):
 """
 Get the given system ``attribute`` for the device.
 
-``attribute`` is a unicode or byte string containing the name of the
-system attribute.
-
-:param str attribute: the attribute to lookup
-:param object default: the default value to return
-:returns: the attribute value or None if no value
-:rtype: byte string or NoneType
-
-Returns ``default`` if lookup gets None.
+:param attribute: the key for an attribute value
+:type attribute: unicode or byte string
+:returns: the value corresponding to ``attribute``
+:rtype: an arbitrary sequence of bytes
+:raises KeyError: if no value found
 """
 value = self._libudev.udev_device_get_sysattr_value(
-self.device,
-ensure_byte_string(attribute)
+   self.device,
+   ensure_byte_string(attribute)
 )
-return value if value is not None else default
+if 

commit tilda for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package tilda for openSUSE:Factory checked 
in at 2015-12-23 08:50:29

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


Package is "tilda"

Changes:

--- /work/SRC/openSUSE:Factory/tilda/tilda.changes  2012-02-28 
14:16:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.tilda.new/tilda.changes 2015-12-23 
08:50:30.0 +0100
@@ -1,0 +2,12 @@
+Sat Nov 21 02:17:55 UTC 2015 - r...@fthiessen.de
+
+- Updated to version 1.3.0:
+  * Clean up SPEC
+  * Removed now obsolete patches (fixed in this version):
+* tilda-add-xrandr-check.patch
+* tilda-desktop-icon.patch
+* tilda-fix-gdk-x11-window-set-user-time.patch
+* tilda-fix-glib-include.patch
+* tilda-fix-pointers.patch
+
+---

Old:

  tilda-0.9.6.tar.gz
  tilda-add-xrandr-check.patch
  tilda-desktop-icon.patch
  tilda-fix-gdk-x11-window-set-user-time.patch
  tilda-fix-glib-include.patch
  tilda-fix-pointers.patch

New:

  tilda-1.3.0.tar.gz



Other differences:
--
++ tilda.spec ++
--- /var/tmp/diff_new_pack.FHPzI0/_old  2015-12-23 08:50:31.0 +0100
+++ /var/tmp/diff_new_pack.FHPzI0/_new  2015-12-23 08:50:31.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tilda
 #
-# Copyright (c) 2012 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
@@ -16,106 +16,64 @@
 #
 
 
-# FIXME incorrect-fsf-address reported upstream
-# 
https://sourceforge.net/tracker/?func=detail=3473005_id=126081=704595
-
 Name:   tilda
-Version:0.9.6
+Version:1.3.0
 Release:0
-Summary:A quake like terminal for GNOME
+Summary:A Gtk based drop down terminal for Linux and Unix
 License:GPL-2.0+
 Group:  System/X11/Terminals
-Url:http://tilda.sourceforge.net/
-Source0:
http://downloads.sourceforge.net/tilda/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM tilda-desktop_icon.patch sf#3473002 
malcolmle...@opensuse.org -- Fix fullpath to icon and icon file extension
-Patch0: tilda-desktop-icon.patch
-# PATCH-FIX-UPSTREAM tilda-fix-pointers.patch sf#3473004 
malcolmle...@opensuse.org -- Fix 64bit-portability-issue
-Patch1: tilda-fix-pointers.patch
-# PATCH-FIX-UPSTREAM tilda-fix-gdk-x11-window-set-user-time.patch bnc#633863 
sf#2988694 malcolmle...@opensuse.org -- Fix a crash
-Patch2: tilda-fix-gdk-x11-window-set-user-time.patch
-# PATCH-FIX-UPSTREAM tilda-fix-glib-include.patch sf#3473000 
malcolmle...@opensuse.org -- Only  can be included directly
-Patch3: tilda-fix-glib-include.patch
-# PATCH-FIX-UPSTREAM tilda-add-xrandr-check.patch sf#3492123 
malcolmle...@opensuse.org -- Add check for the presence of the xrandr headers 
in configure.
-Patch4: tilda-add-xrandr-check.patch
-# needed for patch4
-BuildRequires:  autoconf
-# needed for patch4
+Url:https://github.com/lanoxx/tilda/
+Source0:
https://github.com/lanoxx/%{name}/archive/%{name}-%{version}.tar.gz
 BuildRequires:  automake
-BuildRequires:  flex
-BuildRequires:  libconfuse-devel
+BuildRequires:  gtk3-devel
 BuildRequires:  update-desktop-files
-%if 0%{?suse_version} >= 1210
-BuildRequires:  vte2-devel
-%else
 BuildRequires:  vte-devel
-%endif
-%if 0%{?suse_version} > 1210
-BuildRequires:  libX11-devel
-BuildRequires:  libXrandr-devel
-BuildRequires:  libXt-devel
-%else
-BuildRequires:  xorg-x11-libXt-devel
-%endif
-%if 0%{?suse_version} >= 1140
-BuildRequires:  pkgconfig(libglade-2.0)
-BuildRequires:  pkgconfig(pango)
-%else
-BuildRequires:  libglade2-devel
-BuildRequires:  pango-devel
-%endif
+BuildRequires:  pkgconfig(libconfuse)
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-Tilda is a Linux terminal taking after the likeness of many classic terminals
-from first person shooter games, Quake, Doom and Half-Life (to name a few),
-where the terminal has no border and is hidden from the desktop until a key is
-pressed.
+Tilda is a terminal emulator and can be compared with other popular terminal
+emulators such as gnome-terminal (Gnome), Konsole (KDE), xterm and many others.
+The specialities of Tilda are that it does not behave like a normal window
+but instead it can be pulled up and down from the top of the screen with
+a special hotkey. Additionally Tilda is highly configurable.
+It is possible to configure the hotkeys for keybindings,
+change the appearance and many options 

commit siege for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package siege for openSUSE:Factory checked 
in at 2015-12-23 08:50:30

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


Package is "siege"

Changes:

--- /work/SRC/openSUSE:Factory/siege/siege.changes  2015-12-09 
22:34:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.siege.new/siege.changes 2015-12-23 
08:50:31.0 +0100
@@ -1,0 +2,5 @@
+Mon Dec 21 12:01:40 UTC 2015 - mplus...@suse.com
+
+- Make it build on SLE11
+
+---



Other differences:
--
++ siege.spec ++
--- /var/tmp/diff_new_pack.5adJgm/_old  2015-12-23 08:50:32.0 +0100
+++ /var/tmp/diff_new_pack.5adJgm/_new  2015-12-23 08:50:32.0 +0100
@@ -25,8 +25,8 @@
 Group:  Productivity/Networking/Web/Utilities
 Url:http://www.joedog.org/siege/
 Source: http://download.joedog.org/siege/siege-%{version}.tar.gz
+BuildRequires:  openssl-devel
 BuildRequires:  pkg-config
-BuildRequires:  pkgconfig(openssl)
 Requires:   perl
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 




commit qmmp for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package qmmp for openSUSE:Factory checked in 
at 2015-12-23 08:50:26

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


Package is "qmmp"

Changes:

--- /work/SRC/openSUSE:Factory/qmmp/qmmp.changes2015-12-18 
21:54:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.qmmp.new/qmmp.changes   2015-12-23 
08:50:27.0 +0100
@@ -1,0 +2,6 @@
+Mon Dec 21 08:15:04 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.0.4:
+  * Fix skinned ui build.
+
+---

Old:

  qmmp-1.0.3.tar.bz2

New:

  qmmp-1.0.4.tar.bz2



Other differences:
--
++ qmmp.spec ++
--- /var/tmp/diff_new_pack.AmG24W/_old  2015-12-23 08:50:28.0 +0100
+++ /var/tmp/diff_new_pack.AmG24W/_new  2015-12-23 08:50:28.0 +0100
@@ -19,7 +19,7 @@
 %define sover   1
 %bcond_with restricted
 Name:   qmmp
-Version:1.0.3
+Version:1.0.4
 Release:0
 Summary:Qt-based Multimedia Player
 License:GPL-2.0+

++ qmmp-1.0.3.tar.bz2 -> qmmp-1.0.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qmmp-1.0.3/ChangeLog new/qmmp-1.0.4/ChangeLog
--- old/qmmp-1.0.3/ChangeLog2015-12-17 18:05:57.0 +0100
+++ new/qmmp-1.0.4/ChangeLog2015-12-21 07:30:16.0 +0100
@@ -1080,3 +1080,6 @@
 * fixed build without Qt X11 Extras
 * fixed Cinnamon and MATE support
 * updated Chinese Simplified translation (mabier)
+
+Version 1.0.4
+* fixed skinned ui build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qmmp-1.0.3/ChangeLog.rus new/qmmp-1.0.4/ChangeLog.rus
--- old/qmmp-1.0.3/ChangeLog.rus2015-12-17 18:05:57.0 +0100
+++ new/qmmp-1.0.4/ChangeLog.rus2015-12-21 07:30:16.0 +0100
@@ -1082,3 +1082,6 @@
 * исправлена сборка без Qt X11 Extras
 * исправлена поддержка Cinnamon и MATE
 * обновлён китайский упрощённый перевод (mabier)
+
+Версия 1.0.4
+* исправлена сборка интерфейса с поддержкой обложек
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qmmp-1.0.3/ChangeLog.svn new/qmmp-1.0.4/ChangeLog.svn
--- old/qmmp-1.0.3/ChangeLog.svn2015-12-17 18:05:57.0 +0100
+++ new/qmmp-1.0.4/ChangeLog.svn2015-12-21 07:30:16.0 +0100
@@ -1,4 +1,16 @@
 
+r5863 | trialuser02 | 2015-12-21 09:27:52 +0300 (Пн., 21 дек. 2015) | 1 line
+
+updated changelogs
+
+r5862 | trialuser02 | 2015-12-21 09:19:16 +0300 (Пн., 21 дек. 2015) | 1 line
+
+fixed skinned ui build
+
+r5848 | trialuser02 | 2015-12-17 20:09:17 +0300 (Чт., 17 дек. 2015) | 1 line
+
+version bump
+
 r5837 | trialuser02 | 2015-12-16 15:10:29 +0300 (Ср., 16 дек. 2015) | 1 line
 
 updated Chinese Simplified translation (mabier)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qmmp-1.0.3/qmmp.pri new/qmmp-1.0.4/qmmp.pri
--- old/qmmp-1.0.3/qmmp.pri 2015-12-17 18:05:57.0 +0100
+++ new/qmmp-1.0.4/qmmp.pri 2015-12-21 07:30:16.0 +0100
@@ -13,7 +13,7 @@
 
 #Version
 
-QMMP_VERSION = 1.0.3
+QMMP_VERSION = 1.0.4
 
 #Comment/uncomment this if you want to change plugins list
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qmmp-1.0.3/src/app/qmmp.rc 
new/qmmp-1.0.4/src/app/qmmp.rc
--- old/qmmp-1.0.3/src/app/qmmp.rc  2015-12-17 18:05:51.0 +0100
+++ new/qmmp-1.0.4/src/app/qmmp.rc  2015-12-21 07:29:45.0 +0100
@@ -1,7 +1,7 @@
 #include 
 
-#define QMMP_FILEVERSION 1,0,3,0
-#define QMMP_PRODUCTVERSION "1.0.3.0"
+#define QMMP_FILEVERSION 1,0,4,0
+#define QMMP_PRODUCTVERSION "1.0.4.0"
 
 IDI_ICON1  ICONDISCARDABLE "images\\ico\\qmmp.ico"
 IDI_ICON2  ICONDISCARDABLE 
"images\\ico\\qmmp_file.ico"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qmmp-1.0.3/src/plugins/Ui/CMakeLists.txt 
new/qmmp-1.0.4/src/plugins/Ui/CMakeLists.txt
--- old/qmmp-1.0.3/src/plugins/Ui/CMakeLists.txt2015-12-17 
18:05:51.0 +0100
+++ new/qmmp-1.0.4/src/plugins/Ui/CMakeLists.txt2015-12-21 
07:29:45.0 +0100
@@ -1,9 +1,9 @@
 SET(USE_SKINNED TRUE CACHE BOOL "enable/disable skinned user interface")
 SET(USE_QSUI TRUE CACHE BOOL "enable/disable 

commit libcompizconfig for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package libcompizconfig for openSUSE:Factory 
checked in at 2015-12-23 08:50:03

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


Package is "libcompizconfig"

Changes:

--- /work/SRC/openSUSE:Factory/libcompizconfig/libcompizconfig.changes  
2015-11-26 17:00:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.libcompizconfig.new/libcompizconfig.changes 
2015-12-23 08:50:07.0 +0100
@@ -1,0 +2,6 @@
+Sat Dec 19 21:13:15 UTC 2015 - sor.ale...@meowr.ru
+
+- Only suggest libcompizconfig-backend.
+- Use a better upstream tarball.
+
+---
@@ -6 +12 @@
-- Rename to libcompizconfig0.
+- Recommend libcompizconfig-backend.

Old:

  libcompizconfig-0.8.9.tar.gz

New:

  libcompizconfig-0.8.9.tar.xz



Other differences:
--
++ libcompizconfig.spec ++
--- /var/tmp/diff_new_pack.BBRghC/_old  2015-12-23 08:50:08.0 +0100
+++ /var/tmp/diff_new_pack.BBRghC/_new  2015-12-23 08:50:08.0 +0100
@@ -24,7 +24,7 @@
 License:GPL-2.0+
 Group:  System/Libraries
 Url:https://github.com/raveit65/libcompizconfig
-Source: 
https://github.com/raveit65/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source: 
https://github.com/raveit65/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE libcompizconfig-config-dir.patch boo#438081 
rodr...@novell.com
 Patch0: %{name}-config-dir.patch
 BuildRequires:  mate-common
@@ -34,7 +34,7 @@
 BuildRequires:  pkgconfig(protobuf)
 BuildRequires:  pkgconfig(x11)
 Requires:   compiz < 0.9
-Recommends: libcompizconfig-backend < 0.9
+Suggests:   libcompizconfig-backend < 0.9
 
 %description
 CompizConfig plugin required for compizconfig-settings-manager.




commit kiwi-config-openSUSE for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package kiwi-config-openSUSE for 
openSUSE:Factory checked in at 2015-12-23 08:50:37

Comparing /work/SRC/openSUSE:Factory/kiwi-config-openSUSE (Old)
 and  /work/SRC/openSUSE:Factory/.kiwi-config-openSUSE.new (New)


Package is "kiwi-config-openSUSE"

Changes:

--- 
/work/SRC/openSUSE:Factory/kiwi-config-openSUSE/kiwi-config-openSUSE.changes
2015-11-02 12:55:04.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kiwi-config-openSUSE.new/kiwi-config-openSUSE.changes
   2015-12-23 08:50:39.0 +0100
@@ -1,0 +2,5 @@
+Mon Dec 14 15:00:47 UTC 2015 - dleuenber...@suse.com
+
+- Change skelcd-openSUSE-CD BuildRequires to skelcd-openSUSE.
+
+---



Other differences:
--
++ kiwi-config-openSUSE.spec ++
--- /var/tmp/diff_new_pack.FJMsGe/_old  2015-12-23 08:50:40.0 +0100
+++ /var/tmp/diff_new_pack.FJMsGe/_new  2015-12-23 08:50:40.0 +0100
@@ -27,7 +27,7 @@
 BuildRequires:  libxml2-tools
 BuildRequires:  libxslt
 BuildRequires:  skelcd-control-openSUSE >= 13.2.15
-BuildRequires:  skelcd-openSUSE-CD
+BuildRequires:  skelcd-openSUSE
 BuildRequires:  xdm
 BuildRequires:  yast2-country
 BuildRequires:  yast2-installation






commit ghc-base-prelude for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package ghc-base-prelude for 
openSUSE:Factory checked in at 2015-12-23 08:50:06

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


Package is "ghc-base-prelude"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-base-prelude/ghc-base-prelude.changes
2015-11-10 10:02:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-base-prelude.new/ghc-base-prelude.changes   
2015-12-23 08:50:12.0 +0100
@@ -1,0 +2,5 @@
+Mon Dec 21 07:59:22 UTC 2015 - mimi...@gmail.com
+
+- update to 0.1.20 
+
+---

Old:

  base-prelude-0.1.19.tar.gz

New:

  base-prelude-0.1.20.tar.gz



Other differences:
--
++ ghc-base-prelude.spec ++
--- /var/tmp/diff_new_pack.uQSFTq/_old  2015-12-23 08:50:12.0 +0100
+++ /var/tmp/diff_new_pack.uQSFTq/_new  2015-12-23 08:50:12.0 +0100
@@ -15,15 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %global pkg_name base-prelude
 
 Name:   ghc-base-prelude
-Version:0.1.19
+Version:0.1.20
 Release:0
 Summary:The most complete prelude formed from only the "base" package
+License:MIT
 Group:  System/Libraries
 
-License:MIT
 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
@@ -54,30 +55,23 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
 
-
 %changelog

++ base-prelude-0.1.19.tar.gz -> base-prelude-0.1.20.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/base-prelude-0.1.19/base-prelude.cabal 
new/base-prelude-0.1.20/base-prelude.cabal
--- old/base-prelude-0.1.19/base-prelude.cabal  2015-03-31 08:21:26.0 
+0200
+++ new/base-prelude-0.1.20/base-prelude.cabal  2015-12-18 05:21:29.0 
+0100
@@ -1,7 +1,7 @@
 name:
   base-prelude
 version:
-  0.1.19
+  0.1.20
 synopsis:
   The most complete prelude formed from only the "base" package
 description:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/base-prelude-0.1.19/library/BasePrelude.hs 
new/base-prelude-0.1.20/library/BasePrelude.hs
--- old/base-prelude-0.1.19/library/BasePrelude.hs  2015-03-31 
08:21:26.0 +0200
+++ new/base-prelude-0.1.20/library/BasePrelude.hs  2015-12-18 
05:21:29.0 +0100
@@ -67,6 +67,7 @@
 import GHC.Exts as Exports (lazy, inline, sortWith, groupWith)
 import GHC.Generics as Exports (Generic)
 import GHC.IO.Exception as Exports
+import Numeric as Exports
 import Prelude as Exports hiding (concat, foldr, mapM_, sequence_, foldl1, 
maximum, minimum, product, sum, all, and, any, concatMap, elem, foldl, foldr1, 
notElem, or, mapM, sequence, id, (.))
 import System.Environment as Exports
 import System.Exit as Exports




commit ghc-base-orphans for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package ghc-base-orphans for 
openSUSE:Factory checked in at 2015-12-23 08:50:08

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


Package is "ghc-base-orphans"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-base-orphans/ghc-base-orphans.changes
2015-08-23 17:38:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-base-orphans.new/ghc-base-orphans.changes   
2015-12-23 08:50:12.0 +0100
@@ -1,0 +2,7 @@
+Thu Dec 17 10:29:41 UTC 2015 - mimi...@gmail.com
+
+- update to 0.4.5
+* Import Control.Monad.Instances 
+* Fix build on GHC HEAD (again)
+
+---

Old:

  base-orphans-0.4.4.tar.gz

New:

  base-orphans-0.4.5.tar.gz



Other differences:
--
++ ghc-base-orphans.spec ++
--- /var/tmp/diff_new_pack.OsAU9r/_old  2015-12-23 08:50:13.0 +0100
+++ /var/tmp/diff_new_pack.OsAU9r/_new  2015-12-23 08:50:13.0 +0100
@@ -20,7 +20,7 @@
 %bcond_with tests
 
 Name:   ghc-base-orphans
-Version:0.4.4
+Version:0.4.5
 Release:0
 Summary:Backwards-compatible orphan instances for base
 Group:  System/Libraries

++ base-orphans-0.4.4.tar.gz -> base-orphans-0.4.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/base-orphans-0.4.4/CHANGES.markdown 
new/base-orphans-0.4.5/CHANGES.markdown
--- old/base-orphans-0.4.4/CHANGES.markdown 2015-08-14 04:24:55.0 
+0200
+++ new/base-orphans-0.4.5/CHANGES.markdown 2015-12-15 18:26:53.0 
+0100
@@ -1,3 +1,11 @@
+## Changes in 0.4.5
+ - Import `Control.Monad.Instances` (which exports `Functor` and `Monad`
+   instances for `(->) r`, and `Functor` instances for `(,) a` and `Either a`)
+   on GHCs before 7.6. This ensures that these instances will always be in
+   scope, and you won't have to import a module which is deprecated on recent
+   GHC releases.
+ - Fix build on GHC HEAD (again)
+
 ## Changes in 0.4.4
  - Fix build on GHC HEAD
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/base-orphans-0.4.4/LICENSE 
new/base-orphans-0.4.5/LICENSE
--- old/base-orphans-0.4.4/LICENSE  2015-08-14 04:24:55.0 +0200
+++ new/base-orphans-0.4.5/LICENSE  2015-12-15 18:26:53.0 +0100
@@ -1,4 +1,4 @@
-Copyright (c) 2015 Simon Hengel , João Cristóvão 
, Ryan Scott 
+Copyright (c) 2015 Simon Hengel , João Cristóvão 
, Ryan Scott 
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/base-orphans-0.4.4/README.markdown 
new/base-orphans-0.4.5/README.markdown
--- old/base-orphans-0.4.4/README.markdown  2015-08-14 04:24:55.0 
+0200
+++ new/base-orphans-0.4.5/README.markdown  2015-12-15 18:26:53.0 
+0100
@@ -1,4 +1,19 @@
-# `base-orphans` [![Hackage 
version](https://img.shields.io/hackage/v/base-orphans.svg?style=flat)](http://hackage.haskell.org/package/base-orphans)
 [![Build 
Status](https://img.shields.io/travis/haskell-compat/base-orphans.svg?style=flat)](https://travis-ci.org/haskell-compat/base-orphans)
+# `base-orphans`
+[![Hackage](https://img.shields.io/hackage/v/base-orphans.svg)][Hackage: 
base-orphans]
+[![Hackage 
Dependencies](https://img.shields.io/hackage-deps/v/base-orphans.svg)](http://packdeps.haskellers.com/reverse/base-orphans)
+[![Haskell Programming 
Language](https://img.shields.io/badge/language-Haskell-blue.svg)][Haskell.org]
+[![BSD3 
License](http://img.shields.io/badge/license-MIT-brightgreen.svg)][tl;dr Legal: 
MIT]
+[![Build](https://img.shields.io/travis/haskell-compat/base-orphans.svg)](https://travis-ci.org/haskell-compat/base-orphans)
+
+[Hackage: base-orphans]:
+  http://hackage.haskell.org/package/base-orphans
+  "base-orphans package on Hackage"
+[Haskell.org]:
+  http://www.haskell.org
+  "The Haskell Programming Language"
+[tl;dr Legal: MIT]:
+  https://tldrlegal.com/license/mit-license
+  "MIT License"
 
 ## Scope
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/base-orphans-0.4.4/base-orphans.cabal 
new/base-orphans-0.4.5/base-orphans.cabal
--- old/base-orphans-0.4.4/base-orphans.cabal   2015-08-14 04:24:55.0 
+0200
+++ new/base-orphans-0.4.5/base-orphans.cabal   2015-12-15 18:26:53.0 
+0100
@@ -1,71 +1,71 @@
--- This 

commit PlotDigitizer for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package PlotDigitizer for openSUSE:Factory 
checked in at 2015-12-23 08:50:43

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


Package is "PlotDigitizer"

Changes:

--- /work/SRC/openSUSE:Factory/PlotDigitizer/PlotDigitizer.changes  
2015-03-05 18:16:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.PlotDigitizer.new/PlotDigitizer.changes 
2015-12-23 08:50:44.0 +0100
@@ -1,0 +2,12 @@
+Mon Dec 21 19:52:19 UTC 2015 - badshah...@gmail.com
+
+- Update to version 2.6.8:
+  + Fixed a bug that could cause an exception to be thrown at
+program startup under certain circumstances.
+- Changes from version 2.6.7:
+  + Fixed a long-standing problem with the items in the "Windows"
+menu getting out of synch with the open windows.
+  + Minor improvements to the auto-digitizing feature.
+  + Turned off logging used for debugging purposes.
+
+---

Old:

  PlotDigitizer_2.6.6_Source.zip

New:

  PlotDigitizer_2.6.8_Source.zip



Other differences:
--
++ PlotDigitizer.spec ++
--- /var/tmp/diff_new_pack.sEZAHy/_old  2015-12-23 08:50:45.0 +0100
+++ /var/tmp/diff_new_pack.sEZAHy/_new  2015-12-23 08:50:45.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   PlotDigitizer
-Version:2.6.6
+Version:2.6.8
 Release:0
 Summary:Ditigize scanned plots of functional data
 License:LGPL-2.1 and GPL-2.0





commit ghc-persistent for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package ghc-persistent for openSUSE:Factory 
checked in at 2015-12-23 08:50:11

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


Package is "ghc-persistent"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-persistent/ghc-persistent.changes
2015-12-09 22:17:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-persistent.new/ghc-persistent.changes   
2015-12-23 08:50:14.0 +0100
@@ -1,0 +2,6 @@
+Thu Dec 17 10:42:36 UTC 2015 - mimi...@gmail.com
+
+- update to 2.2.4
+* Workaround for side-exiting transformers in runSqlConn
+
+---

Old:

  persistent-2.2.3.tar.gz

New:

  persistent-2.2.4.tar.gz



Other differences:
--
++ ghc-persistent.spec ++
--- /var/tmp/diff_new_pack.kNwmVk/_old  2015-12-23 08:50:15.0 +0100
+++ /var/tmp/diff_new_pack.kNwmVk/_new  2015-12-23 08:50:15.0 +0100
@@ -21,7 +21,7 @@
 %bcond_with tests
 
 Name:   ghc-persistent
-Version:2.2.3
+Version:2.2.4
 Release:0
 Summary:Type-safe, multi-backend data serialization
 License:MIT

++ persistent-2.2.3.tar.gz -> persistent-2.2.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/persistent-2.2.3/ChangeLog.md 
new/persistent-2.2.4/ChangeLog.md
--- old/persistent-2.2.3/ChangeLog.md   2015-11-29 18:59:28.0 +0100
+++ new/persistent-2.2.4/ChangeLog.md   2015-12-14 12:26:57.0 +0100
@@ -1,3 +1,7 @@
+## 2.2.4
+
+* Workaround for side-exiting transformers in `runSqlConn` 
[#516](https://github.com/yesodweb/persistent/issues/516)
+
 ## 2.2.3
 
 * PersistField instance for Natural
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/persistent-2.2.3/Database/Persist/Sql/Run.hs 
new/persistent-2.2.4/Database/Persist/Sql/Run.hs
--- old/persistent-2.2.3/Database/Persist/Sql/Run.hs2015-11-15 
15:31:39.0 +0100
+++ new/persistent-2.2.4/Database/Persist/Sql/Run.hs2015-12-14 
12:26:57.0 +0100
@@ -50,13 +50,13 @@
 {-# INLINABLE withResourceTimeout #-}
 
 runSqlConn :: MonadBaseControl IO m => SqlPersistT m a -> SqlBackend -> m a
-runSqlConn r conn = do
+runSqlConn r conn = control $ \runInIO -> mask $ \restore -> do
 let getter = getStmtConn conn
-liftBase $ connBegin conn getter
+restore $ connBegin conn getter
 x <- onException
-(runReaderT r conn)
-(liftBase $ connRollback conn getter)
-liftBase $ connCommit conn getter
+(restore $ runInIO $ runReaderT r conn)
+(restore $ connRollback conn getter)
+restore $ connCommit conn getter
 return x
 
 runSqlPersistM :: SqlPersistM a -> SqlBackend -> IO a
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/persistent-2.2.3/persistent.cabal 
new/persistent-2.2.4/persistent.cabal
--- old/persistent-2.2.3/persistent.cabal   2015-11-29 18:59:28.0 
+0100
+++ new/persistent-2.2.4/persistent.cabal   2015-12-14 12:26:57.0 
+0100
@@ -1,5 +1,5 @@
 name:persistent
-version: 2.2.3
+version: 2.2.4
 license: MIT
 license-file:LICENSE
 author:  Michael Snoyman 




commit python3-pylint for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package python3-pylint for openSUSE:Factory 
checked in at 2015-12-23 08:50:39

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


Package is "python3-pylint"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pylint/python3-pylint.changes
2015-12-17 15:54:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-pylint.new/python3-pylint.changes   
2015-12-23 08:50:40.0 +0100
@@ -1,0 +2,18 @@
+Mon Dec 21 19:31:18 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * README->README.rst
+  * deleted README.python3, not in tar-ball anymore
+
+- update to version 1.5.2:
+  * Don't crash if graphviz is not installed, instead emit a warning
+letting the user to know.  Closes issue #168.
+  * Accept only functions and methods for the deprecated-method
+checker.  This prevents a crash which can occur when an object
+doesn't have .qname() method after the inference.
+  * Don't emit super-on-old-class on classes with unknown bases.
+Closes issue #721.
+  * Allow statements in `if` or `try` blocks containing imports.
+Closes issue #714.
+
+---

Old:

  pylint-1.5.1.tar.gz

New:

  pylint-1.5.2.tar.gz



Other differences:
--
++ python3-pylint.spec ++
--- /var/tmp/diff_new_pack.gfq1BW/_old  2015-12-23 08:50:41.0 +0100
+++ /var/tmp/diff_new_pack.gfq1BW/_new  2015-12-23 08:50:41.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pylint
-Version:1.5.1
+Version:1.5.2
 Release:0
 Summary:Syntax and style checker for Python code
 License:GPL-2.0+
@@ -98,7 +98,7 @@
 
 %files
 %defattr(-,root,root)
-%doc ChangeLog COPYING README README.Python3 examples/
+%doc ChangeLog COPYING README.rst examples/
 %{_bindir}/pylint-%{py3_ver}
 %{_bindir}/epylint-%{py3_ver}
 %{_bindir}/pylint-gui-%{py3_ver}

++ pylint-1.5.1.tar.gz -> pylint-1.5.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pylint-1.5.1/ChangeLog new/pylint-1.5.2/ChangeLog
--- old/pylint-1.5.1/ChangeLog  2015-12-02 16:51:44.0 +0100
+++ new/pylint-1.5.2/ChangeLog  2015-12-21 01:15:06.0 +0100
@@ -1,6 +1,26 @@
 ChangeLog for Pylint
 
 
+2015-12-21
+
+* Don't crash if graphviz is not installed, instead emit a
+  warning letting the user to know.
+
+  Closes issue #168.
+
+* Accept only functions and methods for the deprecated-method checker.
+
+  This prevents a crash which can occur when an object doesn't have
+  .qname() method after the inference.
+
+* Don't emit super-on-old-class on classes with unknown bases.
+  Closes issue #721.
+
+* Allow statements in `if` or `try` blocks containing imports.
+
+  Closes issue #714. 
+
+
 2015-12-02 -- 1.5.1
 
 * Don't emit unsubscriptable-object if the node is found
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pylint-1.5.1/PKG-INFO new/pylint-1.5.2/PKG-INFO
--- old/pylint-1.5.1/PKG-INFO   2015-12-02 16:57:04.0 +0100
+++ new/pylint-1.5.2/PKG-INFO   2015-12-21 01:21:43.0 +0100
@@ -1,71 +1,12 @@
 Metadata-Version: 1.1
 Name: pylint
-Version: 1.5.1
+Version: 1.5.2
 Summary: python code static checker
 Home-page: http://www.pylint.org
 Author: Logilab
 Author-email: python-proje...@lists.logilab.org
 License: GPL
-Description: 
-.. image:: https://drone.io/bitbucket.org/logilab/pylint/status.png
-:alt: drone.io Build Status
-:target: https://drone.io/bitbucket.org/logilab/pylint
-
-README for Pylint - http://www.pylint.org/
-==
-
-Pylint is a Python source code analyzer which looks for programming 
errors,
-helps enforcing a coding standard and sniffs for some code smells (as 
defined in
-Martin Fowler's Refactoring book).
-
-Pylint has many rules enabled by default, way too much to silence them 
all on a
-minimally sized program. It's highly configurable and handle pragmas 
to control
-it from within your code. Additionally, it is possible to write 
plugins to add
-your own checks.
-
-It's a free software distributed under the GNU Public Licence.
-
-Development is hosted on bitbucket: 
https://bitbucket.org/logilab/pylint/
-
-You can use the code-qual...@python.org mailing list to discuss about
-Pylint. Subscribe at 
https://mail.python.org/mailman/listinfo/code-quality/
-or read the 

commit compiz-plugins-main for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package compiz-plugins-main for 
openSUSE:Factory checked in at 2015-12-23 08:49:56

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


Package is "compiz-plugins-main"

Changes:

--- /work/SRC/openSUSE:Factory/compiz-plugins-main/compiz-plugins-main.changes  
2015-11-28 23:35:27.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.compiz-plugins-main.new/compiz-plugins-main.changes 
2015-12-23 08:49:59.0 +0100
@@ -1,0 +2,5 @@
+Sat Dec 19 21:13:15 UTC 2015 - sor.ale...@meowr.ru
+
+- Use a better upstream tarball.
+
+---

Old:

  compiz-plugins-main-0.8.9.tar.gz

New:

  compiz-plugins-main-0.8.9.tar.xz



Other differences:
--
++ compiz-plugins-main.spec ++
--- /var/tmp/diff_new_pack.5MhBXO/_old  2015-12-23 08:50:00.0 +0100
+++ /var/tmp/diff_new_pack.5MhBXO/_new  2015-12-23 08:50:00.0 +0100
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  System/GUI/Other
 Url:https://github.com/raveit65/compiz-plugins-main
-Source: 
https://github.com/raveit65/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source: 
https://github.com/raveit65/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
 # PATCH-FEATURE-OPENSUSE compiz-fusion-plugins-main-defaults.patch -- Default 
preference settings.
 Patch1: compiz-fusion-plugins-main-defaults.patch
 # PATCH-FIX-UPSTREAM compiz-fusion-plugins-main-bnc511578.patch boo#511578 
dims...@opensuse.org -- Fix undefined code.




commit python-jdcal for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package python-jdcal for openSUSE:Factory 
checked in at 2015-12-23 08:49:29

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


Package is "python-jdcal"

Changes:

--- /work/SRC/openSUSE:Factory/python-jdcal/python-jdcal.changes
2015-05-29 10:39:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-jdcal.new/python-jdcal.changes   
2015-12-23 08:49:31.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec 10 16:24:48 UTC 2015 - br...@ioda-net.ch
+
+- Update to upstream 1.2 version 
+
+---

Old:

  jdcal-1.0.tar.gz

New:

  jdcal-1.2.tar.gz



Other differences:
--
++ python-jdcal.spec ++
--- /var/tmp/diff_new_pack.JrB51M/_old  2015-12-23 08:49:31.0 +0100
+++ /var/tmp/diff_new_pack.JrB51M/_new  2015-12-23 08:49:31.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-jdcal
 #
-# 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
@@ -16,14 +16,17 @@
 #
 
 
-Name:   python-jdcal
-Version:1.0
+#
+%define _pyname jdcal
+
+Name:   python-%{_pyname}
+Version:1.2
 Release:0
 Summary:Julian dates from proleptic Gregorian and Julian calendars
 License:BSD-2-Clause
 Group:  Development/Languages/Python
-Url:http://github.com/phn/jdcal
-Source: 
https://pypi.python.org/packages/source/j/jdcal/jdcal-%{version}.tar.gz
+Url:http://github.com/phn/%{_pyname}
+Source: 
https://pypi.python.org/packages/source/j/%{_pyname}/%{_pyname}-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
@@ -42,7 +45,7 @@
 defined.
 
 %prep
-%setup -q -n jdcal-%{version}
+%setup -q -n %{_pyname}-%{version}
 
 %build
 python setup.py build

++ jdcal-1.0.tar.gz -> jdcal-1.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jdcal-1.0/LICENSE.txt new/jdcal-1.2/LICENSE.txt
--- old/jdcal-1.0/LICENSE.txt   1970-01-01 01:00:00.0 +0100
+++ new/jdcal-1.2/LICENSE.txt   2015-11-09 08:16:40.0 +0100
@@ -0,0 +1,10 @@
+Copyright (c) 2011, Prasanth Nair
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without 
modification, are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice, this 
list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright notice, 
this list of conditions and the following disclaimer in the documentation 
and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jdcal-1.0/PKG-INFO new/jdcal-1.2/PKG-INFO
--- old/jdcal-1.0/PKG-INFO  2011-10-08 09:01:45.0 +0200
+++ new/jdcal-1.2/PKG-INFO  2015-11-11 04:07:34.0 +0100
@@ -1,6 +1,6 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.1
 Name: jdcal
-Version: 1.0
+Version: 1.2
 Summary: Julian dates from proleptic Gregorian and Julian calendars.
 Home-page: http://github.com/phn/jdcal
 Author: Prasanth Nair
@@ -15,6 +15,10 @@
 .. _pip: http://pypi.python.org/pypi/pip
 .. _easy_install: packages.python.org/distribute/easy_install.html
 
+.. image:: https://travis-ci.org/phn/jdcal.svg?branch=master
+:target: https://travis-ci.org/phn/jdcal
+
+
 This module contains functions for converting between Julian dates and
   

commit ubuntu-mate-artwork for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package ubuntu-mate-artwork for 
openSUSE:Factory checked in at 2015-12-23 08:49:52

Comparing /work/SRC/openSUSE:Factory/ubuntu-mate-artwork (Old)
 and  /work/SRC/openSUSE:Factory/.ubuntu-mate-artwork.new (New)


Package is "ubuntu-mate-artwork"

Changes:

--- /work/SRC/openSUSE:Factory/ubuntu-mate-artwork/ubuntu-mate-artwork.changes  
2015-09-27 08:39:48.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ubuntu-mate-artwork.new/ubuntu-mate-artwork.changes 
2015-12-23 08:49:53.0 +0100
@@ -1,0 +2,12 @@
+Sat Dec 19 21:13:15 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 15.12.1:
+  * Transition with new plymouth from /usr/share to /lib:
+- replace /lib instances by /usr/share
+- move lib/plymouth to usr/share/plymouth
+- breaks against older plymouth.
+- ensure we can transition the alternatives to the new version
+  * Fixing a removal in ubuntu mate on a file that isn't part of
+this package.
+
+---

Old:

  ubuntu-mate-artwork_15.10.4.tar.xz

New:

  ubuntu-mate-artwork_15.12.1.tar.xz



Other differences:
--
++ ubuntu-mate-artwork.spec ++
--- /var/tmp/diff_new_pack.yzjnXt/_old  2015-12-23 08:49:57.0 +0100
+++ /var/tmp/diff_new_pack.yzjnXt/_new  2015-12-23 08:49:57.0 +0100
@@ -17,9 +17,8 @@
 
 
 %define _name   ubuntu-mate
-%define _version 15.10.3
 Name:   ubuntu-mate-artwork
-Version:15.10.4
+Version:15.12.1
 Release:0
 Summary:Ubuntu MATE themes and artwork
 License:GPL-3.0+ and CC-BY-SA-4.0 and CC-BY-SA-3.0
@@ -125,11 +124,11 @@
 The default Ubuntu MATE wallpapers for the Ubuntu MATE releases.
 
 %prep
-%setup -q -n %{name}-%{_version}
+%setup -q
 %patch0 -p1
 %patch1 -p1
 # Remove unwanted: Debian package, GRUB theme, Plymouth theme, odd script, 
LightDM defaults.
-rm -rf debian boot lib symlink.sh .%{_sysconfdir} .%{_datadir}/%{_name}
+rm -rf debian symlink.sh .%{_sysconfdir} .%{_datadir}/%{_name} 
.%{_datadir}/plymouth
 
 %build
 # Nothing to build.

++ ubuntu-mate-artwork_15.10.4.tar.xz -> ubuntu-mate-artwork_15.12.1.tar.xz 
++
/work/SRC/openSUSE:Factory/ubuntu-mate-artwork/ubuntu-mate-artwork_15.10.4.tar.xz
 
/work/SRC/openSUSE:Factory/.ubuntu-mate-artwork.new/ubuntu-mate-artwork_15.12.1.tar.xz
 differ: char 25, line 1




commit ghc-gtk3 for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package ghc-gtk3 for openSUSE:Factory 
checked in at 2015-12-23 08:49:42

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


Package is "ghc-gtk3"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-gtk3/ghc-gtk3.changes2015-09-08 
17:57:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-gtk3.new/ghc-gtk3.changes   2015-12-23 
08:49:42.0 +0100
@@ -1,0 +2,10 @@
+Wed Dec 16 18:36:45 UTC 2015 - mimi...@gmail.com
+
+- add work-around-pixel-define.patch for fix build on ppc* archs 
+
+---
+Sun Dec 13 15:40:29 UTC 2015 - mimi...@gmail.com
+
+- update to 0.14.2 
+
+---

Old:

  gtk3-0.14.1.tar.gz

New:

  gtk3-0.14.2.tar.gz
  work-around-pixel-define.patch



Other differences:
--
++ ghc-gtk3.spec ++
--- /var/tmp/diff_new_pack.dlG1wc/_old  2015-12-23 08:49:44.0 +0100
+++ /var/tmp/diff_new_pack.dlG1wc/_new  2015-12-23 08:49:44.0 +0100
@@ -18,15 +18,19 @@
 
 %global pkg_name gtk3
 Name:   ghc-gtk3
-Version:0.14.1
+Version:0.14.2
 Release:0
 Summary:Binding to the Gtk+ 3 graphical user interface library
 License:LGPL-2.1+
 Group:  System/Libraries
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+# PATCH-FIX-OPENSUSE work-around-pixel-define.patch -- mimi...@gmail.com .. 
undefine pixel, patch by debian
+Patch0: work-around-pixel-define.patch
+
 BuildRequires:  ghc-Cabal-devel
 # Begin cabal-rpm deps:
+BuildRequires:  fdupes
 BuildRequires:  ghc-array-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-cairo-devel
@@ -42,7 +46,6 @@
 BuildRequires:  gtk2hs-buildtools
 BuildRequires:  pkgconfig(gthread-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0)
-BuildRequires:  fdupes
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # End cabal-rpm deps
 
@@ -69,12 +72,11 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-
+%patch0 -p1
 
 %build
 %{ghc_lib_build}
 
-
 %install
 %{ghc_lib_install}
 #TODO repack in all gtk2hs packages examples in right way
@@ -84,11 +86,9 @@
 %post devel
 %{ghc_pkg_recache}
 
-
 %postun devel
 %{ghc_pkg_recache}
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc COPYING

++ gtk3-0.14.1.tar.gz -> gtk3-0.14.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gtk3-0.14.1/Graphics/UI/Gtk/Abstract/Box.chs 
new/gtk3-0.14.2/Graphics/UI/Gtk/Abstract/Box.chs
--- old/gtk3-0.14.1/Graphics/UI/Gtk/Abstract/Box.chs2015-08-22 
16:25:18.0 +0200
+++ new/gtk3-0.14.2/Graphics/UI/Gtk/Abstract/Box.chs2015-12-13 
07:48:46.0 +0100
@@ -116,10 +116,24 @@
   boxReorderChild,
   boxQueryChildPacking,
   boxSetChildPacking,
+#if GTK_CHECK_VERSION(3,10,0)
+  boxGetBaselinePosition,
+  boxSetBaselinePosition,
+#endif
+#if GTK_CHECK_VERSION(3,12,0)
+  boxGetCenterWidget,
+  boxSetCenterWidget,
+#endif
 
 -- * Attributes
   boxSpacing,
   boxHomogeneous,
+#if GTK_CHECK_VERSION(3,10,0)
+  boxBaselinePosition,
+#endif
+#if GTK_CHECK_VERSION(3,12,0)
+  boxCenterWidget,
+#endif
 
 -- * Child Attributes
   boxChildPacking,
@@ -137,6 +151,13 @@
 toPacking, fromPacking)
 import Graphics.UI.Gtk.Abstract.ContainerChildProperties
 
+#if GTK_CHECK_VERSION(3,10,0)
+import Graphics.UI.Gtk.General.Enums(BaselinePosition)
+#endif
+#if GTK_CHECK_VERSION(3,12,0)
+import Graphics.UI.Gtk.Abstract.Object  (makeNewObject)
+#endif
+
 {# context lib="gtk" prefix="gtk" #}
 
 
@@ -321,6 +342,51 @@
 ((fromIntegral . fromEnum) packType)
   where (expand, fill) = fromPacking packing
 
+#if GTK_CHECK_VERSION(3,10,0)
+-- | Gets the value set by `boxSetBaselinePostion`
+boxGetBaselinePosition :: BoxClass self => self
+ -> IO BaselinePosition
+boxGetBaselinePosition self =
+  liftM (toEnum . fromIntegral) $
+  {# call unsafe box_get_baseline_position #}
+(toBox self)
+
+-- | Sets the baseline position of a box. This affects only
+-- horizontal boxes with at least one baseline aligned child.
+-- If there is more vertical space available than requested,
+-- and the baseline is not allocated by the parent then
+-- `position` is used to allocate the baseline wrt the extra
+-- space available.
+boxSetBaselinePosition :: BoxClass self => self
+ -> BaselinePosition
+ -> IO ()
+boxSetBaselinePosition self position =
+  {# call unsafe box_set_baseline_position #}
+(toBox self)
+

commit sarg for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package sarg for openSUSE:Factory checked in 
at 2015-12-23 08:49:39

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


Package is "sarg"

Changes:

--- /work/SRC/openSUSE:Factory/sarg/sarg.changes2015-03-30 
19:33:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.sarg.new/sarg.changes   2015-12-23 
08:49:40.0 +0100
@@ -1,0 +2,9 @@
+Tue Dec 15 17:30:06 UTC 2015 - ec...@opensuse.org
+
+- update to 2.3.10
+  - Greatly reduce the complexity and the number of messages to 
+translate.
+  - Fix a couple of minor programming errors.
+- add missing BuildRequires
+
+---

Old:

  sarg-2.3.9.tar.gz

New:

  sarg-2.3.10.tar.gz



Other differences:
--
++ sarg.spec ++
--- /var/tmp/diff_new_pack.kp8RQp/_old  2015-12-23 08:49:41.0 +0100
+++ /var/tmp/diff_new_pack.kp8RQp/_new  2015-12-23 08:49:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sarg
 #
-# 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,7 +17,7 @@
 
 
 Name:   sarg
-Version:2.3.9
+Version:2.3.10
 Release:0
 Summary:Squid Analysis Report Generator
 License:GPL-2.0+
@@ -44,6 +44,11 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{suse_version}
 BuildRequires:  apache2
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  gd-devel
+BuildRequires:  libtool
+BuildRequires:  pcre-devel
 %endif
 %if 0%{?suse_version} >= 1010
 Recommends: cron
@@ -65,6 +70,12 @@
 %build
 %{__chmod} a+x configure
 %{__chmod} a+x user_limit_block
+# gettext in soruce < gettext in distro
+%if 0%{?suse_version} > 1310
+sed -i -e 
's|AM_GNU_GETTEXT_VERSION(\[0.18\])|AM_GNU_GETTEXT_VERSION(\[0.19\])|g' 
configure.in
+cp /usr/share/gettext/po/Makefile.in.in po
+%endif
+autoreconf -fi
 %configure \
 --sysconfdir=%{_datadir}/%{name} \
 --mandir=%{_mandir}/ \


++ sarg-2.3.9.tar.gz -> sarg-2.3.10.tar.gz ++
 104652 lines of diff (skipped)





commit rosegarden for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package rosegarden for openSUSE:Factory 
checked in at 2015-12-23 08:49:30

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


Package is "rosegarden"

Changes:

--- /work/SRC/openSUSE:Factory/rosegarden/rosegarden.changes2015-08-31 
22:59:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.rosegarden.new/rosegarden.changes   
2015-12-23 08:49:32.0 +0100
@@ -1,0 +2,6 @@
+Tue Dec 15 14:30:34 UTC 2015 - davejpla...@gmail.com
+
+- Update to version 15.10.2 and refresh patches.
+- Upstream changes see http://rosegardenmusic.com/wiki/dev:15.10
+
+---

Old:

  rosegarden-14.12.tar.bz2

New:

  rosegarden-15.10.2.tar.bz2



Other differences:
--
++ rosegarden.spec ++
--- /var/tmp/diff_new_pack.btkXwV/_old  2015-12-23 08:49:33.0 +0100
+++ /var/tmp/diff_new_pack.btkXwV/_new  2015-12-23 08:49:33.0 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:   rosegarden
-Version:14.12
+Version:15.10.2
 Release:0
 License:GPL-2.0+
 Summary:Midi, Audio And Notation Editor
@@ -79,7 +79,7 @@
 %prep
 %setup -q
 %patch1
-%patch2 -p1
+%patch2
 # When we build svn we need to execute bootstrap.sh it doesn't harm the 
release build either.
 sh bootstrap.sh
 

++ rosegarden-10.10-filepaths.patch ++
--- /var/tmp/diff_new_pack.btkXwV/_old  2015-12-23 08:49:33.0 +0100
+++ /var/tmp/diff_new_pack.btkXwV/_new  2015-12-23 08:49:33.0 +0100
@@ -1,6 +1,8 @@
 src/gui/widgets/FileDialog.cpp.orig2014-12-17 14:30:23.0 
+0100
-+++ src/gui/widgets/FileDialog.cpp 2015-08-29 21:06:53.992239554 +0200
-@@ -58,8 +58,8 @@
+Index: src/gui/widgets/FileDialog.cpp
+===
+--- src/gui/widgets/FileDialog.cpp.orig
 src/gui/widgets/FileDialog.cpp
+@@ -58,8 +58,8 @@ FileDialog::FileDialog(QWidget *parent,
  #else
  QString home = 
QUrl::fromLocalFile(QDesktopServices::storageLocation(QDesktopServices::HomeLocation)).path();
  #endif
@@ -11,9 +13,11 @@
  QString rosegarden = home + "/rosegarden";
  
  RG_DEBUG  << "FileDialog::FileDialog(...)" << endl
 src/gui/studio/BankEditorDialog.cpp.orig   2014-12-17 14:30:23.0 
+0100
-+++ src/gui/studio/BankEditorDialog.cpp2015-08-29 21:07:37.151687434 
+0200
-@@ -1562,7 +1562,7 @@
+Index: src/gui/studio/BankEditorDialog.cpp
+===
+--- src/gui/studio/BankEditorDialog.cpp.orig
 src/gui/studio/BankEditorDialog.cpp
+@@ -1568,7 +1568,7 @@ BankEditorDialog::slotImport()
  #else
  QString home = 
QUrl::fromLocalFile(QDesktopServices::storageLocation(QDesktopServices::HomeLocation)).path();
  #endif

++ rosegarden-14.02-fix-bashisms.patch ++
--- /var/tmp/diff_new_pack.btkXwV/_old  2015-12-23 08:49:34.0 +0100
+++ /var/tmp/diff_new_pack.btkXwV/_new  2015-12-23 08:49:34.0 +0100
@@ -1,6 +1,7 @@
-diff -Ndur rosegarden-14.02/scripts/distclean.sh 
rosegarden-14.02-fix-bashisms/scripts/distclean.sh
 rosegarden-14.02/scripts/distclean.sh  2014-03-03 13:58:44.0 
+0200
-+++ rosegarden-14.02-fix-bashisms/scripts/distclean.sh 2014-11-29 
04:16:27.094140542 +0200
+Index: scripts/distclean.sh
+===
+--- scripts/distclean.sh.orig
 scripts/distclean.sh
 @@ -1,12 +1,10 @@
  #!/bin/sh
 -rm -f  {,src/,po/,docs/,data/}CMakeCache.txt
@@ -22,10 +23,11 @@
 +  done
 +done
  rm -rf RGbuild/*
-diff -Ndur rosegarden-14.02/scripts/reorganise.sh 
rosegarden-14.02-fix-bashisms/scripts/reorganise.sh
 rosegarden-14.02/scripts/reorganise.sh 2014-03-03 13:58:44.0 
+0200
-+++ rosegarden-14.02-fix-bashisms/scripts/reorganise.sh2014-11-29 
04:21:14.766121081 +0200
-@@ -585,7 +585,7 @@
+Index: scripts/reorganise.sh
+===
+--- scripts/reorganise.sh.orig
 scripts/reorganise.sh
+@@ -585,7 +585,7 @@ for file in guitar/*.h ; do
fi
  fi
  done
@@ -34,7 +36,7 @@
  
  cd ../src
  
-@@ -601,21 +601,25 @@
+@@ -601,21 +601,25 @@ for replacement in $replacements; do
  perlcommand="s/$before/$after/g ; $perlcommand"
  done
  
@@ -71,7 +73,7 @@
  done > $class_header_cache
  
  for hfile in $candidate_h ; do 
-@@ -788,8 +792,10 @@
+@@ -788,8 +792,10 @@ add_includes document/RosegardenGUIDoc.c
  
  echo Formatting at `date`... 1>&2
  

++ rosegarden-14.12.tar.bz2 -> rosegarden-15.10.2.tar.bz2 ++
/work/SRC/openSUSE:Factory/rosegarden/rosegarden-14.12.tar.bz2 

commit compizconfig-settings-manager for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package compizconfig-settings-manager for 
openSUSE:Factory checked in at 2015-12-23 08:49:53

Comparing /work/SRC/openSUSE:Factory/compizconfig-settings-manager (Old)
 and  /work/SRC/openSUSE:Factory/.compizconfig-settings-manager.new (New)


Package is "compizconfig-settings-manager"

Changes:

--- 
/work/SRC/openSUSE:Factory/compizconfig-settings-manager/compizconfig-settings-manager.changes
  2015-11-26 17:00:55.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.compizconfig-settings-manager.new/compizconfig-settings-manager.changes
 2015-12-23 08:49:57.0 +0100
@@ -1,0 +2,5 @@
+Sat Dec 19 21:13:15 UTC 2015 - sor.ale...@meowr.ru
+
+- Use a better upstream tarball.
+
+---

Old:

  ccsm-0.8.9.tar.gz

New:

  ccsm-0.8.9.tar.xz



Other differences:
--
++ compizconfig-settings-manager.spec ++
--- /var/tmp/diff_new_pack.MgbN3n/_old  2015-12-23 08:49:58.0 +0100
+++ /var/tmp/diff_new_pack.MgbN3n/_new  2015-12-23 08:49:58.0 +0100
@@ -24,7 +24,7 @@
 License:GPL-2.0+
 Group:  System/X11/Utilities
 Url:https://github.com/raveit65/ccsm
-Source: 
https://github.com/raveit65/%{_name}/archive/v%{version}.tar.gz#/%{_name}-%{version}.tar.gz
+Source: 
https://github.com/raveit65/%{_name}/releases/download/v%{version}/%{_name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE Don't warn about missing sexy-python
 Patch0: unsexy.patch
 BuildRequires:  gettext




commit stack for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package stack for openSUSE:Factory checked 
in at 2015-12-23 08:50:12

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


Package is "stack"

Changes:

--- /work/SRC/openSUSE:Factory/stack/stack.changes  2015-12-09 
22:34:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.stack.new/stack.changes 2015-12-23 
08:50:15.0 +0100
@@ -1,0 +2,11 @@
+Thu Dec 17 14:16:31 UTC 2015 - mimi...@gmail.com
+
+- adjust bifunctors constraints 
+
+---
+Tue Dec 15 20:45:22 UTC 2015 - mimi...@gmail.com
+
+- update to 1.10.1 
+* stack image container did not actually build an image
+
+---

Old:

  stack-0.1.10.0.tar.gz

New:

  stack-0.1.10.1.tar.gz



Other differences:
--
++ stack.spec ++
--- /var/tmp/diff_new_pack.sGLTb9/_old  2015-12-23 08:50:16.0 +0100
+++ /var/tmp/diff_new_pack.sGLTb9/_new  2015-12-23 08:50:16.0 +0100
@@ -21,7 +21,7 @@
 %bcond_with tests
 
 Name:   stack 
-Version:0.1.10.0
+Version:0.1.10.1
 Release:0
 Summary:The Haskell Tool Stack
 License:BSD-3-Clause
@@ -148,6 +148,7 @@
 
 %prep
 %setup -q
+cabal-tweak-dep-ver bifunctors '<5.1' '<5.2'
 
 %build
 %ghc_lib_build

++ stack-0.1.10.0.tar.gz -> stack-0.1.10.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stack-0.1.10.0/ChangeLog.md 
new/stack-0.1.10.1/ChangeLog.md
--- old/stack-0.1.10.0/ChangeLog.md 2015-12-04 18:59:39.0 +0100
+++ new/stack-0.1.10.1/ChangeLog.md 2015-12-13 20:34:44.0 +0100
@@ -1,5 +1,12 @@
 # Changelog
 
+## 0.1.10.1
+
+Bug fixes:
+
+* `stack image container` did not actually build an image
+  [#1473](https://github.com/commercialhaskell/stack/issues/1473)
+
 ## 0.1.10.0
 
 Release notes:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stack-0.1.10.0/src/Stack/Nix.hs 
new/stack-0.1.10.1/src/Stack/Nix.hs
--- old/stack-0.1.10.0/src/Stack/Nix.hs 2015-12-04 18:59:39.0 +0100
+++ new/stack-0.1.10.1/src/Stack/Nix.hs 2015-12-13 20:34:44.0 +0100
@@ -47,7 +47,7 @@
  isReExec <- asks getReExec
  if nixEnable (configNix config) && not inShell && not isReExec
then runShellAndExit getCmdArgs
-   else liftIO (inner >> exitSuccess)
+   else liftIO inner
   where
 getCmdArgs = do
 args <-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stack-0.1.10.0/src/main/Main.hs 
new/stack-0.1.10.1/src/main/Main.hs
--- old/stack-0.1.10.0/src/main/Main.hs 2015-12-04 18:59:39.0 +0100
+++ new/stack-0.1.10.1/src/main/Main.hs 2015-12-13 20:34:44.0 +0100
@@ -809,8 +809,7 @@
  (lcProjectRoot lc)
  mbefore
  (runStackTGlobal manager (lcConfig lc) go $
-Nix.reexecWithOptionalShell (inner'' lk0)
- )
+Nix.reexecWithOptionalShell (inner'' lk0))
  mafter
  (Just $ liftIO $
   do lk' <- readIORef curLk
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stack-0.1.10.0/stack.cabal 
new/stack-0.1.10.1/stack.cabal
--- old/stack-0.1.10.0/stack.cabal  1970-01-01 01:00:00.0 +0100
+++ new/stack-0.1.10.1/stack.cabal  1970-01-01 01:00:00.0 +0100
@@ -1,5 +1,5 @@
 name: stack
-version: 0.1.10.0
+version: 0.1.10.1
 cabal-version: >=1.10
 build-type: Simple
 license: BSD3
@@ -170,7 +170,7 @@
 persistent >=2.1.2 && <2.3,
 persistent-sqlite >=2.1.4 && <2.3,
 persistent-template >=2.1.1 && <2.2,
-pretty >=1.1.2.0 && <1.2,
+pretty >=1.1.1.1 && <1.2,
 process >=1.2.0.0 && <1.3,
 resourcet >=1.1.4.1 && <1.2,
 retry >=0.6 && <0.8,
@@ -233,7 +233,7 @@
 base >=4.7 && <5,
 bytestring >=0.10.4.0 && <0.11,
 Cabal >=1.22.4.0 && <1.23,
-containers >=0.5.6.2 && <0.6,
+containers >=0.5.5.1 && <0.6,
 exceptions >=0.8.0.2 && <0.9,
 filepath >=1.4.0.0 && <1.5,
 filelock >=0.1.0.1 && <0.2,
@@ -247,7 +247,7 @@
 path >=0.5.2 && <0.6,
 process >=1.2.3.0 && <1.3,
 resourcet >=1.1.4.1 && <1.2,
-stack >=0.1.10.0 && <0.2,
+stack >=0.1.10.1 && <0.2,
 text >=1.2.0.4 && <1.3,
 either >=4.4.1 && <4.5,
 directory >=1.2.2.0 && <1.3,
@@ -269,13 +269,13 @@
 build-depends:
 base >=4.7 && <5,
 hspec 

commit ghc-x509-system for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package ghc-x509-system for openSUSE:Factory 
checked in at 2015-12-23 08:50:15

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


Package is "ghc-x509-system"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-x509-system/ghc-x509-system.changes  
2015-09-17 09:19:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-x509-system.new/ghc-x509-system.changes 
2015-12-23 08:50:16.0 +0100
@@ -1,0 +2,5 @@
+Mon Dec 21 08:11:02 UTC 2015 - mimi...@gmail.com
+
+- update to 1.6.3 
+
+---

Old:

  x509-system-1.6.1.tar.gz

New:

  x509-system-1.6.3.tar.gz



Other differences:
--
++ ghc-x509-system.spec ++
--- /var/tmp/diff_new_pack.2M18CJ/_old  2015-12-23 08:50:17.0 +0100
+++ /var/tmp/diff_new_pack.2M18CJ/_new  2015-12-23 08:50:17.0 +0100
@@ -19,7 +19,7 @@
 %global pkg_name x509-system
 
 Name:   ghc-x509-system
-Version:1.6.1
+Version:1.6.3
 Release:0
 Summary:Handle per-operating-system X.509 accessors and storage
 License:BSD-3-Clause

++ x509-system-1.6.1.tar.gz -> x509-system-1.6.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/x509-system-1.6.1/System/X509/Unix.hs 
new/x509-system-1.6.3/System/X509/Unix.hs
--- old/x509-system-1.6.1/System/X509/Unix.hs   2015-09-07 14:46:45.0 
+0200
+++ new/x509-system-1.6.3/System/X509/Unix.hs   2015-12-19 09:08:49.0 
+0100
@@ -32,6 +32,8 @@
 import qualified Control.Exception as E
 
 import Data.Char
+import Data.Maybe (catMaybes)
+import Data.Monoid (mconcat)
 
 defaultSystemPaths :: [FilePath]
 defaultSystemPaths =
@@ -44,33 +46,41 @@
 envPathOverride :: String
 envPathOverride = "SYSTEM_CERTIFICATE_PATH"
 
-listDirectoryCerts :: FilePath -> IO (Maybe [FilePath])
-listDirectoryCerts path = do
+-- List all the path susceptible to contains a certificate in a directory
+--
+-- if the parameter is not a directory, hilarity follows.
+listDirectoryCerts :: FilePath -> IO [FilePath]
+listDirectoryCerts path =
+getDirContents >>= filterM doesFileExist
+  where
+isHashedFile s = length s == 10
+  && isDigit (s !! 9)
+  && (s !! 8) == '.'
+  && all isHexDigit (take 8 s)
+isCert x = (not $ isPrefixOf "." x) && (not $ isHashedFile x)
+
+getDirContents = E.catch (map (path ) . filter isCert <$> 
getDirectoryContents path) emptyPaths
+where emptyPaths :: E.IOException -> IO [FilePath]
+  emptyPaths _ = return []
+
+makeCertStore :: FilePath -> IO (Maybe CertificateStore)
+makeCertStore path = do
 isDir  <- doesDirectoryExist path
 isFile <- doesFileExist path
-if isDir
-then (fmap (map (path ) . filter isCert) <$> getDirContents)
- >>= maybe (return Nothing) (\l -> Just <$> filterM doesFileExist 
l)
-else if isFile then return $ Just [path] else return Nothing
-where isHashedFile s = length s == 10
-&& isDigit (s !! 9)
-&& (s !! 8) == '.'
-&& all isHexDigit (take 8 s)
-  isCert x = (not $ isPrefixOf "." x) && (not $ isHashedFile x)
-
-  getDirContents = E.catch (Just <$> getDirectoryContents path) 
emptyPaths
-where emptyPaths :: E.IOException -> IO (Maybe [FilePath])
-  emptyPaths _ = return Nothing
+wrapStore <$> (if isDir then makeDirStore else if isFile then 
makeFileStore else return [])
+  where
+wrapStore :: [SignedCertificate] -> Maybe CertificateStore
+wrapStore [] = Nothing
+wrapStore l  = Just $ makeCertificateStore l
+
+makeFileStore = readCertificates path
+makeDirStore  = do
+certFiles <- listDirectoryCerts path
+concat <$> mapM readCertificates certFiles
+
 
 getSystemCertificateStore :: IO CertificateStore
-getSystemCertificateStore = makeCertificateStore <$> (getSystemPaths >>= 
findFirst)
-  where findFirst [] = return []
-findFirst (p:ps) = do
-r <- listDirectoryCerts p
-case r of
-Nothing-> findFirst ps
-Just []-> findFirst ps
-Just files -> concat <$> mapM readCertificates files
+getSystemCertificateStore = mconcat . catMaybes <$> (getSystemPaths >>= mapM 
makeCertStore)
 
 getSystemPaths :: IO [FilePath]
 getSystemPaths = E.catch ((:[]) <$> getEnv envPathOverride) inDefault
@@ -78,6 +88,9 @@
 inDefault :: E.IOException -> IO [FilePath]
 inDefault _ = return defaultSystemPaths
 
+-- Try 

commit ghc-http-client for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package ghc-http-client for openSUSE:Factory 
checked in at 2015-12-23 08:50:09

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


Package is "ghc-http-client"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-http-client/ghc-http-client.changes  
2015-10-06 13:24:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-http-client.new/ghc-http-client.changes 
2015-12-23 08:50:13.0 +0100
@@ -1,0 +2,12 @@
+Thu Dec 17 10:40:19 UTC 2015 - mimi...@gmail.com
+
+- update to 0.4.26.1
+* Make sure we never read from or write to closed socket 
+
+---
+Sun Dec 13 16:44:45 UTC 2015 - mimi...@gmail.com
+
+- update to 0.4.25
+* Don't error out when response body flushing fails
+
+---

Old:

  http-client-0.4.24.tar.gz

New:

  http-client-0.4.26.1.tar.gz



Other differences:
--
++ ghc-http-client.spec ++
--- /var/tmp/diff_new_pack.bWlTsn/_old  2015-12-23 08:50:14.0 +0100
+++ /var/tmp/diff_new_pack.bWlTsn/_new  2015-12-23 08:50:14.0 +0100
@@ -21,7 +21,7 @@
 %bcond_with tests
 
 Name:   ghc-http-client
-Version:0.4.24
+Version:0.4.26.1
 Release:0
 Summary:HTTP client engine, intended as a base layer 
 License:MIT

++ http-client-0.4.24.tar.gz -> http-client-0.4.26.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/http-client-0.4.24/ChangeLog.md 
new/http-client-0.4.26.1/ChangeLog.md
--- old/http-client-0.4.24/ChangeLog.md 2015-09-24 08:54:33.0 +0200
+++ new/http-client-0.4.26.1/ChangeLog.md   2015-12-15 06:31:42.0 
+0100
@@ -1,3 +1,15 @@
+## 0.4.26.1
+
+* Fix compilation for GHC < 7.10
+
+## 0.4.26
+
+* Make sure we never read from or write to closed socket 
[#170](https://github.com/snoyberg/http-client/pull/170)
+
+## 0.4.25
+
+* Don't error out when response body flushing fails 
[#169](https://github.com/snoyberg/http-client/issues/169)
+
 ## 0.4.24
 
 * Use a new `TlsExceptionHostPort` exception to indicate the host and port of 
the server we were trying to connect to when a TLS exception occurred. See 
[commercialhaskell/stack#1010](https://github.com/commercialhaskell/stack/issues/1010)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/http-client-0.4.24/Network/HTTP/Client/Connection.hs 
new/http-client-0.4.26.1/Network/HTTP/Client/Connection.hs
--- old/http-client-0.4.24/Network/HTTP/Client/Connection.hs2015-09-24 
08:54:33.0 +0200
+++ new/http-client-0.4.26.1/Network/HTTP/Client/Connection.hs  2015-12-15 
06:31:42.0 +0100
@@ -85,15 +85,39 @@
-> IO Connection
 makeConnection r w c = do
 istack <- newIORef []
+
+-- it is necessary to make sure we never read from or write to
+-- already closed connection.
+closedVar <- newIORef False
+
 _ <- mkWeakIORef istack c
 return $! Connection
-{ connectionRead = join $ atomicModifyIORef istack $ \stack ->
-case stack of
-x:xs -> (xs, return x)
-[] -> ([], r)
-, connectionUnread = \x -> atomicModifyIORef istack $ \stack -> 
(x:stack, ())
-, connectionWrite = w
-, connectionClose = c
+{ connectionRead = do
+closed <- readIORef closedVar
+when closed $
+  throwIO ConnectionClosed
+join $ atomicModifyIORef istack $ \stack ->
+  case stack of
+  x:xs -> (xs, return x)
+  [] -> ([], r)
+
+, connectionUnread = \x -> do
+closed <- readIORef closedVar
+when closed $
+  throwIO ConnectionClosed
+atomicModifyIORef istack $ \stack -> (x:stack, ())
+
+, connectionWrite = \x -> do
+closed <- readIORef closedVar
+when closed $
+  throwIO ConnectionClosed
+w x
+
+, connectionClose = do
+closed <- readIORef closedVar
+unless closed $
+  c
+writeIORef closedVar True
 }
 
 socketConnection :: Socket -> Int -> IO Connection
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/http-client-0.4.24/Network/HTTP/Client/Core.hs 
new/http-client-0.4.26.1/Network/HTTP/Client/Core.hs
--- old/http-client-0.4.24/Network/HTTP/Client/Core.hs  2015-09-24 
08:54:33.0 +0200
+++ new/http-client-0.4.26.1/Network/HTTP/Client/Core.hs2015-12-15 

commit grilo-plugins for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package grilo-plugins for openSUSE:Factory 
checked in at 2015-12-23 08:50:36

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


Package is "grilo-plugins"

Changes:

--- /work/SRC/openSUSE:Factory/grilo-plugins/grilo-plugins.changes  
2015-10-06 16:36:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.grilo-plugins.new/grilo-plugins.changes 
2015-12-23 08:50:37.0 +0100
@@ -1,0 +2,18 @@
+Sun Dec 20 10:33:03 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.2.17:
+  + bgo#755702: Show better configuration information.
+  + bgo#755181: filesystem: weird content-changed notifications.
+  + bgo#754532: Remove title parsing from local-metadata plugin.
+  + bgo#755464: local-metadata: Another bad TV show parsing.
+  + bgo#700276: lastfm: update to new API 2.0.
+  + bgo#754531: Make lua-factory a hard requirement.
+  + bgo#754811: spotify: implement Spotify plugin.
+  + bgo#76: Add XML parser.
+  + bgo#759109: metrolyrics: fix parser after metrolyrics changes.
+  + bgo#758959: thetvdb: Force updating the show name.
+  + bgo#746974: Tracker plugin's change signal is useless.
+  + bgo#758654: Fix tracker serialisation.
+  + Updated translations.
+
+---

Old:

  grilo-plugins-0.2.16.tar.xz

New:

  grilo-plugins-0.2.17.tar.xz



Other differences:
--
++ grilo-plugins.spec ++
--- /var/tmp/diff_new_pack.u2ejeM/_old  2015-12-23 08:50:38.0 +0100
+++ /var/tmp/diff_new_pack.u2ejeM/_new  2015-12-23 08:50:38.0 +0100
@@ -19,7 +19,7 @@
 %define plugin_dir %(pkg-config --variable plugindir grilo-0.2)
 
 Name:   grilo-plugins
-Version:0.2.16
+Version:0.2.17
 Release:0
 Summary:Media discovering and browsing framework -- Media and Metadata 
Plugins
 License:LGPL-2.1+
@@ -153,8 +153,6 @@
 %{plugin_dir}/grl-gravatar.xml
 %{plugin_dir}/libgrljamendo.so
 %{plugin_dir}/grl-jamendo.xml
-%{plugin_dir}/libgrllastfm-albumart.so
-%{plugin_dir}/grl-lastfm-albumart.xml
 %{plugin_dir}/libgrlluafactory.so
 %{plugin_dir}/grl-lua-factory.xml
 %{plugin_dir}/libgrlmagnatune.so
@@ -187,12 +185,14 @@
 %{_datadir}/grilo-plugins/grl-lua-factory/grl-euronews.gresource
 %{_datadir}/grilo-plugins/grl-lua-factory/grl-guardianvideos.lua
 %{_datadir}/grilo-plugins/grl-lua-factory/grl-guardianvideos.gresource
+%{_datadir}/grilo-plugins/grl-lua-factory/grl-lastfm-cover.lua
 %{_datadir}/grilo-plugins/grl-lua-factory/grl-metrolyrics.lua
 %{_datadir}/grilo-plugins/grl-lua-factory/grl-musicbrainz.lua
 %{_datadir}/grilo-plugins/grl-lua-factory/grl-pocket.lua
 %{_datadir}/grilo-plugins/grl-lua-factory/grl-pocket.gresource
 %{_datadir}/grilo-plugins/grl-lua-factory/grl-radiofrance.lua
 %{_datadir}/grilo-plugins/grl-lua-factory/grl-radiofrance.gresource
+%{_datadir}/grilo-plugins/grl-lua-factory/grl-spotify-cover.lua
 %{_datadir}/grilo-plugins/grl-lua-factory/grl-video-title-parsing.lua
 
 %files lang -f %{name}.lang

++ grilo-plugins-0.2.16.tar.xz -> grilo-plugins-0.2.17.tar.xz ++
 26173 lines of diff (skipped)




commit dar for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package dar for openSUSE:Factory checked in 
at 2015-12-23 08:50:34

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


Package is "dar"

Changes:

--- /work/SRC/openSUSE:Factory/dar/dar.changes  2015-09-24 06:14:36.0 
+0200
+++ /work/SRC/openSUSE:Factory/.dar.new/dar.changes 2015-12-23 
08:50:35.0 +0100
@@ -1,0 +2,24 @@
+Mon Dec 21 12:10:09 UTC 2015 - mplus...@suse.com
+
+- Update to 2.4.20
+   * fixed display bug in dar_manager met when using -o option and 
+   adding options for dar that does not exist for dar_manager 
+   (like -R option)
+   * reactivating disabled (by mistake) optimization for some 
+   read-only dar manager database operations
+   * fixing compilation issue with dar against gcc 4.9.2
+   * fixing syntax error in dar_manager message
+   * fixing bug that avoided creating an archive at the root of the 
+   filesystem
+- Changes for 2.4.19
+   * fixed missing quote in dar_par.dcf which is called by the par2 
+   directive
+   * fixed bug in dar_manager's -u option, not displaying most 
+   recent files of an archive when they have been marked as 
+   removed in a more recent archive of the same dar_manager 
+   database.
+   * fixed bug met while restoring in sequential read mode a file 
+   having several copies (was modified at the time it was saved 
+   and retry-on-change was set).
+
+---

Old:

  dar-2.4.18.tar.gz
  dar-2.4.18.tar.gz.sig

New:

  dar-2.4.20.tar.gz
  dar-2.4.20.tar.gz.sig



Other differences:
--
++ dar.spec ++
--- /var/tmp/diff_new_pack.mVCflk/_old  2015-12-23 08:50:36.0 +0100
+++ /var/tmp/diff_new_pack.mVCflk/_new  2015-12-23 08:50:36.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   dar
-Version:2.4.18
+Version:2.4.20
 Release:0
 Summary:Backup and Restore Application
 License:SUSE-GPL-2.0+-with-openssl-exception
@@ -121,9 +121,10 @@
 xargs sed -i "s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g"
 
 %build
-autoreconf -f -i -v
+autoreconf -fiv
 %configure \
-   --with-pic --datadir=%{_defaultdocdir} \
+  --with-pic \
+  --datadir=%{_defaultdocdir} \
--disable-static \
--enable-largefile \
--disable-dar-static

++ dar-2.4.18.tar.gz -> dar-2.4.20.tar.gz ++
 9182 lines of diff (skipped)

++ dar-use-libc-xattr.patch ++
--- /var/tmp/diff_new_pack.mVCflk/_old  2015-12-23 08:50:37.0 +0100
+++ /var/tmp/diff_new_pack.mVCflk/_new  2015-12-23 08:50:37.0 +0100
@@ -1,7 +1,7 @@
-Index: dar-2.4.18/configure.ac
+Index: dar-2.4.20/configure.ac
 ===
 dar-2.4.18.orig/configure.ac
-+++ dar-2.4.18/configure.ac
+--- dar-2.4.20.orig/configure.ac
 dar-2.4.20/configure.ac
 @@ -350,15 +350,15 @@ AC_ARG_ENABLE(  [ea-support],
  [ AC_MSG_CHECKING([for Extended Attribute support])
AC_MSG_RESULT([disabled])
@@ -22,10 +22,10 @@
   #endif
  }]],
  [ lgetxattr((char *)0, 
(char *)0, (void *)0, 0); ])
-Index: dar-2.4.18/src/libdar/ea_filesystem.cpp
+Index: dar-2.4.20/src/libdar/ea_filesystem.cpp
 ===
 dar-2.4.18.orig/src/libdar/ea_filesystem.cpp
-+++ dar-2.4.18/src/libdar/ea_filesystem.cpp
+--- dar-2.4.20.orig/src/libdar/ea_filesystem.cpp
 dar-2.4.20/src/libdar/ea_filesystem.cpp
 @@ -61,6 +61,10 @@ char *strchr (), *strrchr ();
  #endif
  } // end extern "C"





commit compiz for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package compiz for openSUSE:Factory checked 
in at 2015-12-23 08:49:46

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


Package is "compiz"

Changes:

--- /work/SRC/openSUSE:Factory/compiz/compiz.changes2015-12-16 
17:43:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.compiz.new/compiz.changes   2015-12-23 
08:49:47.0 +0100
@@ -1,0 +2,17 @@
+Thu Dec 17 23:43:01 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 0.8.10:
+  * Add mate-window-decorator: Marco native settings monitor for
+gtk-window-decorator.
+  * Add all relevant checks from compiz-manager.
+  * Remove scripts, modify desktop menu entries and disable by
+default.
+  * gtk-window-decorator: Make it possible to build with Gtk3.
+  * Add a compiz-decorator script that tries to detect the best
+suitable decorator.
+- Remove compiz-add-manager-checks.patch: merged upstream.
+- Remove compiz-decorator, gnome-window-decorator, compiz.desktop
+  from sources: added upstream.
+- Rebase compiz-suse-defaults.patch.
+
+---

Old:

  compiz-0.8.9.tar.gz
  compiz-add-manager-checks.patch
  compiz-decorator.sh
  compiz.desktop
  gnome-window-decorator.py

New:

  compiz-0.8.10.tar.xz



Other differences:
--
++ compiz.spec ++
--- /var/tmp/diff_new_pack.H9nTcl/_old  2015-12-23 08:49:48.0 +0100
+++ /var/tmp/diff_new_pack.H9nTcl/_new  2015-12-23 08:49:48.0 +0100
@@ -18,18 +18,15 @@
 
 %define sover   0
 Name:   compiz
-Version:0.8.9
+Version:0.8.10
 Release:0
 Summary:OpenGL window and compositing manager
 License:GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  System/GUI/Other
 Url:https://github.com/raveit65/compiz
-Source: 
https://github.com/raveit65/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source: 
https://github.com/raveit65/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
 Source1:opensuse.png
 Source2:sle.png
-Source3:%{name}-decorator.sh
-Source4:gnome-window-decorator.py
-Source5:%{name}.desktop
 Source6:baselibs.conf
 # PATCH-FEATURE-OPENSUSE compiz-suse-defaults.patch dims...@opensuse.org -- 
Compiz default settings for openSUSE.
 Patch0: %{name}-suse-defaults.patch
@@ -37,8 +34,6 @@
 Patch1: %{name}-java-config-notify.diff
 # PATCH-FIX-UPSTREAM bsc#474862 dreve...@novell.com -- Allow moving focus to 
fs window.
 Patch2: bug-474862-allow-moving-focus-to-fs-window.diff
-# PATCH-FEATURE-OPENSUSE compiz-add-manager-checks.patch -- Add all relevant 
checks from compiz-manager.
-Patch3: %{name}-add-manager-checks.patch
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libjpeg-devel
 BuildRequires:  libxslt-tools
@@ -232,12 +227,8 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 cp -f %{SOURCE1} opensuse.png
 cp -f %{SOURCE2} sle.png
-cp -f %{SOURCE3} compiz-decorator
-cp -f %{SOURCE4} gnome-window-decorator
-cp -f %{SOURCE5} %{name}.desktop
 
 # Do not install helper scripts, we already have one.
 sed -i 's/^\(SUBDIRS =.* \)scripts\(.*\)$/\1\2/' Makefile.am
@@ -246,6 +237,11 @@
 NOCONFIGURE=1 mate-autogen
 %configure \
   --disable-static \
+  --with-gtk=2.0   \
+%if 0%{?suse_version} > 1310
+  --with-marco \
+  --enable-mwd \
+%endif
   
--with-default-plugins=core,ccp,decoration,commands,ezoom,fade,minimize,mousepoll,move,neg,place,png,regex,resize,session,snap,switcher,vpswitch,wall,workarounds,matecompat
 make %{?_smp_mflags}
 
@@ -254,12 +250,6 @@
 
 install -Dm 0644 opensuse.png %{buildroot}%{_datadir}/%{name}/opensuse.png
 install -Dm 0644 sle.png %{buildroot}%{_datadir}/%{name}/sle.png
-install -Dm 0755 %{name}-decorator %{buildroot}%{_bindir}/%{name}-decorator
-install -Dm 0755 gnome-window-decorator 
%{buildroot}%{_bindir}/gnome-window-decorator
-
-install -Dm 0644 %{name}.desktop 
%{buildroot}%{_datadir}/applications/%{name}.desktop
-install -Dm 0644 %{name}.desktop 
%{buildroot}%{_datadir}/mate/wm-properties/%{name}.desktop
-install -Dm 0644 %{name}.desktop 
%{buildroot}%{_datadir}/gnome/wm-properties/%{name}.desktop
 
 find %{buildroot} -type f -name "*.la" -delete -print
 %find_lang %{name}
@@ -369,11 +359,9 @@
 %files gnome
 %defattr(-,root,root)
 %{_bindir}/gtk-window-decorator
-%{_bindir}/gnome-window-decorator
-%dir %{_datadir}/mate/
-%dir %{_datadir}/gnome/
-%dir %{_datadir}/*/wm-properties/
-%{_datadir}/*/wm-properties/%{name}.desktop
+%if 0%{?suse_version} > 1310
+%{_bindir}/mate-window-decorator
+%endif
 
 %files -n libdecoration%{sover}
 

commit claws-mail for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package claws-mail for openSUSE:Factory 
checked in at 2015-12-23 08:50:44

Comparing /work/SRC/openSUSE:Factory/claws-mail (Old)
 and  /work/SRC/openSUSE:Factory/.claws-mail.new (New)


Package is "claws-mail"

Changes:

--- /work/SRC/openSUSE:Factory/claws-mail/claws-mail.changes2015-11-12 
19:40:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.claws-mail.new/claws-mail.changes   
2015-12-23 08:50:46.0 +0100
@@ -1,0 +2,41 @@
+Mon Dec 21 18:12:02 UTC 2015 - kiel...@gmail.com
+
+- update to version 3.13.1 (CVE-2015-8614, boo#959993):
+  + When attaching files with no suffix, e.g. Makefile, the correct
+mime type is now found.
+  + Added support for a whole range of extra TLDs.
+  + '➜' is used instead of '-->' in the Message List when sender is
+yourself. (Only visible if the hidden pref 'enable_swap_from' 
+is set to 0.)
+  + An external editor can now be embedded in the Compose window.
+This depends upon the 'Text editor' option (/Configuration/
+Preferences/Message View/External Programs) having a suitable
+value, such as 'gvim -f --socketid %w %s'.
+  + Address Book: address books can now be searched.
+  + A hidden pref has been added, 'next_on_delete'. This controls 
+the message selection when a message is deleted. A setting of 
+'0' which cause the previous, older message to be selected,
+a setting of '1' will cause the next, newer message to be 
+selected.
+  + PDF Viewer plugin: Support for encrypted (password protected) 
+PDFs.
+  + RSSyl plugin: The feed preferences window appearance has been
+improved.
+  + The --enable-new-addrbook configure option has been renamed to
+--enable-alternate-addressbook.
+  + Windows: Re-enabled regexps.
+  + Updated man page.
+  + Misc bugs fixed:
+- better fix for crash after broken pgp keyring update, and
+  bogus EOF message on verifying sigs of missing keys
+- building on OpenBSD
+- libetpan version test
+- folder renaming for IMAP on Windows.
+  + Bug fixes:
+claws#1959, claws#2490, claws#3151, claws#3375, 
+claws#3557, claws#3454, claws#3480, claws#3513, 
+claws#3541, claws#3559, claws#3561, claws#3562, 
+claws#3563, claws#3566. deb#01375.
+  + Updated translations.
+
+---

Old:

  claws-mail-3.13.0.tar.xz

New:

  claws-mail-3.13.1.tar.xz



Other differences:
--
++ claws-mail.spec ++
--- /var/tmp/diff_new_pack.JL8unw/_old  2015-12-23 08:50:47.0 +0100
+++ /var/tmp/diff_new_pack.JL8unw/_new  2015-12-23 08:50:47.0 +0100
@@ -22,7 +22,7 @@
 %endif
 
 Name:   claws-mail
-Version:3.13.0
+Version:3.13.1
 Release:0
 Url:http://www.claws-mail.org/
 Summary:A lightweight and highly configurable email client

++ claws-mail-3.13.0.tar.xz -> claws-mail-3.13.1.tar.xz ++
/work/SRC/openSUSE:Factory/claws-mail/claws-mail-3.13.0.tar.xz 
/work/SRC/openSUSE:Factory/.claws-mail.new/claws-mail-3.13.1.tar.xz differ: 
char 26, line 1




commit texmath for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package texmath for openSUSE:Factory checked 
in at 2015-12-23 08:49:24

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


Package is "texmath"

Changes:

--- /work/SRC/openSUSE:Factory/texmath/texmath.changes  2015-10-20 
00:07:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.texmath.new/texmath.changes 2015-12-23 
08:49:25.0 +0100
@@ -1,0 +2,24 @@
+Sun Dec 13 17:03:51 UTC 2015 - mimi...@gmail.com
+
+- update to 0.8.4.1
+* Fixed bold-italic in OMML.  Previously `\mathbfit` didn't work
+properly in OMML output.
+* Ignore `\nonumber`.
+* Allow styling in `\operatorname` e.g. `\operatorname{\mathcal{L}}`.
+* Fixed bug in `supHide` and `subHide` for OMML.  This  led to little
+empty boxes being displayed in integrals with subscripts but no
+superscripts.
+* Implemented `\mod` as a math operator.  This doesn't capture all the
+spacing subtleties of the amsmath version, but should be good enough
+for most purposes.
+* Allow pandoc-types < 1.17.
+* Improved symbol spacing in Pandoc output.
+This change avoids putting space around binary symbols that
+come at the beginning or end of a group, or appear on their
+own.  It also avoids spacing on a binary symbol that follows
+a Bin, Op, Rel, Open, or Punct atom, in accord with
+TeXBook Appendix G.  We could go farther towards exactly
+matching the TeXBook rules, but this simple change goes some of
+the way.
+
+---

Old:

  texmath-0.8.4.tar.gz

New:

  texmath-0.8.4.1.tar.gz



Other differences:
--
++ texmath.spec ++
--- /var/tmp/diff_new_pack.EYg0gV/_old  2015-12-23 08:49:26.0 +0100
+++ /var/tmp/diff_new_pack.EYg0gV/_new  2015-12-23 08:49:26.0 +0100
@@ -19,7 +19,7 @@
 %global pkg_name texmath
 
 Name:   texmath
-Version:0.8.4
+Version:0.8.4.1
 Release:0
 Summary:Conversion of LaTeX math formulas to MathML or OMML
 License:GPL-2.0

++ texmath-0.8.4.tar.gz -> texmath-0.8.4.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/texmath-0.8.4/README.markdown 
new/texmath-0.8.4.1/README.markdown
--- old/texmath-0.8.4/README.markdown   2015-10-15 20:08:21.0 +0200
+++ new/texmath-0.8.4.1/README.markdown 2015-12-11 22:58:26.0 +0100
@@ -25,6 +25,16 @@
 
 To run the test suite, compile with `--enable-tests` and do `cabal test`.
 
+Alternatively, texmath can be installed using
+[stack](https://github.com/commercialhaskell/stack).  Install
+the stack binary somewhere in your path.  Then, in the texmath
+repository,
+
+stack setup
+stack install --flag texmath:executable
+
+The `texmath` binary will be put in `~/.local/bin`.
+
 Macro definitions may be included before a LaTeX formula.
 
 `texmath` will behave as a CGI script when called under the name
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/texmath-0.8.4/changelog new/texmath-0.8.4.1/changelog
--- old/texmath-0.8.4/changelog 2015-10-15 20:08:21.0 +0200
+++ new/texmath-0.8.4.1/changelog   2015-12-11 22:58:26.0 +0100
@@ -1,3 +1,30 @@
+texmath (0.8.4.1)
+
+  * Added stack install instructions.
+  * Fixed bold-italic in OMML (#76).  Previously `\mathbfit` didn't work
+properly in OMML output.
+  * Ignore `\nonumber` (#79).
+  * Allow styling in `\operatorname` e.g. `\operatorname{\mathcal{L}}` (#80).
+  * Fixed bug in `supHide` and `subHide` for OMML.  This  led to little
+empty boxes being displayed in integrals with subscripts but no
+superscripts.  See jgm/pandoc#2571.
+  * Implemented `\mod` as a math operator (#81).  This doesn't capture all the
+spacing subtleties of the amsmath version, but should be good enough
+for most purposes.
+  * Allow pandoc-types < 1.17.
+
+texmath (0.8.4)
+
+  * Improved symbol spacing in Pandoc output (jgm/pandoc#2261).
+This change avoids putting space around binary symbols that
+come at the beginning or end of a group, or appear on their
+own.  It also avoids spacing on a binary symbol that follows
+a Bin, Op, Rel, Open, or Punct atom, in accord with
+TeXBook Appendix G.  We could go farther towards exactly
+matching the TeXBook rules, but this simple change goes some of
+the way.
+  * Added stack.yaml.
+
 texmath (0.8.3)
 
   * Parse uppercase Greek letters as EIdentifier, not ESymbol Op.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/texmath-0.8.4/src/Text/TeXMath/Readers/TeX.hs 

commit python-pybtex for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package python-pybtex for openSUSE:Factory 
checked in at 2015-12-23 08:49:43

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


Package is "python-pybtex"

Changes:

--- /work/SRC/openSUSE:Factory/python-pybtex/python-pybtex.changes  
2015-07-14 17:45:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pybtex.new/python-pybtex.changes 
2015-12-23 08:49:44.0 +0100
@@ -1,0 +2,29 @@
+Mon Dec  7 15:17:36 UTC 2015 - nemy...@opensuse.org
+
+- Update to 0.19, announce message:
+
+ - Added Markdown output format (contributed by Jorrit Wronski).
+ - Incorrectly formatted author and editor names now result in warnings 
instead of errors,
+   unless ``--strict`` mode is enabled.
+ - Fixed HTML escaping.
+ - Fixed parsing nested ``.aux`` files.
+ - Fixed splitting names separated by non-lowercase ``" and "``.
+ - Fixed line numbers in error messages when parsing strings with DOS/Windows 
line breaks.
+ - Fixed compatibility with BibTeX when parsing certain weird "von" names.
+ - Removed excessive trailing newline from ``.bib`` output.
+ - Text wrapping now works exactly as in BibTeX.
+ - Added new API for :doc:`reading and writing bibliography data 
`.
+ - Pythonic styles: reworked and extended the :ref:`rich text API `.
+ - Pythonic styles: added ``strong``, ``i``, ``b``, ``tt`` tags, renamed the 
old
+   ``emph`` tag to ``em``.
+ - Pythonic styles: the ``author_year_title`` style now returns ``""`` instead 
of ``None``
+   (fixes unorderable types error in Python 3).
+ - Ported the documentation_ to Sphinx_.
+ Thanks to Jorrit Wronski and Matthias Troffaes for their fixes and 
improvements!
+
+- Add BuildRequires, changed by Upstream for python-PyYAML and
+  python-nose
+- Remove obsolete Sed, changed by Upstream
+- Change Documentation, changed by Upstream
+
+---

Old:

  pybtex-0.18.tar.bz2

New:

  pybtex-0.19.tar.bz2



Other differences:
--
++ python-pybtex.spec ++
--- /var/tmp/diff_new_pack.NB2Xdm/_old  2015-12-23 08:49:45.0 +0100
+++ /var/tmp/diff_new_pack.NB2Xdm/_new  2015-12-23 08:49:45.0 +0100
@@ -20,7 +20,7 @@
 %define oname   pybtex
 
 Name:   python-pybtex
-Version:0.18
+Version:0.19
 Release:0
 Summary:BibTeX-compatible Bibliography Processor in Python
 License:MIT
@@ -31,7 +31,9 @@
 %if 0%{?suse_version}
 BuildRequires:  fdupes
 %endif
+BuildRequires:  python-PyYAML
 BuildRequires:  python-devel
+BuildRequires:  python-nose
 BuildRequires:  python-setuptools
 Requires:   python-pyparsing
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -68,9 +70,6 @@
 %prep
 %setup -q -n %{oname}-%{version}
 
-# Fix URL
-sed -i 's|http://pybtex.sourceforge.net/|%{url}|' setup.py
-
 # prevent tests from being installed
 rm -rf %{oname}/tests
 
@@ -93,7 +92,7 @@
 %endif
 
 %files
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %{_bindir}/%{oname}*
 %{_mandir}/man1/%{oname}.1%{ext_man}
 %{_mandir}/man1/%{oname}-convert.1%{ext_man}
@@ -103,7 +102,8 @@
 %{python_sitelib}/%{oname}-%{version}-py%{py_ver}.egg-info
 
 %files -n %{name}-doc
-%defattr(-,root,root,-)
-%doc docs/html examples COPYING CHANGES README
+%defattr(-,root,root)
+%doc examples CHANGES COPYING README
+#docs/html
 
 %changelog

++ pybtex-0.18.tar.bz2 -> pybtex-0.19.tar.bz2 ++
 12721 lines of diff (skipped)




commit qxmledit for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package qxmledit for openSUSE:Factory 
checked in at 2015-12-23 08:50:00

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


Package is "qxmledit"

Changes:

--- /work/SRC/openSUSE:Factory/qxmledit/qxmledit.changes2015-10-06 
13:25:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.qxmledit.new/qxmledit.changes   2015-12-23 
08:50:04.0 +0100
@@ -1,0 +2,18 @@
+Tue Dec  1 13:43:45 UTC 2015 - lazy.k...@opensuse.org
+
+- Update to 0.9.1.
+  * New tool: fill serie to fill a set of elements with consecutive
+values.
+  * Variants of base 64 handled in the base 64 dialog.
+  * Fixed some behavior on file reopen.
+  * Enabled the application single instance via a configuration
+key.
+  * Inserted a menu to raise all the windows.
+  * Parified the behavior of the first windows to the other ones.
+  * Fixed a bug that did not show an error message when opening an
+invalid XML file.
+  * The application is now single instance when invoked from
+command line.
+  * New option to show text in tooltip as a base 64 coded image.
+
+---

Old:

  qxmledit-0.9.0-src.tgz

New:

  qxmledit-0.9.1-src.tgz



Other differences:
--
++ qxmledit.spec ++
--- /var/tmp/diff_new_pack.dEuiU2/_old  2015-12-23 08:50:05.0 +0100
+++ /var/tmp/diff_new_pack.dEuiU2/_new  2015-12-23 08:50:05.0 +0100
@@ -19,7 +19,7 @@
 %define major   0
 
 Name:   qxmledit
-Version:0.9.0
+Version:0.9.1
 Release:0
 Summary:Simple XML Editor and XSD Viewer
 License:LGPL-2.0+ and LGPL-3.0+

++ qxmledit-0.9.0-src.tgz -> qxmledit-0.9.1-src.tgz ++
/work/SRC/openSUSE:Factory/qxmledit/qxmledit-0.9.0-src.tgz 
/work/SRC/openSUSE:Factory/.qxmledit.new/qxmledit-0.9.1-src.tgz differ: char 
27, line 1




commit ghc-monad-logger for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package ghc-monad-logger for 
openSUSE:Factory checked in at 2015-12-23 08:49:22

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


Package is "ghc-monad-logger"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-monad-logger/ghc-monad-logger.changes
2015-11-26 17:02:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-monad-logger.new/ghc-monad-logger.changes   
2015-12-23 08:49:23.0 +0100
@@ -1,0 +2,6 @@
+Sun Dec 13 16:47:15 UTC 2015 - mimi...@gmail.com
+
+- update to 0.3.16
+* Provide default monadLoggerLog implementation
+
+---

Old:

  monad-logger-0.3.15.tar.gz

New:

  monad-logger-0.3.16.tar.gz



Other differences:
--
++ ghc-monad-logger.spec ++
--- /var/tmp/diff_new_pack.jJj7rs/_old  2015-12-23 08:49:23.0 +0100
+++ /var/tmp/diff_new_pack.jJj7rs/_new  2015-12-23 08:49:23.0 +0100
@@ -15,15 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %global pkg_name monad-logger
 
 Name:   ghc-monad-logger
-Version:0.3.15
+Version:0.3.16
 Release:0
 Summary:A class of monads which can log messages
+License:MIT
 Group:  System/Libraries
 
-License:MIT
 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,31 +72,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.md
 
-
 %changelog

++ monad-logger-0.3.15.tar.gz -> monad-logger-0.3.16.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/monad-logger-0.3.15/ChangeLog.md 
new/monad-logger-0.3.16/ChangeLog.md
--- old/monad-logger-0.3.15/ChangeLog.md2015-10-28 07:29:22.0 
+0100
+++ new/monad-logger-0.3.16/ChangeLog.md2015-12-13 09:03:42.0 
+0100
@@ -1,3 +1,11 @@
+## 0.3.16
+
+* Provide default monadLoggerLog implementation 
[#72](https://github.com/kazu-yamamoto/logger/pull/72)
+
+## 0.3.15
+
+* Expose Loc constructor [#70](https://github.com/kazu-yamamoto/logger/pull/70)
+
 ## 0.3.14
 
 * Don't include source location for defaultLoc 
[#69](https://github.com/kazu-yamamoto/logger/issues/69)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/monad-logger-0.3.15/Control/Monad/Logger.hs 
new/monad-logger-0.3.16/Control/Monad/Logger.hs
--- old/monad-logger-0.3.15/Control/Monad/Logger.hs 2015-10-28 
07:29:22.0 +0100
+++ new/monad-logger-0.3.16/Control/Monad/Logger.hs 2015-12-13 
09:03:42.0 +0100
@@ -177,6 +177,9 @@
 -- | A @Monad@ which has the ability to log messages in some manner.
 class Monad m => MonadLogger m where
 monadLoggerLog :: ToLogStr msg => Loc -> LogSource -> LogLevel -> msg -> m 
()
+default monadLoggerLog :: (Trans.MonadTrans t, MonadLogger (t m), ToLogStr 
msg)
+   => Loc -> LogSource -> LogLevel -> msg -> t m ()
+monadLoggerLog loc src lvl msg = Trans.lift $ monadLoggerLog loc src lvl 
msg
 
 -- | An extension of @MonadLogger@ for the common case where the logging action
 -- is a simple @IO@ action. The advantage of using this typeclass is that the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/monad-logger-0.3.15/monad-logger.cabal 
new/monad-logger-0.3.16/monad-logger.cabal
--- old/monad-logger-0.3.15/monad-logger.cabal  2015-10-28 07:29:22.0 
+0100
+++ new/monad-logger-0.3.16/monad-logger.cabal  2015-12-13 09:03:42.0 
+0100
@@ -1,5 +1,5 @@
 name:monad-logger
-version: 0.3.15
+version: 0.3.16
 synopsis:A class of monads which can log messages.
 description: Hackage documentation generation is not reliable. For up 
to date documentation, please see: 
.
 homepage:https://github.com/kazu-yamamoto/logger




commit tintii for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package tintii for openSUSE:Factory checked 
in at 2015-12-23 08:50:02

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


Package is "tintii"

Changes:

--- /work/SRC/openSUSE:Factory/tintii/tintii.changes2015-12-13 
09:40:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.tintii.new/tintii.changes   2015-12-23 
08:50:06.0 +0100
@@ -1,0 +2,6 @@
+Sun Dec 13 12:16:04 UTC 2015 - lazy.k...@opensuse.org
+
+- Fix build dependencies. BuildRequires: wxWidgets-3_0-devel >= 3
+  for all openSUSE versions.
+
+---



Other differences:
--
++ tintii.spec ++
--- /var/tmp/diff_new_pack.GKnK3I/_old  2015-12-23 08:50:07.0 +0100
+++ /var/tmp/diff_new_pack.GKnK3I/_new  2015-12-23 08:50:07.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tintii
 #
-# 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
@@ -28,16 +28,12 @@
 Url:http://www.indii.org/software/tintii
 Source0:
http://www.indii.org/files/tint/releases/%{name}-%{version}.tar.gz
 Source1:http://www.indii.org/images/%{name}_128.png
-BuildRequires:  bc
 BuildRequires:  ImageMagick
+BuildRequires:  bc
 BuildRequires:  boost-devel
 BuildRequires:  gcc-c++
 BuildRequires:  update-desktop-files
-%if 0%{?suse_version} >= 1320
-BuildRequires:  wxWidgets-devel >= 3
-%else
-BuildRequires:  wxWidgets-devel
-%endif
+BuildRequires:  wxWidgets-3_0-devel >= 3
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description





commit highlighting-kate for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package highlighting-kate for 
openSUSE:Factory checked in at 2015-12-23 08:49:15

Comparing /work/SRC/openSUSE:Factory/highlighting-kate (Old)
 and  /work/SRC/openSUSE:Factory/.highlighting-kate.new (New)


Package is "highlighting-kate"

Changes:

--- /work/SRC/openSUSE:Factory/highlighting-kate/highlighting-kate.changes  
2015-08-25 08:49:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.highlighting-kate.new/highlighting-kate.changes 
2015-12-23 08:49:16.0 +0100
@@ -1,0 +2,19 @@
+Sun Dec 13 16:21:11 UTC 2015 - mimi...@gmail.com
+
+- update to 0.6.1
+- refreshed add-rpmspec-syntax.patch
+* Don't use auto-all in ghc-prof-options.
+* Removed splitBase flag and ability to compile on base < 4.4.
+* Add agda tests with unicode input
+* Fix 'Text.Regex.PCRE.Light: Error in regex: invalid UTF-8 string'
+error message.
+* Reapplied isocpp.xml.patch.
+* Added `languageByFullName` (API change).  Changed behavior of
+`highlightAs` so that languages can match on "full official name"
+as well as the canonical name (derived from the xml filename.
+Previously, only `cs` worked for C#.  Now you may use `C#` as
+well.
+* Allow `csharp` as a special-case alias for `cs`.
+* Added support for llvm.
+
+---
@@ -4 +23 @@
-- refreshed add-rpm-syntax-patch 
+- refreshed add-rpmspec-syntax.patch 

Old:

  highlighting-kate-0.6.tar.gz

New:

  highlighting-kate-0.6.1.tar.gz



Other differences:
--
++ highlighting-kate.spec ++
--- /var/tmp/diff_new_pack.D9yKOu/_old  2015-12-23 08:49:17.0 +0100
+++ /var/tmp/diff_new_pack.D9yKOu/_new  2015-12-23 08:49:17.0 +0100
@@ -15,18 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %global pkg_name highlighting-kate
 
 %bcond_with tests
 
-
 Name:   highlighting-kate
-Version:0.6
+Version:0.6.1
 Release:0
 Summary:Syntax highlighting
+License:GPL-2.0
 Group:  Development/Languages/Other
 
-License:GPL-2.0
 Url:https://hackage.haskell.org/package/%{name}
 Source0:
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
 # temporary disabled .. need rebase/rework
@@ -83,13 +83,12 @@
 
 %prep
 %setup -q
-%patch1 -p1
+%patch1 -p2
 
 %build
 %define cabal_configure_options -f'executable'
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 %ghc_fix_dynamic_rpath highlighting-kate 
@@ -99,30 +98,24 @@
 %cabal test
 %endif
 
-
 %post -n ghc-%{name}-devel
 %ghc_pkg_recache
 
-
 %postun -n ghc-%{name}-devel
 %ghc_pkg_recache
 
-
 %files
 %defattr(-,root,root,-)
 %doc LICENSE
 %doc README.md
 %{_bindir}/%{name}
 
-
 %files -n ghc-%{name} -f ghc-%{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE
 
-
 %files -n ghc-%{name}-devel -f ghc-%{name}-devel.files
 %defattr(-,root,root,-)
 %doc README.md
 
-
 %changelog

++ add-rpmspec-syntax.patch ++
--- /var/tmp/diff_new_pack.D9yKOu/_old  2015-12-23 08:49:17.0 +0100
+++ /var/tmp/diff_new_pack.D9yKOu/_new  2015-12-23 08:49:17.0 +0100
@@ -1,8 +1,8 @@
-diff --git highlighting-kate-0.6/Text/Highlighting/Kate/Syntax/Rpmspec.hs 
highlighting-kate-0.6/Text/Highlighting/Kate/Syntax/Rpmspec.hs
+diff --git a/highlighting-kate-0.6.1/Text/Highlighting/Kate/Syntax/Rpmspec.hs 
b/highlighting-kate-0.6.1/Text/Highlighting/Kate/Syntax/Rpmspec.hs
 new file mode 100644
 index 000..66d0ee4
 --- /dev/null
-+++ highlighting-kate-0.6/Text/Highlighting/Kate/Syntax/Rpmspec.hs
 b/highlighting-kate-0.6.1/Text/Highlighting/Kate/Syntax/Rpmspec.hs
 @@ -0,0 +1,515 @@
 +{- This module was generated from data in the Kate syntax
 +   highlighting file rpmspec.xml, version 1.7, by  -}
@@ -519,11 +519,11 @@
 +
 +
 +parseRules x = parseRules ("RPM Spec","package section") <|> fail ("Unknown 
context" ++ show x)
-diff --git highlighting-kate-0.6.orig/Text/Highlighting/Kate/Syntax.hs 
highlighting-kate-0.6/Text/Highlighting/Kate/Syntax.hs
-index 9346210..df6ba08 100644
 highlighting-kate-0.6.orig/Text/Highlighting/Kate/Syntax.hs
-+++ highlighting-kate-0.6/Text/Highlighting/Kate/Syntax.hs
-@@ -111,6 +111,7 @@ import qualified 
Text.Highlighting.Kate.Syntax.Relaxngcompact as Relaxngcompact
+diff --git a/highlighting-kate-0.6.1.old/Text/Highlighting/Kate/Syntax.hs 
b/highlighting-kate-0.6.1/Text/Highlighting/Kate/Syntax.hs
+index a2ed994..b18cbba 100644
+--- a/highlighting-kate-0.6.1.old/Text/Highlighting/Kate/Syntax.hs
 b/highlighting-kate-0.6.1/Text/Highlighting/Kate/Syntax.hs
+@@ -115,6 +115,7 @@ import qualified 
Text.Highlighting.Kate.Syntax.Relaxngcompact as Relaxngcompact
  import qualified 

commit afl for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package afl for openSUSE:Factory checked in 
at 2015-12-23 08:49: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-11-13 23:36:15.0 
+0100
+++ /work/SRC/openSUSE:Factory/.afl.new/afl.changes 2015-12-23 
08:49:50.0 +0100
@@ -1,0 +2,11 @@
+Sat Dec 19 15:45:22 UTC 2015 - mplus...@suse.com
+
+- Update to 1.96b
+  * Added -fpic to CFLAGS for the clang plugin, as suggested by 
+   Hanno Boeck.
+  * Made another clang change (IRBuilder) suggested by Jeff Trull.
+  * Fixed several typos, spotted by Jakub Wilk.
+  * Added support for AFL_SHUFFLE_QUEUE, based on discussions with
+Christian Holler.
+
+---

Old:

  afl-1.95b.tgz

New:

  afl-1.96b.tgz



Other differences:
--
++ afl.spec ++
--- /var/tmp/diff_new_pack.xfq7nb/_old  2015-12-23 08:49:51.0 +0100
+++ /var/tmp/diff_new_pack.xfq7nb/_new  2015-12-23 08:49:51.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   afl
-Version:1.95b
+Version:1.96b
 Release:0
 Summary:American fuzzy lop is a security-oriented fuzzer
 License:Apache-2.0

++ afl-1.95b.tgz -> afl-1.96b.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/afl-1.95b/Makefile new/afl-1.96b/Makefile
--- old/afl-1.95b/Makefile  2015-11-13 03:58:12.0 +0100
+++ new/afl-1.96b/Makefile  2015-12-16 05:24:06.0 +0100
@@ -14,7 +14,7 @@
 #
 
 PROGNAME= afl
-VERSION = 1.95b
+VERSION = 1.96b
 
 PREFIX ?= /usr/local
 BIN_PATH= $(PREFIX)/bin
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/afl-1.95b/afl-fuzz.c new/afl-1.96b/afl-fuzz.c
--- old/afl-1.95b/afl-fuzz.c2015-11-13 03:58:02.0 +0100
+++ new/afl-1.96b/afl-fuzz.c2015-12-16 05:57:42.0 +0100
@@ -96,6 +96,7 @@
auto_changed,  /* Auto-generated tokens changed?   */
no_cpu_meter_red,  /* Feng shui on the status screen   */
no_var_check,  /* Don't detect variable behavior   */
+   shuffle_queue, /* Shuffle input queue? */
bitmap_changed = 1,/* Time to update bitmap?   */
qemu_mode, /* Running in QEMU mode?*/
skip_requested,/* Skip request, via SIGUSR1*/
@@ -335,6 +336,24 @@
 }
 
 
+/* Shuffle an array of pointers. Might be slightly biased. */
+
+static void shuffle_ptrs(void** ptrs, u32 cnt) {
+
+  u32 i;
+
+  for (i = 0; i < cnt - 2; i++) {
+
+u32 j = i + UR(cnt - i);
+void *s = ptrs[i];
+ptrs[i] = ptrs[j];
+ptrs[j] = s;
+
+  }
+
+}
+
+
 #ifndef IGNORE_FINDS
 
 /* Helper function to compare buffers; returns first and last differing 
offset. We
@@ -1276,6 +1295,13 @@
 
   }
 
+  if (shuffle_queue && nl_cnt > 1) {
+
+ACTF("Shuffling queue...");
+shuffle_ptrs((void**)nl, nl_cnt);
+
+  }
+
   for (i = 0; i < nl_cnt; i++) {
 
 struct stat st;
@@ -1523,7 +1549,7 @@
 
   }
 
-  if (x) FATAL("Dictinary levels not supported for directories.");
+  if (x) FATAL("Dictionary levels not supported for directories.");
 
   while ((de = readdir(d))) {
 
@@ -2657,7 +2683,7 @@
 
 useless_at_start++;
 
-if (!in_bitmap)
+if (!in_bitmap && !shuffle_queue)
   WARNF("No new instrumentation output, test case may be useless.");
 
 break;
@@ -7517,9 +7543,10 @@
 
   }
 
-  if (getenv("AFL_NO_FORKSRV"))   no_forkserver= 1;
-  if (getenv("AFL_NO_CPU_RED"))   no_cpu_meter_red = 1;
-  if (getenv("AFL_NO_VAR_CHECK")) no_var_check = 1;
+  if (getenv("AFL_NO_FORKSRV"))no_forkserver= 1;
+  if (getenv("AFL_NO_CPU_RED"))no_cpu_meter_red = 1;
+  if (getenv("AFL_NO_VAR_CHECK"))  no_var_check = 1;
+  if (getenv("AFL_SHUFFLE_QUEUE")) shuffle_queue= 1;
 
   if (dumb_mode == 2 && no_forkserver)
 FATAL("AFL_DUMB_FORKSRV and AFL_NO_FORKSRV are mutually exclusive");
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/afl-1.95b/docs/ChangeLog new/afl-1.96b/docs/ChangeLog
--- old/afl-1.95b/docs/ChangeLog2015-11-13 03:56:43.0 +0100
+++ new/afl-1.96b/docs/ChangeLog2015-12-16 05:58:59.0 +0100
@@ -17,6 +17,19 @@
 to get on with the times.
 
 --
+Version 1.96b:
+--
+
+  - Added -fpic to CFLAGS for the clang plugin, as suggested by Hanno Boeck.
+
+  - Made another clang change 

commit ghc-pango for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package ghc-pango for openSUSE:Factory 
checked in at 2015-12-23 08:49:13

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


Package is "ghc-pango"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-pango/ghc-pango.changes  2015-09-08 
17:57:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-pango.new/ghc-pango.changes 2015-12-23 
08:49:14.0 +0100
@@ -1,0 +2,5 @@
+Sun Dec 13 14:21:45 UTC 2015 - mimi...@gmail.com
+
+- update to 0.13.1.1 
+
+---

Old:

  pango-0.13.1.0.tar.gz

New:

  pango-0.13.1.1.tar.gz



Other differences:
--
++ ghc-pango.spec ++
--- /var/tmp/diff_new_pack.3MK1RJ/_old  2015-12-23 08:49:15.0 +0100
+++ /var/tmp/diff_new_pack.3MK1RJ/_new  2015-12-23 08:49:15.0 +0100
@@ -15,15 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %global pkg_name pango
 
 Name:   ghc-pango
-Version:0.13.1.0
+Version:0.13.1.1
 Release:0
 Summary:Binding to the Pango text rendering engine
+License:LGPL-2.0+
 Group:  System/Libraries
 
-License:LGPL-2.0+
 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
@@ -31,6 +32,7 @@
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
+BuildRequires:  fdupes
 BuildRequires:  ghc-array-devel
 BuildRequires:  ghc-cairo-devel
 BuildRequires:  ghc-containers-devel
@@ -44,7 +46,6 @@
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(pango)
 BuildRequires:  pkgconfig(pangocairo)
-BuildRequires:  fdupes
 # End cabal-rpm deps
 
 %description
@@ -82,14 +83,12 @@
 rm -Rf %{buildroot}%{_datadir}/%{pkg_name}-%{version}
 %fdupes %{buildroot}%{_prefix}
 
-
 %post devel
 %ghc_pkg_recache
 
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc COPYING

++ pango-0.13.1.0.tar.gz -> pango-0.13.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pango-0.13.1.0/Graphics/Rendering/Pango/Attributes.chs 
new/pango-0.13.1.1/Graphics/Rendering/Pango/Attributes.chs
--- old/pango-0.13.1.0/Graphics/Rendering/Pango/Attributes.chs  2015-04-03 
15:19:04.0 +0200
+++ new/pango-0.13.1.1/Graphics/Rendering/Pango/Attributes.chs  2015-12-13 
07:48:11.0 +0100
@@ -56,11 +56,11 @@
 withAttrList (PangoString correct _ _) pas act = do
   alPtr <- {#call unsafe attr_list_new#}
   let pas' = sortBy (\pa1 pa2 -> case compare (paStart pa1) (paStart pa2) of
-EQ -> compare (paEnd pa1) (paEnd pa2)
-other -> other) pas
+ EQ -> compare (paEnd pa1) (paEnd pa2)
+ other -> other) pas
   mapM_ (\pa -> do
-  paPtr <- crAttr correct pa
-  {#call unsafe pango_attr_list_insert#} alPtr (castPtr paPtr)) pas'
+   paPtr <- crAttr correct pa
+   {#call unsafe pango_attr_list_insert#} alPtr (castPtr paPtr)) pas'
   res <- act alPtr
   pango_attr_list_unref alPtr
   return res
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pango-0.13.1.0/Graphics/Rendering/Pango/BasicTypes.chs 
new/pango-0.13.1.1/Graphics/Rendering/Pango/BasicTypes.chs
--- old/pango-0.13.1.0/Graphics/Rendering/Pango/BasicTypes.chs  2015-04-03 
15:19:04.0 +0200
+++ new/pango-0.13.1.1/Graphics/Rendering/Pango/BasicTypes.chs  2015-12-13 
07:48:11.0 +0100
@@ -119,27 +119,27 @@
 {#enum Style as FontStyle {underscoreToCase} deriving (Eq)#}
 
 instance Show FontStyle where
-  showsPrec _ StyleNormal = shows "normal"
-  showsPrec _ StyleOblique= shows "oblique"
-  showsPrec _ StyleItalic = shows "italic"
+  showsPrec _ StyleNormal  = shows "normal"
+  showsPrec _ StyleOblique = shows "oblique"
+  showsPrec _ StyleItalic  = shows "italic"
 
 -- | Define attributes for 'Weight'.
 --
 {#enum Weight {underscoreToCase} deriving (Eq)#}
 
 instance Show Weight where
-  showsPrec _ WeightUltralight = shows "ultralight"
-  showsPrec _ WeightLight  = shows "light"
-  showsPrec _ WeightNormal = shows "normal"
-  showsPrec _ WeightSemibold   = shows "semibold"
-  showsPrec _ WeightBold   = shows "bold"
-  showsPrec _ WeightUltrabold  = shows "ultrabold"
-  showsPrec _ WeightHeavy  = shows "heavy"
+  showsPrec _ WeightUltralight  = shows "ultralight"
+  showsPrec _ 

commit libmicrohttpd for openSUSE:Factory

2015-12-22 Thread h_root


binO3WCqNXuiw.bin
Description: Binary data


commit libcroco for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package libcroco for openSUSE:Factory 
checked in at 2015-12-23 08:48:35

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


Package is "libcroco"

Changes:

--- /work/SRC/openSUSE:Factory/libcroco/libcroco.changes2015-12-18 
21:50:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.libcroco.new/libcroco.changes   2015-12-23 
08:48:37.0 +0100
@@ -1,0 +2,7 @@
+Thu Dec 17 13:11:16 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.6.11:
+  + Fix regression in cr_tknzr_consume_chars.
+  + Misc bug fixes.
+
+---

Old:

  libcroco-0.6.10.tar.xz

New:

  libcroco-0.6.11.tar.xz



Other differences:
--
++ libcroco.spec ++
--- /var/tmp/diff_new_pack.yMs2nr/_old  2015-12-23 08:48:38.0 +0100
+++ /var/tmp/diff_new_pack.yMs2nr/_new  2015-12-23 08:48:38.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libcroco
-Version:0.6.10
+Version:0.6.11
 Release:0
 Summary:CSS2 Parser Library
 License:LGPL-2.1

++ libcroco-0.6.10.tar.xz -> libcroco-0.6.11.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcroco-0.6.10/ChangeLog 
new/libcroco-0.6.11/ChangeLog
--- old/libcroco-0.6.10/ChangeLog   2015-12-13 19:25:16.0 +0100
+++ new/libcroco-0.6.11/ChangeLog   2015-12-17 14:02:44.0 +0100
@@ -1,3 +1,59 @@
+commit d8a1a160186a45a5852abc06916f9e452ace9e00
+Author: Ignacio Casal Quinteiro 
+Date:   Thu Dec 17 14:02:15 2015 +0100
+
+Release 0.6.11
+
+ NEWS | 4 
+ 1 file changed, 4 insertions(+)
+
+commit f4f9e6d897bcb7dff768dda66a9e62c80137d7f5
+Author: Florian Müllner 
+Date:   Thu Dec 17 00:32:09 2015 +0100
+
+Fix regression in cr_tknzr_consume_chars()
+
+Commit bc9b2c339e introduced an intermediate variable to account
+for the difference in signedness between cr_tknzr_consume_chars()
+and cr_input_consume_chars(), but missed that the variable in
+question is an in-out variable that requires proper initialization.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=759565
+
+ src/cr-tknzr.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 387857601cf0cbbac468e0f2620daca5d2a8c095
+Author: Marek Chalupa 
+Date:   Tue Dec 15 17:58:52 2015 +0100
+
+Fix comparison warning
+
+Logical ! was only applied to the left side of the comparison
+
+https://bugzilla.gnome.org/show_bug.cgi?id=758394
+
+ src/cr-sel-eng.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 1e3112a925e09a1f54a30af2e2c0cfb85d139100
+Author: Ignacio Casal Quinteiro 
+Date:   Sun Dec 13 19:27:07 2015 +0100
+
+Post release version bump
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ef5d47e32dcbcd2ec181b23021e583720902f199
+Author: Ignacio Casal Quinteiro 
+Date:   Sun Dec 13 19:25:48 2015 +0100
+
+Release 0.6.10
+
+ NEWS | 3 +++
+ 1 file changed, 3 insertions(+)
+
 commit 956078a3cf703b3de5117659a50fae1bc00e8c20
 Author: Руслан Ижбулатов 
 Date:   Sat Oct 31 22:47:43 2015 +
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcroco-0.6.10/NEWS new/libcroco-0.6.11/NEWS
--- old/libcroco-0.6.10/NEWS2015-12-13 19:24:51.0 +0100
+++ new/libcroco-0.6.11/NEWS2015-12-17 14:01:38.0 +0100
@@ -1,3 +1,7 @@
+0.6.11
+* Fix regression in cr_tknzr_consume_chars (Florian Müllner)
+* Misc bug fixes
+
 0.6.10
 * Misc bug fixes
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcroco-0.6.10/configure 
new/libcroco-0.6.11/configure
--- old/libcroco-0.6.10/configure   2015-12-13 19:24:29.0 +0100
+++ new/libcroco-0.6.11/configure   2015-12-17 14:01:57.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libcroco 0.6.10.
+# Generated by GNU Autoconf 2.69 for libcroco 0.6.11.
 #
 # Report bugs to .
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='libcroco'
 PACKAGE_TARNAME='libcroco'
-PACKAGE_VERSION='0.6.10'
-PACKAGE_STRING='libcroco 0.6.10'
+PACKAGE_VERSION='0.6.11'
+PACKAGE_STRING='libcroco 0.6.11'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=libcroco'
 PACKAGE_URL=''
 
@@ -1368,7 +1368,7 @@
   # Omit some internal or obsolete options to make 

commit ghc-aeson-extra for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package ghc-aeson-extra for openSUSE:Factory 
checked in at 2015-12-23 08:49:06

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


Package is "ghc-aeson-extra"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-aeson-extra/ghc-aeson-extra.changes  
2015-11-26 17:02:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-aeson-extra.new/ghc-aeson-extra.changes 
2015-12-23 08:49:07.0 +0100
@@ -1,0 +2,7 @@
+Sun Dec 13 13:40:27 UTC 2015 - mimi...@gmail.com
+
+- update to 0.2.3.0
+* Data.Time.TH module with mkUTCTime
+* encodeStrict in Data.Aeson.Extra
+
+---

Old:

  aeson-extra-0.2.2.0.tar.gz

New:

  aeson-extra-0.2.3.0.tar.gz



Other differences:
--
++ ghc-aeson-extra.spec ++
--- /var/tmp/diff_new_pack.8HJ0p4/_old  2015-12-23 08:49:08.0 +0100
+++ /var/tmp/diff_new_pack.8HJ0p4/_new  2015-12-23 08:49:08.0 +0100
@@ -15,17 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %global pkg_name aeson-extra
 
 %bcond_with tests
 
 Name:   ghc-aeson-extra
-Version:0.2.2.0
+Version:0.2.3.0
 Release:0
 Summary:Extra goodies for aeson
+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
@@ -75,37 +76,29 @@
 %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,-)
 %doc README.md
 
-
 %changelog

++ aeson-extra-0.2.2.0.tar.gz -> aeson-extra-0.2.3.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aeson-extra-0.2.2.0/CHANGELOG.md 
new/aeson-extra-0.2.3.0/CHANGELOG.md
--- old/aeson-extra-0.2.2.0/CHANGELOG.md2015-11-10 14:20:38.0 
+0100
+++ new/aeson-extra-0.2.3.0/CHANGELOG.md2015-12-08 12:19:10.0 
+0100
@@ -1,3 +1,8 @@
+# 0.2.3.0 (2015-12-08)
+
+- `Data.Time.TH` module with `mkUTCTime`
+- `encodeStrict` in `Data.Aeson.Extra`
+
 # 0.2.2.0 (2015-11-10)
 
 - `U` and `Z` to parse `UTCTime` and `ZonedTime` compatibly
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aeson-extra-0.2.2.0/aeson-extra.cabal 
new/aeson-extra-0.2.3.0/aeson-extra.cabal
--- old/aeson-extra-0.2.2.0/aeson-extra.cabal   2015-11-10 14:21:15.0 
+0100
+++ new/aeson-extra-0.2.3.0/aeson-extra.cabal   2015-12-08 12:19:23.0 
+0100
@@ -3,7 +3,7 @@
 -- see: https://github.com/sol/hpack
 
 name:   aeson-extra
-version:0.2.2.0
+version:0.2.3.0
 synopsis:   Extra goodies for aeson
 description:The package motivation is twofold:
 .
@@ -42,6 +42,7 @@
 , exceptions   >=0.8  && <0.9
 , hashable >=1.2  && <1.3
 , scientific   >=0.3  && <0.4
+, template-haskell >=2.8  && <2.11
 , text >=1.2  && <1.3
 , time >=1.4.2 && <1.6
 , unordered-containers >=0.2  && <0.3
@@ -49,6 +50,7 @@
   exposed-modules:
   Data.Aeson.Compat
   Data.Aeson.Extra
+  Data.Time.TH
   other-modules:
   Data.Aeson.Extra.Time
   default-language: Haskell2010
@@ -68,6 +70,7 @@
 , exceptions   >=0.8  && <0.9
 , hashable >=1.2  && <1.3
 , scientific   >=0.3  && <0.4
+, template-haskell >=2.8  && <2.11
 , text >=1.2  && <1.3
 , time >=1.4.2 && <1.6
 , unordered-containers >=0.2  && <0.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aeson-extra-0.2.2.0/src/Data/Aeson/Extra.hs 
new/aeson-extra-0.2.3.0/src/Data/Aeson/Extra.hs
--- old/aeson-extra-0.2.2.0/src/Data/Aeson/Extra.hs 2015-11-10 
14:20:38.0 +0100
+++ new/aeson-extra-0.2.3.0/src/Data/Aeson/Extra.hs 2015-12-08 
12:18:32.0 +0100
@@ -18,6 +18,8 @@
 --
 -- More or less useful newtypes for writing 'FromJSON' & 'ToJSON' instances
 module Data.Aeson.Extra (
+  -- * Strict encoding
+  encodeStrict,
   -- * Generic maps
   M(..),
   

commit python-cryptography for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package python-cryptography for 
openSUSE:Factory checked in at 2015-12-23 08:48:26

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


Package is "python-cryptography"

Changes:

--- /work/SRC/openSUSE:Factory/python-cryptography/python-cryptography.changes  
2015-12-13 09:35:13.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-cryptography.new/python-cryptography.changes 
2015-12-23 08:48:28.0 +0100
@@ -1,0 +2,16 @@
+Wed Dec  9 10:35:20 UTC 2015 - dmuel...@suse.com
+
+- update to 1.1.1:
+  * Fixed several small bugs related to compiling the OpenSSL bindings with
+unusual OpenSSL configurations.
+  * Resolved an issue where, depending on the method of installation and
+which Python interpreter they were using, users on El Capitan (OS X 10.11)
+may have seen an ``InternalError`` on import.
+
+---
+Wed Dec  9 10:19:45 UTC 2015 - dmuel...@suse.com
+
+- fix build for sle11 (disable testsuite as it depends on python-hypothesis
+  which is not available for sle11 anymore)
+
+---

Old:

  cryptography-1.1.tar.gz
  cryptography-1.1.tar.gz.asc
  cryptography_vectors-1.1.tar.gz
  cryptography_vectors-1.1.tar.gz.asc

New:

  cryptography-1.1.1.tar.gz
  cryptography-1.1.1.tar.gz.asc
  cryptography_vectors-1.1.1.tar.gz
  cryptography_vectors-1.1.1.tar.gz.asc



Other differences:
--
++ python-cryptography.spec ++
--- /var/tmp/diff_new_pack.cBgseo/_old  2015-12-23 08:48:29.0 +0100
+++ /var/tmp/diff_new_pack.cBgseo/_new  2015-12-23 08:48:29.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-cryptography
-Version:1.1
+Version:1.1.1
 Release:0
 Summary:Python library which exposes cryptographic recipes and 
primitives
 License:Apache-2.0
@@ -34,13 +34,17 @@
 BuildRequires:  python-cffi >= 1.1.0
 BuildRequires:  python-devel
 BuildRequires:  python-enum34
-BuildRequires:  python-hypothesis
 BuildRequires:  python-idna >= 2.0
 BuildRequires:  python-ipaddress
 BuildRequires:  python-pyasn1-modules
 BuildRequires:  python-setuptools
 BuildRequires:  python-six >= 1.4.1
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+BuildRequires:  libffi43-devel
+%else
+BuildRequires:  python-hypothesis
 BuildRequires:  pkgconfig(libffi)
+%endif
 # Test requirements
 BuildRequires:  python-iso8601
 BuildRequires:  python-pretend
@@ -81,6 +85,7 @@
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
+%if 0%{?suse_version} >= 1210
 # this is going to be fun
 # create virtualenv
 virtualenv --system-site-packages TESTROOT
@@ -94,6 +99,7 @@
 python /usr/bin/py.test tests
 # finish
 deactivate
+%endif
 
 %files
 %defattr(-,root,root,-)

++ cryptography-1.1.tar.gz -> cryptography-1.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cryptography-1.1/CHANGELOG.rst 
new/cryptography-1.1.1/CHANGELOG.rst
--- old/cryptography-1.1/CHANGELOG.rst  2015-10-28 23:26:16.0 +0100
+++ new/cryptography-1.1.1/CHANGELOG.rst2015-11-19 05:01:40.0 
+0100
@@ -1,6 +1,15 @@
 Changelog
 =
 
+1.1.1 - 2015-11-19
+~~
+
+* Fixed several small bugs related to compiling the OpenSSL bindings with
+  unusual OpenSSL configurations.
+* Resolved an issue where, depending on the method of installation and
+  which Python interpreter they were using, users on El Capitan (OS X 10.11)
+  may have seen an ``InternalError`` on import.
+
 1.1 - 2015-10-28
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cryptography-1.1/PKG-INFO 
new/cryptography-1.1.1/PKG-INFO
--- old/cryptography-1.1/PKG-INFO   2015-10-28 23:26:39.0 +0100
+++ new/cryptography-1.1.1/PKG-INFO 2015-11-19 05:02:01.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: cryptography
-Version: 1.1
+Version: 1.1.1
 Summary: cryptography is a package which provides cryptographic recipes and 
primitives to Python developers.
 Home-page: https://github.com/pyca/cryptography
 Author: The cryptography developers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cryptography-1.1/src/_cffi_src/openssl/cms.py 
new/cryptography-1.1.1/src/_cffi_src/openssl/cms.py
--- old/cryptography-1.1/src/_cffi_src/openssl/cms.py   2015-10-28 
23:26:16.0 +0100
+++ new/cryptography-1.1.1/src/_cffi_src/openssl/cms.py 2015-11-19 
05:01:35.0 +0100
@@ -17,6 +17,7 @@
 
 TYPES 

commit python-compizconfig for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package python-compizconfig for 
openSUSE:Factory checked in at 2015-12-23 08:49:57

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


Package is "python-compizconfig"

Changes:

--- /work/SRC/openSUSE:Factory/python-compizconfig/python-compizconfig.changes  
2015-11-26 17:01:29.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-compizconfig.new/python-compizconfig.changes 
2015-12-23 08:50:00.0 +0100
@@ -1,0 +2,5 @@
+Sat Dec 19 21:13:15 UTC 2015 - sor.ale...@meowr.ru
+
+- Use a better upstream tarball.
+
+---

Old:

  compizconfig-python-0.8.9.tar.gz

New:

  compizconfig-python-0.8.9.tar.xz



Other differences:
--
++ python-compizconfig.spec ++
--- /var/tmp/diff_new_pack.BR5Uq8/_old  2015-12-23 08:50:01.0 +0100
+++ /var/tmp/diff_new_pack.BR5Uq8/_new  2015-12-23 08:50:01.0 +0100
@@ -24,7 +24,7 @@
 License:GPL-2.0+
 Group:  Development/Languages/Python
 Url:https://github.com/raveit65/compizconfig-python
-Source: 
https://github.com/raveit65/%{_name}/archive/v%{version}.tar.gz#/%{_name}-%{version}.tar.gz
+Source: 
https://github.com/raveit65/%{_name}/releases/download/v%{version}/%{_name}-%{version}.tar.xz
 BuildRequires:  mate-common
 BuildRequires:  pkg-config
 BuildRequires:  pyrex




commit urbanlightscape for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package urbanlightscape for openSUSE:Factory 
checked in at 2015-12-23 08:49:59

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


Package is "urbanlightscape"

Changes:

--- /work/SRC/openSUSE:Factory/urbanlightscape/urbanlightscape.changes  
2014-08-20 10:51:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.urbanlightscape.new/urbanlightscape.changes 
2015-12-23 08:50:01.0 +0100
@@ -1,0 +2,7 @@
+Sun Dec 13 10:33:55 UTC 2015 - lazy.k...@opensuse.org
+
+- Update to 1.4.0.
+  * Maintenance release.
+- BuildRequires: wxWidgets-3_0-devel >= 3, bc.
+
+---

Old:

  urbanlightscape-1.3.3.tar.gz

New:

  urbanlightscape-1.4.0.tar.gz



Other differences:
--
++ urbanlightscape.spec ++
--- /var/tmp/diff_new_pack.Evvyw3/_old  2015-12-23 08:50:03.0 +0100
+++ /var/tmp/diff_new_pack.Evvyw3/_new  2015-12-23 08:50:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package urbanlightscape
 #
-# 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
@@ -20,7 +20,7 @@
 %define __find_requires %wx_requires
 
 Name:   urbanlightscape
-Version:1.3.3
+Version:1.4.0
 Release:0
 Summary:Improve Lighting, Correct Exposure, Add Synthetic Light to 
Photos
 License:GPL-2.0+
@@ -29,10 +29,11 @@
 Source0:
http://www.indii.org/files/%{name}/releases/%{name}-%{version}.tar.gz
 Source1:http://www.indii.org/images/%{name}_128.png
 BuildRequires:  ImageMagick
+BuildRequires:  bc
 BuildRequires:  boost-devel
 BuildRequires:  gcc-c++
 BuildRequires:  update-desktop-files
-BuildRequires:  wxWidgets-devel
+BuildRequires:  wxWidgets-3_0-devel >= 3
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #Appliaction heavily depends on SSE, which is Intel specific feature
 ExclusiveArch:  %{ix86} x86_64

++ urbanlightscape-1.3.3.tar.gz -> urbanlightscape-1.4.0.tar.gz ++
 82688 lines of diff (skipped)





commit ghc-wai for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package ghc-wai for openSUSE:Factory checked 
in at 2015-12-23 08:49:26

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


Package is "ghc-wai"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-wai/ghc-wai.changes  2015-07-08 
06:59:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-wai.new/ghc-wai.changes 2015-12-23 
08:49:27.0 +0100
@@ -1,0 +2,9 @@
+Sun Dec 13 17:10:41 UTC 2015 - mimi...@gmail.com
+
+- update to 3.0.5.0
+* Avoid using the IsString Builder instance
+* A new module Network.Wai.HTTP2 is exported.
+* mapResponseHeaders, ifRequest and modifyResponse are exported.
+- add remove-dep.patch mimi...@gmail.com -- remove bytestring-builder dep
+
+---

Old:

  wai-3.0.3.0.tar.gz

New:

  remove-dep.patch
  wai-3.0.5.0.tar.gz



Other differences:
--
++ ghc-wai.spec ++
--- /var/tmp/diff_new_pack.XUTPAV/_old  2015-12-23 08:49:28.0 +0100
+++ /var/tmp/diff_new_pack.XUTPAV/_new  2015-12-23 08:49:28.0 +0100
@@ -21,7 +21,7 @@
 %bcond_with tests
 
 Name:   ghc-wai
-Version:3.0.3.0
+Version:3.0.5.0
 Release:0
 Summary:Web Application Interface
 License:MIT
@@ -29,6 +29,9 @@
 
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+# PATCH-FIX-OPENSUSE remove-dep.path -- mimi...@gmail.com remove unused 
dependency
+Patch0: remove-dep.patch
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  ghc-Cabal-devel
@@ -39,6 +42,8 @@
 BuildRequires:  ghc-http-types-devel
 BuildRequires:  ghc-network-devel
 BuildRequires:  ghc-text-devel
+BuildRequires:  ghc-transformers-devel
+BuildRequires:  ghc-unix-compat-devel
 BuildRequires:  ghc-vault-devel
 %if %{with tests}
 BuildRequires:  ghc-hspec-devel
@@ -63,6 +68,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+%patch0 -p1
 
 %build
 %ghc_lib_build

++ remove-dep.patch ++
Index: wai-3.0.5.0/wai.cabal
===
--- wai-3.0.5.0.orig/wai.cabal
+++ wai-3.0.5.0/wai.cabal
@@ -21,7 +21,6 @@ Source-repository head
 Library
   Build-Depends: base  >= 4&& < 5
, bytestring>= 0.10
-   , bytestring-builder>= 0.10.4.0 && < 0.10.7
, blaze-builder >= 0.2.1.4  && < 0.5
, network   >= 2.2.1.5
, http-types>= 0.7
++ wai-3.0.3.0.tar.gz -> wai-3.0.5.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wai-3.0.3.0/ChangeLog.md new/wai-3.0.5.0/ChangeLog.md
--- old/wai-3.0.3.0/ChangeLog.md2015-07-05 07:08:07.0 +0200
+++ new/wai-3.0.5.0/ChangeLog.md2015-12-07 10:08:37.0 +0100
@@ -1,6 +1,18 @@
+## 3.0.5.0
+
+* Avoid using the IsString Builder instance
+
+## 3.0.4.0
+
+* A new module Network.Wai.HTTP2 is exported.
+
+## 3.0.3.0
+
+* mapResponseHeaders, ifRequest and modifyResponse are exported.
+
 ## 3.0.2.3
 
-Allow blaze-builder 0.4
+* Allow blaze-builder 0.4
 
 ## 3.0.2.2
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wai-3.0.3.0/Network/Wai/HTTP2.hs 
new/wai-3.0.5.0/Network/Wai/HTTP2.hs
--- old/wai-3.0.3.0/Network/Wai/HTTP2.hs1970-01-01 01:00:00.0 
+0100
+++ new/wai-3.0.5.0/Network/Wai/HTTP2.hs2015-12-07 10:08:37.0 
+0100
@@ -0,0 +1,272 @@
+{-# LANGUAGE OverloadedStrings, RankNTypes #-}
+{-# LANGUAGE CPP #-}
+{-# LANGUAGE DeriveDataTypeable #-}
+
+-- | An HTTP\/2-aware variant of the 'Network.Wai.Application' type.  Compared
+-- to the original, this exposes the new functionality of server push and
+-- trailers, allows stream fragments to be sent in the form of file ranges, and
+-- allows the stream body to produce a value to be used in constructing the
+-- trailers.  Existing @Applications@ can be faithfully upgraded to HTTP\/2
+-- with 'promoteApplication' or served transparently over both protocols with
+-- the normal Warp 'Network.Wai.Handler.Warp.run' family of functions.
+--
+-- An 'HTTP2Application' takes a 'Request' and a 'PushFunc' and produces a
+-- 'Responder' that will push any associated resources and send the response
+-- body.  The response is always a stream of 'Builder's and file chunks.
+-- Equivalents of the 'Network.Wai.responseBuilder' family of functions are
+-- provided for creating 'Responder's 

commit compiz-manager for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package compiz-manager for openSUSE:Factory 
checked in at 2015-12-23 08:49:51

Comparing /work/SRC/openSUSE:Factory/compiz-manager (Old)
 and  /work/SRC/openSUSE:Factory/.compiz-manager.new (New)


Package is "compiz-manager"

Changes:

--- /work/SRC/openSUSE:Factory/compiz-manager/compiz-manager.changes
2015-11-26 17:03:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.compiz-manager.new/compiz-manager.changes   
2015-12-23 08:49:51.0 +0100
@@ -1,0 +2,18 @@
+Sat Dec 19 21:13:15 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 0.7.0:
+  * Add MATE support.
+  * Add Marco fallback WM.
+  * Do not use Emerald by default.
+  * Remove blacklisting: deeply outdated.
+  * Software rasteriser check (bsc#479060).
+  * Other minor fixes.
+- Rebase compiz-manager-setup.patch.
+- Remove compiz-manager-detect-multiple-graphic-cards.patch,
+  bug-469785-disable-loose-binding.diff,
+  compiz-manager-avoid-sw-rast-bug-479060.diff,
+  compiz-manager-dry_run.patch, compiz-manager-fallback_xterm.patch,
+  compiz-manager-sbin-lspci.patch, compiz-manager-nouveau.patch,
+  compiz-manager-sm-client-id.patch: fixed upstream.
+
+---

Old:

  bug-469785-disable-loose-binding.diff
  compiz-manager-0.6.0.tar.bz2
  compiz-manager-avoid-sw-rast-bug-479060.diff
  compiz-manager-detect-multiple-graphic-cards.patch
  compiz-manager-dry_run.patch
  compiz-manager-fallback_xterm.patch
  compiz-manager-nouveau.patch
  compiz-manager-sbin-lspci.patch
  compiz-manager-sm-client-id.patch

New:

  compiz-manager-0.7.0.tar.xz



Other differences:
--
++ compiz-manager.spec ++
--- /var/tmp/diff_new_pack.eckvQj/_old  2015-12-23 08:49:52.0 +0100
+++ /var/tmp/diff_new_pack.eckvQj/_new  2015-12-23 08:49:52.0 +0100
@@ -17,33 +17,17 @@
 
 
 Name:   compiz-manager
-Version:0.6.0
+Version:0.7.0
 Release:0
 Summary:Wrapper script to launch Compiz with proper options
 License:GPL-2.0+
 Group:  System/X11/Utilities
-Url:https://launchpad.net/compiz
-Source: %{name}-%{version}.tar.bz2
+Url:https://github.com/raveit65/compiz-manager
+Source: 
https://github.com/raveit65/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
 Source2:Compiz.desktop
 Source3:config.skel
 # PATCH-FEATURE-OPENSUSE compiz-manager-setup.patch dims...@opensuse.org -- 
Configure compiz-manager to fit the openSUSE.
 Patch0: compiz-manager-setup.patch
-# PATCH-FIX-UPSTREAM compiz-manager-detect-multiple-graphic-cards.patch 
boo#440273 rodr...@novell.com -- Detect more than 1 graphic card.
-Patch1: compiz-manager-detect-multiple-graphic-cards.patch
-# PATCH-FIX-UPSTREAM bug-469785-disable-loose-binding.diff 
dims...@opensuse.org boo#469785 -- Compiz not redrawing properly with NVIDIA 
hardware.
-Patch2: bug-469785-disable-loose-binding.diff
-# PATCH-FIX-UPSTREAM compiz-manager-avoid-sw-rast-bug-479060.diff
-Patch3: compiz-manager-avoid-sw-rast-bug-479060.diff
-# PATCH-FIX-UPSTREAM compiz-manager-dry_run.patch -- Add dry_run capabilities.
-Patch4: compiz-manager-dry_run.patch
-# PATCH-FIX-UPSTREAM compiz-manager-fallback_xterm.patch -- Have one last 
fallback to xterm if nothing else works.
-Patch5: compiz-manager-fallback_xterm.patch
-# PATCH-FIX-UPSTREAM compiz-manager-sbin-lspci.patch boo#564536 
dims...@opensuse.org -- Account for lib64 and double slashes in paths.
-Patch6: compiz-manager-sbin-lspci.patch
-# PATCH-FIX-UPSTREAM compiz-manager-sm-client-id.patch dims...@opensuse.org -- 
Properly register compiz with gnome-session, avoiding a 10 second timeout.
-Patch7: compiz-manager-sm-client-id.patch
-# PATCH-FEATURE-OPENSUSE compiz-manager-nouveau.patch dims...@opensuse.org -- 
Nouveau can be sufficient to handle Compiz.
-Patch8: compiz-manager-nouveau.patch
 BuildRequires:  update-desktop-files
 Requires:   compiz < 0.9
 Requires:   util-linux
@@ -56,14 +40,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
 cp -f %{SOURCE2} Compiz.desktop
 cp -f %{SOURCE3} config.skel
 
@@ -72,6 +48,7 @@
 
 %install
 install -Dm 0755 %{name} %{buildroot}%{_bindir}/%{name}
+install -Dm 0644 COPYING %{buildroot}%{_docdir}/%{name}/COPYING
 install -Dm 0644 Compiz.desktop 
%{buildroot}%{_datadir}/compiz-manager/Compiz.desktop
 install -Dm 0644 config.skel %{buildroot}%{_datadir}/compiz-manager/config.skel
 
@@ -79,6 +56,7 @@
 
 %files
 %defattr(-,root,root)
+%doc %{_docdir}/%{name}/
 %{_bindir}/%{name}
 

commit php5-pear-Horde_SyncMl for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_SyncMl for 
openSUSE:Factory checked in at 2015-12-23 08:49:00

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_SyncMl (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_SyncMl.new (New)


Package is "php5-pear-Horde_SyncMl"

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_SyncMl/php5-pear-Horde_SyncMl.changes
2015-01-20 19:03:21.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_SyncMl.new/php5-pear-Horde_SyncMl.changes
   2015-12-23 08:49:01.0 +0100
@@ -1,0 +2,5 @@
+Wed Dec  9 12:50:34 UTC 2015 - ji...@boombatower.com
+
+- Add -f to rm .dep* since they do not exist in Factory builds.
+
+---



Other differences:
--
++ php5-pear-Horde_SyncMl.spec ++
--- /var/tmp/diff_new_pack.QDR3Gy/_old  2015-12-23 08:49:02.0 +0100
+++ /var/tmp/diff_new_pack.QDR3Gy/_new  2015-12-23 08:49:02.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Horde_SyncMl
 #
-# Copyright (c) 2012 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
@@ -79,8 +79,8 @@
 rm %{buildroot}/%{peardir}/.lock
 rm -rf %{buildroot}/%{peardir}/.registry
 rm -rf %{buildroot}%{peardir}/.channels
-rm %{buildroot}%{peardir}/.depdb
-rm %{buildroot}%{peardir}/.depdblock
+rm -f %{buildroot}%{peardir}/.depdb
+rm -f %{buildroot}%{peardir}/.depdblock
 
 # Install XML package description
 mkdir -p %{buildroot}%{xmldir}




commit ghc-http-api-data for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package ghc-http-api-data for 
openSUSE:Factory checked in at 2015-12-23 08:49:19

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


Package is "ghc-http-api-data"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-http-api-data/ghc-http-api-data.changes  
2015-11-26 17:03:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-http-api-data.new/ghc-http-api-data.changes 
2015-12-23 08:49:20.0 +0100
@@ -1,0 +2,6 @@
+Sun Dec 13 16:38:11 UTC 2015 - mimi...@gmail.com
+
+- update to 0.2.2
+* Add instances for more time types: LocalTime, ZonedTime, UTCTime and 
NominalDiffTime
+
+---

Old:

  http-api-data-0.2.1.tar.gz

New:

  http-api-data-0.2.2.tar.gz



Other differences:
--
++ ghc-http-api-data.spec ++
--- /var/tmp/diff_new_pack.NKfQjk/_old  2015-12-23 08:49:21.0 +0100
+++ /var/tmp/diff_new_pack.NKfQjk/_new  2015-12-23 08:49:21.0 +0100
@@ -21,7 +21,7 @@
 %bcond_with tests
 
 Name:   ghc-http-api-data
-Version:0.2.1
+Version:0.2.2
 Release:0
 Summary:Converting to/from HTTP API data like URL pieces, headers and 
query parameters
 License:BSD-2-Clause
@@ -37,6 +37,7 @@
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-text-devel
 BuildRequires:  ghc-time-devel
+BuildRequires:  ghc-time-locale-compat-devel
 %if %{with tests}
 BuildRequires:  ghc-Glob-devel
 BuildRequires:  ghc-HUnit-devel

++ http-api-data-0.2.1.tar.gz -> http-api-data-0.2.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/http-api-data-0.2.1/CHANGELOG.md 
new/http-api-data-0.2.2/CHANGELOG.md
--- old/http-api-data-0.2.1/CHANGELOG.md2015-10-12 18:00:56.0 
+0200
+++ new/http-api-data-0.2.2/CHANGELOG.md2015-12-10 11:34:51.0 
+0100
@@ -1,3 +1,8 @@
+0.2.2
+---
+
+* Add instances for more `time` types: `LocalTime`, `ZonedTime`, `UTCTime` and 
`NominalDiffTime`
+
 0.2.1
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/http-api-data-0.2.1/Web/HttpApiData/Internal.hs 
new/http-api-data-0.2.2/Web/HttpApiData/Internal.hs
--- old/http-api-data-0.2.1/Web/HttpApiData/Internal.hs 2015-10-12 
18:00:09.0 +0200
+++ new/http-api-data-0.2.2/Web/HttpApiData/Internal.hs 2015-12-10 
11:08:55.0 +0100
@@ -28,6 +28,7 @@
 import qualified Data.Text as T
 import qualified Data.Text.Lazy as L
 
+import Data.Time.Locale.Compat
 import Data.Time
 import Data.Version
 
@@ -364,6 +365,26 @@
 -- "2015-10-03"
 instance ToHttpApiData Day  where toUrlPiece = T.pack . show
 
+timeToUrlPiece :: FormatTime t => String -> t -> Text
+timeToUrlPiece fmt = T.pack . formatTime defaultTimeLocale (iso8601DateFormat 
(Just fmt))
+
+-- |
+-- >>> toUrlPiece $ LocalTime (fromGregorian 2015 10 03) (TimeOfDay 14 55 01)
+-- "2015-10-03T14:55:01"
+instance ToHttpApiData LocalTime where toUrlPiece = timeToUrlPiece "%H:%M:%S"
+
+-- |
+-- >>> toUrlPiece $ ZonedTime (LocalTime (fromGregorian 2015 10 03) (TimeOfDay 
14 55 01)) utc
+-- "2015-10-03T14:55:01+"
+instance ToHttpApiData ZonedTime where toUrlPiece = timeToUrlPiece "%H:%M:%S%z"
+
+-- |
+-- >>> toUrlPiece $ UTCTime (fromGregorian 2015 10 03) 864
+-- "2015-10-03T00:14:24Z"
+instance ToHttpApiData UTCTime   where toUrlPiece = timeToUrlPiece "%H:%M:%SZ"
+
+instance ToHttpApiData NominalDiffTime where toUrlPiece = toUrlPiece . (floor 
:: NominalDiffTime -> Integer)
+
 instance ToHttpApiData String   where toUrlPiece = T.pack
 instance ToHttpApiData Text where toUrlPiece = id
 instance ToHttpApiData L.Text   where toUrlPiece = L.toStrict
@@ -445,6 +466,28 @@
 -- Right (2016,12,1)
 instance FromHttpApiData Day  where parseUrlPiece = readTextData
 
+timeParseUrlPiece :: ParseTime t => String -> Text -> Either Text t
+timeParseUrlPiece fmt = parseMaybeTextData (timeParseUrlPieceMaybe . T.unpack)
+  where
+timeParseUrlPieceMaybe = parseTime defaultTimeLocale (iso8601DateFormat 
(Just fmt))
+
+-- |
+-- >>> parseUrlPiece "2015-10-03T14:55:01" :: Either Text LocalTime
+-- Right 2015-10-03 14:55:01
+instance FromHttpApiData LocalTime where parseUrlPiece = timeParseUrlPiece 
"%H:%M:%S"
+
+-- |
+-- >>> parseUrlPiece "2015-10-03T14:55:01+" :: Either Text ZonedTime
+-- Right 2015-10-03 14:55:01 +
+instance FromHttpApiData ZonedTime where parseUrlPiece = timeParseUrlPiece 
"%H:%M:%S%z"
+
+-- |
+-- >>> parseUrlPiece "2015-10-03T00:14:24Z" :: Either Text UTCTime
+-- Right 2015-10-03 00:14:24 UTC
+instance FromHttpApiData UTCTime   where parseUrlPiece = 

commit apache-rpm-macros-control for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package apache-rpm-macros-control for 
openSUSE:Factory checked in at 2015-12-23 08:48:50

Comparing /work/SRC/openSUSE:Factory/apache-rpm-macros-control (Old)
 and  /work/SRC/openSUSE:Factory/.apache-rpm-macros-control.new (New)


Package is "apache-rpm-macros-control"

Changes:

--- 
/work/SRC/openSUSE:Factory/apache-rpm-macros-control/apache-rpm-macros-control.changes
  2015-11-24 22:30:04.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.apache-rpm-macros-control.new/apache-rpm-macros-control.changes
 2015-12-23 08:48:50.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec 18 23:37:37 UTC 2015 - opens...@cboltz.de
+
+- fix typo in %apache_request_restart
+
+---



Other differences:
--
++ macros.apache-control ++
--- /var/tmp/diff_new_pack.F6taXW/_old  2015-12-23 08:48:51.0 +0100
+++ /var/tmp/diff_new_pack.F6taXW/_new  2015-12-23 08:48:51.0 +0100
@@ -27,7 +27,7 @@
   # restart only specified instance, %%{apache_restart_flag}@ \
   # means _only_ apache2.service \
   echo "$instance_name" > %{apache_restart_flag}@$instance_name \
-  echo "Requesting apache restart ($instance_name intance)" \
+  echo "Requesting apache restart ($instance_name instance)" \
 fi \
   done \
 fi \




commit ghc-glib for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package ghc-glib for openSUSE:Factory 
checked in at 2015-12-23 08:49:11

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


Package is "ghc-glib"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-glib/ghc-glib.changes2015-09-08 
17:57:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-glib.new/ghc-glib.changes   2015-12-23 
08:49:12.0 +0100
@@ -1,0 +2,5 @@
+Sun Dec 13 14:17:42 UTC 2015 - mimi...@gmail.com
+
+- update to 0.13.2.2 
+
+---

Old:

  glib-0.13.2.1.tar.gz

New:

  glib-0.13.2.2.tar.gz



Other differences:
--
++ ghc-glib.spec ++
--- /var/tmp/diff_new_pack.e2kE5C/_old  2015-12-23 08:49:13.0 +0100
+++ /var/tmp/diff_new_pack.e2kE5C/_new  2015-12-23 08:49:13.0 +0100
@@ -15,15 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %global pkg_name glib
 
 Name:   ghc-glib
-Version:0.13.2.1
+Version:0.13.2.2
 Release:0
 Summary:Binding to the GLIB library for Gtk2Hs
+License:LGPL-2.0+
 Group:  System/Libraries
 
-License:LGPL-2.0+
 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
@@ -31,6 +32,7 @@
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
+BuildRequires:  fdupes
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-text-devel
@@ -39,7 +41,6 @@
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gobject-2.0)
-BuildRequires:  fdupes
 # End cabal-rpm deps
 
 %description
@@ -68,11 +69,9 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 %fdupes %{buildroot}%{_prefix}
@@ -80,18 +79,14 @@
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc COPYING
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
 
-
 %changelog

++ glib-0.13.2.1.tar.gz -> glib-0.13.2.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-0.13.2.1/SetupWrapper.hs 
new/glib-0.13.2.2/SetupWrapper.hs
--- old/glib-0.13.2.1/SetupWrapper.hs   2015-08-01 16:43:46.0 +0200
+++ new/glib-0.13.2.2/SetupWrapper.hs   2015-12-13 07:45:00.0 +0100
@@ -20,7 +20,7 @@
 import System.Process
 import System.Exit (ExitCode(..), exitWith)
 import System.FilePath
-import System.Directory
+import System.Directory (doesFileExist, getModificationTime)
 import qualified Control.Exception as Exception
 import System.IO.Error (isDoesNotExistError)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-0.13.2.1/glib.cabal new/glib-0.13.2.2/glib.cabal
--- old/glib-0.13.2.1/glib.cabal2015-08-01 16:43:46.0 +0200
+++ new/glib-0.13.2.2/glib.cabal2015-12-13 07:45:00.0 +0100
@@ -1,5 +1,5 @@
 Name:   glib
-Version:0.13.2.1
+Version:0.13.2.2
 License:LGPL-2.1
 License-file:   COPYING
 Copyright:  (c) 2001-2010 The Gtk2Hs Team




commit ghc-gio for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package ghc-gio for openSUSE:Factory checked 
in at 2015-12-23 08:49:09

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


Package is "ghc-gio"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-gio/ghc-gio.changes  2015-09-08 
18:04:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-gio.new/ghc-gio.changes 2015-12-23 
08:49:10.0 +0100
@@ -1,0 +2,5 @@
+Sun Dec 13 14:00:07 UTC 2015 - mimi...@gmail.com
+
+- update to 1.13.1.1 
+
+---

Old:

  gio-0.13.1.0.tar.gz

New:

  gio-0.13.1.1.tar.gz



Other differences:
--
++ ghc-gio.spec ++
--- /var/tmp/diff_new_pack.hOyPL9/_old  2015-12-23 08:49:11.0 +0100
+++ /var/tmp/diff_new_pack.hOyPL9/_new  2015-12-23 08:49:11.0 +0100
@@ -18,7 +18,7 @@
 
 %global pkg_name gio
 Name:   ghc-gio
-Version:0.13.1.0
+Version:0.13.1.1
 Release:0
 Summary:Binding to the GIO
 License:LGPL-2.1+

++ gio-0.13.1.0.tar.gz -> gio-0.13.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gio-0.13.1.0/SetupWrapper.hs 
new/gio-0.13.1.1/SetupWrapper.hs
--- old/gio-0.13.1.0/SetupWrapper.hs2015-04-03 15:08:47.0 +0200
+++ new/gio-0.13.1.1/SetupWrapper.hs2015-12-13 07:47:08.0 +0100
@@ -20,7 +20,7 @@
 import System.Process
 import System.Exit (ExitCode(..), exitWith)
 import System.FilePath
-import System.Directory
+import System.Directory (doesFileExist, getModificationTime)
 import qualified Control.Exception as Exception
 import System.IO.Error (isDoesNotExistError)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gio-0.13.1.0/System/GIO/Signals.chs 
new/gio-0.13.1.1/System/GIO/Signals.chs
--- old/gio-0.13.1.0/System/GIO/Signals.chs 2015-04-03 15:08:47.0 
+0200
+++ new/gio-0.13.1.1/System/GIO/Signals.chs 2015-12-13 07:47:08.0 
+0100
@@ -50,10 +50,10 @@
   
   ) where
 
-import Control.Monad   (liftM)
+import Control.Monad(liftM)
 
 import System.Glib.FFI
-import System.Glib.UTFString   (peekUTFString,maybePeekUTFString)
+import System.Glib.UTFString   (peekUTFString,maybePeekUTFString,newUTFString)
 import qualified System.Glib.UTFString as Glib
 import System.Glib.GError  (failOnGError)
 {#import System.Glib.Signals#}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gio-0.13.1.0/gio.cabal new/gio-0.13.1.1/gio.cabal
--- old/gio-0.13.1.0/gio.cabal  2015-04-03 15:08:47.0 +0200
+++ new/gio-0.13.1.1/gio.cabal  2015-12-13 07:47:08.0 +0100
@@ -1,5 +1,5 @@
 Name:   gio
-Version:0.13.1.0
+Version:0.13.1.1
 License:LGPL-2.1
 License-file:   COPYING
 Copyright:  (c) 2001-2010 The Gtk2Hs Team
@@ -10,7 +10,7 @@
 Stability:  stable
 homepage:   http://projects.haskell.org/gtk2hs/
 bug-reports:https://github.com/gtk2hs/gtk2hs/issues
-Synopsis:   Binding to the GIO.
+Synopsis:   Binding to GIO
 Description:GIO is striving to provide a modern, easy-to-use VFS API that 
sits at the right level in the library stack. 
 The goal is to overcome the shortcomings of GnomeVFS and 
provide an API that is 
 so good that developers prefer it over raw POSIX calls. 
@@ -42,7 +42,7 @@
 Library
 build-depends:  base >= 4 && < 5, array, containers, mtl, bytestring,
 glib >= 0.13.0.0 && < 0.14
-build-tools:gtk2hsC2hs >= 0.13.12,
+build-tools:gtk2hsC2hs >= 0.13.13,
 gtk2hsHookGenerator, gtk2hsTypeGen
 
 exposed-modules:




commit python-jenkins for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package python-jenkins for openSUSE:Factory 
checked in at 2015-12-23 08:48:54

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


Package is "python-jenkins"

Changes:

--- /work/SRC/openSUSE:Factory/python-jenkins/python-jenkins.changes
2015-08-05 19:14:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-jenkins.new/python-jenkins.changes   
2015-12-23 08:48:56.0 +0100
@@ -1,0 +2,24 @@
+Fri Oct 30 14:32:03 UTC 2015 - tbecht...@suse.com
+
+- update to 0.4.11:
+  * Handle depth errors in get_running_builds
+  * Use str as base class for PluginVersion
+  * Support ability to install plugins
+  * Provider helper classes for plugin data management
+  * Allow setting the next build number
+  * Adds Cloudbees folder plugin support
+  * Add function to get running builds
+  * Change order of tox envs for testr
+  * Add support for quiet down
+  * fix get version example
+  * remove support for python 2.6
+  * Separate tests in separate files and classes
+  * Create module member index from autodoc
+  * Fix timeout function and add capturing of messages on failure
+  * Stop specifying requirements.txt in tox.ini
+  * Wrap url building with helper method
+  * Rework the examples
+  * Add socket timeout tests and helpers
+- adjust Requires according to requirements.txt
+
+---

Old:

  python-jenkins-0.4.8.tar.gz

New:

  python-jenkins-0.4.11.tar.gz



Other differences:
--
++ python-jenkins.spec ++
--- /var/tmp/diff_new_pack.r0tLcI/_old  2015-12-23 08:48:57.0 +0100
+++ /var/tmp/diff_new_pack.r0tLcI/_new  2015-12-23 08:48:57.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   python-jenkins
-Version:0.4.8
+Version:0.4.11
 Release:0
 Summary:Python bindings for the remote Jenkins API
 License:BSD-3-Clause
@@ -33,7 +33,8 @@
 %else
 BuildArch:  noarch
 %endif
-Requires:   python-six
+Requires:   python-multi_key_dict
+Requires:   python-six >= 1.3.0
 
 %description
 This package provides Python bindings for the Jenkins Remote

++ python-jenkins-0.4.8.tar.gz -> python-jenkins-0.4.11.tar.gz ++
 6607 lines of diff (skipped)




commit ghc-shelly for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package ghc-shelly for openSUSE:Factory 
checked in at 2015-12-23 08:49:23

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


Package is "ghc-shelly"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-shelly/ghc-shelly.changes2015-12-09 
22:17:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-shelly.new/ghc-shelly.changes   
2015-12-23 08:49:24.0 +0100
@@ -1,0 +2,6 @@
+Sun Dec 13 17:00:16 UTC 2015 - mimi...@gmail.com
+
+- update to 1.6.5
+* expose MonadShControl
+
+---

Old:

  shelly-1.6.4.1.tar.gz

New:

  shelly-1.6.5.tar.gz



Other differences:
--
++ ghc-shelly.spec ++
--- /var/tmp/diff_new_pack.Xp9dNQ/_old  2015-12-23 08:49:25.0 +0100
+++ /var/tmp/diff_new_pack.Xp9dNQ/_new  2015-12-23 08:49:25.0 +0100
@@ -21,7 +21,7 @@
 %bcond_with tests
 
 Name:   ghc-shelly
-Version:1.6.4.1
+Version:1.6.5
 Release:0
 Summary:Shell-like (systems) programming in Haskell
 License:BSD-3-Clause

++ shelly-1.6.4.1.tar.gz -> shelly-1.6.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shelly-1.6.4.1/ChangeLog.md 
new/shelly-1.6.5/ChangeLog.md
--- old/shelly-1.6.4.1/ChangeLog.md 2015-12-01 15:04:56.0 +0100
+++ new/shelly-1.6.5/ChangeLog.md   2015-12-10 18:43:35.0 +0100
@@ -1,3 +1,7 @@
+# 1.6.5
+
+* expose MonadShControl
+
 # 1.6.4.1
 
 * add writeBinary function
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shelly-1.6.4.1/shelly.cabal 
new/shelly-1.6.5/shelly.cabal
--- old/shelly-1.6.4.1/shelly.cabal 2015-12-01 15:06:33.0 +0100
+++ new/shelly-1.6.5/shelly.cabal   2015-12-10 18:17:15.0 +0100
@@ -1,6 +1,6 @@
 Name:   shelly
 
-Version: 1.6.4.1
+Version: 1.6.5
 Synopsis:shell-like (systems) programming in Haskell
 
 Description: Shelly provides convenient systems programming in Haskell,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shelly-1.6.4.1/src/Shelly/Lifted.hs 
new/shelly-1.6.5/src/Shelly/Lifted.hs
--- old/shelly-1.6.4.1/src/Shelly/Lifted.hs 2015-09-10 19:37:45.0 
+0200
+++ new/shelly-1.6.5/src/Shelly/Lifted.hs   2015-12-08 00:20:05.0 
+0100
@@ -25,6 +25,7 @@
 module Shelly.Lifted
(
  MonadSh(..),
+ MonadShControl(..),
 
  -- This is copied from Shelly.hs, so that we are sure to export the
  -- exact same set of symbols.  Whenever that export list is updated,




commit ghc-GLURaw for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package ghc-GLURaw for openSUSE:Factory 
checked in at 2015-12-23 08:49:32

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


Package is "ghc-GLURaw"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-GLURaw/ghc-GLURaw.changes2015-05-21 
08:13:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-GLURaw.new/ghc-GLURaw.changes   
2015-12-23 08:49:34.0 +0100
@@ -1,0 +2,7 @@
+Sat Nov 14 11:23:20 UTC 2015 - peter.tromm...@ohm-hochschule.de
+
+- update to 1.5.0.2
+* new file CHANGELOG.md
+* bounds for OpenGLRaw 
+
+---

Old:

  GLURaw-1.5.0.1.tar.gz

New:

  GLURaw-1.5.0.2.tar.gz



Other differences:
--
++ ghc-GLURaw.spec ++
--- /var/tmp/diff_new_pack.e0Vff5/_old  2015-12-23 08:49:35.0 +0100
+++ /var/tmp/diff_new_pack.e0Vff5/_new  2015-12-23 08:49:35.0 +0100
@@ -18,7 +18,7 @@
 
 %global pkg_name GLURaw
 Name:   ghc-%{pkg_name}
-Version:1.5.0.1
+Version:1.5.0.2
 Release:0
 Summary:A raw binding for the OpenGL graphics system
 License:BSD-3-Clause
@@ -77,6 +77,7 @@
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE
+%doc CHANGELOG.md
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)

++ GLURaw-1.5.0.1.tar.gz -> GLURaw-1.5.0.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/GLURaw-1.5.0.1/CHANGELOG.md 
new/GLURaw-1.5.0.2/CHANGELOG.md
--- old/GLURaw-1.5.0.1/CHANGELOG.md 1970-01-01 01:00:00.0 +0100
+++ new/GLURaw-1.5.0.2/CHANGELOG.md 2015-10-14 09:42:43.0 +0200
@@ -0,0 +1,5 @@
+1.5.0.2
+---
+* Relaxed upper version bound for OpenGLRaw.
+* Added CHANGELOG.md to distribution.
+* Minor build/testing tweaks.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/GLURaw-1.5.0.1/GLURaw.cabal 
new/GLURaw-1.5.0.2/GLURaw.cabal
--- old/GLURaw-1.5.0.1/GLURaw.cabal 2015-05-03 15:19:28.0 +0200
+++ new/GLURaw-1.5.0.2/GLURaw.cabal 2015-10-14 09:42:43.0 +0200
@@ -1,5 +1,5 @@
 name: GLURaw
-version: 1.5.0.1
+version: 1.5.0.2
 synopsis: A raw binding for the OpenGL graphics system
 description:
   GLURaw is a raw Haskell binding for the GLU 1.3 OpenGL utility library. It is
@@ -23,6 +23,7 @@
 build-type: Simple
 cabal-version:  >= 1.10
 extra-source-files:
+  CHANGELOG.md
   README.md
 
 flag UseNativeWindowsLibraries
@@ -45,7 +46,7 @@
   build-depends:
 base >= 4   && < 5,
 transformers >= 0.2 && < 0.5,
-OpenGLRaw>= 2.4 && < 2.6
+OpenGLRaw>= 2.4 && < 2.7
   default-language: Haskell2010
   ghc-options: -Wall
   other-extensions: CPP




commit python-oauth2client for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package python-oauth2client for 
openSUSE:Factory checked in at 2015-12-23 08:49:40

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


Package is "python-oauth2client"

Changes:

--- /work/SRC/openSUSE:Factory/python-oauth2client/python-oauth2client.changes  
2015-12-09 22:31:26.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-oauth2client.new/python-oauth2client.changes 
2015-12-23 08:49:42.0 +0100
@@ -1,0 +2,17 @@
+Tue Dec  1 17:14:33 UTC 2015 - rjsch...@suse.com
+
+- Remove -django subpackage requirements for SLE 11
+
+---
+Tue Dec  1 16:58:47 UTC 2015 - rjsch...@suse.com
+
+- Do not build the -django subpackage on SLE 11
+  + The latest version of Django no longer builds on SLE 11, Python
+is too old
+
+---
+Tue Dec  1 14:57:13 UTC 2015 - rjsch...@suse.com
+
+- Include in SLE 12 (FATE#319904, bsc#954690)
+
+---



Other differences:
--
++ python-oauth2client.spec ++
--- /var/tmp/diff_new_pack.kl432S/_old  2015-12-23 08:49:42.0 +0100
+++ /var/tmp/diff_new_pack.kl432S/_new  2015-12-23 08:49:42.0 +0100
@@ -33,15 +33,17 @@
 Requires:   python-pycrypto
 Requires:   python-rsa >= 3.1.4
 Requires:   python-six >= 1.6.1
+%if 0%{?suse_version} && 0%{?suse_version} > 1110
 BuildRequires:  python-Django
+%endif
 BuildRequires:  python-flask
 BuildRequires:  python-httplib2>= 0.9.1
 BuildRequires:  python-keyring
 BuildRequires:  python-mock
 BuildRequires:  python-nose
+BuildRequires:  python-pyOpenSSL
 BuildRequires:  python-pyasn1-modules  >= 0.0.5
 BuildRequires:  python-pycrypto
-BuildRequires:  python-pyOpenSSL
 BuildRequires:  python-rsa >= 3.1.4
 BuildRequires:  python-setuptools
 BuildRequires:  python-six >= 1.6.1
@@ -57,6 +59,7 @@
 %description
 This is a Python library for accessing resources protected by OAuth 2.0.
 
+%if 0%{?suse_version} && 0%{?suse_version} > 1110
 %package django
 Summary:Django extension
 Group:  Development/Libraries/Python
@@ -68,6 +71,7 @@
 
 Utilities for using OAuth 2.0 in conjunction with
 the Django datastore.
+%endif
 
 %package flask
 Summary:Flask extension
@@ -96,17 +100,19 @@
 Summary:Tests for python-oauth2client
 Group:  Development/Libraries/Python
 PreReq: python-oauth2client = %version
+%if 0%{?suse_version} && 0%{?suse_version} > 1110
 PreReq: python-oauth2client-django = %version
+%endif
 PreReq: python-oauth2client-flask = %version
 PreReq: python-oauth2client-gce = %version
 Requires:   python-coverage
 Requires:   python-httplib2 >= 0.9.1
 Requires:   python-mock
+Requires:   python-nose
 Requires:   python-pyasn1   >= 0.1.7
 Requires:   python-pyasn1-modules >= 0.0.5
 Requires:   python-rsa  >= 3.1.4
 Requires:   python-six  >= 1.6.1
-Requires:   python-nose
 Requires:   python-unittest2
 
 %description test
@@ -116,6 +122,9 @@
 %setup -q -n oauth2client-%{version}
 # remove extensions currently not packaged
 rm oauth2client/*appengine*
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+rm oauth2client/*django*
+%endif
 %patch1
 
 %build
@@ -126,10 +135,11 @@
 mkdir -p %{buildroot}%{python_sitelib}/tests/oauth2client
 # remove tests for extensions we do not build at the moment
 rm tests/*appengine*
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+rm tests/*django*
+%endif
 cp -r tests/* %{buildroot}%{python_sitelib}/tests/oauth2client
 
-
-
 %check
 nosetests
 
@@ -138,7 +148,9 @@
 %doc CHANGELOG.md CONTRIBUTING.md LICENSE README.md
 %dir %{python_sitelib}/oauth2client
 %dir %{python_sitelib}/oauth2client-%{version}-py%{py_ver}.egg-info
+%if 0%{?suse_version} && 0%{?suse_version} > 1110
 %exclude %{python_sitelib}/oauth2client/django*
+%endif
 %exclude %{python_sitelib}/oauth2client/flask*
 %exclude %{python_sitelib}/oauth2client/gce*
 %{python_sitelib}/oauth2client/*
@@ -148,9 +160,11 @@
 %defattr(-,root,root,-)
 %{python_sitelib}/oauth2client/flask*
 
+%if 0%{?suse_version} && 0%{?suse_version} > 1110
 %files django
 %defattr(-,root,root,-)
 %{python_sitelib}/oauth2client/django*
+%endif
 
 %files gce
 %defattr(-,root,root,-)
@@ -161,3 +175,5 @@
 %dir %{python_sitelib}/tests
 %dir %{python_sitelib}/tests/oauth2client
 %{python_sitelib}/tests/oauth2client/*
+
+%changelog




commit ghc-cairo for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package ghc-cairo for openSUSE:Factory 
checked in at 2015-12-23 08:49:07

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


Package is "ghc-cairo"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-cairo/ghc-cairo.changes  2015-09-08 
17:57:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-cairo.new/ghc-cairo.changes 2015-12-23 
08:49:09.0 +0100
@@ -1,0 +2,5 @@
+Sun Dec 13 13:51:22 UTC 2015 - mimi...@gmail.com
+
+- update to 0.13.1.1 
+
+---

Old:

  cairo-0.13.1.0.tar.gz

New:

  cairo-0.13.1.1.tar.gz



Other differences:
--
++ ghc-cairo.spec ++
--- /var/tmp/diff_new_pack.C0Pe4Y/_old  2015-12-23 08:49:10.0 +0100
+++ /var/tmp/diff_new_pack.C0Pe4Y/_new  2015-12-23 08:49:10.0 +0100
@@ -15,15 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %global pkg_name cairo
 
 Name:   ghc-cairo
-Version:0.13.1.0
+Version:0.13.1.1
 Release:0
 Summary:Binding to the Cairo library
+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
@@ -31,6 +32,7 @@
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
+BuildRequires:  fdupes
 BuildRequires:  ghc-array-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-mtl-devel
@@ -41,7 +43,6 @@
 BuildRequires:  pkgconfig(cairo-pdf)
 BuildRequires:  pkgconfig(cairo-ps)
 BuildRequires:  pkgconfig(cairo-svg)
-BuildRequires:  fdupes
 # End cabal-rpm deps
 
 %description
@@ -71,11 +72,9 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 rm -Rf %{buildroot}%{_datadir}/%{pkg_name}-%{version}
@@ -84,18 +83,14 @@
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc COPYRIGHT
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
 
-
 %changelog

++ cairo-0.13.1.0.tar.gz -> cairo-0.13.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cairo-0.13.1.0/Graphics/Rendering/Cairo.hs 
new/cairo-0.13.1.1/Graphics/Rendering/Cairo.hs
--- old/cairo-0.13.1.0/Graphics/Rendering/Cairo.hs  2015-03-01 
04:45:14.0 +0100
+++ new/cairo-0.13.1.1/Graphics/Rendering/Cairo.hs  2015-12-13 
07:45:17.0 +0100
@@ -325,12 +325,12 @@
 -- internal module of GHC
 import Data.Array.Base ( MArray, newArray, newArray_, unsafeRead, unsafeWrite,
 #if __GLASGOW_HASKELL__ < 605
-HasBounds, bounds
+ HasBounds, bounds
 #else
-getBounds
+ getBounds
 #endif
 #if __GLASGOW_HASKELL__ >= 608
-,getNumElements
+ ,getNumElements
 #endif
)
 import Graphics.Rendering.Cairo.Internal (imageSurfaceCreateFromPNG)
@@ -990,8 +990,8 @@
 -- to moveTo (x + @dx@) (y + @dy@)
 --
 relMoveTo ::
- Double -- ^ @dx@ -the X offset
-  -> Double -- ^ @dy@ -the Y offset
+ Double -- ^ @dx@ - the X offset
+  -> Double -- ^ @dy@ - the Y offset
   -> Render ()
 relMoveTo = liftRender2 Internal.relMoveTo
 
@@ -1381,7 +1381,7 @@
 --
 setFontOptions :: FontOptions -> Render ()
 setFontOptions = liftRender1 Internal.setFontOptions
-   
+
 -- | A drawing operator that generates the shape from a string of Unicode
 -- characters, rendered according to the current font face, font size (font
 -- matrix), and font options.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cairo-0.13.1.0/Gtk2HsSetup.hs 
new/cairo-0.13.1.1/Gtk2HsSetup.hs
--- old/cairo-0.13.1.0/Gtk2HsSetup.hs   2015-03-01 04:45:14.0 +0100
+++ new/cairo-0.13.1.1/Gtk2HsSetup.hs   2015-12-13 07:45:17.0 +0100
@@ -429,15 +429,10 @@
   let modDeps = zipWith (ModDep True []) expMods mExpFiles++
 zipWith (ModDep False []) othMods mOthFiles
   modDeps <- mapM extractDeps modDeps
-  let (expMods, othMods) = span mdExposed $ sortTopological modDeps
-  badOther = map (fromMaybe "" . mdLocation) $
- filter (not . mdExposed) expMods
-  unless (null badOther) $
-die ("internal chs modules "++intercalate "," badOther++
- " depend on exposed chs 

commit ghc-OpenGLRaw for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package ghc-OpenGLRaw for openSUSE:Factory 
checked in at 2015-12-23 08:49:37

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


Package is "ghc-OpenGLRaw"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-OpenGLRaw/ghc-OpenGLRaw.changes  
2015-08-23 17:38:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-OpenGLRaw.new/ghc-OpenGLRaw.changes 
2015-12-23 08:49:38.0 +0100
@@ -1,0 +2,28 @@
+Tue Dec 15 17:24:23 UTC 2015 - mimi...@gmail.com
+
+- update to 2.6.10
+* Updated OpenGL registry to r32258. Note that the major version was 
intentionally 
+   not bumped, because the signature change of glClearNamedFramebufferfi was a 
bug 
+   fix, see the corresponding issue on Khronos.
+* Added retrieval of version info and extensions.
+* Added extension predicates.
+* Added documentation for vector equivalents and aliases.
+* Consistently use UTF-8 as the encoding.
+* Added documentation for enumerant groups.
+* Added GL_EXT_multisampled_compatibility tokens and functions (gles2 
extension only).
+* Added ARB_ES3_2_compatibility extension.
+* Added ARB_gpu_shader_int64 extension.
+* Added ARB_parallel_shader_compile extension.
+* Added ARB_sample_locations extension.
+* Added ARB_texture_filter_minmax extension.
+* Added INTEL_framebuffer_CMAA extension.
+* Added NV_conservative_raster_dilate extension.
+
+---
+Sun Nov 15 07:48:38 UTC 2015 - peter.tromm...@ohm-hochschule.de
+
+- update to 2.6.0.0
+* API enhancements
+* new dependency on ghc-half-devel 
+
+---

Old:

  OpenGLRaw-2.5.1.0.tar.gz

New:

  OpenGLRaw-2.6.1.0.tar.gz



Other differences:
--
++ ghc-OpenGLRaw.spec ++
--- /var/tmp/diff_new_pack.swwWPn/_old  2015-12-23 08:49:39.0 +0100
+++ /var/tmp/diff_new_pack.swwWPn/_new  2015-12-23 08:49:39.0 +0100
@@ -20,14 +20,14 @@
 %global pkg_name OpenGLRaw
 
 Name:   ghc-OpenGLRaw
-Version:2.5.1.0
+Version:2.6.1.0
 Release:0
 Summary:A raw binding for the OpenGL graphics system
 License:BSD-3-Clause
 Group:  System/Libraries
 
 Url:http://hackage.haskell.org/package/%{pkg_name}
-Source0:
http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
+Source0:
http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 Source1:ghc-OpenGLRaw-rpmlintrc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -36,12 +36,11 @@
 BuildRequires:  ghc-base-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-transformers-devel
-%if %suse_version < 1230
-BuildRequires:  Mesa-devel
-%else
+BuildRequires:  ghc-bytestring-devel
+BuildRequires:  ghc-containers-devel
+BuildRequires:  ghc-half-devel
+BuildRequires:  ghc-text-devel
 BuildRequires:  Mesa-libGL-devel
-%endif
-# End cabal-rpm deps
 
 %description
 OpenGLRaw is a raw Haskell binding for the OpenGL 4.5 graphics system and lots

++ OpenGLRaw-2.5.1.0.tar.gz -> OpenGLRaw-2.6.1.0.tar.gz ++
 57403 lines of diff (skipped)




commit compiz-bcop for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package compiz-bcop for openSUSE:Factory 
checked in at 2015-12-23 08:49:44

Comparing /work/SRC/openSUSE:Factory/compiz-bcop (Old)
 and  /work/SRC/openSUSE:Factory/.compiz-bcop.new (New)


Package is "compiz-bcop"

Changes:

--- /work/SRC/openSUSE:Factory/compiz-bcop/compiz-bcop.changes  2015-11-11 
10:35:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.compiz-bcop.new/compiz-bcop.changes 
2015-12-23 08:49:46.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec 17 23:43:01 UTC 2015 - sor.ale...@meowr.ru
+
+- Use a better upstream tarball.
+
+---

Old:

  compiz-bcop-0.8.9.tar.gz

New:

  compiz-bcop-0.8.9.tar.xz



Other differences:
--
++ compiz-bcop.spec ++
--- /var/tmp/diff_new_pack.9l2Ohy/_old  2015-12-23 08:49:47.0 +0100
+++ /var/tmp/diff_new_pack.9l2Ohy/_new  2015-12-23 08:49:47.0 +0100
@@ -24,7 +24,7 @@
 License:GPL-2.0+
 Group:  System/GUI/Other
 Url:https://github.com/raveit65/compiz-bcop
-Source: 
https://github.com/raveit65/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source: 
https://github.com/raveit65/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
 BuildRequires:  mate-common
 BuildRequires:  pkgconfig(libxslt)
 Requires:   xsltproc




commit ghc-GLUT for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package ghc-GLUT for openSUSE:Factory 
checked in at 2015-12-23 08:49:33

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


Package is "ghc-GLUT"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-GLUT/ghc-GLUT.changes2015-05-21 
08:14:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-GLUT.new/ghc-GLUT.changes   2015-12-23 
08:49:35.0 +0100
@@ -1,0 +2,7 @@
+Sat Nov 14 11:17:38 UTC 2015 - peter.tromm...@ohm-hochschule.de
+
+- update to 2.7.0.3
+* version bounds for OpenGL and OpenGLRaw
+* new file CHANGELOG.md 
+
+---

Old:

  GLUT-2.7.0.1.tar.gz

New:

  GLUT-2.7.0.3.tar.gz



Other differences:
--
++ ghc-GLUT.spec ++
--- /var/tmp/diff_new_pack.oOBpM2/_old  2015-12-23 08:49:36.0 +0100
+++ /var/tmp/diff_new_pack.oOBpM2/_new  2015-12-23 08:49:36.0 +0100
@@ -18,7 +18,7 @@
 
 %global pkg_name GLUT
 Name:   ghc-GLUT
-Version:2.7.0.1
+Version:2.7.0.3
 Release:0
 Summary:A binding for the OpenGL Utility Toolkit
 License:BSD-3-Clause
@@ -76,6 +76,7 @@
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE
+%doc CHANGELOG.md
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)

++ GLUT-2.7.0.1.tar.gz -> GLUT-2.7.0.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/GLUT-2.7.0.1/CHANGELOG.md 
new/GLUT-2.7.0.3/CHANGELOG.md
--- old/GLUT-2.7.0.1/CHANGELOG.md   1970-01-01 01:00:00.0 +0100
+++ new/GLUT-2.7.0.3/CHANGELOG.md   2015-10-14 15:44:47.0 +0200
@@ -0,0 +1,10 @@
+2.7.0.3
+
+* Relaxed upper version bound for OpenGLRaw.
+* Added CHANGELOG.md to distribution.
+* Minor build/testing tweaks.
+
+2.7.0.2
+
+* Fixed typo in shader file extension.
+* Relaxed bounds for OpenGL package.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/GLUT-2.7.0.1/GLUT.cabal new/GLUT-2.7.0.3/GLUT.cabal
--- old/GLUT-2.7.0.1/GLUT.cabal 2015-05-03 15:23:06.0 +0200
+++ new/GLUT-2.7.0.3/GLUT.cabal 2015-10-14 15:44:47.0 +0200
@@ -1,5 +1,5 @@
 name: GLUT
-version: 2.7.0.1
+version: 2.7.0.3
 synopsis: A binding for the OpenGL Utility Toolkit
 description:
   A Haskell binding for the OpenGL Utility Toolkit, a window system independent
@@ -17,6 +17,7 @@
 build-type: Simple
 cabal-version: >=1.10
 extra-source-files:
+   CHANGELOG.md
README.md
examples/00-README
examples/BOGLGP/00-README
@@ -38,7 +39,7 @@
examples/Misc/ARBOcclude.hs
examples/Misc/ColorTriangle/ColorTriangle.hs
examples/Misc/ColorTriangle/Makefile
-   examples/Misc/ColorTriangle/color_triangles.frac
+   examples/Misc/ColorTriangle/color_triangles.frag
examples/Misc/ColorTriangle/color_triangles.vert
examples/Misc/ExtractContours.hs
examples/Misc/Gears.hs
@@ -130,7 +131,7 @@
examples/RedBook4/Wrap.hs
examples/RedBook8/00-README
examples/RedBook8/Chapter01/Makefile
-   examples/RedBook8/Chapter01/triangles.frac
+   examples/RedBook8/Chapter01/triangles.frag
examples/RedBook8/Chapter01/Triangles.hs
examples/RedBook8/Chapter01/triangles.vert
examples/RedBook8/common/LoadShaders.hs
@@ -179,8 +180,8 @@
 containers   >= 0.3  && < 0.6,
 transformers >= 0.2  && < 0.5,
 StateVar >= 1.1  && < 1.2,
-OpenGLRaw>= 2.3  && < 2.6,
-OpenGL   >= 2.12 && < 2.13
+OpenGLRaw>= 2.3  && < 2.7,
+OpenGL   >= 2.12 && < 2.14
   default-language: Haskell2010
   other-extensions: CPP
   ghc-options: -Wall
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/GLUT-2.7.0.1/examples/Misc/ColorTriangle/ColorTriangle.hs 
new/GLUT-2.7.0.3/examples/Misc/ColorTriangle/ColorTriangle.hs
--- old/GLUT-2.7.0.1/examples/Misc/ColorTriangle/ColorTriangle.hs   
2015-05-03 15:23:06.0 +0200
+++ new/GLUT-2.7.0.3/examples/Misc/ColorTriangle/ColorTriangle.hs   
2015-10-14 15:44:47.0 +0200
@@ -58,7 +58,7 @@
 
   program <- loadShaders [
  ShaderInfo VertexShader (FileSource "color_triangles.vert"),
- ShaderInfo FragmentShader (FileSource "color_triangles.frac")]
+ ShaderInfo FragmentShader (FileSource "color_triangles.frag")]
   currentProgram $= Just program
 
   let firstIndex = 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/GLUT-2.7.0.1/examples/Misc/ColorTriangle/color_triangles.frac 
new/GLUT-2.7.0.3/examples/Misc/ColorTriangle/color_triangles.frac
--- old/GLUT-2.7.0.1/examples/Misc/ColorTriangle/color_triangles.frac   

commit salt for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package salt for openSUSE:Factory checked in 
at 2015-12-23 08:49:47

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


Package is "salt"

Changes:

--- /work/SRC/openSUSE:Factory/salt/salt.changes2015-12-09 
22:33:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.salt.new/salt.changes   2015-12-23 
08:49:48.0 +0100
@@ -1,0 +2,21 @@
+Thu Dec 17 15:53:47 UTC 2015 - kkae...@suse.com
+
+- require glibc-locale (bsc#959572)
+
+---
+Tue Dec 15 13:50:17 UTC 2015 - kkae...@suse.com
+
+- Report epoch and architecture of installed packages
+  0001-Add-rpm.minimal_info-fix-rpm.info.patch
+
+- pkg.info_installed exceeds the maximum event size, reduce the
+  information to what's actually needed
+  0002-Reduce-information-returned-from-pkg.info_installed.patch
+
+---
+Wed Dec  9 08:28:21 UTC 2015 - kkae...@suse.com
+
+- Filter out bad UTF-8 strings in package data (bsc#958350)
+  zypper-utf-8.patch
+ 
+---
@@ -9,0 +31,7 @@
+
+---
+Tue Dec  1 14:40:25 UTC 2015 - bmaryn...@suse.com
+
+- added 1efe484309a5c776974e723f3da0f5181f4bdb86.patch:
+  reimplements pkg.list_products that potentially may be broken in
+  a future releases of SLES. 

New:

  0001-Add-rpm.minimal_info-fix-rpm.info.patch
  0002-Reduce-information-returned-from-pkg.info_installed.patch
  1efe484309a5c776974e723f3da0f5181f4bdb86.patch
  zypper-utf-8.patch



Other differences:
--
++ salt.spec ++
--- /var/tmp/diff_new_pack.lHVHZr/_old  2015-12-23 08:49:50.0 +0100
+++ /var/tmp/diff_new_pack.lHVHZr/_new  2015-12-23 08:49:50.0 +0100
@@ -49,6 +49,15 @@
 Patch1: use-forking-daemon.patch
 # PATCH-FIX-OPENSUSE use-salt-user-for-master.patch -- Run salt master as 
dedicated salt user
 Patch2: use-salt-user-for-master.patch
+# PATCH-FIX-UPSTREAM https://github.com/saltstack/salt/pull/29244
+Patch3: 1efe484309a5c776974e723f3da0f5181f4bdb86.patch
+# PATCH-FIX-OPENSUSE detect bad UTF-8 in package header, bsc#958350
+Patch4: zypper-utf-8.patch
+# PATCH-FIX-OPENSUSE report epoch and architecture
+Patch5: 0001-Add-rpm.minimal_info-fix-rpm.info.patch
+# PATCH-FIX-OPENSUSE use minimal_info for pkg.info_installed
+Patch6: 0002-Reduce-information-returned-from-pkg.info_installed.patch
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  logrotate
 BuildRequires:  python
@@ -96,6 +105,8 @@
 %if 0%{?suse_version}
 Requires(pre):  %fillup_prereq
 Requires(pre):  pwdutils
+# bsc#959572
+Requires:   glibc-locale
 %endif
 Requires:   logrotate
 Requires:   python
@@ -390,6 +401,10 @@
 cp %{S:1} .
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
+%patch6 -p1
 
 %build
 python setup.py --salt-transport=both build

++ 0001-Add-rpm.minimal_info-fix-rpm.info.patch ++
>From 1832daa1d247a546069f901427995f0b9f2addf3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= 
Date: Tue, 15 Dec 2015 14:36:41 +0100
Subject: [PATCH 1/2] Add rpm.minimal_info, fix rpm.info

rpm.info: report epoch (if present) and architecture

add rpm.minimal_info to just report name, epoch, version, release,
architecture, and installtime
---
 salt/modules/rpm.py | 97 +++--
 1 file changed, 65 insertions(+), 32 deletions(-)

diff --git a/salt/modules/rpm.py b/salt/modules/rpm.py
index 032f8dadc87a..9fb89c994d9b 100644
--- a/salt/modules/rpm.py
+++ b/salt/modules/rpm.py
@@ -413,43 +413,15 @@ def _pkg_time_to_iso(pkg_time):
 return datetime.datetime(ptime.tm_year, ptime.tm_mon, ptime.tm_mday,
  ptime.tm_hour, ptime.tm_min, 
ptime.tm_sec).isoformat() + "Z"
 
-
-def info(*packages):
+def query_rpm(queryformat, *packages):
 '''
-Return a detailed package(s) summary information.
-If no packages specified, all packages will be returned.
-
-:param packages:
-:return:
-
-CLI example:
-
-.. code-block:: bash
-
-salt '*' lowpkg.info apache2 bash
+Internal function for info() and minimal_info() to query rpm and parse 
it's output
 '''
 
 cmd = packages and "rpm -q {0}".format(' '.join(packages)) or "rpm -qa"
 
 # Locale needs to be en_US instead of C, because RPM otherwise will yank 
the timezone from the timestamps
-call = __salt__['cmd.run_all'](cmd + (" --queryformat 'Name: %{NAME}\n"
-

commit speedtest-cli for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package speedtest-cli for openSUSE:Factory 
checked in at 2015-12-23 08:50:17

Comparing /work/SRC/openSUSE:Factory/speedtest-cli (Old)
 and  /work/SRC/openSUSE:Factory/.speedtest-cli.new (New)


Package is "speedtest-cli"

Changes:

--- /work/SRC/openSUSE:Factory/speedtest-cli/speedtest-cli.changes  
2015-08-11 08:26:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.speedtest-cli.new/speedtest-cli.changes 
2015-12-23 08:50:18.0 +0100
@@ -1,0 +2,5 @@
+Mon Dec 21 08:38:29 UTC 2015 - mplus...@suse.com
+
+- Update dependencies - boo#959814
+
+---



Other differences:
--
++ speedtest-cli.spec ++
--- /var/tmp/diff_new_pack.50I6Jd/_old  2015-12-23 08:50:18.0 +0100
+++ /var/tmp/diff_new_pack.50I6Jd/_new  2015-12-23 08:50:18.0 +0100
@@ -27,6 +27,7 @@
 Source0:
https://github.com/sivel/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
+Requires:   python-setuptools
 BuildArch:  noarch
 %py_requires
 




commit compiz-emerald for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package compiz-emerald for openSUSE:Factory 
checked in at 2015-12-23 08:49:55

Comparing /work/SRC/openSUSE:Factory/compiz-emerald (Old)
 and  /work/SRC/openSUSE:Factory/.compiz-emerald.new (New)


Package is "compiz-emerald"

Changes:

--- /work/SRC/openSUSE:Factory/compiz-emerald/compiz-emerald.changes
2015-12-06 07:40:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.compiz-emerald.new/compiz-emerald.changes   
2015-12-23 08:49:58.0 +0100
@@ -1,0 +2,5 @@
+Sat Dec 19 21:13:15 UTC 2015 - sor.ale...@meowr.ru
+
+- Use a better upstream tarball.
+
+---

Old:

  emerald-0.8.9.tar.gz

New:

  emerald-0.8.9.tar.xz



Other differences:
--
++ compiz-emerald.spec ++
--- /var/tmp/diff_new_pack.VWTNy6/_old  2015-12-23 08:49:59.0 +0100
+++ /var/tmp/diff_new_pack.VWTNy6/_new  2015-12-23 08:49:59.0 +0100
@@ -24,7 +24,7 @@
 License:GPL-2.0+
 Group:  System/GUI/Other
 Url:https://github.com/raveit65/emerald
-Source: 
https://github.com/raveit65/%{_name}/archive/v%{version}.tar.gz#/%{_name}-%{version}.tar.gz
+Source: 
https://github.com/raveit65/%{_name}/releases/download/v%{version}/%{_name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
@@ -47,7 +47,6 @@
 
 %package devel
 Summary:Development files for compiz-emerald
-License:GPL-2.0+
 Group:  Development/Languages/C and C++
 Requires:   %{name} = %{version}
 Requires:   gcc-c++




commit ghc for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package ghc for openSUSE:Factory checked in 
at 2015-12-23 08:50:18

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


Package is "ghc"

Changes:

--- /work/SRC/openSUSE:Factory/ghc/ghc.changes  2015-12-09 22:16:46.0 
+0100
+++ /work/SRC/openSUSE:Factory/.ghc.new/ghc.changes 2015-12-23 
08:50:20.0 +0100
@@ -1,0 +2,6 @@
+Mon Dec 21 08:27:59 UTC 2015 - mimi...@gmail.com
+
+- update terminfo to 0.4.0.2 
+- drop remove-cur_term-usage.patch - merged by upstream 
+
+---

Old:

  remove-cur_term-usage.patch



Other differences:
--
++ ghc.spec ++
--- /var/tmp/diff_new_pack.CqyTdr/_old  2015-12-23 08:50:22.0 +0100
+++ /var/tmp/diff_new_pack.CqyTdr/_new  2015-12-23 08:50:22.0 +0100
@@ -72,8 +72,6 @@
 Patch19:0001-implement-native-code-generator-for-ppc64.patch
 # PATCH-FIX-UPSTREAM ghc.git-b29f20.patch peter.tromm...@ohm-hochschule.de -- 
nativeGen PPC: fix > 16 bit offsets in stack handling. This is a backport of my 
patch for Haskell trac #7830. We do not use erikd's patch because we have 64 
bit native code generation for ppc64[le]. See patch 19.
 Patch20:ghc.git-b29f20.patch
-# PATCH-FIX-UPSTREAM judah.jacob...@gmail.com, sbahl...@suse.com -- 
remove-cur_term-usage.patch openSUSE's ncurses6 doesn't export cur_term function
-Patch24:remove-cur_term-usage.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -138,7 +136,7 @@
 %ghc_lib_subpackage pretty 1.1.2.0
 %ghc_lib_subpackage process 1.2.3.0
 %ghc_lib_subpackage template-haskell 2.10.0.0
-%ghc_lib_subpackage terminfo 0.4.0.1
+%ghc_lib_subpackage terminfo 0.4.0.2
 %ghc_lib_subpackage time 1.5.0.1
 %ghc_lib_subpackage transformers 0.4.2.0
 %ghc_lib_subpackage unix 2.7.1.0
@@ -166,7 +164,6 @@
 %patch1 -p1
 %patch19 -p1
 %patch20 -p1
-%patch24 -p1
 
 %build
 # Patch 19 modifies build system

++ ghc-7.10.2-src.tar.xz ++
/work/SRC/openSUSE:Factory/ghc/ghc-7.10.2-src.tar.xz 
/work/SRC/openSUSE:Factory/.ghc.new/ghc-7.10.2-src.tar.xz differ: char 26, line 
1




commit qtractor for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package qtractor for openSUSE:Factory 
checked in at 2015-12-23 08:49:27

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


Package is "qtractor"

Changes:

--- /work/SRC/openSUSE:Factory/qtractor/qtractor.changes2015-10-20 
00:04:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.qtractor.new/qtractor.changes   2015-12-23 
08:49:29.0 +0100
@@ -1,0 +2,25 @@
+Sun Dec 13 06:22:43 UTC 2015 - davejpla...@gmail.com
+
+- Refreshed patches and add conditional buildrequires.
+
+---
+Fri Dec 11 10:11:15 UTC 2015 - ec...@opensuse.org
+
+- update to 0.7.2
+  - Yet another audio/MIDI time drift correction fix, now giving it 
+some slack while turnaround looping on tempo changes.
+  - Prevent x11extras module from use on non-X11/Unix platforms.
+  - MIDI Track/Instrument cascading pop-up menus have been added, 
+to main and MIDI clip editor windows.
+  - VST Plugin preset/bank files support (FXB/FXP) is now being 
+integrated to the generic Plugin/Properties widget dialog.
+  - Added new Track/Duplicate menu command.
+  - Added simple XRUN red indicator to status bar.
+  - Make sure program change/presets are not selected on possibly 
+multi-timbral instrument plugins when inserted on a MIDI bus.
+  - Prefer Qt5 over Qt4 by default with configure script.
+  - Fixed a potential crash-bug on first enabling either once the 
+audio or MIDI metronomes.
+- remove non-atomic-arches.patch because changes now in source
+
+---

Old:

  non-atomic-arches.patch
  qtractor-0.7.1.tar.gz

New:

  qtractor-0.7.2.tar.gz



Other differences:
--
++ qtractor.spec ++
--- /var/tmp/diff_new_pack.iWMGNG/_old  2015-12-23 08:49:30.0 +0100
+++ /var/tmp/diff_new_pack.iWMGNG/_new  2015-12-23 08:49:30.0 +0100
@@ -17,17 +17,16 @@
 
 
 Name:   qtractor
-Version:0.7.1
+Version:0.7.2
 Release:0
 Summary:An Audio/MIDI multi-track sequencer
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
 Url:http://qtractor.sourceforge.net/
-Source: 
http://prdownloads.sourceforge.net/qtractor/qtractor-%{version}.tar.gz
+Source0:
http://prdownloads.sourceforge.net/qtractor/qtractor-%{version}.tar.gz
 Patch0: %{name}-nodatetime.patch
 Patch1: qtractor-remove_path_from_exec_in_desktop_file.patch
 Patch2: qtractor-powerpc.patch
-Patch3: non-atomic-arches.patch
 BuildRequires:  alsa-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  dssi-devel
@@ -35,13 +34,28 @@
 BuildRequires:  ladspa-devel
 BuildRequires:  libjack-devel
 BuildRequires:  liblo-devel
-BuildRequires:  libqt4-devel >= 4.1
 BuildRequires:  librubberband-devel
 BuildRequires:  libsamplerate-devel
 BuildRequires:  libsndfile-devel >= 1.0.11
 BuildRequires:  libvorbis-devel
+%if 0%{?suse_version} > 1310
+BuildRequires:  libqt5-linguist
+BuildRequires:  pkgconfig(Qt5Core)
+BuildRequires:  pkgconfig(Qt5Gui)
+BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  pkgconfig(Qt5X11Extras)
+BuildRequires:  pkgconfig(Qt5Xml)
+%else
+BuildRequires:  libqt4-devel
+BuildRequires:  libqt4-linguist
+%endif
+BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(lilv-0)
 BuildRequires:  pkgconfig(shared-mime-info)
+# Use rpmbuild -D "BUILD_ORIG 1" to include mad in a local build.
+%if 0%{?BUILD_ORIG} == 1
+BuildRequires:  pkgconfig(mad)
+%endif
 Requires:   jack
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -57,27 +71,20 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3
+%patch0
+%patch1
+%patch2
 
 %build
-%configure --disable-sse
+%if 0%{?suse_version} > 1310
+%configure
+%else
+%configure --enable-qt4
+%endif
 make %{?_smp_mflags}
 
 %install
-%make_install STRIP=:
-
-L="$PWD/%{name}.lang"
-echo -n > "$L"
-pushd "%{buildroot}%{_datadir}/%{name}/translations"
-/bin/ls -1 qtractor_*.qm | while read qm; do
-l="${qm%.qm}"
-l="${l##*_}"
-echo "%lang($l) %{_datadir}/%{name}/translations/${qm}" >> "$L"
-done
-popd
+%makeinstall
 
 %clean
 %{?buildroot:%__rm -rf '%{buildroot}'}
@@ -92,9 +99,10 @@
 %mime_database_postun
 %icon_theme_cache_postun
 
-%files -f "%{name}.lang"
+%files
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog README TODO
+%dir %{_datadir}/appdata/
 %dir %{_datadir}/%{name}
 %dir %{_datadir}/%{name}/translations
 %{_bindir}/%{name}
@@ -104,7 +112,6 @@
 %{_datadir}/icons/*/*/mimetypes/application-x-%{name}-*.*
 %{_datadir}/mime/packages/%{name}.xml