commit coreutils for openSUSE:Factory

2016-08-05 Thread h_root
Hello community,

here is the log from the commit of package coreutils for openSUSE:Factory 
checked in at 2016-08-05 18:11:47

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


Package is "coreutils"

Changes:

--- /work/SRC/openSUSE:Factory/coreutils/coreutils-testsuite.changes
2016-07-18 21:17:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.coreutils.new/coreutils-testsuite.changes   
2016-08-05 18:11:48.0 +0200
@@ -1,0 +2,13 @@
+Thu Jul 28 17:02:53 UTC 2016 - m...@bernhard-voelker.de
+
+- coreutils-maint-fix-dependency-of-man-arch.1.patch: Add Upstream
+  patch to fix the build dependency between src/arch -> man/arch.1
+  which lead to spurious build failures.
+- coreutils-df-hash-in-filter.patch: Refresh with -p0.
+
+---
+Fri Jul 22 10:48:50 CEST 2016 - p...@suse.de
+
+- Add coreutils-df-hash-in-filter.patch that speeds up df.
+
+---
coreutils.changes: same change

New:

  coreutils-df-hash-in-filter.patch
  coreutils-maint-fix-dependency-of-man-arch.1.patch



Other differences:
--
++ coreutils-testsuite.spec ++
--- /var/tmp/diff_new_pack.Tg8xN0/_old  2016-08-05 18:11:50.0 +0200
+++ /var/tmp/diff_new_pack.Tg8xN0/_new  2016-08-05 18:11:50.0 +0200
@@ -132,6 +132,14 @@
 # to be removed with coreutils > v8.25.
 Patch700:   coreutils-diagnose-fts-readdir-failure.patch
 
+# Upstream patch to improve df performance with many mount points;
+# to be removed with coreutils > v8.25.
+Patch705:   coreutils-df-hash-in-filter.patch
+
+# Upstream patch to fix the build dependency between src/arch -> man/arch.1;
+# to be removed with coreutils > v8.25.
+Patch710:   coreutils-maint-fix-dependency-of-man-arch.1.patch
+
 # 
 %description
 These are the GNU core utilities.  This package is the union of
@@ -175,6 +183,8 @@
 %patch501
 
 %patch700
+%patch705
+%patch710
 
 #???## We need to statically link to gmp, otherwise we have a build loop
 #???#sed -i s,'$(LIB_GMP)',%%{_libdir}/libgmp.a,g Makefile.in

++ coreutils.spec ++
--- /var/tmp/diff_new_pack.Tg8xN0/_old  2016-08-05 18:11:50.0 +0200
+++ /var/tmp/diff_new_pack.Tg8xN0/_new  2016-08-05 18:11:50.0 +0200
@@ -132,6 +132,14 @@
 # to be removed with coreutils > v8.25.
 Patch700:   coreutils-diagnose-fts-readdir-failure.patch
 
+# Upstream patch to improve df performance with many mount points;
+# to be removed with coreutils > v8.25.
+Patch705:   coreutils-df-hash-in-filter.patch
+
+# Upstream patch to fix the build dependency between src/arch -> man/arch.1;
+# to be removed with coreutils > v8.25.
+Patch710:   coreutils-maint-fix-dependency-of-man-arch.1.patch
+
 # 
 %description
 These are the GNU core utilities.  This package is the union of
@@ -175,6 +183,8 @@
 %patch501
 
 %patch700
+%patch705
+%patch710
 
 #???## We need to statically link to gmp, otherwise we have a build loop
 #???#sed -i s,'$(LIB_GMP)',%%{_libdir}/libgmp.a,g Makefile.in


++ coreutils-df-hash-in-filter.patch ++
# Upstream patch to improve df performance with many mount points;
# to be removed with coreutils > v8.25.

Upstream patch:
  http://git.sv.gnu.org/cgit/coreutils.git/commit/?id=1c17f61ef9

Downstream addition:
* THANKS: Propagate the addition of Josef Cejka from THANKS.in
to this file (usually done via "make dist").

__
>From 1c17f61ef993a5ee5fb0d3bc47b7b25782ae386c Mon Sep 17 00:00:00 2001
From: Philipp Thomas 
Date: Sun, 31 Jul 2016 21:24:18 +0200
Subject: [PATCH] df: improve performance with many mount points

Use hash table for seaching in filter_mount_list() and get_dev()

This improves performance for 20K mount entries from:
  real0m1.731s
  user0m0.532s
  sys 0m1.188s
to:
  real0m1.066s
  user0m0.028s
  sys 0m1.032s

