commit sil-gentium-fonts for openSUSE:Factory
Hello community, here is the log from the commit of package sil-gentium-fonts for openSUSE:Factory checked in at 2015-07-19 11:45:47 Comparing /work/SRC/openSUSE:Factory/sil-gentium-fonts (Old) and /work/SRC/openSUSE:Factory/.sil-gentium-fonts.new (New) Package is "sil-gentium-fonts" Changes: --- /work/SRC/openSUSE:Factory/sil-gentium-fonts/sil-gentium-fonts.changes 2012-09-14 12:38:24.0 +0200 +++ /work/SRC/openSUSE:Factory/.sil-gentium-fonts.new/sil-gentium-fonts.changes 2015-07-19 11:45:48.0 +0200 @@ -1,0 +2,9 @@ +Thu Jul 16 19:36:57 UTC 2015 - corne...@solcon.nl + +- Gentium Plus 5.000 (major update): + * Includes official Unicode codepoints for all PUA characters +which were added to Unicode 6.1 and 7.0. + * Many new Latin and Cyrillic character were added. + * Stylistic Sets and Characters Variants were added. + +--- Old: GentiumPlus-1.510.zip New: GentiumPlus-5.000.zip Other differences: -- ++ sil-gentium-fonts.spec ++ --- /var/tmp/diff_new_pack.X1jCQX/_old 2015-07-19 11:45:49.0 +0200 +++ /var/tmp/diff_new_pack.X1jCQX/_new 2015-07-19 11:45:49.0 +0200 @@ -1,7 +1,7 @@ # # spec file for package sil-gentium-fonts # -# 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 @@ -15,8 +15,9 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: sil-gentium-fonts -Version:1.510 +Version:5.000 Release:0 Summary:A International Typeface for Languages Using the Latin Script License:OFL-1.1 @@ -27,8 +28,8 @@ BuildRequires: fontpackages-devel BuildRequires: unzip %reconfigure_fonts_prereq -Provides: GentiumPlus Provides: GentiumBasic +Provides: GentiumPlus Provides: locale(vi) # FIXME: This causes a rpmlint warning; change <= to < once there's a new upstream version Obsoletes: gentium <= 1.508
commit nghttp2 for openSUSE:Factory
Hello community, here is the log from the commit of package nghttp2 for openSUSE:Factory checked in at 2015-07-19 11:45:41 Comparing /work/SRC/openSUSE:Factory/nghttp2 (Old) and /work/SRC/openSUSE:Factory/.nghttp2.new (New) Package is "nghttp2" Changes: --- /work/SRC/openSUSE:Factory/nghttp2/nghttp2.changes 2015-07-03 00:10:44.0 +0200 +++ /work/SRC/openSUSE:Factory/.nghttp2.new/nghttp2.changes 2015-07-19 11:45:43.0 +0200 @@ -1,0 +2,27 @@ +Thu Jul 16 06:58:40 UTC 2015 - mplus...@suse.com + +- Update to 1.1.1 + * nghttpx: Fix various stability issues and memory leak bug +- Changes for 1.1.0 + * Fix DATA is not consumed if nghttp2_http_on_data_chunk failed + * nghttp2_submit_response and nghttp2_submit_headers may return + * NGHTTP2_ERR_DATA_EXIST + * msvc build fixes and enchantments (Patch from Gabi Davar) + * Compile with IRIX gcc-4.7 (Patch from Klaus Ziegler) + * nghttp: Add --max-concurrent-streams option + * nghttp: Add comment on HAR on pushed objects (Patch from +acesso) + * nghttpx: Add --include option to read additional configuration +from given file + * nghttpx: Add backend routing based on request host and path by +extending -b option + * nghttpx: Allow log variable to be enclosed by curly braces for +disambiguation + * nghttpx: Add log variables related to SSL/TLS connection + * h2load: Add --ciphers option +- Add patches + * missing_nghttp2_timegm.patch to fix building of asio library + * nghttp2-remove-python-build.patch to fix python bindings +installation when autotools are used + +--- Old: nghttp2-1.0.5.tar.xz New: missing_nghttp2_timegm.patch nghttp2-1.1.1.tar.xz nghttp2-remove-python-build.patch Other differences: -- ++ nghttp2.spec ++ --- /var/tmp/diff_new_pack.fN2fMT/_old 2015-07-19 11:45:43.0 +0200 +++ /var/tmp/diff_new_pack.fN2fMT/_new 2015-07-19 11:45:43.0 +0200 @@ -19,7 +19,7 @@ %define lib_name lib%{name}-14 %define lib_name_asio lib%{name}_asio1 Name: nghttp2 -Version:1.0.5 +Version:1.1.1 Release:0 Summary:Implementation of Hypertext Transfer Protocol version 2 in C License:MIT @@ -27,11 +27,18 @@ Url:https://nghttp2.org/ #Git-Clone:git://github.com/tatsuhiro-t/nghttp2 Source: https://github.com/tatsuhiro-t/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz +# fix for building of asio library from upstream (c470ac7b0021d3cae80ef1c5b6460a108f2e5bdb) +Patch0: missing_nghttp2_timegm.patch +Patch1: nghttp2-remove-python-build.patch +BuildRequires: autoconf +BuildRequires: automake BuildRequires: boost-devel BuildRequires: gcc-c++ +BuildRequires: libtool BuildRequires: pkg-config BuildRequires: python-Cython BuildRequires: python-Sphinx +BuildRequires: python-setuptools BuildRequires: pkgconfig(cunit) BuildRequires: pkgconfig(jansson) BuildRequires: pkgconfig(libevent) @@ -100,19 +107,30 @@ %prep %setup -q +%patch0 -p1 +%patch1 -p1 %build +autoreconf -fiv %configure \ + --disable-silent-rules \ --enable-asio-lib \ --enable-python-bindings \ --disable-static -make %{?_smp_mflags} all html V=1 +make %{?_smp_mflags} all html +pushd python +make nghttp2.c +python setup.py build +popd %check make %{?_smp_mflags} check %install make DESTDIR=%{buildroot} install %{?_smp_mflags} +pushd python +python setup.py install --prefix=%{_prefix} --root=%{buildroot} +popd find %{buildroot} -type f -name "*.la" -delete -print # none of applications using these man pages is built rm -rf %{buildroot}%{_mandir}/man1/* @@ -144,7 +162,8 @@ %files -n python-%{name} %defattr(-,root,root) -%{python_sitearch}/* +%{python_sitearch}/nghttp2.so +%{python_sitearch}/python_nghttp2-%{version}-py%{py_ver}.egg-info %files -n lib%{name}-devel %defattr(-,root,root) ++ missing_nghttp2_timegm.patch ++ >From c470ac7b0021d3cae80ef1c5b6460a108f2e5bdb Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Thu, 16 Jul 2015 14:01:18 +0900 Subject: [PATCH] asio: Fix missing nghttp2_timegm --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) Index: nghttp2-1.1.1/src/Makefile.am === --- nghttp2-1.1.1.orig/src/Makefile.am +++ nghttp2-1.1.1/src/Makefile.am @@ -176,6 +176,7 @@ lib_LTLIBRARIES = libnghttp2_asio.la libnghttp2_asio_la_SOURCES = \ util.cc util.h http2.cc http2.h \ ssl.cc ssl.h \ + timegm.c timegm.h \ asio_common.cc asio_common.h \ asio_io_service_pool.cc asio_io_service_pool.h \ asio_server_http2.
commit lxqt-panel for openSUSE:Factory
Hello community, here is the log from the commit of package lxqt-panel for openSUSE:Factory checked in at 2015-07-19 11:45:45 Comparing /work/SRC/openSUSE:Factory/lxqt-panel (Old) and /work/SRC/openSUSE:Factory/.lxqt-panel.new (New) Package is "lxqt-panel" Changes: --- /work/SRC/openSUSE:Factory/lxqt-panel/lxqt-panel.changes2015-02-25 02:18:20.0 +0100 +++ /work/SRC/openSUSE:Factory/.lxqt-panel.new/lxqt-panel.changes 2015-07-19 11:45:46.0 +0200 @@ -1,0 +2,5 @@ +Thu Jul 9 14:01:55 UTC 2015 - mvet...@suse.com + +- Use correct name "lxqt" instead of "lxde-qt" + +--- Other differences: -- ++ lxqt-panel.spec ++ --- /var/tmp/diff_new_pack.KnJRFl/_old 2015-07-19 11:45:46.0 +0200 +++ /var/tmp/diff_new_pack.KnJRFl/_new 2015-07-19 11:45:46.0 +0200 @@ -19,9 +19,9 @@ Name: lxqt-panel Version:0.9.0 Release:0 -Summary:Desktop Panel for LXDE-Qt +Summary:Desktop Panel for LXQt License:GPL-2.0+ -Group: System/GUI/LXDE-Qt +Group: System/GUI/LXQt Url:http://www.lxde.org Source0: http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz # PATCH-FIX-UPSTREAM sfal...@opensuse.org -- Needed for plugin-mount to find the lxqt-mount headers @@ -54,7 +54,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -Brand new desktop Panel for LXDE-Qt +Brand new desktop Panel for LXQt %package devel Summary:Devel files for lxqt-panel @@ -66,7 +66,7 @@ %package -n %{name}-lang Summary:Translations for lxqt-panel -Group: System/GUI/LXDE-Qt +Group: System/GUI/LXQt Requires: %{name} = %{version} %description -n %{name}-lang
commit libressl for openSUSE:Factory
Hello community, here is the log from the commit of package libressl for openSUSE:Factory checked in at 2015-07-19 11:45:40 Comparing /work/SRC/openSUSE:Factory/libressl (Old) and /work/SRC/openSUSE:Factory/.libressl.new (New) Package is "libressl" Changes: --- /work/SRC/openSUSE:Factory/libressl/libressl.changes2015-06-23 11:58:37.0 +0200 +++ /work/SRC/openSUSE:Factory/.libressl.new/libressl.changes 2015-07-19 11:45:41.0 +0200 @@ -1,0 +2,12 @@ +Mon Jul 13 17:39:10 UTC 2015 - astie...@suse.com + +- Update to new upstream release 2.2.1 [bnc#937891] +* Protocol parsing conversions to BoringSSL's CRYPTO ByteString + (CBS) API +* Added EC_curve_nid2nist and EC_curve_nist2nid from OpenSSL +* Removed Dynamic Engine support +* Removed unused and obsolete MDC-2DES cipher +* Removed workarounds for obsolete SSL implementations +* Fixes and changes for plaforms other than GNU/Linux + +--- Old: libressl-2.2.0.tar.gz libressl-2.2.0.tar.gz.asc New: libressl-2.2.1.tar.gz libressl-2.2.1.tar.gz.asc Other differences: -- ++ libressl.spec ++ --- /var/tmp/diff_new_pack.BsylMB/_old 2015-07-19 11:45:42.0 +0200 +++ /var/tmp/diff_new_pack.BsylMB/_new 2015-07-19 11:45:42.0 +0200 @@ -17,7 +17,7 @@ Name: libressl -Version:2.2.0 +Version:2.2.1 Release:0 Summary:An SSL/TLS protocol implementation License:OpenSSL @@ -41,31 +41,31 @@ OpenSSL, with the aim of refactoring the OpenSSL code so as to provide a more secure implementation. -%package -n libcrypto33 +%package -n libcrypto34 Summary:An SSL/TLS protocol implementation Group: System/Libraries -%description -n libcrypto33 +%description -n libcrypto34 The "crypto" library implements a wide range of cryptographic algorithms used in various Internet standards. The services provided by this library are used by the LibreSSL implementations of SSL, TLS and S/MIME, and they have also been used to implement SSH, OpenPGP, and other cryptographic standards. -%package -n libssl32 +%package -n libssl33 Summary:An SSL/TLS protocol implementation Group: System/Libraries -%description -n libssl32 +%description -n libssl33 LibreSSL is an open-source implementation of the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols. It derives from OpenSSL and intends to provide a more secure implementation. -%package -n libtls3 +%package -n libtls4 Summary:A simplified interface for the OpenSSL/LibreSSL TLS protocol implementation Group: System/Libraries -%description -n libtls3 +%description -n libtls4 LibreSSL is an open-source implementation of the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols. It derives from OpenSSL and intends to provide a more secure implementation. @@ -76,9 +76,9 @@ %package devel Summary:Development files for LibreSSL, an SSL/TLS protocol implementation Group: Development/Libraries/C and C++ -Requires: libcrypto33 = %version -Requires: libssl32 = %version -Requires: libtls3 = %version +Requires: libcrypto34 = %version +Requires: libssl33 = %version +Requires: libtls4 = %version Conflicts: libopenssl-devel %description devel @@ -129,12 +129,12 @@ exit 1 fi -%post -n libcrypto33 -p /sbin/ldconfig -%postun -n libcrypto33 -p /sbin/ldconfig -%post -n libssl32 -p /sbin/ldconfig -%postun -n libssl32 -p /sbin/ldconfig -%post -n libtls3 -p /sbin/ldconfig -%postun -n libtls3 -p /sbin/ldconfig +%post -n libcrypto34 -p /sbin/ldconfig +%postun -n libcrypto34 -p /sbin/ldconfig +%post -n libssl33 -p /sbin/ldconfig +%postun -n libssl33 -p /sbin/ldconfig +%post -n libtls4 -p /sbin/ldconfig +%postun -n libtls4 -p /sbin/ldconfig %files %defattr(-,root,root) @@ -142,15 +142,15 @@ %_mandir/man1/*.1* %doc COPYING -%files -n libcrypto33 +%files -n libcrypto34 %defattr(-,root,root) %_libdir/libcrypto.so.* -%files -n libssl32 +%files -n libssl33 %defattr(-,root,root) %_libdir/libssl.so.* -%files -n libtls3 +%files -n libtls4 %defattr(-,root,root) %_libdir/libtls.so.* ++ baselibs.conf ++ --- /var/tmp/diff_new_pack.BsylMB/_old 2015-07-19 11:45:42.0 +0200 +++ /var/tmp/diff_new_pack.BsylMB/_new 2015-07-19 11:45:42.0 +0200 @@ -1,9 +1,9 @@ -libcrypto33 -libssl32 -libtls3 +libcrypto34 +libssl33 +libtls4 libressl-devel requires -libressl- - requires "libcrypto33- = " - requires "libssl32- = " - requires "libtls3- = " + requires "libcrypto34- = " + requires "libssl33- = "
commit duperemove for openSUSE:Factory
Hello community, here is the log from the commit of package duperemove for openSUSE:Factory checked in at 2015-07-19 11:45:46 Comparing /work/SRC/openSUSE:Factory/duperemove (Old) and /work/SRC/openSUSE:Factory/.duperemove.new (New) Package is "duperemove" Changes: --- /work/SRC/openSUSE:Factory/duperemove/duperemove.changes2015-07-14 17:45:19.0 +0200 +++ /work/SRC/openSUSE:Factory/.duperemove.new/duperemove.changes 2015-07-19 11:45:47.0 +0200 @@ -1,0 +2,6 @@ +Thu Jul 16 21:45:34 UTC 2015 - mfas...@suse.com + +- Update to duperemove v0.10.beta4 + - Better memory usage with hashstats utility + +--- Old: v0.10.beta3.tar.gz New: v0.10.beta4.tar.gz Other differences: -- ++ duperemove.spec ++ --- /var/tmp/diff_new_pack.JjD2Cz/_old 2015-07-19 11:45:48.0 +0200 +++ /var/tmp/diff_new_pack.JjD2Cz/_new 2015-07-19 11:45:48.0 +0200 @@ -16,10 +16,10 @@ # -%define tar_version 0.10.beta3 +%define tar_version 0.10.beta4 %define samename btrfs-extent-same Name: duperemove -Version:0.10.beta3 +Version:0.10.beta4 Release:0 Summary:Software to find duplicate extents in files and remove them License:GPL-2.0 @@ -28,7 +28,6 @@ Source: https://github.com/markfasheh/%{name}/archive/v%{tar_version}.tar.gz BuildRequires: gcc-c++ BuildRequires: glib2-devel -BuildRequires: libgcrypt-devel BuildRequires: sqlite3-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ v0.10.beta3.tar.gz -> v0.10.beta4.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/duperemove-0.10.beta3/Makefile new/duperemove-0.10.beta4/Makefile --- old/duperemove-0.10.beta3/Makefile 2015-07-10 09:46:56.0 +0200 +++ new/duperemove-0.10.beta4/Makefile 2015-07-16 22:52:51.0 +0200 @@ -1,4 +1,4 @@ -VER=0.10.beta3 +VER=0.10.beta4 RELEASE=v$(VER) CC = gcc diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/duperemove-0.10.beta3/dbfile.c new/duperemove-0.10.beta4/dbfile.c --- old/duperemove-0.10.beta3/dbfile.c 2015-07-10 09:46:56.0 +0200 +++ new/duperemove-0.10.beta4/dbfile.c 2015-07-16 22:52:51.0 +0200 @@ -21,7 +21,8 @@ #define DB_FILE_MAJOR 1 #define DB_FILE_MINOR 2 -static sqlite3 *gdb = NULL; +/* exported for hashstats.c */ +sqlite3 *gdb = NULL; #if (SQLITE_VERSION_NUMBER < 3007015) #defineperror_sqlite(_err, _why) \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/duperemove-0.10.beta3/hashstats.c new/duperemove-0.10.beta4/hashstats.c --- old/duperemove-0.10.beta3/hashstats.c 2015-07-10 09:46:56.0 +0200 +++ new/duperemove-0.10.beta4/hashstats.c 2015-07-16 22:52:51.0 +0200 @@ -33,6 +33,8 @@ #include "bswap.h" +extern sqlite3 *gdb; + int verbose = 0, debug = 0; unsigned int blocksize; static int version_only = 0; @@ -41,144 +43,212 @@ static int num_to_print = 10; static int print_file_list = 0; static char *serialize_fname = NULL; -static struct rb_root by_size = RB_ROOT; +static uint64_t disk_files, disk_hashes; -static int cmp(struct dupe_blocks_list *tmp, struct dupe_blocks_list *dups) -{ - if (tmp->dl_num_elem < dups->dl_num_elem) - return -1; - else if (tmp->dl_num_elem > dups->dl_num_elem) - return 1; - return memcmp(dups->dl_hash, tmp->dl_hash, digest_len); -} +static sqlite3_stmt *top_hashes_stmt = NULL; +static sqlite3_stmt *files_count_stmt = NULL; +static sqlite3_stmt *find_blocks_stmt = NULL; -static void insert_by_size(struct dupe_blocks_list *dups) +static int prepare_statements(void) { - struct rb_node **p = &by_size.rb_node; - struct rb_node *parent = NULL; - struct dupe_blocks_list *tmp; int ret; - while (*p) { - parent = *p; - - tmp = rb_entry(parent, struct dupe_blocks_list, dl_by_size); +#defineFIND_TOP_HASHES \ +"select digest, count(digest) from hashes group by digest having (count(digest) > 1) order by (count(digest)) desc;" + ret = sqlite3_prepare_v2(gdb, FIND_TOP_HASHES, -1, &top_hashes_stmt, +NULL); + if (ret) { + fprintf(stderr, "error %d while prepping hash search stmt: %s\n", + ret, sqlite3_errstr(ret)); + return ret; + } - ret = cmp(tmp, dups); - if (ret < 0) - p = &(*p)-
commit unbound for openSUSE:Factory
Hello community, here is the log from the commit of package unbound for openSUSE:Factory checked in at 2015-07-19 11:45:48 Comparing /work/SRC/openSUSE:Factory/unbound (Old) and /work/SRC/openSUSE:Factory/.unbound.new (New) Package is "unbound" Changes: --- /work/SRC/openSUSE:Factory/unbound/unbound.changes 2015-06-06 09:54:19.0 +0200 +++ /work/SRC/openSUSE:Factory/.unbound.new/unbound.changes 2015-07-19 11:45:49.0 +0200 @@ -1,0 +2,90 @@ +Thu Jul 9 10:16:32 UTC 2015 - mich...@stroeder.com + +- update to 1.5.4 + +Features + - [bugzilla: 644 ] harden-algo-downgrade option, if turned off, +fixes the reported excessive validation failure when multiple +algorithms are present. If set to 'no', it allows the weakest +algorithm to validate the zone. + - stats reports tcp usage, of incoming-num-tcp buffers. + - contrib/unbound_smf22.tar.gz: Solaris SMF installation/removal +scripts. Contributed by Yuri Voinov. + - Add ip-transparent config option for bind to non-local addresses. + - Synthesize ANY responses from cache. Does not search exhaustively, +but MX,A,,SOA,NS also CNAME. + - unbound-control list_insecure command shows the negative trust +anchors currently configured, patch from Jelte Jansen. + - ratelimit feature, ratelimit: 1000, can be used to turn it on. It +ratelimits recursion effort per zone. For particular names you can +configure exceptions in unbound.conf. + - Ratelimit does not apply to prefetched queries, and +ratelimit-factor is default 10. Repeated normal queries get resolved +and with prefetch stay in the cache. + - unbound-control ratelimit_list lists high rate domains. + - caps-whitelist in unbound.conf allows whitelist of loadbalancers +that cannot work with caps-for-id or its fallback. + - RFC 7553 RR type URI support, is now enabled by default. + - cache-max-negative-ttl config option, default 3600. + - Add local-zone type inform_deny, that logs query and drops answer. + +Bug Fixes + - Unbound exits with a fatal error when the auto-trust-anchor-file +fails to be writable. This is seconds after startup. You can load a +readonly auto-trust-anchor-file with trust-anchor-file. The file has +to be writable to notice the trust anchor change, without it, a trust +anchor change will be unnoticed and the system will then become +inoperable. + - DLV is going to be decommissioned. Advice to stop using it, and +put text in the example configuration and man page to that effect. + - Patch from Brad Smith that syncs compat/getentropy_linux with +OpenBSD's version (2015-03-04). + - 0x20 fallback improved: servfail responses do not count as missing +comparisons (except if all responses are errors), inability to find +nameservers does not fail equality comparisons, many nameservers does +not try to compare more than max-sent-count, parse failures start 0x20 +fallback procedure. + - store caps_response with best response in case downgrade response +happens to be the last one. + - Document that incoming-num-tcp increase is good for large servers. + - Fix lintian warning in unbound-checkconf man page (from Andreas +Schulze). + - Updated default keylength in unbound-control-setup to 3k. + - Fixup compile on cygwin, more portable openssl thread id. + - Use reallocarray for integer overflow protection, patch submitted +by Loganaden Velvindron. + - Fixed to add integer overflow checks on allocation (defense in depth). + - Fix segfault on user not found at startup (from Maciej Soltysiak). + - [bugzilla: 657 ] Fix that libunbound(3) recommends deprecated +CRYPTO_set_id_callback. + - If unknown trust anchor algorithm, and libressl is used, error +message encourages upgrade of the libressl package. + - rename ldns subdirectory to sldns to avoid name collision. + - [bugzilla: 660 ] Fix interface-automatic broken in the presence of +asymmetric routing. + - Libunbound skips dos-line-endings from etc/hosts. + - Fix crash in dnstap: Do not try to log TCP responses after timeout. + - Fix that get_option for cache-sizes does not print double newline. + - [bugzilla: 663 ] Fix that ssl handshake fails when using unix +socket because dh size is too small. + - [bugzilla: 664 ] libunbound python3 related fixes (from Tomas +Hozza); Use print_function also for Python2. libunbound examples: +produce sorted output. libunbound-Python: libldns is not used anymore. +Fix issue with Python 3 mapping of FILE* using file_py3.i from ldns. + - Fix leaked dns64prefix configuration string. + - Removed contrib/unbound_unixsock.diff, because it has been +integrated, use control-interface: /path in unbound.conf. + - Change syntax of particular validator error to be easier for +machine par
commit lxqt-about for openSUSE:Factory
Hello community, here is the log from the commit of package lxqt-about for openSUSE:Factory checked in at 2015-07-19 11:45:43 Comparing /work/SRC/openSUSE:Factory/lxqt-about (Old) and /work/SRC/openSUSE:Factory/.lxqt-about.new (New) Package is "lxqt-about" Changes: --- /work/SRC/openSUSE:Factory/lxqt-about/lxqt-about.changes2015-02-25 02:18:17.0 +0100 +++ /work/SRC/openSUSE:Factory/.lxqt-about.new/lxqt-about.changes 2015-07-19 11:45:45.0 +0200 @@ -1,0 +2,6 @@ +Thu Jul 9 14:16:25 UTC 2015 - mvet...@suse.com + +- Cleanup spec +- Use correct name "lxqt" instead of "lxde-qt" + +--- Other differences: -- ++ lxqt-about.spec ++ --- /var/tmp/diff_new_pack.2xwGV9/_old 2015-07-19 11:45:45.0 +0200 +++ /var/tmp/diff_new_pack.2xwGV9/_new 2015-07-19 11:45:45.0 +0200 @@ -21,15 +21,15 @@ Release:0 Summary:About Dialog License:GPL-2.0+ and LGPL-2.1+ -Group: System/GUI/LXDE-Qt +Group: System/GUI/LXQt Url:http://www.lxde.org Source: http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz BuildRequires: cmake BuildRequires: kwindowsystem-devel BuildRequires: pkgconfig(Qt5UiTools) BuildRequires: pkgconfig(lxqt) >= %{version} -Requires(pre): desktop-file-utils Requires(post):desktop-file-utils +Requires(pre): desktop-file-utils BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -40,7 +40,7 @@ %build %cmake -%__make %{?_smp_mflags} +make %{?_smp_mflags} %install %cmake_install
commit python3-xlrd for openSUSE:Factory
Hello community, here is the log from the commit of package python3-xlrd for openSUSE:Factory checked in at 2015-07-19 11:45:53 Comparing /work/SRC/openSUSE:Factory/python3-xlrd (Old) and /work/SRC/openSUSE:Factory/.python3-xlrd.new (New) Package is "python3-xlrd" Changes: --- /work/SRC/openSUSE:Factory/python3-xlrd/python3-xlrd.changes 2015-02-13 08:35:36.0 +0100 +++ /work/SRC/openSUSE:Factory/.python3-xlrd.new/python3-xlrd.changes 2015-07-19 11:45:54.0 +0200 @@ -1,0 +2,11 @@ +Sun Jul 19 03:38:50 UTC 2015 - a...@gmx.de + +- update to version 0.9.4: + * Use ElementTree.iter() if available, not deprecated getiterator() + * Fix #106 : Exception Value: unorderable types: Name() < Name() + * Fix for forward slash file separator and lowercase names. + * Test result as generator with expected item count. + * Create row generator expression with get_rows + * Enable automated testing with Python 3.4 + +--- Old: xlrd-0.9.3.tar.gz New: xlrd-0.9.4.tar.gz Other differences: -- ++ python3-xlrd.spec ++ --- /var/tmp/diff_new_pack.P6ca5Q/_old 2015-07-19 11:45:54.0 +0200 +++ /var/tmp/diff_new_pack.P6ca5Q/_new 2015-07-19 11:45:54.0 +0200 @@ -17,7 +17,7 @@ Name: python3-xlrd -Version:0.9.3 +Version:0.9.4 Release:0 Url:http://www.python-excel.org/ Summary:Library for Developers to Extract Data From Microsoft Excel Spreadsheet Files ++ xlrd-0.9.3.tar.gz -> xlrd-0.9.4.tar.gz ++ 2562 lines of diff (skipped)
commit python3-simplejson for openSUSE:Factory
Hello community, here is the log from the commit of package python3-simplejson for openSUSE:Factory checked in at 2015-07-19 11:45:50 Comparing /work/SRC/openSUSE:Factory/python3-simplejson (Old) and /work/SRC/openSUSE:Factory/.python3-simplejson.new (New) Package is "python3-simplejson" Changes: --- /work/SRC/openSUSE:Factory/python3-simplejson/python3-simplejson.changes 2015-06-06 09:54:17.0 +0200 +++ /work/SRC/openSUSE:Factory/.python3-simplejson.new/python3-simplejson.changes 2015-07-19 11:45:51.0 +0200 @@ -1,0 +2,8 @@ +Sat Jul 18 23:47:30 UTC 2015 - a...@gmx.de + +- update to version 3.8.0: + * New iterable_as_array encoder option to perform lazy serialization +of any iterable objects, without having to convert to tuple or +list. + +--- Old: simplejson-3.7.3.tar.gz New: simplejson-3.8.0.tar.gz Other differences: -- ++ python3-simplejson.spec ++ --- /var/tmp/diff_new_pack.7uZxCH/_old 2015-07-19 11:45:52.0 +0200 +++ /var/tmp/diff_new_pack.7uZxCH/_new 2015-07-19 11:45:52.0 +0200 @@ -17,7 +17,7 @@ Name: python3-simplejson -Version:3.7.3 +Version:3.8.0 Release:0 Url:http://github.com/simplejson/simplejson Summary:Simple, fast, extensible JSON encoder/decoder for Python ++ simplejson-3.7.3.tar.gz -> simplejson-3.8.0.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/simplejson-3.7.3/CHANGES.txt new/simplejson-3.8.0/CHANGES.txt --- old/simplejson-3.7.3/CHANGES.txt2015-05-31 21:24:24.0 +0200 +++ new/simplejson-3.8.0/CHANGES.txt2015-07-18 23:46:40.0 +0200 @@ -1,3 +1,8 @@ +Version 3.8.0 released 2015-XX-XX + +* New iterable_as_array encoder option to perform lazy serialization of + any iterable objects, without having to convert to tuple or list. + Version 3.7.3 released 2015-05-31 * Fix typo introduced in 3.7.0 (behavior should be indistinguishable) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/simplejson-3.7.3/PKG-INFO new/simplejson-3.8.0/PKG-INFO --- old/simplejson-3.7.3/PKG-INFO 2015-05-31 21:27:46.0 +0200 +++ new/simplejson-3.8.0/PKG-INFO 2015-07-18 23:50:32.0 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: simplejson -Version: 3.7.3 +Version: 3.8.0 Summary: Simple, fast, extensible JSON encoder/decoder for Python Home-page: http://github.com/simplejson/simplejson Author: Bob Ippolito diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/simplejson-3.7.3/conf.py new/simplejson-3.8.0/conf.py --- old/simplejson-3.7.3/conf.py2015-05-31 21:24:52.0 +0200 +++ new/simplejson-3.8.0/conf.py2015-07-18 23:46:40.0 +0200 @@ -42,9 +42,9 @@ # other places throughout the built documents. # # The short X.Y version. -version = '3.7' +version = '3.8' # The full version, including alpha/beta/rc tags. -release = '3.7.3' +release = '3.8.0' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/simplejson-3.7.3/index.rst new/simplejson-3.8.0/index.rst --- old/simplejson-3.7.3/index.rst 2015-05-18 18:28:42.0 +0200 +++ new/simplejson-3.8.0/index.rst 2015-07-18 23:46:40.0 +0200 @@ -142,7 +142,7 @@ namedtuple_as_object=True, tuple_as_array=True, \ bigint_as_string=False, sort_keys=False, \ item_sort_key=None, for_json=None, ignore_nan=False, \ - int_as_string_bitcount=None, **kw) + int_as_string_bitcount=None, iterable_as_array=False, **kw) Serialize *obj* as a JSON formatted stream to *fp* (a ``.write()``-supporting file-like object) using this :ref:`conversion table `. @@ -230,6 +230,13 @@ If *tuple_as_array* is true (default: ``True``), :class:`tuple` (and subclasses) will be encoded as JSON arrays. + If *iterable_as_array* is true (default: ``False``), + any object not in the above table that implements ``__iter__()`` + will be encoded as a JSON array. + + .. versionchanged:: 3.8.0 +*iterable_as_array* is new in 3.8.0. + .. versionchanged:: 2.2.0 *tuple_as_array* is new in 2.2.0. @@ -302,7 +309,7 @@ namedtuple_as_object=True, tuple_as_array=True, \ bigint_as_string=False, sort_keys=False, \ item_sort_key=None, for_json=None, ignore_nan=False, \ -
commit nodejs-read-package-json for openSUSE:Factory
Hello community, here is the log from the commit of package nodejs-read-package-json for openSUSE:Factory checked in at 2015-07-19 11:45:35 Comparing /work/SRC/openSUSE:Factory/nodejs-read-package-json (Old) and /work/SRC/openSUSE:Factory/.nodejs-read-package-json.new (New) Package is "nodejs-read-package-json" Changes: --- /work/SRC/openSUSE:Factory/nodejs-read-package-json/nodejs-read-package-json.changes 2015-04-27 13:02:31.0 +0200 +++ /work/SRC/openSUSE:Factory/.nodejs-read-package-json.new/nodejs-read-package-json.changes 2015-07-19 11:45:37.0 +0200 @@ -1,0 +2,5 @@ +Fri Apr 24 12:42:23 UTC 2015 - hvo...@suse.com + +- Update to version 2.0.0 + +--- Old: read-package-json-1.2.7.tgz New: read-package-json-2.0.0.tgz Other differences: -- ++ nodejs-read-package-json.spec ++ --- /var/tmp/diff_new_pack.eFSWQO/_old 2015-07-19 11:45:38.0 +0200 +++ /var/tmp/diff_new_pack.eFSWQO/_new 2015-07-19 11:45:38.0 +0200 @@ -19,7 +19,7 @@ %define base_name read-package-json Name: nodejs-read-package-json -Version:1.2.7 +Version:2.0.0 Release:0 Summary:Read package.json files License:ISC ++ read-package-json-1.2.7.tgz -> read-package-json-2.0.0.tgz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/package/package.json new/package/package.json --- old/package/package.json2014-08-29 02:29:03.0 +0200 +++ new/package/package.json2015-04-07 06:21:12.0 +0200 @@ -1,6 +1,6 @@ { "name": "read-package-json", - "version": "1.2.7", + "version": "2.0.0", "author": "Isaac Z. Schlueter (http://blog.izs.me/)", "description": "The thing npm uses to read package.json files with semantics and defaults and validation", "repository": { @@ -9,17 +9,16 @@ }, "main": "read-json.js", "scripts": { -"test": "tap test/*.js" +"test": "standard && tap test/*.js" }, "dependencies": { -"github-url-from-git": "^1.3.0", -"github-url-from-username-repo": "~1.0.0", -"glob": "^4.0.2", -"lru-cache": "2", -"normalize-package-data": "^1.0.0" +"glob": "^5.0.3", +"json-parse-helpfulerror": "^1.0.2", +"normalize-package-data": "^2.0.0" }, "devDependencies": { -"tap": "~0.2.5" +"standard": "^3.3.1", +"tap": "^0.7.1" }, "optionalDependencies": { "graceful-fs": "2 || 3" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/package/read-json.js new/package/read-json.js --- old/package/read-json.js2014-06-10 07:39:53.0 +0200 +++ new/package/read-json.js2015-04-07 06:18:57.0 +0200 @@ -1,382 +1,383 @@ -// vim: set softtabstop=16 shiftwidth=16: - +var fs try { -var fs = require("graceful-fs") + fs = require('graceful-fs') } catch (er) { -var fs = require("fs") + fs = require('fs') } +var path = require('path') -module.exports = readJson +var glob = require('glob') +var normalizeData = require('normalize-package-data') +var safeJSON = require('json-parse-helpfulerror') -var LRU = require("lru-cache") -readJson.cache = new LRU({max: 1000}) -var path = require("path") -var glob = require("glob") -var normalizeData = require("normalize-package-data") +module.exports = readJson // put more stuff on here to customize. readJson.extraSet = [ -gypfile, -serverjs, -scriptpath, -authors, -readme, -mans, -bins, -githead + gypfile, + serverjs, + scriptpath, + authors, + readme, + mans, + bins, + githead ] var typoWarned = {} - function readJson (file, log_, strict_, cb_) { -var log, strict, cb -for (var i = 1; i < arguments.length - 1; i++) { -if (typeof arguments[i] === 'boolean') -strict = arguments[i] -else if (typeof arguments[i] === 'function') -log = arguments[i] -} -if (!log) log = function () {}; -cb = arguments[ arguments.length - 1 ] - -var c = readJson.cache.get(file) -if (c) { -cb = cb.bind(null, null, c) -return process.nextTick(cb); -} -cb = (function (orig) { return function (er, data) { -if (data) readJson.cache
commit python3-d2to1 for openSUSE:Factory
Hello community, here is the log from the commit of package python3-d2to1 for openSUSE:Factory checked in at 2015-07-19 11:45:52 Comparing /work/SRC/openSUSE:Factory/python3-d2to1 (Old) and /work/SRC/openSUSE:Factory/.python3-d2to1.new (New) Package is "python3-d2to1" Changes: --- /work/SRC/openSUSE:Factory/python3-d2to1/python3-d2to1.changes 2015-01-20 12:32:53.0 +0100 +++ /work/SRC/openSUSE:Factory/.python3-d2to1.new/python3-d2to1.changes 2015-07-19 11:45:53.0 +0200 @@ -0,0 +1,27 @@ +--- +Sun Jul 19 02:02:44 UTC 2015 - a...@gmx.de + +- update to version 0.2.12: + * Fixed a corner case where depending on the order of events when +installing multiple packages (i.e. when installing packages with +dependencies, some of which might also use d2to1) we would end up +calling the incorrect Distribution class (the patched version from +setuptools, where d2to1 needs to get to the unpatched version from +distutils for some cases). + * Upgraded bundled copy of the "six" module to the current version +(1.9.0). This fixes incompatibility between d2to1 and other +packages that import different versions of "six" during their +setup (the older version of "six" had a habit of fighting with +other "six" instances over "sys.modules", which is fixed in +newer versions). + * Upgraded to latest "ez_setup.py" so that the most up to date +version of setuptools will be correctly bootstrapped in the rare +cases that it is needed. + * Included some miscellaneous hacks to keep d2to1 working, +nominally, with Python 2.5 despite the broad move away from Python +2.5 support in the Python community. The d2to1 v0.2.x releases +will be the last to continue Python 2.5 support, given that +testing it has become more difficult (and the overhead is probably +no longer worth it). + +--- Old: d2to1-0.2.11.tar.gz New: d2to1-0.2.12.tar.gz Other differences: -- ++ python3-d2to1.spec ++ --- /var/tmp/diff_new_pack.7KUP7H/_old 2015-07-19 11:45:54.0 +0200 +++ /var/tmp/diff_new_pack.7KUP7H/_new 2015-07-19 11:45:54.0 +0200 @@ -1,7 +1,7 @@ # # spec file for package python3-d2to1 # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python3-d2to1 -Version:0.2.11 +Version:0.2.12 Release:0 Url:http://pypi.python.org/pypi/d2to1 Summary:Allows using distutils2-like setup.cfg with a distribute/setuptools ++ d2to1-0.2.11.tar.gz -> d2to1-0.2.12.tar.gz ++ 2440 lines of diff (skipped)
commit libinput for openSUSE:Factory
Hello community, here is the log from the commit of package libinput for openSUSE:Factory checked in at 2015-07-19 11:45:31 Comparing /work/SRC/openSUSE:Factory/libinput (Old) and /work/SRC/openSUSE:Factory/.libinput.new (New) Package is "libinput" Changes: --- /work/SRC/openSUSE:Factory/libinput/libinput.changes2015-07-05 17:57:57.0 +0200 +++ /work/SRC/openSUSE:Factory/.libinput.new/libinput.changes 2015-07-19 11:45:33.0 +0200 @@ -1,0 +2,49 @@ +Sat Jul 18 08:28:06 UTC 2015 - tittiatc...@gmail.com + +- Update to version 0.20.0: + * The big new addition in this release is support for touchpad +gestures. Two types of gestures are supported: swipe and pinch. +Swipe is triggered by a movement of 3+ fingers in the same +direction, pinch is triggered by two fingers moving towards or +away from each other and/or a rotation around a logical center. +Both gestures, once triggered, can move around the touchpad, +making it possible to use them for fine-grained motion. + * Edge scrolling is now possible on clickpads too and thus available +on all touchpads. Thumb detection was added, it is now possible +to rest the thumb on a clickpad while moving a pointer without +interference + * libinput now requires touchpads to have a resolution. If the +kernel device does not set it and none of the hwdb rules do either, +libinput assigns a default resolution to the device. This may have +an effect on your touchpad, please file a bug if you notice +anything untoward. On the positive side it removes the magic +numbers sprinkled through the code + +--- +Thu Jul 9 19:22:18 UTC 2015 - zai...@opensuse.org + +- Update to version 0.19.0: + * The biggest change in this release is improved pointer +acceleration code. Previously, slow movements were decelerated. +For anything resembling normal motion the pointer response is +effectively 1:1, making the cursor respond nicely to your mouse +movement. + * Low-dpi devices had a bug where they would skip pixels for +small movements. This was caused by the pointer normalization +to 1000dpi. Devices with a native resolution below 1000dpi now +have their own acceleration curve, providing much better +behaviour. + * The side-effect of this is that we had to drop the pretense of +normalization to 1000dpi. The documentation has been adjusted. + * The second side-effect is that the unaccelerated data is now +closer (or equal) to the device native resolution. + * The second user-visible change is disabling of tap drag-lock by +default. A new config API triplett is available to enable it: +libinput_device_config_tap_set_drag_lock_enabled +libinput_device_config_tap_get_drag_lock_enabled +libinput_device_config_tap_get_default_drag_lock_enabled + * Other fixes include better responsiveness of the touchpad when +switching from the trackpoint to the touchpad and a smaller +edge scroll motion threshold. And of course the usual bugfixes. + +--- Old: libinput-0.18.0.tar.xz libinput-0.18.0.tar.xz.sig New: libinput-0.20.0.tar.xz libinput-0.20.0.tar.xz.sig Other differences: -- ++ libinput.spec ++ --- /var/tmp/diff_new_pack.ty6rCC/_old 2015-07-19 11:45:34.0 +0200 +++ /var/tmp/diff_new_pack.ty6rCC/_new 2015-07-19 11:45:34.0 +0200 @@ -18,8 +18,8 @@ Name: libinput %define lname libinput10 -%define rversion 0.18.0 -Version:0.18 +%define rversion 0.20.0 +Version:0.20 Release:0 Summary:Input device and event processing library License:MIT ++ libinput-0.18.0.tar.xz -> libinput-0.20.0.tar.xz ++ 50995 lines of diff (skipped)
commit python3-mistune for openSUSE:Factory
Hello community, here is the log from the commit of package python3-mistune for openSUSE:Factory checked in at 2015-07-19 11:45:51 Comparing /work/SRC/openSUSE:Factory/python3-mistune (Old) and /work/SRC/openSUSE:Factory/.python3-mistune.new (New) Package is "python3-mistune" Changes: --- /work/SRC/openSUSE:Factory/python3-mistune/python3-mistune.changes 2015-06-23 11:57:47.0 +0200 +++ /work/SRC/openSUSE:Factory/.python3-mistune.new/python3-mistune.changes 2015-07-19 11:45:52.0 +0200 @@ -1,0 +2,9 @@ +Sat Jul 18 23:48:03 UTC 2015 - a...@gmx.de + +- update to version 0.7: + * Fix the breaking change in version 0.6 with options: +parse_inline_html and parse_block_html + * Breaking change: remove parse_html option for explicit + * Change option escape default value to True for security reason + +--- Old: mistune-0.6.tar.gz New: mistune-0.7.tar.gz Other differences: -- ++ python3-mistune.spec ++ --- /var/tmp/diff_new_pack.xP1pDn/_old 2015-07-19 11:45:53.0 +0200 +++ /var/tmp/diff_new_pack.xP1pDn/_new 2015-07-19 11:45:53.0 +0200 @@ -17,7 +17,7 @@ Name: python3-mistune -Version:0.6 +Version:0.7 Release:0 Summary:The fastest markdown parser in pure Python License:BSD-3-Clause ++ mistune-0.6.tar.gz -> mistune-0.7.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mistune-0.6/CHANGES.rst new/mistune-0.7/CHANGES.rst --- old/mistune-0.6/CHANGES.rst 2015-06-17 08:15:43.0 +0200 +++ new/mistune-0.7/CHANGES.rst 2015-07-18 14:35:33.0 +0200 @@ -3,6 +3,16 @@ Here is the full history of mistune. +Version 0.7 +~~~ + +Released on Jul. 18, 2015 + +* Fix the breaking change in version 0.6 with options: **parse_inline_html** and **parse_block_html** +* Breaking change: remove **parse_html** option for explicit +* Change option **escape** default value to ``True`` for security reason + + Version 0.6 ~~~ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mistune-0.6/PKG-INFO new/mistune-0.7/PKG-INFO --- old/mistune-0.6/PKG-INFO2015-06-17 08:27:36.0 +0200 +++ new/mistune-0.7/PKG-INFO2015-07-18 15:20:19.0 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: mistune -Version: 0.6 +Version: 0.7 Summary: The fastest markdown parser in pure Python Home-page: https://github.com/lepture/mistune Author: Hsiaoming Yang @@ -9,7 +9,8 @@ Description: Mistune === -The fastest markdown parser in pure Python, inspired by marked_. +The fastest markdown parser in pure Python with renderer features, +inspired by marked_. .. image:: https://img.shields.io/pypi/wheel/mistune.svg?style=flat :target: https://pypi.python.org/pypi/mistune/ @@ -46,12 +47,6 @@ $ pip install mistune -If pip is not available, try easy_install:: - -$ easy_install mistune - -Cython Feature -~~ Mistune can be faster, if you compile with cython:: @@ -67,10 +62,48 @@ import mistune -mistune.markdown('I am using **markdown**') -# output: I am using markdown +mistune.markdown('I am using **mistune markdown parser**') +# output: I am using mistune markdown parser + +If you care about performance, it is better to re-use the Markdown instance: + +.. code:: python + +import mistune + +markdown = mistune.Markdown() +markdown('I am using **mistune markdown parser**') + +Mistune has enabled all features by default. You don't have to configure +anything. But there are options for you to change the parser behaviors. + + +Options +--- + +Here is a list of all options that will affect the rendering results, +configure them with ``mistune.Renderer``: + +.. code:: python + +renderer = mistune.Renderer(escape=True, hard_wrap=True) +# use this renderer instance +markdown = mistune.Markdown(renderer=renderer) +markdown(text) + +* **escape**: if set to *False*, all raw html tags will not be escaped. +* **hard_wrap**: if set to *True*, it will has GFM line breaks feature. +* **use_xhtml**: if set to *True*, all tags will be in xhtml, for exa
commit mariadb for openSUSE:Factory
Hello community, here is the log from the commit of package mariadb for openSUSE:Factory checked in at 2015-07-19 11:45:12 Comparing /work/SRC/openSUSE:Factory/mariadb (Old) and /work/SRC/openSUSE:Factory/.mariadb.new (New) Package is "mariadb" Changes: --- /work/SRC/openSUSE:Factory/mariadb/mariadb.changes 2015-04-27 22:07:20.0 +0200 +++ /work/SRC/openSUSE:Factory/.mariadb.new/mariadb.changes 2015-07-19 11:45:14.0 +0200 @@ -1,0 +2,30 @@ +Sat Jul 11 12:25:05 UTC 2015 - tchva...@suse.com + +- Sync to git state, fixes bnc#937754 too + +--- +Tue Jul 7 09:24:09 UTC 2015 - tchva...@suse.com + +- Sync to git state fixing few triv issues + +--- +Fri Jun 26 07:41:39 UTC 2015 - tchva...@suse.com + +- Enable testsuite + +--- +Thu Jun 25 13:50:12 UTC 2015 - tchva...@suse.com + +- Update to 10.0.20: + https://mariadb.com/kb/en/mariadb/mariadb-10020-release-notes/ + * Fixes bnc#934789 Logjam Attack using 512bit dh groups in ssl +- Sync the package to git state, redoing initscripts to be more + robust + +--- +Tue Jun 23 13:16:03 UTC 2015 - tchva...@suse.com + +- Update to 10.0.19, sync to git state of repository: + https://mariadb.com/kb/en/mariadb/mariadb-10019-release-notes/ + +--- @@ -16,0 +47,5 @@ + +--- +Wed Mar 11 15:02:44 UTC 2015 - sweet_...@gmx.de + +- fix build for openSUSE 13.2 ppc bnc#921955 Old: build.inc install.inc mariadb-10.0.17.tar.gz rc.mysql.systemd rc.mysql.sysvinit New: mariadb-10.0.20.tar.gz mysql-systemd-helper mysql.target mysql@.service Other differences: -- ++ mariadb.spec ++ 937 lines (skipped) between /work/SRC/openSUSE:Factory/mariadb/mariadb.spec and /work/SRC/openSUSE:Factory/.mariadb.new/mariadb.spec ++ README.debug ++ --- /var/tmp/diff_new_pack.LXfE7V/_old 2015-07-19 11:45:17.0 +0200 +++ /var/tmp/diff_new_pack.LXfE7V/_new 2015-07-19 11:45:17.0 +0200 @@ -45,14 +45,6 @@ core-file - Note: this unfortunatelly doesn't work in SUSE Linux 10.1 and older. - On these systems, you need to run safe_mysqld directly under user - mysql: - -su - mysql -mysqld_safe --socket=/var/lib/mysql/mysql.sock \ ---datadir=/var/lib/mysql --core-file & - The core file will be written to the /var/lib/mysql/ directory. I suggest setting the kernel variable kernel.core_uses_pid to 1 @@ -64,31 +56,19 @@ After you got the core file, install the gdb and mysql-debuginfo packages and run -gdb /usr/sbin/mysqld /var/lib/mysql/core +gdb /usr/sbin/mysqld /var/lib/mysql/ (gdb) bt -Replace mysqld with the mysqld version you used (mysqld, mysqld-max) -and core with the actual name of the coredump. +Replace the with the actual name of the coredump. 3) Trace files -- -Start mysqld using following command: - -$ MYSQLD_DEBUG=yes rcmysql start - -The init script will then start mysqld and add the --core-file, ---log and --debug options for you. The query log will be stored in - -/var/lib/mysql/myqld-query.log - -and the trace file in - -/var/lib/mysql/mysqld.trace - -If you don't like the options set by the init script, just put your own -into /etc/my.cnf and the init script will honor them. - The trace file will contain various debug information and function calls/returns and will become _extremly_ huge after a while, so don't attach it to bugzilla unless requested. +Add the following line to your /etc/my.cnf into section [mysqld]: + +stack-trace + +The trace file will be then written to /var/lib/mysql directory. \ No newline at end of file ++ README.install ++ --- /var/tmp/diff_new_pack.LXfE7V/_old 2015-07-19 11:45:17.0 +0200 +++ /var/tmp/diff_new_pack.LXfE7V/_new 2015-07-19 11:45:17.0 +0200 @@ -9,7 +9,7 @@ To do so, start the server, then issue the following commands: '/usr/bin/mysqladmin' -u root password 'new-password' -'/usr/bin/mysqladmin' -u root -h misibook password 'new-password' +'/usr/bin/mysqladmin' -u root -h password 'new-password' Alternatively you can run: '/usr/bin/mysql_secure_installation' ++ _constraints ++ --- /var/tmp/diff_new_pack.LXfE7V/_old 2015-07-19 11:45:17.0 +0200 +++ /var/tmp/diff_new_pack.LXfE7V/_new 2015-07-19 11:45:17.0 +0200 @@ -1,5 +1,8 @@ + + 5000 + 13 ++ configuration-tw
commit gtk3 for openSUSE:Factory
Hello community, here is the log from the commit of package gtk3 for openSUSE:Factory checked in at 2015-07-19 11:45:27 Comparing /work/SRC/openSUSE:Factory/gtk3 (Old) and /work/SRC/openSUSE:Factory/.gtk3.new (New) Package is "gtk3" Changes: --- /work/SRC/openSUSE:Factory/gtk3/gtk3.changes2015-07-05 18:00:43.0 +0200 +++ /work/SRC/openSUSE:Factory/.gtk3.new/gtk3.changes 2015-07-19 11:45:29.0 +0200 @@ -1,0 +2,19 @@ +Wed Jul 15 20:06:01 UTC 2015 - zai...@opensuse.org + +- Add gtk3-Revert-x11-Query-pointer-devices-scroll-valuators.patch: + Revert a commit as it makes hardware mouse-wheel scrolling + unreliable (bgo#752184). + +--- +Tue Jul 7 17:05:45 UTC 2015 - zai...@opensuse.org + +- Update to version 3.16.5: + + Fix ridge/groove border rendering. + + GtkListBoxRow: propagate in the draw vfunc. + + Bugs fixed: bgo#750489, bgo#750605, bgo#750690, bgo#750718, +bgo#750870, bgo#750888, bgo#750994, bgo#751018, bgo#751050, +bgo#751082, bgo#751227, bgo#751443, bgo#751739, bgo#751752, +bgo#751754. + + Updated translations. + +--- Old: gtk+-3.16.4.tar.xz New: gtk+-3.16.5.tar.xz gtk3-Revert-x11-Query-pointer-devices-scroll-valuators.patch Other differences: -- ++ gtk3.spec ++ --- /var/tmp/diff_new_pack.7qbspL/_old 2015-07-19 11:45:31.0 +0200 +++ /var/tmp/diff_new_pack.7qbspL/_new 2015-07-19 11:45:31.0 +0200 @@ -29,7 +29,7 @@ Name: gtk3 %define _name gtk+ -Version:3.16.4 +Version:3.16.5 Release:0 Summary:The GTK+ toolkit library (version 3) License:LGPL-2.1+ @@ -47,6 +47,8 @@ ## PATCH-DISABLED gtk3-bnc130159-bgo319483-async-font-selection.patch - Upstream bug was closed as obsolete in 2011, lets see if anyone complains. # PATCH-FIX-UPSTREAM gtk3-bnc130159-bgo319483-async-font-selection.patch bnc130159 bgo319483 feder...@novell.com - Load fonts asynchronously in GtkFontSelection to make it appear faster for CJK languages Patch3: gtk3-bnc130159-bgo319483-async-font-selection.patch +# PATCH-FIX-UPSTREAM gtk3-Revert-x11-Query-pointer-devices-scroll-valuators.patch bgo#752184 zai...@opensuse.org -- Revert a commit that makes hardware mice scrollwheel jumpy. +Patch4: gtk3-Revert-x11-Query-pointer-devices-scroll-valuators.patch BuildRequires: cups-devel >= 1.2 BuildRequires: docbook-xsl-stylesheets BuildRequires: fdupes @@ -338,6 +340,7 @@ %patch1 -p0 ## PATCH-DISABLED - Upstream bug was closed as obsolete in 2011, as there was a new fontchooser, lets disable the patch and see if anyone complains. #%%patch3 -p1 +%patch4 -p1 %build # Needed for patch1 and patch4 ++ gtk+-3.16.4.tar.xz -> gtk+-3.16.5.tar.xz ++ /work/SRC/openSUSE:Factory/gtk3/gtk+-3.16.4.tar.xz /work/SRC/openSUSE:Factory/.gtk3.new/gtk+-3.16.5.tar.xz differ: char 26, line 1 ++ gtk3-Revert-x11-Query-pointer-devices-scroll-valuators.patch ++ >From 72bfb40ccf746f743d9818f9dbecf2820f4557ba Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Wed, 15 Jul 2015 21:19:25 +0200 Subject: Revert "x11: Query pointer devices' scroll valuators on toplevel enter events" This reverts commit 77b8495bc4e51826afa451914d6a3b0df1b62a24. The commit broke more scenarios than fixed, better to go back to square one. diff --git a/gdk/x11/gdkdevice-xi2.c b/gdk/x11/gdkdevice-xi2.c index 280eb0d..515840b 100644 --- a/gdk/x11/gdkdevice-xi2.c +++ b/gdk/x11/gdkdevice-xi2.c @@ -40,6 +40,7 @@ struct _ScrollValuator { guint n_valuator : 4; guint direction: 4; + guint last_value_valid : 1; gdouble last_value; gdouble increment; }; @@ -818,8 +819,8 @@ _gdk_x11_device_xi2_add_scroll_valuator (GdkX11DeviceXI2 *device, scroll.n_valuator = n_valuator; scroll.direction = direction; + scroll.last_value_valid = FALSE; scroll.increment = increment; - scroll.last_value = 0; g_array_append_val (device->scroll_valuators, scroll); } @@ -850,10 +851,18 @@ _gdk_x11_device_xi2_get_scroll_delta (GdkX11DeviceXI2 *device, if (delta_ret) *delta_ret = 0; - if (delta_ret) -*delta_ret = (valuator_value - scroll->last_value) / scroll->increment; + if (scroll->last_value_valid) +{ + if (delta_ret) +*delta_ret = (valuator_value - scroll->last_value) / scroll->increment; - scroll->last_value = valuator_value; + scroll->last_value = valuator_value; +} + else +{ + scroll->last_value = valuator_value; + scroll-
commit udisks2 for openSUSE:Factory
Hello community, here is the log from the commit of package udisks2 for openSUSE:Factory checked in at 2015-07-19 11:45:08 Comparing /work/SRC/openSUSE:Factory/udisks2 (Old) and /work/SRC/openSUSE:Factory/.udisks2.new (New) Package is "udisks2" Changes: --- /work/SRC/openSUSE:Factory/udisks2/udisks2.changes 2015-03-12 16:37:34.0 +0100 +++ /work/SRC/openSUSE:Factory/.udisks2.new/udisks2.changes 2015-07-19 11:45:09.0 +0200 @@ -1,0 +2,21 @@ +Thu Jul 9 21:55:49 UTC 2015 - zai...@opensuse.org + +- Update to version 2.1.6: + + udev rules: Stop hardcoding sed path. + + Fix crash on inaccessible RAID member "state" attribute. + + UDF: Drop umask=0077 default. + + Install udisksd into a libexecdir. + + Fail before formatting if partition contains a partition table. + + Fix udisks_daemon_util_file_set_contents() return value +handling. + + Remove deprecated g_io_scheduler_* calls. + + integration-tests: +- Settle while waiting for property change. +- Don't fail if a SMART test was aborted. +- Add a wrapper to write and flush stderr. + + Don't ignore isohybrid udf filesystems. + + Add support for creating f2fs filesystems. + + Decide whether devices are on the same seat by uid, not pid. + + UDisksSpawnedJob: Retrieve uid/gid info before forking. + +--- Old: udisks-2.1.5.tar.bz2 New: udisks-2.1.6.tar.bz2 Other differences: -- ++ udisks2.spec ++ --- /var/tmp/diff_new_pack.Aej99V/_old 2015-07-19 11:45:10.0 +0200 +++ /var/tmp/diff_new_pack.Aej99V/_new 2015-07-19 11:45:10.0 +0200 @@ -18,7 +18,7 @@ %define _name udisks Name: udisks2 -Version:2.1.5 +Version:2.1.6 Release:0 Summary:Disk Management Service, version 2 License:GPL-2.0+ ++ udisks-2.1.5.tar.bz2 -> udisks-2.1.6.tar.bz2 ++ 39387 lines of diff (skipped)
commit btrfsprogs for openSUSE:Factory
Hello community, here is the log from the commit of package btrfsprogs for openSUSE:Factory checked in at 2015-07-19 11:45:23 Comparing /work/SRC/openSUSE:Factory/btrfsprogs (Old) and /work/SRC/openSUSE:Factory/.btrfsprogs.new (New) Package is "btrfsprogs" Changes: --- /work/SRC/openSUSE:Factory/btrfsprogs/btrfsprogs.changes2015-07-05 17:58:09.0 +0200 +++ /work/SRC/openSUSE:Factory/.btrfsprogs.new/btrfsprogs.changes 2015-07-19 11:45:24.0 +0200 @@ -1,0 +2,28 @@ +Tue Jul 14 00:00:00 CEST 2015 - dste...@suse.com + +- version 4.1.2 + - mkfs: bugfix, previous version does not create entierly correct +filesystem (has to be recreated) + +--- +Fri Jul 10 00:00:00 CEST 2015 - dste...@suse.com + +- version 4.1.1 + * bugfixes +- defrag: threshold overflow fix +- fsck: + - check if items fit into the leaf space + - fix wrong nbytes +- mkfs: + - create only desired block groups for single device + - preparatory work for fix on multiple devices + * enhancements +- new alias for 'device delete': 'device remove' + * other +- fix compilation on old gcc (4.3) +- documentation updates +- debug-tree: print nbytes +- test: image for corrupted nbytes +- corupt-block: let it kill nbytes + +--- Old: btrfs-progs-v4.1.tar.gz New: btrfs-progs-v4.1.2.tar.gz Other differences: -- ++ btrfsprogs.spec ++ --- /var/tmp/diff_new_pack.enXCNN/_old 2015-07-19 11:45:25.0 +0200 +++ /var/tmp/diff_new_pack.enXCNN/_new 2015-07-19 11:45:25.0 +0200 @@ -17,7 +17,7 @@ Name: btrfsprogs -Version:4.1 +Version:4.1.2 Release:0 Summary:Utilities for the Btrfs filesystem License:GPL-2.0 ++ btrfs-progs-v4.1.tar.gz -> btrfs-progs-v4.1.2.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/btrfs-progs-v4.1/Documentation/btrfs-device.asciidoc new/btrfs-progs-v4.1.2/Documentation/btrfs-device.asciidoc --- old/btrfs-progs-v4.1/Documentation/btrfs-device.asciidoc2015-06-22 16:48:41.0 +0200 +++ new/btrfs-progs-v4.1.2/Documentation/btrfs-device.asciidoc 2015-07-14 13:45:36.0 +0200 @@ -74,9 +74,12 @@ -f|--force force overwrite of existing filesystem on the given disk(s) -*delete* [...] :: +*remove* [...] :: Remove device(s) from a filesystem identified by . +*delete* [...] :: +Alias of remove kept for backwards compatability + *ready* :: Check device to see if it has all of it's devices in cache for mounting. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/btrfs-progs-v4.1/Documentation/btrfs-filesystem.asciidoc new/btrfs-progs-v4.1.2/Documentation/btrfs-filesystem.asciidoc --- old/btrfs-progs-v4.1/Documentation/btrfs-filesystem.asciidoc 2015-06-22 16:48:41.0 +0200 +++ new/btrfs-progs-v4.1.2/Documentation/btrfs-filesystem.asciidoc 2015-07-14 13:45:36.0 +0200 @@ -49,27 +49,32 @@ If '-r' is passed, files in dir will be defragmented recursively. The start position and the number of bytes to defragment can be specified by start and len using '-s' and '-l' options below. -Any extent bigger than threshold given by '-t' option, will be considered -already defragged. -Use 0 to take the kernel default. +Extents bigger than value given by '-t' will be skipped, otherwise this value +is used as a target extent size, but is only advisory and may not be reached +if the free space is too fragmented. +Use 0 to take the kernel default, which is 256kB but may change in the future. You can also turn on compression in defragment operations. + `Options` + -v be verbose --c -compress file contents while defragmenting +-c[] +compress file contents while defragmenting. Optional argument selects the compression +algorithm, 'zlib' (default) or 'lzo'. Currently it's not possible to select no +compression. -r -defragment files recursively +defragment files recursively in given directories -f -flush filesystem after defragmenting +flush data for each file before going to the next file. This will limit the amount +of dirty data to current file, otherwise the amount cumulates from several files +and may increase system load. -s [kKmMgGtTpPeE] defragment only from byte onward -l [kKmMgGtTpPeE] defragment only up to bytes -t [kKmMgGtTpPeE] -defragment only files at least bytes big +target extent size, do not touch extents bigger than + For , , it is possible to append units designator: \'K', \'M', \'G'
commit webkit2gtk3 for openSUSE:Factory
Hello community, here is the log from the commit of package webkit2gtk3 for openSUSE:Factory checked in at 2015-07-19 11:45:04 Comparing /work/SRC/openSUSE:Factory/webkit2gtk3 (Old) and /work/SRC/openSUSE:Factory/.webkit2gtk3.new (New) Package is "webkit2gtk3" Changes: --- /work/SRC/openSUSE:Factory/webkit2gtk3/webkit2gtk3.changes 2015-05-23 12:44:26.0 +0200 +++ /work/SRC/openSUSE:Factory/.webkit2gtk3.new/webkit2gtk3.changes 2015-07-19 11:45:06.0 +0200 @@ -1,0 +2,24 @@ +Thu Jul 9 11:00:34 UTC 2015 - zai...@opensuse.org + +- Update to version 2.8.4: + + Make WebSQL work by using a default quota instead of always +failing in openDatabase with DOM Exception 18. + + Improve detection and usage of GL/GLES/EGL libraries. + + Fix a crash on memory allocation using bmalloc on 32bit +systems. + + Fix DOCUMENT_VIEWER cache model to actually disable the memory +cache. + + Fix a WebProcess crash after too many redirect error when +there's an active NPAPI plugin. + + Fix a WebProcess crash when gtk-font-name setting is empty. + + Ensure Math.abs() doesn't return negative. + + Correctly restore accelerated compositing after a WebProcess +crash. + + Respect X-Frame-Options headers when loading from application +cache. + + Several crashes and rendering issues fixed. + + Fix the MIPS N64 detection. + + Fix several memory leaks. + + Updated translations. + +--- Old: webkitgtk-2.8.3.tar.xz New: webkitgtk-2.8.4.tar.xz Other differences: -- ++ webkit2gtk3.spec ++ --- /var/tmp/diff_new_pack.R9Uypo/_old 2015-07-19 11:45:07.0 +0200 +++ /var/tmp/diff_new_pack.R9Uypo/_new 2015-07-19 11:45:07.0 +0200 @@ -26,7 +26,7 @@ %define _pkgconfig_suffix gtk-3.0 %define _name webkitgtk Name: webkit2gtk3 -Version:2.8.3 +Version:2.8.4 Release:0 Summary:Library for rendering web content, GTK+ Port License:LGPL-2.0+ and BSD-3-Clause ++ webkitgtk-2.8.3.tar.xz -> webkitgtk-2.8.4.tar.xz ++ /work/SRC/openSUSE:Factory/webkit2gtk3/webkitgtk-2.8.3.tar.xz /work/SRC/openSUSE:Factory/.webkit2gtk3.new/webkitgtk-2.8.4.tar.xz differ: char 26, line 1
commit yast2-pkg-bindings for openSUSE:Factory
Hello community, here is the log from the commit of package yast2-pkg-bindings for openSUSE:Factory checked in at 2015-07-19 11:44:59 Comparing /work/SRC/openSUSE:Factory/yast2-pkg-bindings (Old) and /work/SRC/openSUSE:Factory/.yast2-pkg-bindings.new (New) Package is "yast2-pkg-bindings" Changes: --- /work/SRC/openSUSE:Factory/yast2-pkg-bindings/yast2-pkg-bindings.changes 2015-07-05 17:53:00.0 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-pkg-bindings.new/yast2-pkg-bindings.changes 2015-07-19 11:45:01.0 +0200 @@ -1,0 +2,7 @@ +Fri Jul 10 09:03:39 UTC 2015 - lsle...@suse.cz + +- Pkg.SetSolverFlags(): added DUP mode solver settings, these are + different that the "normal" mode settings (FATE319128) +- 3.1.27 + +--- Old: yast2-pkg-bindings-3.1.26.tar.bz2 New: yast2-pkg-bindings-3.1.27.tar.bz2 Other differences: -- ++ yast2-pkg-bindings-devel-doc.spec ++ --- /var/tmp/diff_new_pack.u48YgF/_old 2015-07-19 11:45:02.0 +0200 +++ /var/tmp/diff_new_pack.u48YgF/_new 2015-07-19 11:45:02.0 +0200 @@ -17,7 +17,7 @@ Name: yast2-pkg-bindings-devel-doc -Version:3.1.26 +Version:3.1.27 Release:0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0:yast2-pkg-bindings-%{version}.tar.bz2 ++ yast2-pkg-bindings.spec ++ --- /var/tmp/diff_new_pack.u48YgF/_old 2015-07-19 11:45:02.0 +0200 +++ /var/tmp/diff_new_pack.u48YgF/_new 2015-07-19 11:45:02.0 +0200 @@ -17,7 +17,7 @@ Name: yast2-pkg-bindings -Version:3.1.26 +Version:3.1.27 Release:0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ yast2-pkg-bindings-3.1.26.tar.bz2 -> yast2-pkg-bindings-3.1.27.tar.bz2 ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-pkg-bindings-3.1.26/configure.in.in new/yast2-pkg-bindings-3.1.27/configure.in.in --- old/yast2-pkg-bindings-3.1.26/configure.in.in 2015-06-22 10:45:28.0 +0200 +++ new/yast2-pkg-bindings-3.1.27/configure.in.in 2015-07-10 17:10:37.0 +0200 @@ -10,6 +10,22 @@ PKG_CHECK_MODULES([ZYPP], [libzypp]) +ZYPP_VERSION=`pkg-config --print-errors --modversion libzypp` +if test -z "$ZYPP_VERSION"; then + ZYPP_VERSION="0.0.0" +fi + +ZYPP_VERSION_MAJOR=`echo $ZYPP_VERSION | cut -d. -f1` +ZYPP_VERSION_MINOR=`echo $ZYPP_VERSION | cut -d. -f2` +ZYPP_VERSION_PATCH=`echo $ZYPP_VERSION | cut -d. -f3` + +AH_TEMPLATE([HAVE_ZYPP_DUP_FLAGS], [Define if libzypp provides solver flags for DUP mode]) +if test \ + \( "$ZYPP_VERSION_MAJOR" -eq 15 -a "$ZYPP_VERSION_MINOR" -ge 9 \) -o \ + "$ZYPP_VERSION_MAJOR" -ge 16; then + AC_DEFINE([HAVE_ZYPP_DUP_FLAGS], 1) +fi + AX_CHECK_DOCBOOK ## and generate the output @YAST2-OUTPUT@ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-pkg-bindings-3.1.26/package/yast2-pkg-bindings-devel-doc.spec new/yast2-pkg-bindings-3.1.27/package/yast2-pkg-bindings-devel-doc.spec --- old/yast2-pkg-bindings-3.1.26/package/yast2-pkg-bindings-devel-doc.spec 2015-07-03 10:45:39.0 +0200 +++ new/yast2-pkg-bindings-3.1.27/package/yast2-pkg-bindings-devel-doc.spec 2015-07-10 17:10:37.0 +0200 @@ -16,7 +16,7 @@ # Name: yast2-pkg-bindings-devel-doc -Version:3.1.26 +Version:3.1.27 Release:0 License:GPL-2.0 Group: Documentation/HTML diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-pkg-bindings-3.1.26/package/yast2-pkg-bindings.changes new/yast2-pkg-bindings-3.1.27/package/yast2-pkg-bindings.changes --- old/yast2-pkg-bindings-3.1.26/package/yast2-pkg-bindings.changes 2015-07-03 10:45:39.0 +0200 +++ new/yast2-pkg-bindings-3.1.27/package/yast2-pkg-bindings.changes 2015-07-10 17:10:37.0 +0200 @@ -1,4 +1,11 @@ --- +Fri Jul 10 09:03:39 UTC 2015 - lsle...@suse.cz + +- Pkg.SetSolverFlags(): added DUP mode solver settings, these are + different that the "normal" mode settings (FATE319128) +- 3.1.27 + +--- Thu Jul 2 18:21:06 UTC 2015 - lsle...@suse.cz - added "allowVendorChange" option to Pkg.SetSolverFlags() to diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-pkg-bindings-3.1.26/package/yast2-pkg-bindings.spec new/yast2-pkg-bindings-3.1.27/package/yast2-pkg-bindings.spec --- old/yast2-pkg-bindings-3.1.26/package/yast2-pkg-bindings.spec 2015-07-03 10
commit jasper for openSUSE:Factory
Hello community, here is the log from the commit of package jasper for openSUSE:Factory checked in at 2015-07-19 11:45:20 Comparing /work/SRC/openSUSE:Factory/jasper (Old) and /work/SRC/openSUSE:Factory/.jasper.new (New) Package is "jasper" Changes: --- /work/SRC/openSUSE:Factory/jasper/jasper.changes2015-01-24 22:19:44.0 +0100 +++ /work/SRC/openSUSE:Factory/.jasper.new/jasper.changes 2015-07-19 11:45:21.0 +0200 @@ -1,0 +2,7 @@ +Sun Jul 12 09:03:19 UTC 2015 - badshah...@gmail.com + +- Add jasper-jpc_dec.patch to fix failure when manipulating images + with 4 component color using reversible color translation + (deb#469786); patch taken from Fedora. + +--- New: jasper-jpc_dec.patch Other differences: -- ++ jasper.spec ++ --- /var/tmp/diff_new_pack.sti43I/_old 2015-07-19 11:45:22.0 +0200 +++ /var/tmp/diff_new_pack.sti43I/_new 2015-07-19 11:45:22.0 +0200 @@ -1,7 +1,7 @@ # # spec file for package jasper # -# 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 @@ -40,6 +40,8 @@ Patch8: jasper-CVE-2014-8138.patch Patch9: jasper-CVE-2014-8157.patch Patch10:jasper-CVE-2014-8158.patch +# PATCH-FIX-UPSTREAM jasper-jpc_dec.patch deb#469786 badshah...@gmail.com -- Fix failure when manipulating images with 4 component color using reversible color translation (patch taken from Fedora) +Patch11:jasper-jpc_dec.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -90,6 +92,7 @@ %patch8 -p1 %patch9 -p1 %patch10 -p1 +%patch11 -p1 %build autoreconf -i -f ++ jasper-jpc_dec.patch ++ diff -urN jasper-1.900.1/src/libjasper/jpc/jpc_dec.c jasper-1.900.1-fix/src/libjasper/jpc/jpc_dec.c --- jasper-1.900.1/src/libjasper/jpc/jpc_dec.c 2007-01-19 14:43:07.0 -0700 +++ jasper-1.900.1-fix/src/libjasper/jpc/jpc_dec.c 2008-03-06 16:51:12.0 -0700 @@ -1069,12 +1069,12 @@ /* Apply an inverse intercomponent transform if necessary. */ switch (tile->cp->mctid) { case JPC_MCT_RCT: - assert(dec->numcomps == 3); + assert(dec->numcomps >= 3); jpc_irct(tile->tcomps[0].data, tile->tcomps[1].data, tile->tcomps[2].data); break; case JPC_MCT_ICT: - assert(dec->numcomps == 3); + assert(dec->numcomps >= 3); jpc_iict(tile->tcomps[0].data, tile->tcomps[1].data, tile->tcomps[2].data); break;
commit bluez for openSUSE:Factory
Hello community, here is the log from the commit of package bluez for openSUSE:Factory checked in at 2015-07-19 11:45:16 Comparing /work/SRC/openSUSE:Factory/bluez (Old) and /work/SRC/openSUSE:Factory/.bluez.new (New) Package is "bluez" Changes: --- /work/SRC/openSUSE:Factory/bluez/bluez.changes 2015-07-05 17:58:51.0 +0200 +++ /work/SRC/openSUSE:Factory/.bluez.new/bluez.changes 2015-07-19 11:45:18.0 +0200 @@ -1,0 +2,13 @@ +Tue Jul 7 21:22:05 UTC 2015 - seife+...@b1-systems.com + +- update to version 5.32: + This is mostly a bug fix release rather than including many new + features. The fixes fall in several different areas, including + OPP, ATT and advertising (instance number handling in + particular). There’s also a fix for handling a sudden disconnect + when a connection setup process hasn’t yet completed. The one + notable feature this release has is the ability to select between + letting the stack handle ATT security elevation or doing the + respective error handling in higher layers. + +--- Old: bluez-5.31.tar.xz New: bluez-5.32.tar.xz Other differences: -- ++ bluez.spec ++ --- /var/tmp/diff_new_pack.bryRwj/_old 2015-07-19 11:45:18.0 +0200 +++ /var/tmp/diff_new_pack.bryRwj/_new 2015-07-19 11:45:18.0 +0200 @@ -24,7 +24,7 @@ BuildRequires: systemd-devel BuildRequires: pkgconfig(dbus-1) >= 1.4 %{?systemd_requires} -Version:5.31 +Version:5.32 Release:0 Summary:Bluetooth Stack for Linux License:GPL-2.0+ ++ bluez-5.31.tar.xz -> bluez-5.32.tar.xz ++ 2510 lines of diff (skipped)
commit libtirpc for openSUSE:Factory
Hello community, here is the log from the commit of package libtirpc for openSUSE:Factory checked in at 2015-07-19 11:44:49 Comparing /work/SRC/openSUSE:Factory/libtirpc (Old) and /work/SRC/openSUSE:Factory/.libtirpc.new (New) Package is "libtirpc" Changes: --- /work/SRC/openSUSE:Factory/libtirpc/libtirpc.changes2015-07-05 17:53:48.0 +0200 +++ /work/SRC/openSUSE:Factory/.libtirpc.new/libtirpc.changes 2015-07-19 11:44:53.0 +0200 @@ -1,0 +2,21 @@ +Thu Jul 9 10:47:08 CEST 2015 - ku...@suse.de + +- Add 012-xp_sock.patch: add sunrpc compatibility define + +--- +Thu Jul 2 15:51:07 CEST 2015 - ku...@suse.de + +- Update 009-authdes_pk_create.patch (fix syncaddr handling) +- Add 011-authdes_create.patch (fix syncaddr handling) + +--- +Sat Jun 27 06:46:14 UTC 2015 - ku...@suse.com + +- Add 010-xdr_sizeof.patch (enable xdr_sizeof) + +--- +Fri Jun 26 22:15:28 UTC 2015 - ku...@suse.com + +- Add 009-authdes_pk_create.patch (missing SunRPC compat function) + +--- New: 009-authdes_pk_create.patch 010-xdr_sizeof.patch 011-authdes_create.patch 012-xp_sock.patch Other differences: -- ++ libtirpc.spec ++ --- /var/tmp/diff_new_pack.Yxoz82/_old 2015-07-19 11:44:54.0 +0200 +++ /var/tmp/diff_new_pack.Yxoz82/_new 2015-07-19 11:44:54.0 +0200 @@ -44,6 +44,10 @@ Patch6: 006-memleak1.patch Patch7: 007-memleak2.patch Patch8: 008-fix-undef-ref.patch +Patch9: 009-authdes_pk_create.patch +Patch10:010-xdr_sizeof.patch +Patch11:011-authdes_create.patch +Patch12:012-xp_sock.patch Patch25:patch6_7.diff # Patch37 is only needed on openSUSE >= 13.1, SLE >= 12 Patch37:libtirpc-new-path-rpcbindsock.patch @@ -89,6 +93,10 @@ %patch6 -p1 %patch7 -p1 %patch8 -p1 +%patch9 -p1 +%patch10 -p1 +%patch11 -p1 +%patch12 -p1 %patch25 -p1 %if 0%{suse_version} >= 1310 %patch37 -p1 ++ 009-authdes_pk_create.patch ++ diff --git a/src/libtirpc.map b/src/libtirpc.map index 449b769..13bc20a 100644 --- a/src/libtirpc.map +++ b/src/libtirpc.map @@ -321,6 +321,7 @@ TIRPC_0.3.3 { __key_decryptsession_pk_LOCAL; __key_encryptsession_pk_LOCAL; __key_gendes_LOCAL; +authdes_pk_create; } TIRPC_0.3.2; TIRPC_PRIVATE { diff --git a/src/rpc_soc.c b/src/rpc_soc.c index e146ed4..03bc0d4 100644 --- a/src/rpc_soc.c +++ b/src/rpc_soc.c @@ -61,6 +61,7 @@ #include #include #include +#include #include "rpc_com.h" @@ -553,6 +554,46 @@ fallback: } /* + * Create the client des authentication object. Obsoleted by + * authdes_pk_seccreate(). + */ +extern AUTH *authdes_pk_seccreate(const char *, netobj *, u_int, const char *, +const des_block *, nis_server *); + +AUTH * +authdes_pk_create(servername, pkey, window, syncaddr, ckey) + char *servername; /* network name of server */ + netobj *pkey; /* public key */ + u_int window; /* time to live */ + struct sockaddr *syncaddr; /* optional hostaddr to sync with */ + des_block *ckey;/* optional conversation key to use */ +{ + AUTH *nauth; + char hostname[NI_MAXHOST]; + + if (syncaddr) { + /* +* Change addr to hostname, because that is the way +* new interface takes it. +*/ + switch (syncaddr->sa_family) { + case AF_INET: + if (getnameinfo(syncaddr, sizeof(struct sockaddr_in), hostname, + sizeof hostname, NULL, 0, 0) != 0) + goto fallback; + break; + default: + goto fallback; + } + nauth = authdes_pk_seccreate(servername, pkey, window, hostname, ckey, NULL); + return (nauth); + } +fallback: + return authdes_pk_seccreate(servername, pkey, window, NULL, ckey, NULL); +} + + +/* * Create a client handle for a unix connection. Obsoleted by clnt_vc_create() */ CLIENT * diff --git a/tirpc/rpc/auth.h b/tirpc/rpc/auth.h index 3e44863..e67779c 100644 --- a/tirpc/rpc/auth.h +++ b/tirpc/rpc/auth.h @@ -313,6 +313,8 @@ extern AUTH *authnone_create(void); /* takes no parameters */ extern "C" { #endif extern AUTH *authdes_create (char *, u_int, struct sockaddr *, des_block *); +extern AUTH *authdes_pk_create (char *, netobj *, u_int, + struct
commit autoyast2 for openSUSE:Factory
Hello community, here is the log from the commit of package autoyast2 for openSUSE:Factory checked in at 2015-07-19 11:44:56 Comparing /work/SRC/openSUSE:Factory/autoyast2 (Old) and /work/SRC/openSUSE:Factory/.autoyast2.new (New) Package is "autoyast2" Changes: --- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes 2015-07-05 17:52:21.0 +0200 +++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2015-07-19 11:44:58.0 +0200 @@ -1,0 +2,11 @@ +Fri Jul 10 14:51:44 CEST 2015 - sch...@suse.de + +- Syncing hardware time before starting installation via ntp. + This is configurable via the flag + with which + the name of the ntp server will be defined. If it is not set + no synchronisation will be done. So it is backward compatible. + (bnc#935066) +- 3.1.85 + +--- Old: autoyast2-3.1.84.tar.bz2 New: autoyast2-3.1.85.tar.bz2 Other differences: -- ++ autoyast2.spec ++ --- /var/tmp/diff_new_pack.Zfek2c/_old 2015-07-19 11:44:59.0 +0200 +++ /var/tmp/diff_new_pack.Zfek2c/_new 2015-07-19 11:44:59.0 +0200 @@ -17,7 +17,7 @@ Name: autoyast2 -Version:3.1.84 +Version:3.1.85 Release:0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ autoyast2-3.1.84.tar.bz2 -> autoyast2-3.1.85.tar.bz2 ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.1.84/package/autoyast2.changes new/autoyast2-3.1.85/package/autoyast2.changes --- old/autoyast2-3.1.84/package/autoyast2.changes 2015-07-01 15:19:37.0 +0200 +++ new/autoyast2-3.1.85/package/autoyast2.changes 2015-07-10 15:24:44.0 +0200 @@ -1,4 +1,15 @@ --- +Fri Jul 10 14:51:44 CEST 2015 - sch...@suse.de + +- Syncing hardware time before starting installation via ntp. + This is configurable via the flag + with which + the name of the ntp server will be defined. If it is not set + no synchronisation will be done. So it is backward compatible. + (bnc#935066) +- 3.1.85 + +--- Wed Jul 1 14:54:51 CEST 2015 - sch...@suse.de - Added "upgrade" section to generic list. (bnc#935915) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.1.84/package/autoyast2.spec new/autoyast2-3.1.85/package/autoyast2.spec --- old/autoyast2-3.1.84/package/autoyast2.spec 2015-07-01 15:19:37.0 +0200 +++ new/autoyast2-3.1.85/package/autoyast2.spec 2015-07-10 15:24:44.0 +0200 @@ -17,7 +17,7 @@ Name: autoyast2 -Version:3.1.84 +Version:3.1.85 Release:0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.1.84/src/autoyast-rnc/general.rnc new/autoyast2-3.1.85/src/autoyast-rnc/general.rnc --- old/autoyast2-3.1.84/src/autoyast-rnc/general.rnc 2015-07-01 15:19:37.0 +0200 +++ new/autoyast2-3.1.85/src/autoyast-rnc/general.rnc 2015-07-10 15:24:44.0 +0200 @@ -10,6 +10,7 @@ element final_halt{ BOOLEAN }? & element final_reboot { BOOLEAN }? & element forceboot { BOOLEAN }? & + element ntp_sync_time_before_installation { text }? & element max_systemd_wait { INTEGER }? }? & mouse? & @@ -110,6 +111,8 @@ element final_reboot { BOOLEAN } forceboot = element forceboot { BOOLEAN } +ntp_sync_time_before_installation = + ntp_sync_time_before_installation {text} halt = element halt { BOOLEAN } second_stage = diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.1.84/src/modules/AutoinstGeneral.rb new/autoyast2-3.1.85/src/modules/AutoinstGeneral.rb --- old/autoyast2-3.1.84/src/modules/AutoinstGeneral.rb 2015-07-01 15:19:37.0 +0200 +++ new/autoyast2-3.1.85/src/modules/AutoinstGeneral.rb 2015-07-10 15:24:44.0 +0200 @@ -26,6 +26,7 @@ Yast.import "ProductFeatures" Yast.import "Storage" Yast.import "SignatureCheckCallbacks" + Yast.import "Report" # All shared data are in yast2.rpm to break cyclic dependencies Yast.import "AutoinstData" @@ -383,6 +384,29 @@ Storage.SetMultipathStartup(val) end +# NTP syncing +def NtpSync + ntp_server = @mode["ntp_sync_time_before_installation"] + if ntp_server +Builtins.y2milestone("NTP syncing with #{ntp_server}") +Popup.ShowFeedback( + _("Syncing time..."), + # TRANS
commit libunistring for openSUSE:Factory
Hello community, here is the log from the commit of package libunistring for openSUSE:Factory checked in at 2015-07-19 11:44:40 Comparing /work/SRC/openSUSE:Factory/libunistring (Old) and /work/SRC/openSUSE:Factory/.libunistring.new (New) Package is "libunistring" Changes: --- /work/SRC/openSUSE:Factory/libunistring/libunistring.changes 2015-02-23 13:17:48.0 +0100 +++ /work/SRC/openSUSE:Factory/.libunistring.new/libunistring.changes 2015-07-19 11:44:48.0 +0200 @@ -1,0 +2,9 @@ +Thu Jul 9 18:46:11 UTC 2015 - astie...@suse.com + +- GNU libunistring 0.9.6: + * The data tables and line breaking algorithm have been updated +to Unicode version 8.0.0. +- add keyring and verify source signature +- fix SLE 11 SP3 build + +--- Old: libunistring-0.9.5.tar.xz New: libunistring-0.9.6.tar.xz libunistring-0.9.6.tar.xz.sig libunistring.keyring Other differences: -- ++ libunistring.spec ++ --- /var/tmp/diff_new_pack.kXTId8/_old 2015-07-19 11:44:49.0 +0200 +++ /var/tmp/diff_new_pack.kXTId8/_new 2015-07-19 11:44:49.0 +0200 @@ -1,7 +1,7 @@ # # spec file for package libunistring # -# 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 @@ -16,16 +16,21 @@ # -Name: libunistring %define lname libunistring2 -Version:0.9.5 +Name: libunistring +Version:0.9.6 Release:0 Summary:GNU Unicode string library License:LGPL-3.0+ and GPL-3.0+ Group: Development/Libraries/C and C++ Url:http://www.gnu.org/software/libunistring/ Source0: http://ftp.gnu.org/gnu/libunistring/libunistring-%{version}.tar.xz +Source1: http://ftp.gnu.org/gnu/libunistring/libunistring-%{version}.tar.xz.sig +Source2: http://savannah.gnu.org/project/memberlist-gpgkeys.php?group=libunistring&download=1#/%{name}.keyring BuildRoot: %{_tmppath}/%{name}-%{version}-build +%if %{?suse_version } == 1110 +BuildRequires: xz +%endif %description This portable C library implements Unicode string types in three flavours: @@ -37,61 +42,60 @@ %package devel Summary:GNU Unicode string library - development files Group: Development/Libraries/C and C++ -Requires: %lname = %version +Requires: %{lname} = %{version} Requires: info # Obsoletes added in 12.2 -Obsoletes: %name < %version-%release -Provides: %name = %version-%release +Obsoletes: %{name} < %{version}-%{release} +Provides: %{name} = %{version}-%{release} %description devel Development files for programs using libunistring and documentation for UniString library. -%package -n %lname +%package -n %{lname} Summary:GNU Unicode string library - development files Group: Development/Libraries/C and C++ -%description -n %lname +%description -n %{lname} This portable C library implements Unicode string types in three flavours: (UTF-8, UTF-16, UTF-32), together with functions for character processing (names, classifications, properties) and functions for string processing (iteration, formatted output, width, word breaks, line breaks, normalization, case folding and regular expressions). - %prep %setup -q %build -%configure --disable-static --disable-rpath --docdir=%_docdir/%name +%configure --disable-static --disable-rpath --docdir=%{_docdir}/%{name} make %{?_smp_mflags} %install -make DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" install -cp AUTHORS NEWS README HACKING DEPENDENCIES THANKS ChangeLog $RPM_BUILD_ROOT/%{_docdir}/%{name} -rm -f $RPM_BUILD_ROOT/%{_infodir}/dir -rm -f $RPM_BUILD_ROOT/%{_libdir}/libunistring.la +make DESTDIR=%{buildroot} INSTALL="install -p" install +cp AUTHORS NEWS README HACKING DEPENDENCIES THANKS ChangeLog %{buildroot}/%{_docdir}/%{name} +rm -f %{buildroot}/%{_infodir}/dir +rm -f %{buildroot}/%{_libdir}/libunistring.la %check %if ! 0%{?qemu_user_space_build} make check %{?_smp_mflags} %endif -%files -n %lname +%files -n %{lname} %defattr(-,root,root) %{_libdir}/libunistring.so.2* %files devel %defattr(-,root,root) -%_docdir/%name +%{_docdir}/%{name} %{_infodir}/libunistring.info* %{_libdir}/libunistring.so %{_includedir}/unistring %{_includedir}/*.h -%post -n %lname -p /sbin/ldconfig +%post -n %{lname} -p /sbin/ldconfig -%postun -n %lname -p /sbin/ldconfig +%postun -n %{lname} -p /sbin/ldconfig %post devel /sbin/install-info %{_infodir}/l
commit python-py for openSUSE:Factory
Hello community, here is the log from the commit of package python-py for openSUSE:Factory checked in at 2015-07-19 11:44:52 Comparing /work/SRC/openSUSE:Factory/python-py (Old) and /work/SRC/openSUSE:Factory/.python-py.new (New) Package is "python-py" Changes: --- /work/SRC/openSUSE:Factory/python-py/python-py-doc.changes 2015-07-05 17:55:41.0 +0200 +++ /work/SRC/openSUSE:Factory/.python-py.new/python-py-doc.changes 2015-07-19 11:44:54.0 +0200 @@ -1,0 +2,5 @@ +Thu Jul 2 10:01:08 UTC 2015 - a...@ajaissle.de + +- update to version 1.4.30 + +--- --- /work/SRC/openSUSE:Factory/python-py/python-py.changes 2015-07-05 17:55:41.0 +0200 +++ /work/SRC/openSUSE:Factory/.python-py.new/python-py.changes 2015-07-19 11:44:55.0 +0200 @@ -1,0 +2,14 @@ +Thu Jul 2 10:01:08 UTC 2015 - a...@ajaissle.de + +- update to version 1.4.30: + * fix issue68 an assert with a multiline list comprehension was not +reported correctly. Thanks Henrik Heibuerger. + +- changes from version 1.4.29: + * fix issue55: revert a change to the statement finding algorithm +which is used by pytest for generating tracebacks. Thanks Daniel +Hahler for initial analysis. + * fix pytest issue254 for when traceback rendering can’t find valid +source code. Thanks Ionel Cristian Maries. + +--- Old: py-1.4.28.tar.gz New: py-1.4.30.tar.gz Other differences: -- ++ python-py-doc.spec ++ --- /var/tmp/diff_new_pack.YkK8PA/_old 2015-07-19 11:44:55.0 +0200 +++ /var/tmp/diff_new_pack.YkK8PA/_new 2015-07-19 11:44:55.0 +0200 @@ -17,7 +17,7 @@ Name: python-py-doc -Version:1.4.28 +Version:1.4.30 Release:0 Summary:Library with cross-python path, ini-parsing, io, code, log facilities License:MIT python-py.spec: same change ++ py-1.4.28.tar.gz -> py-1.4.30.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/py-1.4.28/CHANGELOG new/py-1.4.30/CHANGELOG --- old/py-1.4.28/CHANGELOG 2015-05-22 08:30:55.0 +0200 +++ new/py-1.4.30/CHANGELOG 2015-06-26 12:31:25.0 +0200 @@ -1,3 +1,21 @@ +1.4.30 +== + +- fix issue68 an assert with a multiline list comprehension + was not reported correctly. Thanks Henrik Heibuerger. + + +1.4.29 +== + +- fix issue55: revert a change to the statement finding algorithm + which is used by pytest for generating tracebacks. + Thanks Daniel Hahler for initial analysis. + +- fix pytest issue254 for when traceback rendering can't + find valid source code. Thanks Ionel Cristian Maries. + + 1.4.28 == diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/py-1.4.28/PKG-INFO new/py-1.4.30/PKG-INFO --- old/py-1.4.28/PKG-INFO 2015-05-22 08:30:56.0 +0200 +++ new/py-1.4.30/PKG-INFO 2015-06-26 12:31:25.0 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: py -Version: 1.4.28 +Version: 1.4.30 Summary: library with cross-python path, ini-parsing, io, code, log facilities Home-page: http://pylib.readthedocs.org/ Author: holger krekel, Ronny Pfannschmidt, Benjamin Peterson and others diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/py-1.4.28/conftest.py new/py-1.4.30/conftest.py --- old/py-1.4.28/conftest.py 2015-05-22 08:30:55.0 +0200 +++ new/py-1.4.30/conftest.py 2015-06-26 12:31:25.0 +0200 @@ -14,26 +14,6 @@ group.addoption('--runslowtests', action="store_true", dest="runslowtests", default=False, help=("run slow tests")) -group.addoption('--lsof', - action="store_true", dest="lsof", default=False, - help=("run FD checks if lsof is available")) - -def pytest_configure(config): -if config.getvalue("lsof"): -try: -out = py.process.cmdexec("lsof -p %d" % pid) -except py.process.cmdexec.Error: -pass -else: -config._numfiles = len([x for x in out.split("\n") if "REG" in x]) - -def pytest_unconfigure(config, __multicall__): -if not hasattr(config, '_numfiles'): -return -__multicall__.execute() -out2 = py.process.cmdexec("lsof -p %d" % pid) -len2 = len([x for x in out2.split("\n") if "REG" in x]) -assert len2 < config._numfiles + 7, out2 def pytest_funcarg__sshhost(request): val = request.config.getvalue("sshhost") diff
commit python-rdflib for openSUSE:Factory
Hello community, here is the log from the commit of package python-rdflib for openSUSE:Factory checked in at 2015-07-19 11:44:27 Comparing /work/SRC/openSUSE:Factory/python-rdflib (Old) and /work/SRC/openSUSE:Factory/.python-rdflib.new (New) Package is "python-rdflib" Changes: --- /work/SRC/openSUSE:Factory/python-rdflib/python-rdflib.changes 2014-11-15 12:26:14.0 +0100 +++ /work/SRC/openSUSE:Factory/.python-rdflib.new/python-rdflib.changes 2015-07-19 11:44:28.0 +0200 @@ -1,0 +2,38 @@ +Wed Jul 1 13:43:16 UTC 2015 - toddrme2...@gmail.com + +- Split documentation into doc subpackage + +--- +Tue May 12 13:24:19 UTC 2015 - benoit.mo...@gmx.fr + +- update to version 4.2.0: + * Supporting N-Triples 1.1 syntax using UTF-8 encoding #447, +#449, #400 + * Graph comparison now really works using RGDA1 (RDF Graph Digest +Algorithm 1) #441 #385 + * More graceful degradation than simple crashing for unicode +chars > 0x on narrow python builds + * URLInputSource now supports json-ld #425 + * SPARQLStore is now graph aware #401, #402 + * SPARQLStore now uses SPARQLWrapper for updates #397 + * Certain logging output is immediately shown in interactive mode +#414 + * Python 3.4 fully supported #418 + * Fixed double invocation of 2to3 #437 + * PyRDFa parser missing brackets #434 + * Correctly handle \u and \U escapes in n3 files #426 + * Logging cleanups and keeping it on stderr #420 #414 #413 + * n3: allow @base URI to have a trailing '#' #407 #379 + * microdata: add file:// to base if it's a filename so rdflib can +parse its own output #406 #403 + * TSV Results parse skips empty bindings in result #390 + * fixed accidental test run due to name #389 + * Bad boolean list serialization to Turtle & fixed ambiguity +between Literal(False) and None #387 #382 + * Current version number & PyPI link in README.md #383 +- remove *.pyc deletion: fixed upstream +- remove unwanted shebang in rdflib +- fix update-alternatives +- remove end-of-line encoding fix: fixed upstream + +--- Old: rdflib-4.1.2.tar.gz New: rdflib-4.2.0.tar.gz Other differences: -- ++ python-rdflib.spec ++ --- /var/tmp/diff_new_pack.1yUpFr/_old 2015-07-19 11:44:29.0 +0200 +++ /var/tmp/diff_new_pack.1yUpFr/_new 2015-07-19 11:44:29.0 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-rdflib # -# 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: python-rdflib -Version:4.1.2 +Version:4.2.0 Release:0 Summary:A Python library for working with RDF License:BSD-3-Clause @@ -56,10 +56,21 @@ parser/serializer that conforms to the RDF/XML Syntax Specification (Revised). The library also contains both in-memory and persistent Graph backends. +%package doc +Summary:A Python library for working with RDF +Recommends: %{name} = %{version} +Group: Development/Libraries/Python + +%description doc +RDFLib is a Python library for working with RDF, a simple yet powerful +language for representing information. The library contains an RDF/XML +parser/serializer that conforms to the RDF/XML Syntax Specification (Revised). +The library also contains both in-memory and persistent Graph backends. + %prep %setup -q -n rdflib-%{version} -# Drop py2.7 bytecode files, we have to rebuild these: -find . -type f -name "*.pyc" -print -delete +# remove unwanted shebang +find rdflib -name "*.py" | xargs sed -i '1 { /^#!/ d }' %build python setup.py build @@ -72,19 +83,12 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} # for update-alternatives -mv %{buildroot}%{_bindir}/csv2rdf %{buildroot}%{_bindir}/csv2rdf-%{py_ver} -mv %{buildroot}%{_bindir}/rdf2dot %{buildroot}%{_bindir}/rdf2dot-%{py_ver} -mv %{buildroot}%{_bindir}/rdfgraphisomorphism %{buildroot}%{_bindir}/rdfgraphisomorphism-%{py_ver} -mv %{buildroot}%{_bindir}/rdfpipe %{buildroot}%{_bindir}/rdfpipe-%{py_ver} -mv %{buildroot}%{_bindir}/rdfs2dot %{buildroot}%{_bindir}/rdfs2dot-%{py_ver} -ln -s %{_bindir}/csv2rdf-%{py_ver} %{buildroot}%{_bindir}/csv2rdf -ln -s %{_bindir}/rdf2dot-%{py_ver} %{buildroot}%{_bindir}/rdf2dot -ln -s %{_bindir}/rdfgraphisomorphism-%{py_ver} %{buildroot}%{_bindir}/rdfgraphisomorphism -ln -s %{_bindir}/rdfpipe-%{py_ver} %{buildroot}%{_bindir}/rdfpipe -ln -s
commit rpmlint for openSUSE:Factory
Hello community, here is the log from the commit of package rpmlint for openSUSE:Factory checked in at 2015-07-19 11:44:44 Comparing /work/SRC/openSUSE:Factory/rpmlint (Old) and /work/SRC/openSUSE:Factory/.rpmlint.new (New) Package is "rpmlint" Changes: --- /work/SRC/openSUSE:Factory/rpmlint/rpmlint.changes 2015-07-05 17:53:59.0 +0200 +++ /work/SRC/openSUSE:Factory/.rpmlint.new/rpmlint.changes 2015-07-19 11:44:51.0 +0200 @@ -1,0 +2,5 @@ +Thu Jul 9 12:08:08 UTC 2015 - m...@suse.com + +- Add vnc user and group. (fate#318936) + +--- Other differences: -- rpmlint.spec: same change ++ config ++ --- /var/tmp/diff_new_pack.zb6yhu/_old 2015-07-19 11:44:53.0 +0200 +++ /var/tmp/diff_new_pack.zb6yhu/_new 2015-07-19 11:44:53.0 +0200 @@ -229,6 +229,7 @@ 'vacation', 'varnish', 'video', +'vnc', 'vscan', 'wheel', 'www', @@ -382,6 +383,7 @@ 'vacation', 'varnish', 'vdr', +'vnc', 'vscan', 'wnn', 'wwwrun',
commit orc for openSUSE:Factory
Hello community, here is the log from the commit of package orc for openSUSE:Factory checked in at 2015-07-19 11:44:31 Comparing /work/SRC/openSUSE:Factory/orc (Old) and /work/SRC/openSUSE:Factory/.orc.new (New) Package is "orc" Changes: --- /work/SRC/openSUSE:Factory/orc/orc.changes 2015-03-03 11:12:21.0 +0100 +++ /work/SRC/openSUSE:Factory/.orc.new/orc.changes 2015-07-19 11:44:32.0 +0200 @@ -1,0 +2,11 @@ +Thu Jul 9 22:03:42 UTC 2015 - zai...@opensuse.org + +- Update to version 0.4.24: + + Only reuse constants of the same size and value. + + Fix reading of .orc files with Windows line endings on Windows. + + Fix out of bounds array access in the tests. + + Remove duplicate code path in orcc. + + Put a limit to the memcpy test. + + Fix mmap leak on error path. + +--- Old: orc-0.4.23.tar.xz New: orc-0.4.24.tar.xz Other differences: -- ++ orc.spec ++ --- /var/tmp/diff_new_pack.pC73kL/_old 2015-07-19 11:44:33.0 +0200 +++ /var/tmp/diff_new_pack.pC73kL/_new 2015-07-19 11:44:33.0 +0200 @@ -24,7 +24,7 @@ %endif Name: orc -Version:0.4.23 +Version:0.4.24 Release:0 Summary:The Oil Runtime Compiler License:BSD-3-Clause @@ -94,7 +94,7 @@ # Remove libtool archives find %{buildroot} -type f -name "*.la" -delete -print -# Temp disable check on i586 until we have sorted out the i586 fails with upstream +# Temp disable check on i586 until we have sorted out the i586 fails with upstream (last tested with 0.4.24) # disable also for ppc64le as many changes required in orcprogram-altivec.c %check %ifnarch %{arm} || %{ix86} || ppc64le ++ orc-0.4.23.tar.xz -> orc-0.4.24.tar.xz ++ 3224 lines of diff (skipped)
commit kiwi for openSUSE:Factory
Hello community, here is the log from the commit of package kiwi for openSUSE:Factory checked in at 2015-07-19 11:44:34 Comparing /work/SRC/openSUSE:Factory/kiwi (Old) and /work/SRC/openSUSE:Factory/.kiwi.new (New) Package is "kiwi" Changes: --- /work/SRC/openSUSE:Factory/kiwi/kiwi.changes2015-07-05 17:56:42.0 +0200 +++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes 2015-07-19 11:44:37.0 +0200 @@ -1,0 +2,195 @@ +Fri Jul 10 11:23:06 CEST 2015 - m...@suse.de + +- v7.03.5 released + +--- +Fri Jul 10 10:50:54 CEST 2015 - m...@suse.de + +- Use by-uuid device names for livestick tool + +--- +Wed Jul 8 15:18:23 CEST 2015 - m...@suse.de + +- DB: rebuild documentation + +--- +Tue Jul 7 11:45:57 CEST 2015 - m...@suse.de + +- Added __checkImageIncludeApplicable runtime check + + The imageinclude attribute is currently not supported with all + URI types. Therefore we test if the repo URL uses obs|iso and + provide a message to the user. If we want to support this in the + future for obs URI types the imageinclude feature has to auto + map the obs URI into the correct http URI which will only work + for repositories in the public part of the open buildservice + This Fixes #472 + +--- +Tue Jul 7 10:03:56 CEST 2015 - m...@suse.de + +- v7.03.4 released + +--- +Tue Jul 7 10:01:29 CEST 2015 - m...@suse.de + +- Fixed createOVFConfiguration + + Make sure destination directory exists prior to moving data + +--- +Mon Jul 6 14:44:32 CEST 2015 - sch...@suse.de + +- Increase fsoverhead for btrfs + +--- +Wed Jul 1 16:07:43 CEST 2015 - m...@suse.de + +- v7.03.3 released + +--- +Wed Jul 1 15:38:38 CEST 2015 - m...@suse.de + +- Follow up Fix for grub2 setup on btrfs + + Only if no bootpartition is used and a volume setup exists + it's required to adapt the boot path with the initial '@' + subvolume + +--- +Wed Jul 1 09:04:12 CEST 2015 - m...@suse.de + +- Update examples, don't use clicfs + +--- +Mon Jun 29 17:27:58 CEST 2015 - m...@suse.de + +- v7.03.2 released + +--- +Mon Jun 29 17:27:33 CEST 2015 - m...@suse.de + +- DB: rebuild documentation + +--- +Mon Jun 29 17:24:29 CEST 2015 - m...@suse.de + +- v7.03.1 released + +--- +Mon Jun 29 17:06:39 CEST 2015 - m...@suse.de + +- DB: rebuild documentation + +--- +Mon Jun 29 16:40:53 CEST 2015 - m...@suse.de + +- Editorial review Chapter 19-20 + +--- +Mon Jun 29 16:26:49 CEST 2015 - m...@suse.de + +- Editorial review Chapter 16 + +--- +Mon Jun 29 16:23:56 CEST 2015 - m...@suse.de + +- Fixed __checkPreferencesDefinition runtime check + + The check for the uniqueness of the profile name is based on + a regular expression. However the expression matches a subset + of names which causes 'foo' and 'foofoo' to be triggered as + the same name + +--- +Mon Jun 29 16:22:04 CEST 2015 - m...@suse.de + +- Update SLE12 JeOS + + Added Xen HVM type setup to be referenced in the documentation + Deleted ec2 image build. This will eventually become a new chapter + referencing the images as we build it in the buildservice later + +--- +Mon Jun 29 14:54:01 CEST 2015 - m...@suse.de + +- Editorial review Chapter 17 + + EC2 documentation deleted, this chapter needs a rewrite + with regards to tools developed in the public cloud + development team. I would also not mention any sequence + to support s3 baked images, we should focus on EBS + baked images + +--- +Mon Jun 29 12:28:28 CEST 2015 - m...@suse.de + +- v7.02.58 released + +--- +Mon Jun 29 12:1
commit yast2-tune for openSUSE:Factory
Hello community, here is the log from the commit of package yast2-tune for openSUSE:Factory checked in at 2015-07-19 11:44:10 Comparing /work/SRC/openSUSE:Factory/yast2-tune (Old) and /work/SRC/openSUSE:Factory/.yast2-tune.new (New) Package is "yast2-tune" Changes: --- /work/SRC/openSUSE:Factory/yast2-tune/yast2-tune.changes2015-01-23 16:18:42.0 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-tune.new/yast2-tune.changes 2015-07-19 11:44:11.0 +0200 @@ -1,0 +2,6 @@ +Thu Jul 9 15:52:45 UTC 2015 - jreidin...@suse.com + +- use proper desktop file name to show proper icon (bnc#937549) +- 3.1.7 + +--- @@ -6,0 +13 @@ +- 3.1.6 Old: yast2-tune-3.1.6.tar.bz2 New: yast2-tune-3.1.7.tar.bz2 Other differences: -- ++ yast2-tune.spec ++ --- /var/tmp/diff_new_pack.dIaGha/_old 2015-07-19 11:44:12.0 +0200 +++ /var/tmp/diff_new_pack.dIaGha/_new 2015-07-19 11:44:12.0 +0200 @@ -1,7 +1,7 @@ # # spec file for package yast2-tune # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: yast2-tune -Version:3.1.6 +Version:3.1.7 Release:0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ yast2-tune-3.1.6.tar.bz2 -> yast2-tune-3.1.7.tar.bz2 ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-tune-3.1.6/CONTRIBUTING.md new/yast2-tune-3.1.7/CONTRIBUTING.md --- old/yast2-tune-3.1.6/CONTRIBUTING.md2015-01-14 15:49:10.0 +0100 +++ new/yast2-tune-3.1.7/CONTRIBUTING.md2015-04-17 10:53:28.0 +0200 @@ -12,13 +12,13 @@ --- If you find a problem, please report it either using -[Bugzilla](https://bugzilla.novell.com/enter_bug.cgi?format=guided&product=openSUSE+Factory&component=YaST2) +[Bugzilla](https://bugzilla.suse.com/enter_bug.cgi?format=guided&product=openSUSE+Factory&component=YaST2) or [GitHub issues](../../issues). (For Bugzilla, use the [simplified registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp) if you don't have an account yet.) If you find a problem, please report it either using -[Bugzilla](https://bugzilla.novell.com/) or GitHub issues. We can't guarantee +[Bugzilla](https://bugzilla.suse.com/) or GitHub issues. We can't guarantee that every bug will be fixed, but we'll try. When creating a bug report, please follow our [bug reporting @@ -71,7 +71,7 @@ [widely used conventions](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html). -If your commit is related to a bug in Buzgilla or an issue on GitHub, make sure +If your commit is related to a bug in Bugzilla or an issue on GitHub, make sure you mention it in the commit message for cross-reference. Use format like bnc#775814 or gh#yast/yast-foo#42. See also [GitHub autolinking](https://help.github.com/articles/github-flavored-markdown#references) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-tune-3.1.6/package/yast2-tune.changes new/yast2-tune-3.1.7/package/yast2-tune.changes --- old/yast2-tune-3.1.6/package/yast2-tune.changes 2015-01-14 15:49:10.0 +0100 +++ new/yast2-tune-3.1.7/package/yast2-tune.changes 2015-07-09 18:04:38.0 +0200 @@ -1,9 +1,16 @@ --- +Thu Jul 9 15:52:45 UTC 2015 - jreidin...@suse.com + +- use proper desktop file name to show proper icon (bnc#937549) +- 3.1.7 + +--- Wed Jan 14 13:13:12 UTC 2015 - lsle...@suse.cz - activate the global IO scheduler settings (bnc#779146) - removed "boot.sysctl" service activation (it has been renamed to "systemd-sysctl" service and it cannot be disabled anyway) +- 3.1.6 --- Thu Dec 4 09:51:45 UTC 2014 - jreidin...@suse.com diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-tune-3.1.6/package/yast2-tune.spec new/yast2-tune-3.1.7/package/yast2-tune.spec --- old/yast2-tune-3.1.6/package/yast2-tune.spec2015-01-14 15:49:10.0 +0100 +++ new/yast2-tune-3.1.7/package/yast2-tune.spec2015-07-09 18:04:38.0 +0200 @@ -1,7 +1,7 @@ # # spec file for package yast2-tune # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +#
commit mozilla-nss for openSUSE:Factory
Hello community, here is the log from the commit of package mozilla-nss for openSUSE:Factory checked in at 2015-07-19 11:44:24 Comparing /work/SRC/openSUSE:Factory/mozilla-nss (Old) and /work/SRC/openSUSE:Factory/.mozilla-nss.new (New) Package is "mozilla-nss" Changes: --- /work/SRC/openSUSE:Factory/mozilla-nss/mozilla-nss.changes 2015-06-30 10:15:20.0 +0200 +++ /work/SRC/openSUSE:Factory/.mozilla-nss.new/mozilla-nss.changes 2015-07-19 11:44:25.0 +0200 @@ -35,0 +36 @@ +(MFSA 2015-70/CVE-2015-4000) @@ -40,0 +42,2 @@ + * NSS incorrectly permits skipping of ServerKeyExchange +(bmo#1086145) (MFSA 2015-71/CVE-2015-2721) Other differences: --
commit wodim for openSUSE:Factory
Hello community, here is the log from the commit of package wodim for openSUSE:Factory checked in at 2015-07-19 11:44:07 Comparing /work/SRC/openSUSE:Factory/wodim (Old) and /work/SRC/openSUSE:Factory/.wodim.new (New) Package is "wodim" Changes: --- /work/SRC/openSUSE:Factory/wodim/wodim.changes 2015-06-11 08:20:56.0 +0200 +++ /work/SRC/openSUSE:Factory/.wodim.new/wodim.changes 2015-07-19 11:44:09.0 +0200 @@ -1,0 +2,6 @@ +Wed Jul 8 10:56:17 UTC 2015 - dmuel...@suse.com + +- disable source download service, upstream download location + is dead + +--- @@ -10,0 +17,5 @@ + +--- +Fri Jan 30 12:53:47 UTC 2015 - dmuel...@suse.com + +- add cdrkit-1.1.8-werror.patch, cdrkit-efi-boot.patch (fate#318444) New: cdrkit-1.1.8-werror.patch cdrkit-efi-boot.patch Other differences: -- ++ wodim.spec ++ --- /var/tmp/diff_new_pack.IBUKKl/_old 2015-07-19 11:44:10.0 +0200 +++ /var/tmp/diff_new_pack.IBUKKl/_new 2015-07-19 11:44:10.0 +0200 @@ -24,7 +24,7 @@ Group: Productivity/Multimedia/CD/Record Url:http://cdrkit.org/ -Source0:http://cdrkit.org/releases/cdrkit-%{version}.tar.gz +Source0:cdrkit-%{version}.tar.gz Source1:scan_scsi.linux Source2:cdinfo.c Source5:README.SUSE @@ -43,6 +43,8 @@ Patch5: genisoimage-multi-extent-fix-bnc615177.patch # PATCH-FIX-OPENSUSE cdrkit-pie.diff lnus...@suse.de -- wodim must be pie as users may set suid bit on it Patch6: cdrkit-pie.diff +Patch7: cdrkit-1.1.8-werror.patch +Patch8: cdrkit-efi-boot.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: cmake @@ -120,6 +122,8 @@ %patch4 %patch5 %patch6 -p1 +%patch7 -p1 +%patch8 -p1 # Fix perl path find . -type f -print0 | xargs -0 perl -pi -e 's#/usr/local/bin/perl#/usr/bin/perl#g' # Fix permissions (no executables in doc files) ++ _service ++ --- /var/tmp/diff_new_pack.IBUKKl/_old 2015-07-19 11:44:10.0 +0200 +++ /var/tmp/diff_new_pack.IBUKKl/_new 2015-07-19 11:44:10.0 +0200 @@ -1,6 +1,6 @@ - + http cdrkit.org /releases/cdrkit-1.1.11.tar.gz ++ cdrkit-1.1.8-werror.patch ++ Index: cdrkit-1.1.11/wodim/wodim.c === --- cdrkit-1.1.11.orig/wodim/wodim.c +++ cdrkit-1.1.11/wodim/wodim.c @@ -4089,7 +4089,7 @@ audioread(SCSI *usalp, cdr_t *dp, int fl read_scsi(usalp, buf, 1000, 1); printf("XXX:\n"); - write(1, buf, 512); /* FIXME: handle return value */ + do{int ret;ret=write(1, buf, 512);}while(0); /* FIXME: handle return value */ unload_media(usalp, dp, flags); comexit(0); #endif Index: cdrkit-1.1.11/wodim/isosize.c === --- cdrkit-1.1.11.orig/wodim/isosize.c +++ cdrkit-1.1.11/wodim/isosize.c @@ -69,7 +69,7 @@ isosize(int f) vp = (struct iso9660_pr_voldesc *) &vd; do { - read(f, &vd, sizeof (vd)); /* FIXME: check return value */ + do{int ret;ret=read(f, &vd, sizeof (vd));}while(0); /* FIXME: check return value */ if (GET_UBYTE(vd.vd_type) == VD_PRIMARY) break; Index: cdrkit-1.1.11/icedax/toc.c === --- cdrkit-1.1.11.orig/icedax/toc.c +++ cdrkit-1.1.11/icedax/toc.c @@ -1071,7 +1071,7 @@ static int handle_userchoice(char *p, un /* get user response. */ do { fprintf(stderr, "please choose one (0-%u): ", nr); - scanf("%u", &user_choice); /* FIXME: check return value */ + do{int ret;ret=scanf("%u", &user_choice);}while(0); /* FIXME: check return value */ } while (user_choice > nr); if (user_choice == nr) Index: cdrkit-1.1.11/genisoimage/diag/dump.c === --- cdrkit-1.1.11.orig/genisoimage/diag/dump.c +++ cdrkit-1.1.11/genisoimage/diag/dump.c @@ -368,7 +368,7 @@ main(int argc, char *argv[]) do { if (file_addr < (off_t)0) file_addr = (off_t)0; showblock(1); - read(STDIN_FILENO, &c, 1); /* FIXME: check return value */ + do{int ret;ret=read(STDIN_FILENO, &c, 1);}while(0); /* FIXME: check return value */ if (c == 'a') file_addr -= PAGE; if (c == 'b') @@ -378,11 +378,11 @@ main(int argc, char *argv[]) printf("Enter new starting block (in h
commit amarok for openSUSE:Factory
Hello community, here is the log from the commit of package amarok for openSUSE:Factory checked in at 2015-07-19 11:44:14 Comparing /work/SRC/openSUSE:Factory/amarok (Old) and /work/SRC/openSUSE:Factory/.amarok.new (New) Package is "amarok" Changes: --- /work/SRC/openSUSE:Factory/amarok/amarok.changes2015-02-06 22:36:31.0 +0100 +++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes 2015-07-19 11:44:15.0 +0200 @@ -1,0 +2,6 @@ +Thu Jul 9 09:50:57 UTC 2015 - wba...@tmo.at + +- Add Enable_Wikipedia_over_SSL.patch to make the Wikipedia applet + work again (boo#934730, kde#349313) + +--- New: Enable_Wikipedia_over_SSL.patch Other differences: -- ++ amarok.spec ++ --- /var/tmp/diff_new_pack.WC1V6a/_old 2015-07-19 11:44:17.0 +0200 +++ /var/tmp/diff_new_pack.WC1V6a/_new 2015-07-19 11:44:17.0 +0200 @@ -53,6 +53,8 @@ Patch107: 0008-Clean-up-the-leftover-of-strigi-removal.patch # PATCH-FIX-OPENSUSE 0009-Fix-Ampache-plugin-connections.patch - Unbreak Ampache plugin login (under review upstream) Patch108: 0009-Fix-Ampache-plugin-connections.patch +# PATCH-FIX-UPSTREAM Enable_Wikipedia_over_SSL.patch boo#934730, kde#349313 - Unbreak Wikipedia applet by enabling SSL +Patch109: Enable_Wikipedia_over_SSL.patch # Required for the fdupes macro BuildRequires: fdupes BuildRequires: gdk-pixbuf-devel @@ -121,6 +123,7 @@ %patch106 -p1 %patch107 -p1 %patch108 -p1 +%patch109 -p1 # Remove build time references so build-compare can do its work FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{S:99} '+%%b %%e %%Y') ++ Enable_Wikipedia_over_SSL.patch ++ From: Frank Meerkötter Date: Thu, 12 Sep 2013 19:44:03 + Subject: Enable Wikipedia over SSL. X-Git-Tag: v2.8.90 X-Git-Url: http://quickgit.kde.org/?p=amarok.git&a=commitdiff&h=284342b48dc32341c3553fd2b0ee5069d75b58f9 --- Enable Wikipedia over SSL. This patch makes SSL the default. It also adds a checkbox to disable it so if there would be a problem a fallback to HTTP is possible. BUG: 322249 REVIEW: 112706 FIXED-IN: 2.9 --- --- a/src/context/applets/wikipedia/WikipediaApplet.cpp +++ b/src/context/applets/wikipedia/WikipediaApplet.cpp @@ -250,11 +250,14 @@ } langList = list; useMobileWikipedia = (generalSettingsUi.mobileCheckBox->checkState() == Qt::Checked); +useSSL = (generalSettingsUi.sslCheckBox->checkState() == Qt::Checked); Amarok::config("Wikipedia Applet").writeEntry( "PreferredLang", list ); Amarok::config("Wikipedia Applet").writeEntry( "UseMobile", useMobileWikipedia ); +Amarok::config( "Wikipedia Applet" ).writeEntry( "UseSSL", useSSL ); _paletteChanged( App::instance()->palette() ); dataContainer->setData( "lang", langList ); dataContainer->setData( "mobile", useMobileWikipedia ); +dataContainer->setData( "ssl", useSSL ); scheduleEngineUpdate(); } @@ -656,9 +659,11 @@ // Read config and inform the engine. d->langList = Amarok::config("Wikipedia Applet").readEntry( "PreferredLang", QStringList() << "en" ); d->useMobileWikipedia = Amarok::config("Wikipedia Applet").readEntry( "UseMobile", false ); +d->useSSL = Amarok::config( "Wikipedia Applet" ).readEntry( "UseSSL", true ); d->_paletteChanged( App::instance()->palette() ); d->dataContainer->setData( "lang", d->langList ); d->dataContainer->setData( "mobile", d->useMobileWikipedia ); +d->dataContainer->setData( "ssl", d->useSSL ); d->scheduleEngineUpdate(); updateConstraints(); @@ -787,6 +792,7 @@ QWidget *genSettings = new QWidget; d->generalSettingsUi.setupUi( genSettings ); d->generalSettingsUi.mobileCheckBox->setCheckState( d->useMobileWikipedia ? Qt::Checked : Qt::Unchecked ); +d->generalSettingsUi.sslCheckBox->setCheckState( d->useSSL ? Qt::Checked : Qt::Unchecked ); connect( d->languageSettingsUi.downloadButton, SIGNAL(clicked()), this, SLOT(_getLangMap()) ); connect( parent, SIGNAL(okClicked()), this, SLOT(_loadSettings()) ); --- a/src/context/applets/wikipedia/WikipediaApplet_p.h +++ b/src/context/applets/wikipedia/WikipediaApplet_p.h @@ -143,6 +143,7 @@ bool isForwardHistory; bool isBackwardHistory; bool useMobileWikipedia; +bool useSSL; }; class WikipediaSearchLineEdit : public Plasma::LineEdit --- a/src/context/applets/wikipedia/wikipediaGeneralSettings.ui +++ b/src/context/applets/wikipedia/wikipediaGeneralSettings.ui @@ -6,8 +6,8 @@ 0 0 -244 -23 +253 +62 @@ -32,6 +32,13 @@ + + + +Use &SSL + + +
commit python3-rdflib for openSUSE:Factory
Hello community, here is the log from the commit of package python3-rdflib for openSUSE:Factory checked in at 2015-07-19 11:44:18 Comparing /work/SRC/openSUSE:Factory/python3-rdflib (Old) and /work/SRC/openSUSE:Factory/.python3-rdflib.new (New) Package is "python3-rdflib" Changes: --- /work/SRC/openSUSE:Factory/python3-rdflib/python3-rdflib.changes 2015-07-03 00:18:57.0 +0200 +++ /work/SRC/openSUSE:Factory/.python3-rdflib.new/python3-rdflib.changes 2015-07-19 11:44:19.0 +0200 @@ -1,0 +2,5 @@ +Thu Jul 9 20:52:30 UTC 2015 - toddrme2...@gmail.com + +- Make update-alternatives compatible with python-rdflib + +--- Other differences: -- ++ python3-rdflib.spec ++ --- /var/tmp/diff_new_pack.tF7ok9/_old 2015-07-19 11:44:20.0 +0200 +++ /var/tmp/diff_new_pack.tF7ok9/_new 2015-07-19 11:44:20.0 +0200 @@ -89,16 +89,12 @@ python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} # for update-alternatives -mv %{buildroot}%{_bindir}/csv2rdf %{buildroot}%{_bindir}/csv2rdf-%{py3_ver} -mv %{buildroot}%{_bindir}/rdf2dot %{buildroot}%{_bindir}/rdf2dot-%{py3_ver} -mv %{buildroot}%{_bindir}/rdfgraphisomorphism %{buildroot}%{_bindir}/rdfgraphisomorphism-%{py3_ver} -mv %{buildroot}%{_bindir}/rdfpipe %{buildroot}%{_bindir}/rdfpipe-%{py3_ver} -mv %{buildroot}%{_bindir}/rdfs2dot %{buildroot}%{_bindir}/rdfs2dot-%{py3_ver} -ln -s %{_bindir}/csv2rdf-%{py3_ver} %{buildroot}%{_bindir}/csv2rdf -ln -s %{_bindir}/rdf2dot-%{py3_ver} %{buildroot}%{_bindir}/rdf2dot -ln -s %{_bindir}/rdfgraphisomorphism-%{py3_ver} %{buildroot}%{_bindir}/rdfgraphisomorphism -ln -s %{_bindir}/rdfpipe-%{py3_ver} %{buildroot}%{_bindir}/rdfpipe -ln -s %{_bindir}/rdfs2dot-%{py3_ver} %{buildroot}%{_bindir}/rdfs2dot +mkdir -p %{buildroot}%{_sysconfdir}/alternatives +for f in csv2rdf rdf2dot rdfgraphisomorphism rdfpipe rdfs2dot; do +mv %{buildroot}%{_bindir}/$f %{buildroot}%{_bindir}/$f-%{py3_ver} +touch %{buildroot}%{_sysconfdir}/alternatives/$f +ln -sf %{_sysconfdir}/alternatives/$f %{buildroot}%{_bindir}/$f +done %if 0%{?suse_version} != 1315 # fix end-of-line encoding @@ -107,12 +103,21 @@ %fdupes -s docs/_build/html %endif +%pre +# Since /usr/bin/* became ghosted to be used with update-alternatives, we have to get rid +# of the old binary resulting from the non-update-alternativies-ified package: +[ -h %{_bindir}/csv2rdf ] || rm -f %{_bindir}/csv2rdf +[ -h %{_bindir}/rdf2dot ] || rm -f %{_bindir}/rdf2dot +[ -h %{_bindir}/rdfgraphisomorphism ] || rm -f %{_bindir}/rdfgraphisomorphism +[ -h %{_bindir}/rdfpipe ] || rm -f %{_bindir}/rdfpipe +[ -h %{_bindir}/rdfs2dot ] || rm -f %{_bindir}/rdfs2dot + %post update-alternatives \ --install %{_bindir}/rdfpipe rdfpipe %{_bindir}/rdfpipe-%{py3_ver} 30 \ --slave %{_bindir}/csv2rdf csv2rdf %{_bindir}/csv2rdf%{py3_ver} \ --slave %{_bindir}/rdf2dot rdf2dot %{_bindir}/rdf2dot%{py3_ver} \ - --slave %{_bindir}/rdfgraphisomorphism rdfgraphisomorphism %{_bindir}/rdfgraphisomorphism%{py3_ver} \ + --slave %{_bindir}/rdfgraphisomorphism graphisomorpishm %{_bindir}/rdfgraphisomorphism%{py3_ver} \ --slave %{_bindir}/rdfs2dot rdfs2dot %{_bindir}/rdfs2dot%{py3_ver} %preun @@ -126,16 +131,21 @@ %files %defattr(-,root,root) %doc CHANGELOG.md LICENSE CONTRIBUTORS README.md +%ghost %{_sysconfdir}/alternatives/csv2rdf +%ghost %{_sysconfdir}/alternatives/rdf2dot +%ghost %{_sysconfdir}/alternatives/rdfgraphisomorphism +%ghost %{_sysconfdir}/alternatives/rdfpipe +%ghost %{_sysconfdir}/alternatives/rdfs2dot %{_bindir}/csv2rdf-%{py3_ver} %{_bindir}/rdf2dot-%{py3_ver} %{_bindir}/rdfgraphisomorphism-%{py3_ver} %{_bindir}/rdfpipe-%{py3_ver} %{_bindir}/rdfs2dot-%{py3_ver} -%ghost %{_bindir}/csv2rdf -%ghost %{_bindir}/rdf2dot -%ghost %{_bindir}/rdfgraphisomorphism -%ghost %{_bindir}/rdfpipe -%ghost %{_bindir}/rdfs2dot +%{_bindir}/csv2rdf +%{_bindir}/rdf2dot +%{_bindir}/rdfgraphisomorphism +%{_bindir}/rdfpipe +%{_bindir}/rdfs2dot %{python3_sitelib}/rdflib/ %{python3_sitelib}/rdflib-%{version}-py*.egg-info