commit lftp for openSUSE:Factory

2014-08-04 Thread h_root
Hello community,

here is the log from the commit of package lftp for openSUSE:Factory checked in 
at 2014-08-04 15:14:40

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


Package is lftp

Changes:

--- /work/SRC/openSUSE:Factory/lftp/lftp.changes2014-07-27 
18:47:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.lftp.new/lftp.changes   2014-08-04 
15:14:42.0 +0200
@@ -1,0 +2,8 @@
+Tue Jul 29 09:50:11 UTC 2014 - pgaj...@suse.com
+
+- use default ssl cipher instead of the custom one 
+  [bnc#857148] (internal)
+- added patches:
+  * lftp-default-ssl-cipher.patch
+
+---

New:

  lftp-default-ssl-cipher.patch



Other differences:
--
++ lftp.spec ++
--- /var/tmp/diff_new_pack.NwnFBd/_old  2014-08-04 15:14:43.0 +0200
+++ /var/tmp/diff_new_pack.NwnFBd/_new  2014-08-04 15:14:43.0 +0200
@@ -45,6 +45,8 @@
 Patch8: lftp-ca-bundle-path.patch
 # PATCH-FIX-UPSTREAM -- Include config.h where needed.
 Patch9: lftp-config_h.patch
+# PATCH-FEATURE-OPENSUSE lftp-ssl-cipher.patch pgaj...@suse.cz -- use stronger 
cipher [bnc#857148]
+Patch10:lftp-default-ssl-cipher.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
@@ -105,6 +107,7 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10
 
 # replace AC_CHECK_FUNCS_ONCE with AC_CHECK_FUNCS on SLE 9+10
 # as they're not supported by the autotools environment there:


++ lftp-default-ssl-cipher.patch ++
Index: src/lftp_ssl.cc
===
--- src/lftp_ssl.cc.orig2013-03-19 13:55:58.0 +0100
+++ src/lftp_ssl.cc 2014-07-29 11:26:00.702007402 +0200
@@ -772,7 +772,7 @@
SSLeay_add_ssl_algorithms();
ssl_ctx=SSL_CTX_new(SSLv23_client_method());
SSL_CTX_set_options(ssl_ctx, SSL_OP_ALL|SSL_OP_NO_TICKET|SSL_OP_NO_SSLv2);
-   SSL_CTX_set_cipher_list(ssl_ctx, 
ALL:!aNULL:!eNULL:!SSLv2:!LOW:!EXP:!MD5:@STRENGTH);
+   //SSL_CTX_set_cipher_list(ssl_ctx, 
ALL:!aNULL:!eNULL:!SSLv2:!LOW:!EXP:!MD5:@STRENGTH);

SSL_CTX_set_verify(ssl_ctx,SSL_VERIFY_PEER,lftp_ssl_openssl::verify_callback);
 //SSL_CTX_set_default_passwd_cb(ssl_ctx,lftp_ssl_passwd_callback);
 


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit freeradius-server for openSUSE:Factory

2014-08-04 Thread h_root
Hello community,

here is the log from the commit of package freeradius-server for 
openSUSE:Factory checked in at 2014-08-04 15:14:42

Comparing /work/SRC/openSUSE:Factory/freeradius-server (Old)
 and  /work/SRC/openSUSE:Factory/.freeradius-server.new (New)


Package is freeradius-server

Changes:

--- /work/SRC/openSUSE:Factory/freeradius-server/freeradius-server.changes  
2014-05-21 16:19:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.freeradius-server.new/freeradius-server.changes 
2014-08-04 15:14:43.0 +0200
@@ -1,0 +2,20 @@
+Sun Aug  3 18:31:49 UTC 2014 - sfal...@opensuse.org
+
+- added patch to changelog to fix factory-auto failure (Req #242825)
+  added:
+freeradius-server-var_run.patch 
+
+---
+Mon Jul 28 12:28:44 UTC 2014 - vci...@suse.com
+
+- fixed SUSE spelling in a filename (bnc#889034)
+  * don't install suse/README.SuSE
+- remove old tarball and signature file
+
+---
+Tue Jul 22 12:17:52 UTC 2014 - vci...@suse.com
+
+- spec run through spec-cleaner
+- don't install files to /var/run
+
+---

Old:

  freeradius-server-3.0.1.tar.bz2
  freeradius-server-3.0.1.tar.bz2.sig

New:

  freeradius-server-var_run.patch



Other differences:
--
++ freeradius-server.spec ++
--- /var/tmp/diff_new_pack.mDAFf9/_old  2014-08-04 15:14:44.0 +0200
+++ /var/tmp/diff_new_pack.mDAFf9/_new  2014-08-04 15:14:44.0 +0200
@@ -17,12 +17,13 @@
 
 
 %global with_sysvinit 0
+%define unitname radiusd
+%define apxs2 apxs2-prefork
+%define apache2_sysconfdir %(%{_sbindir}/%{apxs2} -q SYSCONFDIR)
 %if 0%{?suse_version}  1310
 %global with_sysvinit 1
 %endif
-
 Name:   freeradius-server
-%define unitname radiusd
 Version:3.0.3
 Release:0
 Summary:Very Highly Configurable Radius Server
@@ -40,6 +41,7 @@
 Patch9: freeradius-server-radius-reload-logrotate.patch
 # PATCH-FIX-SUSE use 'su' logrotate option (bnc#677335)
 Patch12:freeradius-server-2.1.1-logrotate_su.patch
+Patch13:freeradius-server-var_run.patch
 BuildRequires:  apache2-devel
 BuildRequires:  cyrus-sasl-devel
 BuildRequires:  db-devel
@@ -69,43 +71,29 @@
 BuildRequires:  sqlite3-devel
 BuildRequires:  unixODBC-devel
 BuildRequires:  pkgconfig(apr-1)
-%if 0%{?suse_version}  1140
-BuildRequires:  systemd
-%{?systemd_requires}
-%endif
-
-PreReq: %fillup_prereq
-PreReq: %insserv_prereq
-PreReq: coreutils
-PreReq: openssl
-PreReq: perl
-PreReq: pwdutils
-%define apxs2 apxs2-prefork
-%define apache2_sysconfdir %(%{_sbindir}/%{apxs2} -q SYSCONFDIR)
+Requires:   %fillup_prereq
+Requires:   %insserv_prereq
 Requires:   %{name}-libs = %{version}
+Requires:   coreutils
+Requires:   pwdutils
 Requires:   python
-%{?libperl_requires}
+Requires(pre):  openssl
+Requires(pre):  perl
 Recommends: logrotate
 Provides:   freeradius = %{version}
 Provides:   radiusd
 Obsoletes:  freeradius  %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%{?libperl_requires}
 Conflicts:  radiusd-livingston radiusd-cistron icradius
+%if 0%{?suse_version}  1140
+BuildRequires:  systemd
+%{?systemd_requires}
+%endif
 
 %description
 The FreeRADIUS server has a number of features found in other servers
-and additional features not found in any other server. The server's
-features are:
-
-* Support for RFC and VSA attributes
-
-* Additional server configuration attributes
-
-* Selection of a particular configuration
-
-* Authentication methods
-
-* Accounting methods
+and additional features not found in any other server.
 
 %package libs
 Summary:FreeRADIUS shared library
@@ -121,18 +109,7 @@
 
 %description utils
 The FreeRADIUS server has a number of features found in other servers
-and additional features not found in any other server. The server's
-features are:
-
-* Support for RFC and VSA attributes
-
-* Additional server configuration attributes
-
-* Selection of a particular configuration
-
-* Authentication methods
-
-* Accounting methods
+and additional features not found in any other server.
 
 %package devel
 Summary:FreeRADIUS Development Files (static libs)
@@ -153,8 +130,8 @@
 %package ldap
 Summary:LDAP support for freeradius
 Group:  System Environment/Daemons
-Requires:   %{name} = %{version}
 BuildRequires:  openldap2-devel
+Requires:   %{name} = %{version}
 
 %description ldap
 This plugin provides the LDAP support for the FreeRADIUS server project.
@@ -162,8 +139,8 @@
 %package krb5
 Summary:

commit tar for openSUSE:Factory

2014-08-04 Thread h_root
Hello community,

here is the log from the commit of package tar for openSUSE:Factory checked in 
at 2014-08-04 15:14:34

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


Package is tar

Changes:

--- /work/SRC/openSUSE:Factory/tar/tar.changes  2014-08-01 11:48:30.0 
+0200
+++ /work/SRC/openSUSE:Factory/.tar.new/tar.changes 2014-08-04 
15:14:36.0 +0200
@@ -1,0 +2,18 @@
+Sat Aug  2 23:32:30 UTC 2014 - andreas.stie...@gmx.de
+
+- GNU tar 1.28:
+  * New --checkpoint-action=totals
+  * Extended checkpoint format specification
+  * New option --one-top-level
+  * New option --sort
+  * New exclusion options:
+--exclude-ignore=FILE
+--exclude-ignore-recursive=FILE
+--exclude-vcs-ignores
+  * refuses to read input from and write output to a tty
+- packaging changes:
+  * adjust patch for context change: add_readme-tests.patch
+  * remove patch applied upstream:
+tar-fix_eternal_loop_in_handle_option.patch
+
+---

Old:

  tar-1.27.1.tar.bz2
  tar-1.27.1.tar.bz2.sig
  tar-fix_eternal_loop_in_handle_option.patch

New:

  tar-1.28.tar.bz2
  tar-1.28.tar.bz2.sig



Other differences:
--
++ tar.spec ++
--- /var/tmp/diff_new_pack.K9JDCv/_old  2014-08-04 15:14:37.0 +0200
+++ /var/tmp/diff_new_pack.K9JDCv/_new  2014-08-04 15:14:37.0 +0200
@@ -20,7 +20,7 @@
 %define min_suse_ver 1010
 
 Name:   tar
-Version:1.27.1
+Version:1.28
 Release:0
 Summary:GNU implementation of tar ((t)ape (ar)chiver)
 License:GPL-3.0+
@@ -34,7 +34,6 @@
 Patch3: tar-wildcards.patch
 Patch6: tar-backup-spec-fix-paths.patch
 Patch7: tar-1.26-remove_O_NONBLOCK.patch
-Patch8: tar-fix_eternal_loop_in_handle_option.patch
 Patch10:paxutils-rtapelib_mtget.patch
 # don't print warning about zero blocks
 # the patch is used in Fedora and Debian
@@ -82,7 +81,6 @@
 %patch3 -p1
 %patch6 -p1
 %patch7 -p1
-%patch8 -p1
 %patch10 -p1
 %patch11 -p1
 %patch20 -p1
@@ -120,6 +118,8 @@
 install -d -m 755 %{buildroot}%{_sysconfdir}/backup
 install -D -m 644 scripts/backup-specs 
%{buildroot}%{_sysconfdir}/backup/backup-specs
 rm -rf %{buildroot}%{_libexecdir}/rmt
+rm -rvf %{buildroot}/%{_mandir}/man8/rmt.8.gz
+rm -rvf %{buildroot}/%{_mandir}/man8
 rm -f %{buildroot}%{_infodir}/dir
 install -d -m 755 %{buildroot}/var/lib/tests
 cp -r tests %{buildroot}/var/lib/tests/tar

++ add_readme-tests.patch ++
--- /var/tmp/diff_new_pack.K9JDCv/_old  2014-08-04 15:14:37.0 +0200
+++ /var/tmp/diff_new_pack.K9JDCv/_new  2014-08-04 15:14:37.0 +0200
@@ -1,7 +1,25 @@
-Index: tar-1.27.1/README-tests
+---
+ Makefile.in  |2 +-
+ README-tests |   22 ++
+ 2 files changed, 23 insertions(+), 1 deletion(-)
+
+Index: tar-1.28/Makefile.in
 ===
 /dev/null
-+++ tar-1.27.1/README-tests
+--- tar-1.28.orig/Makefile.in  2014-07-27 21:33:48.0 +0100
 tar-1.28/Makefile.in   2014-08-03 00:15:17.0 +0100
+@@ -141,7 +141,7 @@ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+ build_triplet = @build@
+ host_triplet = @host@
+-DIST_COMMON = $(srcdir)/Make.rules INSTALL NEWS README AUTHORS \
++DIST_COMMON = $(srcdir)/Make.rules INSTALL NEWS README README-tests AUTHORS \
+   ChangeLog THANKS $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
+   $(top_srcdir)/configure $(am__configure_deps) \
+   $(srcdir)/config.h.in ABOUT-NLS COPYING TODO build-aux/compile \
+Index: tar-1.28/README-tests
+===
+--- /dev/null  1970-01-01 00:00:00.0 +
 tar-1.28/README-tests  2014-08-03 00:15:17.0 +0100
 @@ -0,0 +1,22 @@
 +Subpackage tar-tests
 +
@@ -25,16 +43,3 @@
 +# needed for genfile binary used in tests
 +./testsuite AUTOTEST_PATH=/var/lib/tests/tar/bin [other options]
 +
-Index: tar-1.27.1/Makefile.in
-===
 tar-1.27.1.orig/Makefile.in
-+++ tar-1.27.1/Makefile.in
-@@ -141,7 +141,7 @@ PRE_UNINSTALL = :
- POST_UNINSTALL = :
- build_triplet = @build@
- host_triplet = @host@
--DIST_COMMON = $(srcdir)/Make.rules INSTALL NEWS README AUTHORS \
-+DIST_COMMON = $(srcdir)/Make.rules INSTALL NEWS README README-tests AUTHORS \
-   ChangeLog THANKS $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
-   $(top_srcdir)/configure $(am__configure_deps) \
-   $(srcdir)/config.h.in ABOUT-NLS README-alpha COPYING TODO \

++ tar-1.27.1.tar.bz2 - tar-1.28.tar.bz2 ++
 147458 lines of diff (skipped)


-- 
To unsubscribe, 

commit whois for openSUSE:Factory

2014-08-04 Thread h_root
Hello community,

here is the log from the commit of package whois for openSUSE:Factory checked 
in at 2014-08-04 15:14:38

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


Package is whois

Changes:

--- /work/SRC/openSUSE:Factory/whois/whois.changes  2014-07-06 
22:53:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.whois.new/whois.changes 2014-08-04 
15:14:39.0 +0200
@@ -1,0 +2,8 @@
+Sun Aug  3 00:27:33 UTC 2014 - andreas.stie...@gmx.de
+
+- whois 5.1.5:
+  * Updated the list of new gTLDs.
+  * Added some disclaimer suppression strings for the new gTLDs'
+ servers.
+
+---

Old:

  whois_5.1.4.tar.xz

New:

  whois_5.1.5.tar.xz



Other differences:
--
++ whois.spec ++
--- /var/tmp/diff_new_pack.TQ1gGS/_old  2014-08-04 15:14:40.0 +0200
+++ /var/tmp/diff_new_pack.TQ1gGS/_new  2014-08-04 15:14:40.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   whois
-Version:5.1.4
+Version:5.1.5
 Release:0
 Summary:Intelligent WHOIS client
 License:GPL-2.0+

++ whois.asc ++
--- /var/tmp/diff_new_pack.TQ1gGS/_old  2014-08-04 15:14:40.0 +0200
+++ /var/tmp/diff_new_pack.TQ1gGS/_new  2014-08-04 15:14:40.0 +0200
@@ -5,7 +5,7 @@
 Source: whois
 Binary: whois
 Architecture: any
-Version: 5.1.4
+Version: 5.1.5
 Maintainer: Marco d'Itri m...@linux.it
 Standards-Version: 3.9.5
 Vcs-Browser: https://github.com/rfc1036/whois
@@ -14,23 +14,23 @@
 Package-List:
  whois deb net standard arch=any
 Checksums-Sha1:
- bbaabf06817e68b4c75ad8fc9d4ed2e2628cf97f 76804 whois_5.1.4.tar.xz
+ 8b2c626a9cb5f6868931ca9d0e374753a88e98b0 77176 whois_5.1.5.tar.xz
 Checksums-Sha256:
- 678f8677d0e2d4836b14c8e95ad875ec569cec282572635f920888462cc5daef 76804 
whois_5.1.4.tar.xz
+ d4a192d6208f1ed3856b5089e2de5fc986031c96148b97c9ef43af7a21af1a9d 77176 
whois_5.1.5.tar.xz
 Files:
- 02ad3adf1cb4f209f06f9c8266c79887 76804 whois_5.1.4.tar.xz
+ 2723e8916cb301999466fd0017d00def 77176 whois_5.1.5.tar.xz
 
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1
 
-iQGcBAEBCAAGBQJTs4fxAAoJECv1pcEixPekj/gL/iEfukahOskdHW0Jrvsp6jHq
-UodxJ5fh/mod7k4hpe9KG/++VxKaVdrT0YzksxbAnXem810/MPBEIUJMbcSfD6BQ
-vCRKxvCM7LnYpy5/0bldroQGnvA8yoikYp6wYDwLIZj2uWv5NF0ciozGshf84KEC
-GCfOs4EG+3ve71boxT29g7B8L0CDdWYgq6RELchB79oO40YFMtMuxVcq0MVXykE/
-I+3zHc1euRPl5FmH2TMyR1uyikhGkSzmmKZX7gmpiWEYXpTsR18crTGSwSDmvaWb
-mdeDifygVo1yNu9y/tt6Ha379Fgtgd0f5L1+byO5r+qPruj7xz4IdANstkGVVmMk
-ZyaZmG63cWPOOLK/lfRj7PZ+GmKLi/D3bJm069v++/YLdzKwxAF1IuJPlbbPrdAu
-apiVpBwY+z+ReZBAhCCF9pJ8KMfYj0zzdHDN4niEjN7+Rd1NBYS61haXHokzLIFT
-LiDWD4jlp4GKzeryKVpiHwE5TlBzwyImD+dnPOL+gw==
-=QvUu
+iQGcBAEBCAAGBQJT3EJFAAoJECv1pcEixPekpHcL/RljfacE5ptOFb20e6e59QmG
+WZSJ+S/GUtTfTCLBzJvBH/6CWEBr+/V9yH9qA2CYtc7wzqqxkEQFdSJ3XlOuQrJH
+xbI1o7mthSum2z6LRVPkQLlaSz3wNDidnCPicC4bDXrTdYzl/SN9ljJhgrZuXvhC
+rzGXcfXeTzmEA9pBeGTcVLL6/2BH6z5rmQbInC8A1mby296UBPpV45i7zxq5/zuG
+zScSH7MPOrF1PIP3XUX4trAc7kxt02YgW/bvawwWMS4u0Tq+H1GpL31aixZP9uS2
+7Avq9/2GadUpW1O+HOL+eVOWahb3nTUSDWSKzhoPPomunv8QdAYX6uKogQBly4Ey
+gWB5Zo+fmaCUOK1QDUiGSt6i4HuSfIvQcGHEUjFj/1vEZj5Ze5NHuOM+KSPzdNnE
+s9NGhPvM66ByxmpPYIJ49MIZTr3r+OSdKqT6pz7ZJoFfLvfhdWm4OHhs1EYOwTSX
+Q9I9a+/MBNjVYF75pg6NEGyNzeshr6COwoy9mqVp7w==
+=6kCc
 -END PGP SIGNATURE-


++ whois_5.1.4.tar.xz - whois_5.1.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/whois-5.1.4/data.h new/whois-5.1.5/data.h
--- old/whois-5.1.4/data.h  2014-05-26 04:30:21.0 +0200
+++ new/whois-5.1.5/data.h  2014-08-02 03:41:06.0 +0200
@@ -60,7 +60,7 @@
 The .coop registry WHOIS, VERIFICATION, NOR DO,
 %% puntCAT Whois Server, %% any time.,
 This Registry database contains ONLY .EDU, type: help, /* edu */
-Access to INFO WHOIS information is provided, ,/* 
Afilias */
+Access to AFILIAS WHOIS information is provided, , /* .info */
 mTLD WHOIS LEGAL STATEMENT, integrity of the database.,/* 
.mobi */
 Access to .ORG WHOIS information, ,
 Access to RegistryPro's Whois, All rights, /* .pro */
@@ -68,6 +68,15 @@
 Tralliance, Inc., the Registry, ,  /* .travel */
 Access to .XXX ICM REGISTRY WHOIS, ,   /* .xxx */
 
+/* new gTLDs */
+Terms of Use: Users accessing the Donuts WHOIS, NULL,
+Terms of Use: Users accessing the United TLD WHOIS, NULL,
+Access to WHOIS information is provided, , /* Afilias */
+The  WHOIS information provided on this page, NULL, /* uniregistry.net */
+The whois information provided on this site, , /* mm-registry.com */
+; 

commit keepassx for openSUSE:Factory

2014-08-04 Thread h_root
Hello community,

here is the log from the commit of package keepassx for openSUSE:Factory 
checked in at 2014-08-04 15:14:39

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


Package is keepassx

Changes:

--- /work/SRC/openSUSE:Factory/keepassx/keepassx.changes2014-02-11 
10:28:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.keepassx.new/keepassx.changes   2014-08-04 
15:14:41.0 +0200
@@ -1,0 +2,15 @@
+Thu Apr 17 17:42:52 UTC 2014 - tchva...@suse.com
+
+- Update to version 2.0-alpha6:
+  * Add option to lock databases after user inactivity [#62]
+  * Add compatibility with libgcrypt 1.6 [#129]
+  * Display passwords in monospace font [#51]
+  * Use an icon for the button that shows/masks passwords [#38]
+  * Add an option to show passwords by default [#93]
+  * Improve password generator design [#122]
+  * On Linux link .kdbx files with KeePassX
+  * Remember window size [#154]
+  * Disallow global auto-typing when the database is locked
+- Drop keepassx-gcrypt-1.6.patch: fixed upstream
+
+---

Old:

  keepassx-2.0-alpha5.tar.gz
  keepassx-gcrypt-1.6.patch

New:

  keepassx-2.0-alpha6.tar.gz



Other differences:
--
++ keepassx.spec ++
--- /var/tmp/diff_new_pack.G9kqFt/_old  2014-08-04 15:14:42.0 +0200
+++ /var/tmp/diff_new_pack.G9kqFt/_new  2014-08-04 15:14:42.0 +0200
@@ -17,15 +17,13 @@
 
 
 Name:   keepassx
-Version:2.0~alpha5
+Version:2.0~alpha6
 Release:0
 Summary:Cross Platform Password Manager
 License:GPL-2.0 and LGPL-2.1 and LGPL-3.0+
 Group:  Productivity/Security
 Url:http://www.keepassx.org/
-Source: 
http://www.keepassx.org/dev/attachments/download/56/keepassx-2.0-alpha5.tar.gz
-# PATCH-FIX-UPSTREAM keepassx-gcrypt-1.6.patch dims...@opensuse.org -- Fix 
build with libgcrypt 1.6.0; taken from upstream git
-Patch0: keepassx-gcrypt-1.6.patch
+Source: 
http://www.keepassx.org/dev/attachments/download/69/keepassx-2.0-alpha6.tar.gz
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  libgcrypt-devel
@@ -42,8 +40,7 @@
 encryption algorithms currently known (AES and Twofish).
 
 %prep
-%setup -q -n keepassx-2.0-alpha5
-%patch0 -p1
+%setup -q -n keepassx-2.0-alpha6
 
 %build
 mkdir -p build
@@ -81,5 +78,6 @@
 %{_datadir}/applications/keepassx.desktop
 %{_libdir}/%{name}/
 %{_datadir}/icons/hicolor
+%{_datadir}/mime/packages/keepassx.xml
 
 %changelog

++ keepassx-2.0-alpha5.tar.gz - keepassx-2.0-alpha6.tar.gz ++
 5047 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit aubio for openSUSE:Factory

2014-08-04 Thread h_root
Hello community,

here is the log from the commit of package aubio for openSUSE:Factory checked 
in at 2014-08-04 16:51:09

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


Package is aubio

Changes:

--- /work/SRC/openSUSE:Factory/aubio/aubio.changes  2011-10-03 
09:12:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.aubio.new/aubio.changes 2014-08-04 
16:51:10.0 +0200
@@ -1,0 +2,30 @@
+Sun Aug  3 11:38:00 UTC 2014 - co...@suse.com
+
+- update to 0.4.1 (to fix build in Factory):
+ * The most interesting feature in this release concerns aubiocut. 
+   Thanks to the sponsoring of Mark Suppes, the python script to slice 
+   sound streams was extended to be sample accurate, cut overlapping 
+   segments, and work on multiple channels.
+ * New source and sink objects have been added to let aubio read and 
+   write WAV files, even when built with no external libraries. 
+   This should simplify the use of aubio on platforms such as Android or 
Windows.
+ * Existing sources and sinks have been extended to read and write from
+   and to multiple channels. This makes python-aubio one of the fastest 
+   and most versatile Python module to read and write media files.
+
+ This release also comes with a stack of bug fixes and code clean-ups.
+
+- 0.4 is a huge step in this library, as:
+
+ * more portable: with no required dependencies, the core of aubio library, 
+  written in ANSI C, is known to compile and run on most modern platforms 
+  (Linux, Windows, Mac OS X, Android, iOS, ...).
+ * more stable: several bugs fixes and a battery of tests make this new 
+   release more robust and less prone to errors.
+ * faster: several enhancements to the C library and a brand new Python 
+   interface help make this release orders of magnitude faster than the 
+   previous ones.
+
+- switched from autotools to waf
+
+---

Old:

  aubio-0.3.2.tar.bz2

New:

  aubio-0.4.1.tar.bz2
  aubio-0.4.1.tar.bz2.asc



Other differences:
--
++ aubio.spec ++
--- /var/tmp/diff_new_pack.9KItYs/_old  2014-08-04 16:51:11.0 +0200
+++ /var/tmp/diff_new_pack.9KItYs/_new  2014-08-04 16:51:11.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package aubio
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,23 +15,27 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   aubio
+%define libpkgname libaubio4
 Summary:Library for real-time audio labelling
-BuildRequires:  alsa-devel fftw3-devel libjack-devel
-BuildRequires:  libsamplerate-devel libsndfile-devel pkg-config python
-BuildRequires:  libtool
 License:GPL-2.0
 Group:  System/Libraries
-AutoReqProv:on
-Version:0.3.2
-Release:14
-Source: %{name}-%{version}.tar.bz2
+BuildRequires:  alsa-devel
+BuildRequires:  fftw3-devel
+BuildRequires:  libjack-devel
+BuildRequires:  libsamplerate-devel
+BuildRequires:  libsndfile-devel
+BuildRequires:  pkg-config
+BuildRequires:  python
+Version:0.4.1
+Release:0
+Source: http://aubio.org/pub/%{name}-%{version}.tar.bz2
+Source1:http://aubio.org/pub/%{name}-%{version}.tar.bz2.asc
+Source99:   baselibs.conf
 Url:http://aubio.org
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%define debug_package_requires libaubio2 = %{version}-%{release}
+%define debug_package_requires %{libpkgname} = %{version}-%{release}
 
 %description
 Aubio is a library for real time audio labelling. Its features include
@@ -40,87 +44,62 @@
 The name aubio comes from 'audio' with a typo: several transcription
 errors are likely to be found in the results too.
 
-
-
-Authors:
-
-Paul Brossier p...@altern.org
-
-%package -n libaubio2
-License:GPL-2.0
+%package -n %{libpkgname}
 Summary:Library for real-time audio labelling
+License:GPL-2.0
 Group:  System/Libraries
 
-%description -n libaubio2
+%description -n %{libpkgname}
 Aubio is a library for real time audio labelling. Its features include
 segmenting a sound file before each of its attacks, performing pitch
 detection, tapping the beat and producing midi streams from live audio.
 The name aubio comes from 'audio' with a typo: several transcription
 errors are likely to be found in the results too.
 
-
-
-Authors:
-
-Paul Brossier p...@altern.org
-
 %package -n libaubio-devel