* src/df.c (devlist_table): Define hash table.
(devlist_hash): Add hash function.
(devlist_compare): Add hash comparison function.
(devlist_for_dev): Add lookup function.
(devlist_free): Add cleanup function.
(filter_mount_list): Use the above hash table.
While at it, rename the variable 'devlist' to 'seen_dev' for
better readability.
(me_for_dev): Use the above lookup function.
NEWS: Mention the improvement.
THANKS.in: Remove the committer; add original submitter Josef Cejka.
---
 NEWS  |3 +
 THANKS|1 
 THANKS.in |2 -
 src/df.c  |  110 +++---
 4 files changed, 82 

commit texinfo for openSUSE:Factory

2016-08-05 Thread h_root
Hello community,

here is the log from the commit of package texinfo for openSUSE:Factory checked 
in at 2016-08-05 18:11:36

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


Package is "texinfo"

Changes:

--- /work/SRC/openSUSE:Factory/texinfo/texinfo.changes  2016-07-24 
19:42:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.texinfo.new/texinfo.changes 2016-08-05 
18:11:37.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 24 16:11:18 UTC 2016 - p.drou...@gmail.com
+
+- Remove libpth-devel; texinfo doesn't depend on it
+
+---



Other differences:
--
++ texinfo.spec ++
--- /var/tmp/diff_new_pack.9JY1vG/_old  2016-08-05 18:11:38.0 +0200
+++ /var/tmp/diff_new_pack.9JY1vG/_new  2016-08-05 18:11:38.0 +0200
@@ -31,7 +31,6 @@
 BuildRequires:  automake
 BuildRequires:  help2man
 BuildRequires:  libbz2-devel
-BuildRequires:  libpth-devel
 BuildRequires:  libzio-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  perl







commit krb5 for openSUSE:Factory

2016-08-05 Thread h_root
Hello community,

here is the log from the commit of package krb5 for openSUSE:Factory checked in 
at 2016-08-05 18:11:29

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


Package is "krb5"

Changes:

--- /work/SRC/openSUSE:Factory/krb5/krb5-mini.changes   2016-07-12 
23:44:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.krb5.new/krb5-mini.changes  2016-08-05 
18:11:30.0 +0200
@@ -0,0 +1,12 @@
+---
+Fri Jul 22 08:45:19 UTC 2016 - mich...@stroeder.com
+
+- Upgrade from 1.14.2 to 1.14.3:
+  * Improve some error messages
+  * Improve documentation
+  * Allow a principal with nonexistent policy to bypass the minimum
+password lifetime check, consistent with other aspects of
+nonexistent policies
+  * Fix a rare KDC denial of service vulnerability when anonymous client
+principals are restricted to obtaining TGTs only [CVE-2016-3120]
+  
--- /work/SRC/openSUSE:Factory/krb5/krb5.changes2016-07-12 
23:44:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.krb5.new/krb5.changes   2016-08-05 
18:11:30.0 +0200
@@ -1,0 +2,12 @@
+Fri Jul 22 08:45:19 UTC 2016 - mich...@stroeder.com
+
+- Upgrade from 1.14.2 to 1.14.3:
+  * Improve some error messages
+  * Improve documentation
+  * Allow a principal with nonexistent policy to bypass the minimum
+password lifetime check, consistent with other aspects of
+nonexistent policies
+  * Fix a rare KDC denial of service vulnerability when anonymous client
+principals are restricted to obtaining TGTs only [CVE-2016-3120]
+  
+---

Old:

  krb5-1.14.2.tar.gz

New:

  krb5-1.14.3.tar.gz
  krb5-1.14.3.tar.gz.asc



Other differences:
--
++ krb5-mini.spec ++
--- /var/tmp/diff_new_pack.rvGsKV/_old  2016-08-05 18:11:32.0 +0200
+++ /var/tmp/diff_new_pack.rvGsKV/_new  2016-08-05 18:11:32.0 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define srcRoot krb5-1.14.2
+%define srcRoot krb5-1.14.3
 %define vendorFiles %{_builddir}/%{srcRoot}/vendor-files/
 %define krb5docdir  %{_defaultdocdir}/krb5
 
@@ -29,7 +29,7 @@
 BuildRequires:  libcom_err-devel
 BuildRequires:  libselinux-devel
 BuildRequires:  ncurses-devel
-Version:1.14.2
+Version:1.14.3
 Release:0
 Summary:MIT Kerberos5 implementation and libraries with minimal 
dependencies
 License:MIT
@@ -48,10 +48,11 @@
 Conflicts:  krb5-plugin-preauth-pkinit
 Conflicts:  krb5-plugin-preauth-otp
 # both tar.gz and .tar.gz.asc extracted from the 
http://web.mit.edu/kerberos/dist/krb5/1.13/krb5-1.13.2-signed.tar
-Source: krb5-%{version}.tar.gz
-Source43:   krb5.keyring
-Source1:vendor-files.tar.bz2
-Source2:baselibs.conf
+Source0:krb5-%{version}.tar.gz
+Source1:krb5-%{version}.tar.gz.asc
+Source2:krb5.keyring
+Source3:vendor-files.tar.bz2
+Source4:baselibs.conf
 Source5:krb5-rpmlintrc
 Patch1: krb5-1.12-pam.patch
 Patch2: krb5-1.9-manpaths.dif
@@ -97,7 +98,7 @@
 
 %prep
 %setup -q -n %{srcRoot}
-%setup -a 1 -T -D -n %{srcRoot}
+%setup -a 3 -T -D -n %{srcRoot}
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
@@ -140,7 +141,8 @@
 --with-system-et \
 --with-system-ss \
 --with-system-verto
-%{__make} %{?_smp_mflags}
+
+make %{?_smp_mflags}
 
 # Copy kadmin manual page into kadmin.local's due to the split between client 
and server package
 cp man/kadmin.man man/kadmin.local.8

++ krb5.spec ++
--- /var/tmp/diff_new_pack.rvGsKV/_old  2016-08-05 18:11:32.0 +0200
+++ /var/tmp/diff_new_pack.rvGsKV/_new  2016-08-05 18:11:32.0 +0200
@@ -25,7 +25,7 @@
 BuildRequires:  libcom_err-devel
 BuildRequires:  libselinux-devel
 BuildRequires:  ncurses-devel
-Version:1.14.2
+Version:1.14.3
 Release:0
 Summary:MIT Kerberos5 Implementation--Libraries
 License:MIT
@@ -47,10 +47,11 @@
 %endif
 Conflicts:  krb5-mini
 # both tar.gz and .tar.gz.asc extracted from the 
http://web.mit.edu/kerberos/dist/krb5/1.13/krb5-1.13.2-signed.tar
-Source: krb5-%{version}.tar.gz
-Source43:   krb5.keyring
-Source1:vendor-files.tar.bz2
-Source2:baselibs.conf
+Source0:krb5-%{version}.tar.gz
+Source1:krb5-%{version}.tar.gz.asc
+Source2:krb5.keyring
+Source3:vendor-files.tar.bz2
+Source4:baselibs.conf
 Source5:krb5-rpmlintrc
 Patch1: krb5-1.12-pam.patch
 Patch2: krb5-1.9-manpaths.dif
@@ -167,7 +168,7 @@
 
 %prep
 %setup -q -n %{srcRoot}
-%setup -a 1 -T -D -n %{srcRoot}
+%setup -a 3 -T -D -n %{srcRoot}
 

commit expat for openSUSE:Factory

2016-08-05 Thread h_root
Hello community,

here is the log from the commit of package expat for openSUSE:Factory checked 
in at 2016-08-05 18:11:22

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


Package is "expat"

Changes:

--- /work/SRC/openSUSE:Factory/expat/expat.changes  2016-07-18 
21:17:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.expat.new/expat.changes 2016-08-05 
18:11:24.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul 18 23:02:23 UTC 2016 - jeng...@inai.de
+
+- Remove pointless --with-pic (for static only)
+
+---



Other differences:
--
++ expat.spec ++
--- /var/tmp/diff_new_pack.dWywWw/_old  2016-08-05 18:11:25.0 +0200
+++ /var/tmp/diff_new_pack.dWywWw/_new  2016-08-05 18:11:25.0 +0200
@@ -38,7 +38,7 @@
 
 %package -n libexpat1
 Summary:XML Parser Toolkit
-Group:  Development/Libraries/C and C++
+Group:  System/Libraries
 
 %description -n libexpat1
 Expat is an XML parser library written in C. It is a stream-oriented
@@ -68,8 +68,7 @@
 %build
 %configure \
 --disable-silent-rules \
---disable-static \
---with-pic
+--disable-static
 make %{?_smp_mflags}
 
 %install




commit geary for openSUSE:13.2:Update

2016-08-05 Thread h_root
Hello community,

here is the log from the commit of package geary for openSUSE:13.2:Update 
checked in at 2016-08-05 12:07:39

Comparing /work/SRC/openSUSE:13.2:Update/geary (Old)
 and  /work/SRC/openSUSE:13.2:Update/.geary.new (New)


Package is "geary"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.jFQpBI/_old  2016-08-05 12:07:45.0 +0200
+++ /var/tmp/diff_new_pack.jFQpBI/_new  2016-08-05 12:07:45.0 +0200
@@ -1 +1 @@
-
+




commit geary.5425 for openSUSE:13.2:Update

2016-08-05 Thread h_root
Hello community,

here is the log from the commit of package geary.5425 for openSUSE:13.2:Update 
checked in at 2016-08-05 12:07:30

Comparing /work/SRC/openSUSE:13.2:Update/geary.5425 (Old)
 and  /work/SRC/openSUSE:13.2:Update/.geary.5425.new (New)


Package is "geary.5425"

Changes:

New Changes file:

--- /dev/null   2016-07-07 10:01:34.856033756 +0200
+++ /work/SRC/openSUSE:13.2:Update/.geary.5425.new/geary.changes
2016-08-05 12:07:33.0 +0200
@@ -0,0 +1,405 @@
+---
+Mon Jun 27 13:16:18 UTC 2016 - zai...@opensuse.org
+
+- Update to version 0.11.1 (boo#991116):
+  + Fix frequent crashes on 32-bit/i686 OS installations
+(bgo#758621).
+  + Fix error connecting to certain Outlook.com accounts
+(bgo#766552).
+  + Find special folders with lower case names (bgo#748183).
+  + Find Exchange Sent and Deleted special folders (bgo#748183).
+  + Don't create Archive folders for GMail accounts (bgo#767259).
+  + Use HTTPS for accessing Gravatar.com (bgo#766595).
+  + Fix text not show when only plain text and image parts
+(bgo#767438).
+  + Fix crash when is:foo is not translated (bgo#766837).
+  + Make English versions of search ops always work (bgo#766837).
+  + Allow to:me and from:me to be translated separately
+(bgo#767291).
+  + Fix date typo in NEWS.
+  + Updated translations.
+
+---
+Sun May 15 17:53:11 UTC 2016 - zai...@opensuse.org
+
+- Update to version 0.11.0:
+  + Add archive special folder support (bgo#713986).
+  + Add is:read, is:unread: is:starred search operators
+(bgo#726661).
+  + Fix using more than search operator - to:, from:, etc
+(bgo#749938).
+  + Work around crashes caused by WebKitGTK+ 2.4.10 (bgo#764152,
+bgo#763933).
+  + Fix a crash when searching (bgo#765515).
+  + Fix images not being displayed in some HTML messages
+(bgo#764919).
+  + Fix empty main window when opened from notification
+(bgo#763961).
+  + Fix UI freezing when network connections are lost (bgo#757088).
+  + Work better with Cyrus & other servers when network unreliable
+(bgo#757166).
+  + Enable use of custom FTS3 tokeniser in SQLite 3.12 and later
+(bgo#763203).
+  + Fix inconsistent Composer 'Detach' button placement
+(bgo#757110).
+  + Documentation improvements (bgo#764848, bgo#749925).
+  + Update deb module dependencies (bgo#749931, bgo#748464).
+  + Updated translations.
+
+---
+Tue Mar 31 15:02:24 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.10.0:
+  + Undo Archive/Trash/Move of email (bgo#721828).
+  + New split headerbar layout with UI, composer improvements
+(bgo#743960).
+  + Preference to switch between 2-column and 3-column layout
+  + (bgo#714793).
+  + Support multiple ("alternate") email addresses per account
+(bgo#714922).
+  + New shortcut keys to navigate next/previous conversation
+(bgo#714434).
+  + Fix displaying inline images referenced by Content-ID
+(bgo#743676).
+  + Numerous bug fixes, optimizations, improvements.
+  + Updated translations.
+
+---
+Tue Feb  3 13:03:14 UTC 2015 - dims...@opensuse.org
+
+- Update to version 0.9.1:
+  + Support HTML signatures (bgo#738895).
+  + Quote from multiple selections in reply (bgo#738188).
+  + Restore reply/reply all/forward state of edited drafts
+(bgo#743067).
+  + Quoted message portion may be easily removed in composer
+(bgo#741609).
+  + True delete now supported in Gmail (bgo#721790).
+  + Improved searching for terms w/ punctuation (bgo#714863).
+  + Better management of draft messages to avoid orphans.
+  + Empty Trash, Empty Spam (bgo#714809, bgo#725260).
+  + Better conversation construction (bgo#714563).
+  + Improved IMAP connection reestablishment and retrying of remote
+operations.
+  + Various bug fixes, optimizations, improvements.
+  + Updated translations.
+- Drop geary-Off-by-one-heap-buffer-overflow.patch: fixed upstream.
+
+---
+Wed Jan 28 16:43:46 UTC 2015 - dims...@opensuse.org
+
+- Update to version 0.9.0:
+  + Improved full-text search experience (bgo#720361).
+  + Periodic database & attachments garbage collection
+(bgo#714134).
+  + Remove minimum width for sidebar/folder list (bgo#713882).
+  + Use GtkHeaderBar for dialogs (bog#741240).
+  + Can now specify Reply-To when composing (bgo#714588).
+  + Fix signed int32 UID/UIDVALIDITY bug (bgo#737642).
+  + Composer shortcuts now listed in online help (bgo#741573).
+  + Updated translations.
+
+---
+Fri Jan  2 14:50:56 UTC 2015 - 

<    1   2