commit ca-certificates for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package ca-certificates for openSUSE:Factory 
checked in at 2013-07-03 10:11:35

Comparing /work/SRC/openSUSE:Factory/ca-certificates (Old)
 and  /work/SRC/openSUSE:Factory/.ca-certificates.new (New)


Package is ca-certificates

Changes:

--- /work/SRC/openSUSE:Factory/ca-certificates/ca-certificates.changes  
2013-06-25 17:20:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.ca-certificates.new/ca-certificates.changes 
2013-07-03 10:11:38.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 27 16:17:51 UTC 2013 - lnus...@suse.de
+
+- disable generating ca-bundle for now again so people don't submit
+  new packages that use this file.
+
+---
@@ -5,0 +12,5 @@
+
+---
+Mon Jun 24 12:46:30 UTC 2013 - lnus...@suse.de
+
+- update manpage

Old:

  ca-certificates-1_201306200949.tar.xz

New:

  ca-certificates-1_201307011044.tar.xz



Other differences:
--
++ ca-certificates.spec ++
--- /var/tmp/diff_new_pack.BydYCo/_old  2013-07-03 10:11:38.0 +0200
+++ /var/tmp/diff_new_pack.BydYCo/_new  2013-07-03 10:11:38.0 +0200
@@ -16,6 +16,12 @@
 #
 
 
+# the ca bundle file was meant as compat option for e.g.
+# proprietary packages. Now that I see it abused in free software
+# packages that can be trivially patched to do the right thing I'm
+# disabling this for now again.
+%bcond_with cabundle
+
 BuildRequires:  openssl
 BuildRequires:  p11-kit-devel
 
@@ -23,7 +29,7 @@
 %define ssletcdir %{_sysconfdir}/ssl
 %define cabundle  /var/lib/ca-certificates/ca-bundle.pem
 %define sslcerts  %{ssletcdir}/certs
-Version:1_201306200949
+Version:1_201307011044
 Release:0
 Summary:Utilities for system wide CA certificate installation
 License:GPL-2.0+
@@ -57,6 +63,9 @@
 %build
 
 %install
+%if %{without cabundle}
+rm -f certbundle.run
+%endif
 %make_install
 install -d m 755 %{buildroot}%{trustdir_cfg}/{anchors,blacklist}
 install -d m 755 %{buildroot}%{trustdir_static}/{anchors,blacklist}
@@ -65,9 +74,11 @@
 install -d m 755 %{buildroot}%{_prefix}/lib/ca-certificates/update.d
 install -d m 755 %{buildroot}/var/lib/ca-certificates/pem
 install -d m 755 %{buildroot}/var/lib/ca-certificates/openssl
+%if %{with cabundle}
 install -D -m 644 /dev/null %{buildroot}/%{cabundle}
-install -D -m 644 /dev/null %{buildroot}/var/lib/ca-certificates/java-cacerts
 ln -s %{cabundle} %{buildroot}%{ssletcdir}/ca-bundle.pem
+%endif
+install -D -m 644 /dev/null %{buildroot}/var/lib/ca-certificates/java-cacerts
 
 %post
 if [ -s /etc/ca-certificates.conf ]; then
@@ -104,8 +115,6 @@
 %dir %{trustdir_static}/anchors
 %dir %{trustdir_static}/blacklist
 %dir /etc/ssl/certs
-%{ssletcdir}/ca-bundle.pem
-%ghost %{cabundle}
 %ghost /var/lib/ca-certificates/java-cacerts
 %dir /etc/ca-certificates
 %dir /etc/ca-certificates/update.d
@@ -117,8 +126,13 @@
 %{_sbindir}/update-ca-certificates
 %{_mandir}/man8/update-ca-certificates.8*
 %{_prefix}/lib/ca-certificates/update.d/java.run
-%{_prefix}/lib/ca-certificates/update.d/certbundle.run
 %{_prefix}/lib/ca-certificates/update.d/etc_ssl.run
 %{_prefix}/lib/ca-certificates/update.d/openssl.run
+#
+%if %{with cabundle}
+%{ssletcdir}/ca-bundle.pem
+%ghost %{cabundle}
+%{_prefix}/lib/ca-certificates/update.d/certbundle.run
+%endif
 
 %changelog

++ ca-certificates-1_201306200949.tar.xz - 
ca-certificates-1_201307011044.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ca-certificates-1_201306200949/update-ca-certificates.8 
new/ca-certificates-1_201307011044/update-ca-certificates.8
--- old/ca-certificates-1_201306200949/update-ca-certificates.8 2013-06-20 
09:49:53.0 +0200
+++ new/ca-certificates-1_201307011044/update-ca-certificates.8 2013-07-01 
10:44:11.0 +0200
@@ -21,24 +21,22 @@
 .B update-ca-certificates
 .RI [ options ]
 .SH DESCRIPTION
-\fBupdate-ca-certificates\fP updates the directory
-/etc/ssl/certs to hold SSL certificates and generates /etc/ssl/ca-bundle.pem,
-a concatenated single-file list of certificates.
+\fBupdate-ca-certificates\fP is intended to keep the certificate stores of
+various components in sync with the system CA certificates.
 .PP
-It reads the file /etc/ca-certificates.conf. Each line gives a pathname of
-a CA certificate under /usr/share/ca-certificates that should be trusted.
-Lines that begin with # are comment lines and thus ignored.
-Lines that begin with ! are deselected, causing the deactivation
-of the CA certificate in question. All certificates are implicitly
-trusted if no trusted certificates are listed.
+The canonical 

commit bluebird-theme for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package bluebird-theme for openSUSE:Factory 
checked in at 2013-07-03 10:11:18

Comparing /work/SRC/openSUSE:Factory/bluebird-theme (Old)
 and  /work/SRC/openSUSE:Factory/.bluebird-theme.new (New)


Package is bluebird-theme

Changes:

New Changes file:

--- /dev/null   2013-07-02 09:26:14.908030755 +0200
+++ /work/SRC/openSUSE:Factory/.bluebird-theme.new/bluebird-theme.changes   
2013-07-03 10:11:19.0 +0200
@@ -0,0 +1,5 @@
+---
+Tue Jul  2 10:10:22 UTC 2013 - sei...@b1-systems.de
+
+- initial commit
+

New:

  Bluebird-0.7.1.tar.gz
  bluebird-theme.changes
  bluebird-theme.spec



Other differences:
--
++ bluebird-theme.spec ++
#
# spec file for package bluebird-theme
#
# Copyright (c) 2013 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%define _name Bluebird

Name:   bluebird-theme
Version:0.7.1 
Release:0
Url:http://shimmerproject.org/project/bluebird/
Summary:A Clean Minimalistic Theme for GNOME, XFCE, GTK+ 2 and 3
License:GPL-2.0+ or CC-BY-SA-3.0
Group:  System/GUI/GNOME
Source: %{_name}-%{version}.tar.gz
BuildRequires:  fdupes
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch

%description
This theme for GTK2/3 and xfwm4/emerald/metacity started out on the basis of
Bluebird, but aims at reworking the intense blue tone to a more neutral
blue-ish look that will be more pleasant to look at in everyday use.

%package -n metatheme-bluebird-common
Summary:A Clean Minimalistic Theme for GNOME, XFCE, GTK+ 2 and 3 -- 
Common Files
Group:  System/GUI/GNOME
Suggests:   gtk2-metatheme-bluebird
Suggests:   gtk3-metatheme-bluebird

%description -n metatheme-bluebird-common
The Bluebird theme for GTK2/3 and xfwm4/emerald/metacity started out on the
basis of Bluebird, but aims at reworking the intense blue tone to a more
neutral blue-ish look that will be more pleasant to look at in everyday use.

This package provides the files common to the GTK+ themes and the window
manager themes as well as background images.

%package -n gtk2-metatheme-bluebird
Summary:A Clean Minimalistic Theme for GNOME, XFCE, GTK+ 2 and 3 -- 
GTK+ 2 Support
Group:  System/GUI/GNOME
Requires:   gtk2-engine-murrine
Requires:   metatheme-bluebird-common = %{version}
Supplements:packageand(metatheme-bluebird-common:gtk2)

%description -n gtk2-metatheme-bluebird
The Bluebird Theme for GTK2/3 and xfwm4/emerald/metacity started out on the
basis of Bluebird, but aims at reworking the intense blue tone to a more
neutral blue-ish look that will be more pleasant to look at in everyday use.

This package provides the GTK+ 2 support of Bluebird.

%if 0%{?suse_version} = 1210
%package -n gtk3-metatheme-bluebird
Summary:A Clean Minimalistic Theme for GNOME, XFCE, GTK+ 2 and 3 -- 
GTK+ 3 Support
Group:  System/GUI/GNOME
Requires:   gtk3-engine-unico
Requires:   metatheme-bluebird-common = %{version}
Supplements:packageand(metatheme-bluebird-common:gtk3)

%description -n gtk3-metatheme-bluebird
The Bluebird Theme for GTK2/3 and xfwm4/emerald/metacity started out on the
basis of Bluebird, but aims at reworking the intense blue tone to a more
neutral blue-ish look that will be more pleasant to look at in everyday use.

This package provides the GTK+ 3 support of Bluebird.

%endif

%prep
%setup -q -n %{_name}-%{version}

%build -n shimmerproject-%{_name}-%{_buildnumber}

%install -n shimmerproject-%{_name}-%{_buildnumber}
mkdir -p $RPM_BUILD_ROOT%{_datadir}/themes/%{_name}
%if 0%{?suse_version} = 1210
cp -a gtk-3.0 $RPM_BUILD_ROOT%{_datadir}/themes/%{_name}
%endif
cp -a gtk-2.0 metacity-1 xfwm4 \
$RPM_BUILD_ROOT%{_datadir}/themes/%{_name}
%fdupes -s $RPM_BUILD_ROOT/%{_datadir}/themes/%{_name}

%files -n metatheme-bluebird-common
%defattr (-, root, root)
%doc README LICENSE.CC LICENSE.GPL
%dir %{_datadir}/themes/%{_name}/
%{_datadir}/themes/%{_name}/metacity-1

commit ca-certificates-mozilla for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package ca-certificates-mozilla for 
openSUSE:Factory checked in at 2013-07-03 10:15:09

Comparing /work/SRC/openSUSE:Factory/ca-certificates-mozilla (Old)
 and  /work/SRC/openSUSE:Factory/.ca-certificates-mozilla.new (New)


Package is ca-certificates-mozilla

Changes:

--- 
/work/SRC/openSUSE:Factory/ca-certificates-mozilla/ca-certificates-mozilla.changes
  2013-06-25 14:38:56.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ca-certificates-mozilla.new/ca-certificates-mozilla.changes
 2013-07-03 10:15:10.0 +0200
@@ -1,0 +2,5 @@
+Thu Jun 27 16:03:05 UTC 2013 - lnus...@suse.de
+
+- use certdata2pem.py from Fedora to extract all certs
+
+---

Old:

  extractcerts.pl

New:

  certdata2pem.py



Other differences:
--
++ ca-certificates-mozilla.spec ++
--- /var/tmp/diff_new_pack.UaAAam/_old  2013-07-03 10:15:11.0 +0200
+++ /var/tmp/diff_new_pack.UaAAam/_new  2013-07-03 10:15:11.0 +0200
@@ -16,17 +16,12 @@
 #
 
 
-%if 0%{?suse_version}  1310
-%bcond_with trustedcerts
-%define certdir %{_datadir}/ca-certificates/mozilla
-%else
-%bcond_without trustedcerts
-%define certdir %{trustdir_static}/anchors
+%define certdir %{trustdir_static}
 BuildRequires:  p11-kit-devel
-%endif
 
 BuildRequires:  ca-certificates
 BuildRequires:  openssl
+BuildRequires:  python
 
 Name:   ca-certificates-mozilla
 Version:1.85
@@ -48,7 +43,7 @@
 # - Watch out that blacklisted or untrusted certificates are not
 #   accidentally included!
 Source: certdata.txt
-Source1:extractcerts.pl
+Source1:certdata2pem.py
 Source2:%{name}.COPYING
 Source3:compareoldnew
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -69,35 +64,36 @@
 %prep
 %setup -qcT
 /bin/cp %{SOURCE0} .
-install -m 644 %{S:1} COPYING
+install -m 644 %{SOURCE2} COPYING
 
 %build
-perl %{SOURCE1} --trustbits  certdata.txt
+python %{SOURCE1}
 
 %install
-mkdir -p %{buildroot}/%{certdir}
+mkdir -p %{buildroot}/%{trustdir_static}/anchors
 set +x
-for i in *.pem; do
+for i in *.crt; do
args=()
trust=`sed -n '/^# openssl-trust=/{s/^.*=//;p;q;}' $i`
+   distrust=`sed -n '/^# openssl-distrust=/{s/^.*=//;p;q;}' $i`
alias=`sed -n '/^# alias=/{s/^.*=//;p;q;}' $i`
-%if %{with trustedcerts}
args+=('-trustout')
for t in $trust; do
args+=(-addtrust $t)
done
+   for t in $distrust; do
+   args+=(-addreject $t)
+   done
[ -z $alias ] || args+=('-setalias' $alias)
-%else
-   case $trust in
-   *serverAuth*) ;;
-   *) echo skipping $i, not trusted for serverAuth; continue ;;
-   esac
-%endif
-   echo $i
+
+   echo $i ${args[*]}
{
grep '^#' $i
openssl x509 -in $i ${args[@]}
-   }  %{buildroot}/%{certdir}/$i
+   }  %{buildroot}/%{trustdir_static}$d/${i%%:*}.pem
+done
+for i in *.p11-kit; do
+   install -m 644 $i %{buildroot}/%{trustdir_static}
 done
 set -x
 
@@ -110,6 +106,6 @@
 %files
 %defattr(-, root, root)
 %doc COPYING
-%{certdir}
+%{trustdir_static}
 
 %changelog

++ certdata2pem.py ++
#!/usr/bin/python
# vim:set et sw=4:
#
# certdata2pem.py - splits certdata.txt into multiple files
#
# Copyright (C) 2009 Philipp Kern pk...@debian.org
# Copyright (C) 2013 Kai Engert k...@redhat.com
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
# USA.

import base64
import os.path
import re
import sys
import textwrap
import urllib

objects = []

def printable_serial(obj):
  return ..join(map(lambda x:str(ord(x)), obj['CKA_SERIAL_NUMBER']))

# Dirty file parser.
in_data, in_multiline, in_obj = False, False, False
field, type, value, obj = None, None, None, dict()
for line in open('certdata.txt', 'r'):
# Ignore the file header.
if not in_data:
if line.startswith('BEGINDATA'):
in_data = True
continue
# Ignore comment lines.
if line.startswith('#'):
continue
# Empty 

commit gnome-control-center for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package gnome-control-center for 
openSUSE:Factory checked in at 2013-07-03 10:23:46

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


Package is gnome-control-center

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-control-center/gnome-control-center.changes
2013-06-29 19:40:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-control-center.new/gnome-control-center.changes
   2013-07-03 10:23:48.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul  2 03:48:05 UTC 2013 - dli...@suse.com
+
+- Rebase gnome-control-center-allow-yast-in-shell.patch.
+  to prevent it from crash.  
+
+---



Other differences:
--
++ gnome-control-center-allow-yast-in-shell.patch ++
--- /var/tmp/diff_new_pack.BKDpsc/_old  2013-07-03 10:23:48.0 +0200
+++ /var/tmp/diff_new_pack.BKDpsc/_new  2013-07-03 10:23:48.0 +0200
@@ -1,7 +1,6 @@
-Index: gnome-control-center-3.9.2/shell/cc-panel-loader.c
-===
 gnome-control-center-3.9.2.orig/shell/cc-panel-loader.c
-+++ gnome-control-center-3.9.2/shell/cc-panel-loader.c
+diff -Npur gnome-control-center-3.9.3-old/shell/cc-panel-loader.c 
gnome-control-center-3.9.3-new/shell/cc-panel-loader.c
+--- gnome-control-center-3.9.3-old/shell/cc-panel-loader.c 2013-06-18 
19:52:26.0 +0800
 gnome-control-center-3.9.3-new/shell/cc-panel-loader.c 2013-07-02 
11:41:10.542975020 +0800
 @@ -102,6 +102,7 @@ static struct {
  #ifdef BUILD_WACOM
PANEL_TYPE(wacom,cc_wacom_panel_get_type),
@@ -24,10 +23,18 @@
app = g_desktop_app_info_new (desktop_name);
g_free (desktop_name);
  
-Index: gnome-control-center-3.9.2/shell/cc-window.c
-===
 gnome-control-center-3.9.2.orig/shell/cc-window.c
-+++ gnome-control-center-3.9.2/shell/cc-window.c
+@@ -226,6 +230,8 @@ cc_panel_loader_add_option_groups (GOpti
+ {
+   GType (*get_type) (void);
+   get_type = all_panels[i].get_type;
++  if (get_type == NULL)
++continue;
+   GOptionGroup *group = cc_panel_get_option_group (get_type(), builder);
+   if (group == NULL)
+ continue;
+diff -Npur gnome-control-center-3.9.3-old/shell/cc-window.c 
gnome-control-center-3.9.3-new/shell/cc-window.c
+--- gnome-control-center-3.9.3-old/shell/cc-window.c   2013-06-18 
19:52:26.0 +0800
 gnome-control-center-3.9.3-new/shell/cc-window.c   2013-07-02 
11:39:44.750963822 +0800
 @@ -133,6 +133,38 @@ get_icon_name_from_g_icon (GIcon *gicon)
return NULL;
  }

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



commit kiwi for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2013-07-03 10:24:03

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.changes2013-07-02 
07:42:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2013-07-03 
10:24:07.0 +0200
@@ -1,0 +2,45 @@
+Tue Jul  2 12:49:11 CEST 2013 - m...@suse.de
+
+- v5.05.23 released
+  
+---
+Tue Jul  2 12:24:55 CEST 2013 - m...@suse.de
+  
+- follow up fix for parted invocation:
+  * I broke the index counter in the flag setup
+
+---
+Tue Jul  2 12:11:00 CEST 2013 - m...@suse.de
+
+- fixed pxePartitionInputGeneric():
+  * it's required to pass the partition ID when setting the partition type
+  * set lxboot instead of lxroot as partition name for the boot partition
+- Unfortunately suse's parted doesn't understand the set call
+  'set ... swap on|off' even though the man page explicitly say so
+  thus I disabled this flag setup for now
+  
+---
+Tue Jul  2 11:10:37 CEST 2013 - m...@suse.de
+  
+- removed use of grub2-efi for openSUSE 13.1, the package
+  was dropped and instead the following grub2 packaging
+  schema exists:
+  
+  grub2 = grub tools
+  grub2-x86_64-efi  = grub efi modules 64bit
+  grub2-i386-efi= grub efi modules 32bit
+  grub2-i386-pc = grub bios modules
+  
+---
+Tue Jul  2 10:57:39 CEST 2013 - m...@suse.de
+  
+- fixed return value of setupBTRFSSubVolumes if no volumes are configured
+  
+---
+Mon Jul  1 12:06:44 CEST 2013 - m...@suse.de
+  
+- fixed ec2 image md5 file creation
+  * after the ec2 format code has changed the contents of the
+image it's required to rebuild the md5 sum
+
+---



Other differences:
--
++ kiwi.spec ++
--- /var/tmp/diff_new_pack.RckCYC/_old  2013-07-03 10:24:10.0 +0200
+++ /var/tmp/diff_new_pack.RckCYC/_new  2013-07-03 10:24:10.0 +0200
@@ -26,7 +26,7 @@
 Summary:openSUSE - KIWI Image System
 License:GPL-2.0
 Group:  System/Management
-Version:5.05.22
+Version:5.05.23
 Release:0
 # requirements to build packages
 BuildRequires:  diffutils

++ kiwi-docu.tar.bz2 ++
/work/SRC/openSUSE:Factory/kiwi/kiwi-docu.tar.bz2 
/work/SRC/openSUSE:Factory/.kiwi.new/kiwi-docu.tar.bz2 differ: char 11, line 1

++ kiwi.tar.bz2 ++
/work/SRC/openSUSE:Factory/kiwi/kiwi.tar.bz2 
/work/SRC/openSUSE:Factory/.kiwi.new/kiwi.tar.bz2 differ: char 11, line 1

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



commit fcitx-libpinyin for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package fcitx-libpinyin for openSUSE:Factory 
checked in at 2013-07-03 10:23:31

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


Package is fcitx-libpinyin

Changes:

--- /work/SRC/openSUSE:Factory/fcitx-libpinyin/fcitx-libpinyin.changes  
2012-10-16 11:35:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.fcitx-libpinyin.new/fcitx-libpinyin.changes 
2013-07-03 10:23:34.0 +0200
@@ -1,0 +2,16 @@
+Mon Jul  1 12:17:46 UTC 2013 - i...@marguerite.su
+
+- update version 0.3.0
+  * Support typing mixed Chinese/English when selection is done in half way.
+  * Add new dictionary manager
+  * Translation Update 
+
+---
+Wed Jun 26 15:49:21 UTC 2013 - i...@marguerite.su
+
+- update version 0.2.92
+  * compatible with libpinyin api change 0.8.93-0.9.0
+  * fix shuangpinyin might cause crash when using cloudpinyin
+  * complete dictionary management 
+
+---

Old:

  fcitx-libpinyin-0.2.1.tar.bz2

New:

  fcitx-libpinyin-0.3.0_dict.tar.xz



Other differences:
--
++ fcitx-libpinyin.spec ++
--- /var/tmp/diff_new_pack.TmVFjL/_old  2013-07-03 10:23:36.0 +0200
+++ /var/tmp/diff_new_pack.TmVFjL/_new  2013-07-03 10:23:36.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fcitx-libpinyin
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -17,41 +17,44 @@
 
 
 Name:   fcitx-libpinyin
-Version:   0.2.1
+Version:0.3.0
 Release:   0
-License:   GPL-2.0+
 Summary:   Libpinyin Wrapper for Fcitx
-Url:   https://github.com/fcitx/fcitx-libpinyin
+License:GPL-2.0+
 Group: System/I18n/Chinese
-Source:%{name}-%{version}.tar.bz2
+Url:https://github.com/fcitx/fcitx-libpinyin
+Source:
http://download.fcitx-im.org/fcitx-libpinyin/%{name}-%{version}_dict.tar.xz
 BuildRequires: cmake
+BuildRequires:  fcitx-devel
 BuildRequires: gcc-c++
-BuildRequires: intltool
 BuildRequires: gettext
-BuildRequires: fcitx-devel
 BuildRequires: glib2-devel
+BuildRequires:  intltool
+BuildRequires:  libQtWebKit-devel
 BuildRequires: libpinyin-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  xz
 Provides:   locale(fcitx:zh_CN;zh_SG)
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%{fcitx_requires}
 
 %description
 Fcitx-libpinyin is a Frontend of the Intelligent Pinyin IME Backend.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}
 
 %build
-%{__mkdir} -pv build
+mkdir -pv build
 pushd build
 cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIB_INSTALL_DIR=%{_lib} ..
 make %{?_smp_mflags}
 
 %install
 pushd build
-make DESTDIR=%{buildroot} install
+make install DESTDIR=%{buildroot}
 popd
 
-%{__strip} %{buildroot}%{_libdir}/fcitx/%{name}.so
+strip %{buildroot}%{_libdir}/fcitx/%{name}.so
 %find_lang %{name}
 
 %post -p /sbin/ldconfig
@@ -60,8 +63,14 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root)
-%{_libdir}/fcitx/
-%{_datadir}/fcitx/
+%{_fcitx_libdir}/%{name}.so
+%{_fcitx_libdir}/qt/lib%{name}-dictmanager.so
+%{_fcitx_addondir}/%{name}.conf
+%{_fcitx_descdir}/%{name}.desc
+%{_fcitx_inputmethoddir}/pinyin-libpinyin.conf
+%{_fcitx_inputmethoddir}/shuangpin-libpinyin.conf
+%{_fcitx_inputmethoddir}/zhuyin-libpinyin.conf
 %{_datadir}/icons/hicolor/48x48/status/fcitx-bopomofo.png
+%{_fcitx_datadir}/libpinyin
 
 %changelog

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



commit libvisio for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package libvisio for openSUSE:Factory 
checked in at 2013-07-03 10:24:32

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


Package is libvisio

Changes:

--- /work/SRC/openSUSE:Factory/libvisio/libvisio.changes2013-06-05 
17:45:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvisio.new/libvisio.changes   2013-07-03 
10:24:33.0 +0200
@@ -1,0 +2,8 @@
+Tue Jul  2 13:59:58 UTC 2013 - fridrich.st...@suse.com
+
+- Bump version to 0.0.29
+  * Avoid NAN in NURBS code - fixes some freehand curves
+  * Fix generation of doxygen documentation
+  * Fix several parser errors due to padding zeros after chunks
+
+---

Old:

  libvisio-0.0.28.tar.xz

New:

  libvisio-0.0.29.tar.xz



Other differences:
--
++ libvisio.spec ++
--- /var/tmp/diff_new_pack.JffDwK/_old  2013-07-03 10:24:36.0 +0200
+++ /var/tmp/diff_new_pack.JffDwK/_new  2013-07-03 10:24:36.0 +0200
@@ -19,7 +19,7 @@
 %define libname libvisio-0_0-0
 
 Name:   libvisio
-Version:0.0.28
+Version:0.0.29
 Release:0
 License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 Summary:Library for parsing the MS Visio file format structure

++ libvisio-0.0.28.tar.xz - libvisio-0.0.29.tar.xz ++
 3273 lines of diff (skipped)

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



commit ldb for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package ldb for openSUSE:Factory checked in 
at 2013-07-03 10:24:22

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


Package is ldb

Changes:

--- /work/SRC/openSUSE:Factory/ldb/ldb.changes  2013-02-11 11:03:59.0 
+0100
+++ /work/SRC/openSUSE:Factory/.ldb.new/ldb.changes 2013-07-03 
10:24:24.0 +0200
@@ -1,0 +2,14 @@
+Tue Jul  2 10:31:06 UTC 2013 - lmue...@suse.com
+
+- Update to 1.1.16.
+  + Bump version to allow a depencency on the substring crash fix.
+  + Cope with substring match with no chunks in ldb_filter_from_tree().
+  + Ensure not to segfault on a filter such as (mail=).
+  + Add missing dependency on replace for ldb.
+  + Add more data test data for one level test cases.
+  + Add tests for the python api.
+  + Add more tests related to onelevel search.
+  + Use strncmp instead of strcmp when comparing the val part.
+  + Make test output more readable.
+
+---

Old:

  ldb-1.1.15.tar.gz

New:

  ldb-1.1.16.tar.gz



Other differences:
--
++ ldb.spec ++
--- /var/tmp/diff_new_pack.uwX9pZ/_old  2013-07-03 10:24:25.0 +0200
+++ /var/tmp/diff_new_pack.uwX9pZ/_new  2013-07-03 10:24:25.0 +0200
@@ -38,7 +38,7 @@
 %definebuild_make_smp_mflags %{?jobs:-j%jobs}
 %endif
 Url:http://ldb.samba.org/
-Version:1.1.15
+Version:1.1.16
 Release:0
 Summary:An LDAP-like embedded database
 License:GPL-3.0+

++ ldb-1.1.15.tar.gz - ldb-1.1.16.tar.gz ++
 11544 lines of diff (skipped)

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



commit libpinyin for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package libpinyin for openSUSE:Factory 
checked in at 2013-07-03 10:24:27

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


Package is libpinyin

Changes:

--- /work/SRC/openSUSE:Factory/libpinyin/libpinyin.changes  2012-12-19 
11:10:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.libpinyin.new/libpinyin.changes 2013-07-03 
10:24:29.0 +0200
@@ -1,0 +2,8 @@
+Wed Jun 26 15:59:08 UTC 2013 - i...@marguerite.su
+
+- update version 0.9.93
+  * see commit log for collective updates.
+  * https://github.com/libpinyin/libpinyin/commits/master
+- add patch: libpinyin-0.9.0-avoid_download_at_buildtime.patch
+
+---

Old:

  libpinyin-0.8.0.tar.gz

New:

  baselibs.conf
  libpinyin-0.9.93-avoid_download_at_buildtime.patch
  libpinyin-0.9.93.tar.bz2
  model5.text.tar.gz
  model6.text.tar.gz



Other differences:
--
++ libpinyin.spec ++
--- /var/tmp/diff_new_pack.AfbWXr/_old  2013-07-03 10:24:33.0 +0200
+++ /var/tmp/diff_new_pack.AfbWXr/_new  2013-07-03 10:24:33.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libpinyin
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,17 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+%define lname libpinyin4
 
 Name:   libpinyin
-Version:0.8.0
+Version:0.9.93
 Release:0
 Summary:Intelligent Pinyin IME
 License:GPL-2.0+
 Group:  System/I18n/Chinese
 Url:https://github.com/libpinyin/libpinyin
-Source: %{name}-%{version}.tar.gz
+Source: %{name}-%{version}.tar.bz2
+Source1:model5.text.tar.gz
+Source2:model6.text.tar.gz
+# PATCH-FIX-OPENSUSE marguer...@opensuse.org - avoid download at buildtime
+Patch:  libpinyin-0.9.93-avoid_download_at_buildtime.patch
 BuildRequires:  gcc-c++
 BuildRequires:  glib2-devel
+BuildRequires:  gnome-common
 BuildRequires:  intltool
 %if 0%{?suse_version} 
 %if 0%{?suse_version} = 1140
@@ -46,16 +52,32 @@
 It aims to be an Intelligent (and Universal) Sentence-based Pinyin IME Backend
 supports many Language Models and Frontends.
 
-%package -n %{name}2
+%package -n %{lname}
 Summary:Intelligent Pinyin IME
-Group:  System/I18n/Chinese
+Group:  System/Libraries
+Requires:   %{name}-data
 Provides:   %{name} = %{version}
+Obsoletes:  %{name}  %{version}
+
+%description -n %{lname}
+Libpinyin is a staging joint effort of many Chinese Pinyin IME development 
teams.
+It aims to be an Intelligent (and Universal) Sentence-based Pinyin IME Backend
+supports many Language Models and Frontends.
+
+This package provides runtime library for libpinyin.
 
-%description -n %{name}2
+%package data
+Summary:Data files for libpinyin
+Group:  System/I18n/Chinese
+
+%description data
 Libpinyin is a staging joint effort of many Chinese Pinyin IME development 
teams.
 It aims to be an Intelligent (and Universal) Sentence-based Pinyin IME Backend 
 supports many Language Models and Frontends.
 
+This package provides language model table data for libpinyin.
+
+
 %package devel
 Summary:Intelligent Pinyin IME
 Group:  Development/Libraries/C and C++
@@ -68,15 +90,19 @@
 
 %prep
 %setup -q
+cp -r %{SOURCE1} data/
+cp -r %{SOURCE2} data/
+%patch -p1
+./autogen.sh
 
 %build
 %configure
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install
-%{__rm} -rf %{buildroot}%{_libdir}/%{name}.a
-%{__rm} -rf %{buildroot}%{_libdir}/%{name}.la
+make install DESTDIR=%{buildroot}
+rm -rf %{buildroot}%{_libdir}/%{name}.a
+rm -rf %{buildroot}%{_libdir}/%{name}.la
 
 %if 0%{?suse_version}
 %fdupes %{buildroot}
@@ -84,17 +110,20 @@
 fdupes -nqr %{buildroot}
 %endif
 
-%post -n %{name}2 -p /sbin/ldconfig
+%post -n %{lname} -p /sbin/ldconfig
 
-%postun -n %{name}2 -p /sbin/ldconfig
+%postun -n %{lname} -p /sbin/ldconfig
 
-%files -n %{name}2
+%files -n %{lname}
 %defattr(-,root,root)
-%doc ChangeLog AUTHORS COPYING
+%doc ChangeLog AUTHORS COPYING README
 %{_mandir}/man1/*
 %{_bindir}/*
 %{_libdir}/%{name}.so.*
-%{_datadir}/%{name}
+
+%files data
+%defattr(-,root,root)
+%{_libdir}/%{name}
 
 %files devel
 %defattr(-,root,root)

++ baselibs.conf ++
libpinyin4
requires libpinyin-data = version
provides libpinyin-targettype = version
obsoletes 

commit mailx for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package mailx for openSUSE:Factory checked 
in at 2013-07-03 10:24:38

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


Package is mailx

Changes:

--- /work/SRC/openSUSE:Factory/mailx/mailx.changes  2013-06-27 
11:38:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.mailx.new/mailx.changes 2013-07-03 
10:24:39.0 +0200
@@ -1,0 +2,7 @@
+Tue Jul  2 10:29:35 UTC 2013 - wer...@suse.de
+
+- Do not pseudo detect Latin nor UTF-8 in binary attachments (bnc#827010)
+- Add patch mailx-12.5-parentheses.dif, that is try to tranquilize
+  gcc due warning about parentheses (please check!)
+
+---

New:

  mailx-12.5-parentheses.dif



Other differences:
--
++ mailx.spec ++
--- /var/tmp/diff_new_pack.va5ccL/_old  2013-07-03 10:24:39.0 +0200
+++ /var/tmp/diff_new_pack.va5ccL/_new  2013-07-03 10:24:39.0 +0200
@@ -39,6 +39,8 @@
 Patch4: nail-11.25-toaddr.dif
 Patch5: mailx-%{version}-mime.dif
 Patch6: mailx-fix-openssl.patch
+#PATCH-FIX-OPENSUSE: Try to tranquilize gcc warning about parentheses (please 
check!)
+Patch7: mailx-12.5-parentheses.dif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -56,6 +58,7 @@
 %patch4 -p0 -b .toaddr
 %patch5 -p0 -b .mime
 %patch6 -p0 -b .ssl
+%patch7 -p0 -b .par
 %patch  -p0
 
 %build

++ mailx-12.5-mime.dif ++
--- /var/tmp/diff_new_pack.va5ccL/_old  2013-07-03 10:24:39.0 +0200
+++ /var/tmp/diff_new_pack.va5ccL/_new  2013-07-03 10:24:39.0 +0200
@@ -12,7 +12,7 @@
  
  enum tdflags {
 --- mime.c
-+++ mime.c 2012-03-30 14:50:10.318065066 +
 mime.c 2013-07-02 10:25:35.0 +
 @@ -302,13 +302,78 @@ gettcharset(void)
return t;
  }
@@ -101,7 +101,7 @@
if (w  GIDENT) {
if (hp-h_from  name_highbit(hp-h_from))
goto needs;
-@@ -355,7 +421,7 @@ need_hdrconv(struct header *hp, enum gfi
+@@ -355,7 +422,7 @@ need_hdrconv(struct header *hp, enum gfi
if (w  GSUBJECT  has_highbit(hp-h_subject))
goto needs;
return NULL;
@@ -128,7 +128,7 @@
match = 1;
break;
}
-@@ -748,11 +814,54 @@ mime_isclean(FILE *f)
+@@ -748,16 +814,66 @@ mime_isclean(FILE *f)
maxlen = curlen;
curlen = 1;
} else if (c  0200) {
@@ -172,19 +172,31 @@
 +  continue;
 +  }
 +  latin:
-+  if (text_chars[i  0377] == I)
++  if (text_chars[i  0377] == I) {
 +  isclean |= MIME_LATIN;
-+  if (text_chars[i  0377] == X)
++  continue;
++  }
++  if (text_chars[i  0377] == X) {
 +  isclean |= MIME_CTRLCHAR;
++  break;
++  }
} else if (c == '\0') {
isclean |= MIME_HASNUL;
break;
 -  } else if ((c  040  (c != '\t'  c != '\f')) || c == 0177) {
 +  } else if (text_chars[c  0377] == F) {
isclean |= MIME_CTRLCHAR;
++  break;
}
} while (c != EOF);
-@@ -826,11 +935,16 @@ get_mime_convert(FILE *fp, char **conten
+   if (lastc != '\n')
+   isclean |= MIME_NOTERMNL;
++  if (isclean  (MIME_CTRLCHAR|MIME_HASNUL))
++  isclean = (MIME_CTRLCHAR|MIME_HASNUL);
+   clearerr(f);
+   fseek(f, initial_pos, SEEK_SET);
+   if ((cp = value(maximum-unencoded-line-length)) != NULL)
+@@ -826,11 +942,16 @@ get_mime_convert(FILE *fp, char **conten
 * ^I or ^L in text/plain bodies. However, some
 * obscure character sets actually contain these
 * characters, so the content type can be set.
@@ -201,7 +213,7 @@
}
return convert;
  }
-@@ -989,8 +1103,14 @@ mime_fromhdr(struct str *in, struct str
+@@ -989,8 +1110,14 @@ mime_fromhdr(struct str *in, struct str
  #ifdefHAVE_ICONV
iconv_t fhicd = (iconv_t)-1;
  #endif
@@ -216,7 +228,7 @@
maxstor = in-l;
out-s = smalloc(maxstor + 1);
out-l = 0;
-@@ -1010,7 +1130,7 @@ mime_fromhdr(struct str *in, struct str
+@@ -1010,7 +1137,7 @@ mime_fromhdr(struct str *in, struct str
  #ifdefHAVE_ICONV
if (fhicd != (iconv_t)-1)
 

commit Mesa for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package Mesa for openSUSE:Factory checked in 
at 2013-07-03 10:24:57

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


Package is Mesa

Changes:

--- /work/SRC/openSUSE:Factory/Mesa/Mesa.changes2013-06-05 
13:31:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.Mesa.new/Mesa.changes   2013-07-03 
10:24:58.0 +0200
@@ -1,0 +2,27 @@
+Tue Jul  2 13:00:05 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to Mesa 9.1.4:
+ * [bisected i965] Bus error (core dumped) on oglc texdecaltile 
+   (fdo#37871)
+ * egl/opengles1/tri_x11 renders wrong (fdo#42182)
+ * [SNB IVB HSW] mesa demo test texleak bus error (fdo#44958)
+ * [snb] crash in texsubimage to a large atlas in clutter 
+   (fdo#53494)
+ * glDrawElements segfault when compiled into display list 
+   (fdo#60518)
+ * src/mesa/drivers/dri/common/xmlpool.h:96:29: fatal error: 
+   xmlpool/options.h (fdo#61821)
+ * r300g regression (RV380): Strange rendering of light sources in 
+   Penumbra (bisected) (fdo#63520)
+ * [HSW] support new haswell graphics [8086:0a2e] (fdo#63701)
+ * [gm45, bisected] some piglit glsl 1.10 built-in-functions tests 
+   crash (fdo#64727)
+ * [llvmpipe] SIGSEGV src/gallium/state_trackers/glx/xlib/glx_api.c:1374 
+   (fdo#64745)
+ * [llvmpipe] SIGSEGV src/gallium/state_trackers/glx/xlib/glx_api.c:1363 
+   (fdo#64934)
+ * segfault in _mesa_get_format_datatype and _mesa_get_color_read_type 
+   when state dumping with glretrace (fdo#65173)
+- Droped llvm-3.3.patch, it's included in this release
+
+---

Old:

  MesaLib-9.1.3.tar.bz2
  llvm-3.3.patch

New:

  MesaLib-9.1.4.tar.bz2



Other differences:
--
++ Mesa.spec ++
--- /var/tmp/diff_new_pack.vRz98E/_old  2013-07-03 10:24:59.0 +0200
+++ /var/tmp/diff_new_pack.vRz98E/_new  2013-07-03 10:24:59.0 +0200
@@ -17,11 +17,11 @@
 
 
 %define glamor 1
-%define _version 9.1.3
+%define _version 9.1.4
 %define _name_archive MesaLib
 
 Name:   Mesa
-Version:9.1.3
+Version:9.1.4
 Release:0
 BuildRequires:  autoconf = 2.60
 BuildRequires:  automake
@@ -96,7 +96,6 @@
 Patch14:u_mesa-glapi_dispatch.patch
 # Patch from Fedora, use shmget when available, under llvmpipe
 Patch15:u_mesa-8.0-llvmpipe-shmget.patch
-Patch16:llvm-3.3.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -526,7 +525,6 @@
 %patch13 -p1
 %patch14 -p1
 %patch15 -p1
-%patch16
 
 %build
 

++ MesaLib-9.1.3.tar.bz2 - MesaLib-9.1.4.tar.bz2 ++
 6839 lines of diff (skipped)

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



commit python for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package python for openSUSE:Factory checked 
in at 2013-07-03 10:25:34

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


Package is python

Changes:

--- /work/SRC/openSUSE:Factory/python/python-base.changes   2013-06-28 
18:55:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.python.new/python-base.changes  2013-07-03 
10:25:35.0 +0200
@@ -1,0 +2,5 @@
+Sun Jun 30 21:20:29 UTC 2013 - sch...@suse.de
+
+- Disable test_multiprocessing in QEmu build
+
+---
python.changes: same change



Other differences:
--
++ python-base.spec ++
--- /var/tmp/diff_new_pack.1FSyIv/_old  2013-07-03 10:25:36.0 +0200
+++ /var/tmp/diff_new_pack.1FSyIv/_new  2013-07-03 10:25:36.0 +0200
@@ -186,6 +186,8 @@
 %if 0%{?qemu_user_space_build}
 # test_asyncore fails because of unimplemented sockopt
 EXCLUDE=$EXCLUDE -x test_asyncore
+# emulation is unreliable
+EXCLUDE=$EXCLUDE -x test_multiprocessing
 %endif
 # Limit virtual memory to avoid spurious failures
 if test $(ulimit -v) = unlimited || test $(ulimit -v) -gt 1000; then

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



commit python-hacking for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package python-hacking for openSUSE:Factory 
checked in at 2013-07-03 10:26:13

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


Package is python-hacking

Changes:

New Changes file:

--- /dev/null   2013-07-02 09:26:14.908030755 +0200
+++ /work/SRC/openSUSE:Factory/.python-hacking.new/python-hacking.changes   
2013-07-03 10:26:15.0 +0200
@@ -0,0 +1,28 @@
+---
+Wed Jun 26 15:30:02 UTC 2013 - cfarr...@suse.com
+
+- license update: Apache-2.0
+  See LICENSE file
+
+---
+Wed Jun 26 15:17:17 UTC 2013 - dmuel...@suse.com
+
+- remove dependency on python-discover for newer distros
+
+---
+Fri Jun 21 16:50:44 UTC 2013 - dmuel...@suse.com
+
+- update to 0.5.5:
+  * new checks, fixes
+
+---
+Mon May 27 10:38:21 UTC 2013 - dmuel...@suse.com
+
+- update to 0.5.4:
+  * Support local checks
+
+---
+Mon May 13 13:13:35 UTC 2013 - speili...@suse.com
+
+- Initial version
+

New:

  hacking-0.5.5.tar.gz
  python-hacking.changes
  python-hacking.spec



Other differences:
--
++ python-hacking.spec ++
#
# spec file for package python-hacking
#
# Copyright (c) 2013 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:   python-hacking
Version:0.5.5
Release:0
Summary:OpenStack Hacking Guidline Enforcement
License:Apache-2.0
Group:  Development/Languages/Python
Url:http://github.com/openstack-dev/hacking
Source: 
http://pypi.python.org/packages/source/h/hacking/hacking-%{version}.tar.gz
BuildRequires:  python-d2to1
BuildRequires:  python-devel
BuildRequires:  python-distribute
BuildRequires:  python-pbr
# Test requirements:
BuildRequires:  python-coverage = 3.6
%if 0%{?suse_version} = 1110
BuildRequires:  python-discover
%endif
BuildRequires:  python-fixtures = 0.3.12
BuildRequires:  python-flake8
BuildRequires:  python-python-subunit
BuildRequires:  python-testrepository = 0.0.13
BuildRequires:  python-testscenarios
BuildRequires:  python-testtools = 0.9.27
Requires:   python-d2to1
Requires:   python-flake8
Requires:   python-pbr
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version}  0%{?suse_version} = 1110
%{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
%else
BuildArch:  noarch
%endif

%description
Introduction

%prep
%setup -q -n hacking-%{version}

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%check
python setup.py testr

%files
%defattr(-,root,root,-)
%doc ChangeLog README.rst AUTHORS LICENSE
%{python_sitelib}/*

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



commit python3-testtools for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package python3-testtools for 
openSUSE:Factory checked in at 2013-07-03 10:25:56

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


Package is python3-testtools

Changes:

--- /work/SRC/openSUSE:Factory/python3-testtools/python3-testtools.changes  
2013-06-25 07:28:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-testtools.new/python3-testtools.changes 
2013-07-03 10:25:57.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul  2 14:48:42 UTC 2013 - speili...@suse.com
+
+- Introduce a build conditional for running tests to break build cycle
+  with python-extras
+
+---



Other differences:
--
++ python3-testtools.spec ++
--- /var/tmp/diff_new_pack.n1FADW/_old  2013-07-03 10:25:57.0 +0200
+++ /var/tmp/diff_new_pack.n1FADW/_new  2013-07-03 10:25:57.0 +0200
@@ -16,6 +16,10 @@
 #
 
 
+# A build cycle exists between python-extras and python-testtools. Thus, only
+# enable testing with a build conditional (off by default):
+%bcond_with tests 
+
 Name:   python3-testtools
 Version:0.9.32
 Release:0
@@ -28,8 +32,10 @@
 # Documentation requirements:
 BuildRequires:  python3-Sphinx
 # Test requirements:
+%if %{with tests}
 BuildRequires:  python3-extras
 BuildRequires:  python3-python-mimeparse
+%endif
 Requires:   python3-extras
 Requires:   python3-python-mimeparse
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -51,8 +57,10 @@
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+%if %{with tests}
 %check
 python3 setup.py test
+%endif
 
 %files
 %defattr(-,root,root,-)

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



commit openssh for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package openssh for openSUSE:Factory checked 
in at 2013-07-03 10:25:21

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


Package is openssh

Changes:

--- /work/SRC/openSUSE:Factory/openssh/openssh.changes  2013-06-20 
21:24:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.openssh.new/openssh.changes 2013-07-03 
10:25:23.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul  1 18:54:31 UTC 2013 - co...@suse.com
+
+- avoid the build cycle between curl, krb5, libssh2_org and openssh
+  by using krb5-mini-devel
+
+---



Other differences:
--
++ openssh.spec ++
--- /var/tmp/diff_new_pack.sbiat2/_old  2013-07-03 10:25:24.0 +0200
+++ /var/tmp/diff_new_pack.sbiat2/_new  2013-07-03 10:25:24.0 +0200
@@ -22,7 +22,7 @@
 BuildRequires:  audit-devel
 BuildRequires:  autoconf
 BuildRequires:  groff
-BuildRequires:  krb5-devel
+BuildRequires:  krb5-mini-devel
 BuildRequires:  libedit-devel
 %if 0%{suse_version}  1100
 BuildRequires:  libselinux-devel

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



commit sensors for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package sensors for openSUSE:Factory checked 
in at 2013-07-03 10:26:59

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


Package is sensors

Changes:

--- /work/SRC/openSUSE:Factory/sensors/sensors.changes  2013-06-05 
19:35:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.sensors.new/sensors.changes 2013-07-03 
10:27:01.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul  1 19:18:59 UTC 2013 - co...@suse.com
+
+- sensors is required for pacemaker and libdlm, and as such
+  we should not buildrequire systemd 
+
+---



Other differences:
--
++ sensors.spec ++
--- /var/tmp/diff_new_pack.aGmaE2/_old  2013-07-03 10:27:01.0 +0200
+++ /var/tmp/diff_new_pack.aGmaE2/_new  2013-07-03 10:27:01.0 +0200
@@ -20,6 +20,7 @@
 BuildRequires:  bison
 BuildRequires:  flex
 BuildRequires:  rrdtool-devel
+BuildRequires:  systemd-rpm-macros
 Url:http://www.lm-sensors.org/
 Version:3.3.4
 Release:0
@@ -38,7 +39,6 @@
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExcludeArch:s390 s390x
-BuildRequires:  systemd
 %{?systemd_requires}
 
 %description

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



commit python-pbr for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package python-pbr for openSUSE:Factory 
checked in at 2013-07-03 10:26:40

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


Package is python-pbr

Changes:

New Changes file:

--- /dev/null   2013-07-02 09:26:14.908030755 +0200
+++ /work/SRC/openSUSE:Factory/.python-pbr.new/python-pbr.changes   
2013-07-03 10:26:42.0 +0200
@@ -0,0 +1,61 @@
+---
+Tue Jul  2 16:06:42 UTC 2013 - dmuel...@suse.com
+
+- update description 
+
+---
+Wed Jun 26 15:29:49 UTC 2013 - cdenic...@suse.com
+
+- license update: Apache-2.0
+  license SUSE-Xano license not found in package. See LICENSE file.
+
+---
+Wed Jun 26 09:47:22 UTC 2013 - dmuel...@suse.com
+
+- remove python-discover dependency for newer distros 
+
+---
+Fri Jun 21 07:28:12 UTC 2013 - dmuel...@suse.com
+
+- update to 0.5.17:
+  * Remove dependency on distribute
+  * Fix pip invocation for old versions of pip.
+- remove 0001-Use-pip-instead-of-easy_install-for-installation.patch
+- remove 0001-Skip-git-checkout-related-tests-when-.git-is-missing.patch
+
+---
+Mon Jun 10 13:35:54 UTC 2013 - dmuel...@suse.com
+
+- add 0001-Use-pip-instead-of-easy_install-for-installation.patch 
+
+---
+Mon Jun 10 12:01:19 UTC 2013 - dmuel...@suse.com
+
+- update to 0.5.14:
+  * Remove jinja pin.
+  * Explicitly install install_requires.
+  * More python3 compatibility.
+  * Fix tox.ini to not reference deleted testenv
+  * Fix doc autoindexing.
+  * Add missing files to the tarball.
+- add 0001-Skip-git-checkout-related-tests-when-.git-is-missing.patch
+
+---
+Mon May 27 09:43:54 UTC 2013 - dmuel...@suse.com
+
+- update to 0.5.10:
+  + Default to single-version-externally-managed
+  + Add config for skipping authors and changelog.
+  + Update to d2to1 0.2.10.
+
+---
+Tue May  7 08:16:26 UTC 2013 - speili...@suse.com
+
+- Buildrequire python-python-mimeparse and use testr instead of nosetests.
+  The pbr testsuite needs some proper setup to pass successfully.
+
+---
+Thu May  2 12:22:15 UTC 2013 - speili...@suse.com
+
+- Initial version
+

New:

  pbr-0.5.17.tar.gz
  python-pbr.changes
  python-pbr.spec



Other differences:
--
++ python-pbr.spec ++
#
# spec file for package python-pbr
#
# Copyright (c) 2013 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:   python-pbr
Version:0.5.17
Release:0
Summary:Python Build Reasonableness
License:Apache-2.0
Group:  Development/Languages/Python
Url:http://pypi.python.org/pypi/pbr
Source: 
http://pypi.python.org/packages/source/p/pbr/pbr-%{version}.tar.gz
BuildRequires:  python-d2to1
BuildRequires:  python-devel
# Documentation requirements:
BuildRequires:  python-Sphinx
# Test requirements:
BuildRequires:  python-coverage = 3.6
%if 0%{?suse_version} = 1110
BuildRequires:  python-discover
%endif
BuildRequires:  python-fixtures = 0.3.12
BuildRequires:  python-flake8
BuildRequires:  python-mox
BuildRequires:  python-nose
BuildRequires:  python-oslo.config
BuildRequires:  python-python-mimeparse
BuildRequires:  python-python-subunit
BuildRequires:  python-testrepository = 0.0.13
BuildRequires:  python-testresources
BuildRequires:  python-testscenarios
BuildRequires:  python-testtools = 0.9.27
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version}  0%{?suse_version} = 1110
%{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
%else

commit python-heatclient for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package python-heatclient for 
openSUSE:Factory checked in at 2013-07-03 10:26:28

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


Package is python-heatclient

Changes:

--- /work/SRC/openSUSE:Factory/python-heatclient/python-heatclient.changes  
2013-06-13 21:43:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-heatclient.new/python-heatclient.changes 
2013-07-03 10:26:29.0 +0200
@@ -2 +2 @@
-Wed May 29 10:49:23 UTC 2013 - dmuel...@suse.com
+Sun Jun 30 23:49:20 UTC 2013 - opensuse-cl...@opensuse.org
@@ -4 +4,9 @@
-- remove setBadness call from rpmlintrc
+- Update to version 0.2.2.26.g7774ac3:
+  + Upload provider templates referenced in the environment.
+
+
+Thu Jun 27 23:47:48 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.2.25.ga77fd13:
+  + Fix all the pep8  E* and F* errors.
+  + Fix all but H302 hacking rules.
@@ -7 +15,10 @@
-Mon May  6 11:29:28 UTC 2013 - dmuel...@suse.com
+Thu Jun 27 09:59:00 UTC 2013 - speili...@suse.com
+
+- Only depend on python-discover on SLE, it's a Python-2.6 feature
+  backport
+
+
+Wed Jun 26 14:21:44 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.2.23.g61ce603:
+  + Fix various smaller pep8 issues
@@ -9 +26,6 @@
-- update requires to python-PrettyTable 
+
+Mon Jun 17 00:06:17 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.2.22.gf524528:
+  + flake8 ignore build directory.
+  + Stop passing path to VerifiedHTTPSConnection
@@ -12 +34,37 @@
-Mon Apr 22 12:20:31 UTC 2013 - dmuel...@suse.com
+Wed Jun 12 09:51:13 UTC 2013 - dmuel...@suse.com
+
+- fix test requires 
+
+
+Wed Jun 12 09:22:33 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.2.19.g0e559f5:
+  + Remove explicit distribute depend.
+  + Include .testr.conf in source tarball
+
+
+Tue Jun 11 09:31:07 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.2.16.g5f3e7ef:
+  + Use Python 3.x compatible except: construct
+
+
+Fri Jun  7 23:34:46 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.2.14.gb1eab17:
+  + Add support for environment files
+
+
+Mon Jun  3 23:34:50 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.2.12.g6aeb099:
+  + Migrate to testr from nose.
+
+
+Sun Jun  2 23:34:46 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.2.10.g9b1ce21:
+  + Fixes text split for parameters
+
+
+Wed May 29 00:03:27 UTC 2013 - opensuse-cl...@opensuse.org
@@ -14 +72,4 @@
-- update to 0.2.2 
+- Update to version 0.2.2.9.g2e6e49f:
+  + Move requirements files to standard names.
+  + Move tests into package dir.
+  + Migrate test base classes to testtools.

Old:

  python-heatclient-0.2.2.tar.gz

New:

  python-heatclient-master.tar.gz



Other differences:
--
++ python-heatclient.spec ++
--- /var/tmp/diff_new_pack.wKWb5o/_old  2013-07-03 10:26:29.0 +0200
+++ /var/tmp/diff_new_pack.wKWb5o/_new  2013-07-03 10:26:29.0 +0200
@@ -19,28 +19,31 @@
 %define component heatclient
 
 Name:   python-%{component}
-Version:0.2.2
+Version:0.2.2.26.g7774ac3
 Release:0
 Summary:Openstack Orchestration (Heat) API Client
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://launchpad.net/python-heatclient
-Source: python-heatclient-0.2.2.tar.gz
+Source: python-heatclient-master.tar.gz
 BuildRequires:  openstack-suse-macros
 BuildRequires:  python-base
 BuildRequires:  python-distribute
 # Documentation build requirements:
 BuildRequires:  python-PrettyTable
 BuildRequires:  python-Sphinx
+BuildRequires:  python-d2to1
 BuildRequires:  python-httplib2
 BuildRequires:  python-iso8601 = 0.1.4
 BuildRequires:  python-keystoneclient
+BuildRequires:  python-pbr
 Requires:   python = 2.6.8
-Requires:   python-PrettyTable = 0.5
-Requires:   python-argparse
+Requires:   python-PrettyTable = 0.6
+Requires:   python-d2to1 = 0.2.10
 Requires:   python-httplib2
 Requires:   

commit rpm for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package rpm for openSUSE:Factory checked in 
at 2013-07-03 10:26:47

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


Package is rpm

Changes:

rpm-python.changes: same change
--- /work/SRC/openSUSE:Factory/rpm/rpm.changes  2013-06-25 14:45:49.0 
+0200
+++ /work/SRC/openSUSE:Factory/.rpm.new/rpm.changes 2013-07-03 
10:26:49.0 +0200
@@ -1,0 +2,10 @@
+Tue Jul  2 09:53:02 UTC 2013 - dmuel...@suse.com
+
+- extend the armv7hl hack also to armv6hl 
+
+---
+Thu Jun 27 22:03:51 UTC 2013 - dmuel...@suse.com
+
+- add support for armv6hl target 
+
+---



Other differences:
--
rpm-python.spec: same change
++ rpm.spec ++
--- /var/tmp/diff_new_pack.XOFmjG/_old  2013-07-03 10:26:50.0 +0200
+++ /var/tmp/diff_new_pack.XOFmjG/_new  2013-07-03 10:26:50.0 +0200
@@ -251,13 +251,11 @@
 export CFLAGS=-g -O0 -fno-strict-aliasing -ffunction-sections
 %endif
 
-%if %{_target_cpu}
 %ifarch %arm
 BUILDTARGET=--build=%{_target_cpu}-suse-linux-gnueabi
 %else
 BUILDTARGET=--build=%{_target_cpu}-suse-linux
 %endif
-%endif
 
 #cp -p /usr/share/gettext/config.rpath .
 cp autogen.sh beecrypt
@@ -355,15 +353,10 @@
 rm -f %{buildroot}%{_libdir}/rpm-plugins/*.la
 sh %{buildroot}/usr/lib/rpm/find-lang.sh %{buildroot} rpm
 # On arm the kernel architecture is ignored. Not the best idea, but lets stay 
compatible with other distros
-%ifarch armv7hl
-# rpm is using the host_cpu as default for the platform, but armv7hl is not 
known by the kernel.
+%ifarch armv7hl armv6hl
+# rpm is using the host_cpu as default for the platform, but armv6/7hl is not 
known by the kernel.
 # so we need to enforce the platform here.
-# We don't want to use armv7l because it would make us incompatible to Fedora 
and MeeGo plattforms.
-echo -n armv7hl-suse-linux %{buildroot}/etc/rpm/platform
-%endif
-%ifarch armv5tel
-# switch to armv5tel even when system cpu is armv7
-echo -n armv5tel-suse-linux %{buildroot}/etc/rpm/platform
+echo -n %{_target_cpu}-suse-linux-gnueabi  %{buildroot}/etc/rpm/platform
 %endif
 
 %post

++ macrosin.diff ++
--- /var/tmp/diff_new_pack.XOFmjG/_old  2013-07-03 10:26:51.0 +0200
+++ /var/tmp/diff_new_pack.XOFmjG/_new  2013-07-03 10:26:51.0 +0200
@@ -284,7 +284,7 @@
  
#--
  # arch macro for all supported ARM processors
 -%arm  armv3l armv4b armv4l armv4tl armv5tel armv5tejl armv6l armv7l
-+%arm  armv3l armv4b armv4l armv4tl armv5b armv5l armv5teb armv5tel armv5tejl 
armv6l armv7l armv7hl
++%arm  armv3l armv4b armv4l armv4tl armv5b armv5l armv5teb armv5tel armv5tejl 
armv6l armv6hl armv7l armv7hl
 +%arml armv3l armv4l armv5l armv5tel armv6l armv7l armv7hl
 +%armb armv4b armv5b armv5teb
  

++ rpmrc.diff ++
--- /var/tmp/diff_new_pack.XOFmjG/_old  2013-07-03 10:26:51.0 +0200
+++ /var/tmp/diff_new_pack.XOFmjG/_new  2013-07-03 10:26:51.0 +0200
@@ -52,15 +52,17 @@
  optflags: hppa1.0 -O2 -g -mpa-risc-1-0
  optflags: hppa1.1 -O2 -g -mpa-risc-1-0
  optflags: hppa1.2 -O2 -g -mpa-risc-1-0
-@@ -67,6 +68,7 @@
+@@ -66,7 +67,9 @@
+ optflags: armv5tel -O2 -g -march=armv5te
  optflags: armv5tejl -O2 -g -march=armv5te
  optflags: armv6l -O2 -g -march=armv6
++optflags: armv6hl -O2 -g -march=armv6 -mfloat-abi=hard -mabi=aapcs-linux
  optflags: armv7l -O2 -g -march=armv7
 +optflags: armv7hl -O2 -g -march=armv7-a -mfloat-abi=hard -mthumb 
-mabi=aapcs-linux
  
  optflags: atarist -O2 -g -fomit-frame-pointer
  optflags: atariste -O2 -g -fomit-frame-pointer
-@@ -76,12 +78,13 @@
+@@ -76,12 +79,13 @@
  optflags: milan -O2 -g -fomit-frame-pointer
  optflags: hades -O2 -g -fomit-frame-pointer
  
@@ -76,15 +78,17 @@
  
  #
  # Canonical arch names and numbers
-@@ -142,6 +145,7 @@
+@@ -141,7 +145,9 @@
+ arch_canon: armv5tel: armv5tel12
  arch_canon: armv5tejl: armv5tejl  12
  arch_canon: armv6l: armv6l12
++arch_canon: armv6hl: armv6hl  12
  arch_canon: armv7l: armv7l12
 +arch_canon: armv7hl: armv7hl  12
  
  arch_canon:   m68kmint: m68kmint  13
  arch_canon:   atarist: m68kmint   13
-@@ -166,6 +170,7 @@
+@@ -166,6 +172,7 @@
  arch_canon:   sh4: sh417
  arch_canon:   sh4a: sh4a  17
  arch_canon:   xtensa: xtensa  18
@@ -92,7 +96,7 @@
  
  #
  # Canonical OS names and numbers
-@@ -203,17 +208,17 @@
+@@ -203,17 +210,17 @@
  

commit xorg-x11-server for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-server for openSUSE:Factory 
checked in at 2013-07-03 10:28:09

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


Package is xorg-x11-server

Changes:

--- /work/SRC/openSUSE:Factory/xorg-x11-server/xorg-x11-server.changes  
2013-06-20 17:06:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.xorg-x11-server.new/xorg-x11-server.changes 
2013-07-03 10:28:10.0 +0200
@@ -1,0 +2,15 @@
+Tue Jul  2 13:18:07 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 1.14.2:
++ Bugfix release, changes include:
+  + dix: fix device scaling to use a [min,max[ range.
+  + dix: pre-scale x by the screen:device:resolution ratio
+  + os: Reset input buffer's 'ignoreBytes' field
+  + dix: don't overwrite proximity/focus classes
+  + dix: plug memory leak in freeing TouchClass
+  + os: Use ErrorFSigSafe from FatalError and it's friends
+  + dix: send the current axis value in DeviceChangedEvents (fdo#62321)
+  + Xi: Use correct destination when swapping barrier events
+  + xf86: don't hotplug output devices while VT switched.
+
+---

Old:

  xorg-server-1.14.1.tar.bz2

New:

  xorg-server-1.14.2.tar.bz2



Other differences:
--
++ xorg-x11-server.spec ++
--- /var/tmp/diff_new_pack.i6ADmS/_old  2013-07-03 10:28:11.0 +0200
+++ /var/tmp/diff_new_pack.i6ADmS/_new  2013-07-03 10:28:11.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   xorg-x11-server
 
-%define dirsuffix 1.14.1
+%define dirsuffix 1.14.2
 %define vnc 0
 Summary:X
 License:GPL-2.0+ and MIT

++ xorg-server-1.14.1.tar.bz2 - xorg-server-1.14.2.tar.bz2 ++
 42201 lines of diff (skipped)

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



commit sudo for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package sudo for openSUSE:Factory checked in 
at 2013-07-03 10:27:44

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


Package is sudo

Changes:

--- /work/SRC/openSUSE:Factory/sudo/sudo.changes2013-06-29 
14:51:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.sudo.new/sudo.changes   2013-07-03 
10:27:45.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul  2 16:30:19 UTC 2013 - dmuel...@suse.com
+
+- restore accidentally dropped suse-specific patches 
+
+---
@@ -5 +10,21 @@
-  * especially all local patches are obsoleted by upstream fixes
+  * remove CVE-2013-1775
+  * remove CVE-2013-1776
+  * The non-Unix group plugin is now supported when sudoers data is stored in 
LDAP.
+  * User messages are now always displayed in the user's locale, even when the
+  same message is being logged or mailed in a different locale.  
+  * Log files created by sudo now explicitly have the group set to group ID 0
+  rather than relying on BSD group semantics (which may not be the default).
+  * A new exec_background sudoers option can be used to initially run the 
+  command without read access to the terminal when running a command in a 
+  pseudo-tty. 
+  * Sudo now produces better error messages when there is an error in the 
sudo.conf file.
+  * Two new settings have been added to sudo.conf to give the admin better 
control of 
+  how group database queries are performed.
+  * There is now a standalone sudo.conf manual page.
+  * New support for specifying a SHA-2 digest along with the command in 
sudoers.
+  Supported hash types are sha224, sha256, sha384 and sha512. See the 
description
+  of Digest_Spec in the sudoers manual or the description of sudoCommand in the
+  sudoers.ldap manual for details.
+  * Fixed potential false positives in visudo's alias cycle detection.
+  * Sudo now only builds Position Independent Executables (PIE) by default on 
Linux
+  systems and verifies that a trivial test program builds and runs.

New:

  sudo-sudoers.patch
  sudoers2ldif-env.patch



Other differences:
--
++ sudo.spec ++
--- /var/tmp/diff_new_pack.CgEB9C/_old  2013-07-03 10:27:46.0 +0200
+++ /var/tmp/diff_new_pack.CgEB9C/_new  2013-07-03 10:27:46.0 +0200
@@ -26,6 +26,9 @@
 Source0:http://sudo.ws/sudo/dist/%{name}-%{version}.tar.gz
 Source1:sudo.pamd
 Source2:README.SUSE
+Patch0: sudoers2ldif-env.patch
+# PATCH-OPENSUSE: the SUSE branding of the default sudo config
+Patch1: sudo-sudoers.patch
 BuildRequires:  audit-devel
 BuildRequires:  groff
 BuildRequires:  libselinux-devel
@@ -53,6 +56,8 @@
 
 %prep
 %setup -q
+%patch0 -p1 
+%patch1 -p1
 
 %build
 %ifarch s390 s390x %sparc

++ sudo-sudoers.patch ++
Index: sudo-1.8.0/plugins/sudoers/sudoers.in
===
--- sudo-1.8.0.orig/plugins/sudoers/sudoers.in
+++ sudo-1.8.0/plugins/sudoers/sudoers.in
@@ -31,37 +31,36 @@
 ##
 ## Defaults specification
 ##
-## You may wish to keep some of the following environment variables
-## when running commands via sudo.
-##
-## Locale settings
-# Defaults env_keep += LANG LANGUAGE LINGUAS LC_* _XKB_CHARSET
-##
-## Run X applications through sudo; HOME is used to find the
-## .Xauthority file.  Note that other programs use HOME to find   
-## configuration files and this may lead to privilege escalation!
-# Defaults env_keep += HOME
-##
-## X11 resource path settings
-# Defaults env_keep += XAPPLRESDIR XFILESEARCHPATH XUSERFILESEARCHPATH
-##
-## Desktop path settings
-# Defaults env_keep += QTDIR KDEDIR
-##
-## Allow sudo-run commands to inherit the callers' ConsoleKit session
-# Defaults env_keep += XDG_SESSION_COOKIE
-##
-## Uncomment to enable special input methods.  Care should be taken as
-## this may allow users to subvert the command being run via sudo.
-# Defaults env_keep += XMODIFIERS GTK_IM_MODULE QT_IM_MODULE QT_IM_SWITCHER
+## Prevent environment variables from influencing programs in an
+## unexpected or harmful way (CVE-2005-2959, CVE-2005-4158, CVE-2006-0151)
+Defaults always_set_home
+Defaults env_reset
+## Change env_reset to !env_reset in previous line to keep all environment 
variables
+## Following list will no longer be necessary after this change
+
+Defaults env_keep = LANG LC_ADDRESS LC_CTYPE LC_COLLATE LC_IDENTIFICATION 
LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE 
LC_TIME LC_ALL LANGUAGE LINGUAS XDG_SESSION_COOKIE
+## Comment out the preceding line and uncomment the following one if you need
+## to use special input methods. This may allow users to 

commit xf86-video-intel for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-intel for 
openSUSE:Factory checked in at 2013-07-03 10:27:49

Comparing /work/SRC/openSUSE:Factory/xf86-video-intel (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-video-intel.new (New)


Package is xf86-video-intel

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-intel/xf86-video-intel.changes
2013-06-25 14:47:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-video-intel.new/xf86-video-intel.changes   
2013-07-03 10:27:51.0 +0200
@@ -1,0 +2,35 @@
+Mon Jul  1 19:43:13 UTC 2013 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 2.21.11:
+  An eventful week. What started with a regression with some builds of
+  firefox on some machines lead ultimately to the discovery of an older
+  kernel bug. Aside from the work to fix the image bug and a few other
+  older bugs that were reported and resolved this week, there is also a
+  (hopefully) subtle change to the initial configuration of displays. In
+  the absence of user overrides in xorg.conf, the DDX will try to preserve
+  the same display configuration as used by the kernel, which hopefully
+  will be the same configuration as setup by the BIOS. The result should
+  be a boot sequence that does not resize at all (aka fastboot) - until
+  the display manager takes over and loads a completely different
+  configuration!
+  + Add reference counting of drmMaster for ZaphodHeads
+https://bugs.freedesktop.org/show_bug.cgi?id=66041
+  + Add a GPU flush before changing blend modes on Ironlake
+https://bugs.freedesktop.org/show_bug.cgi?id=51422
+  + Fix occasional missing images for inplace uploads
+[regression from 2.21.10]
+https://bugs.freedesktop.org/show_bug.cgi?id=66059
+  + Add missing utility files to the tarball and remove a few unused ones
+  + Initialise PolyPoint operand state before calling miWideDash
+https://bugs.freedesktop.org/show_bug.cgi?id=66104
+  + Fix redirection handling for rendering into large surfaces
+https://bugs.freedesktop.org/show_bug.cgi?id=66168
+https://bugs.freedesktop.org/show_bug.cgi?id=66249
+  + Fix compilation of UXA with xorg-xserver  1.10
+[regression from 2.20.0]
+  + Fix consideration of gradients for deciding when to migrate render
+operations
+[performance regression from 2.21.10, the bug itself is older]
+https://bugs.freedesktop.org/show_bug.cgi?id=66297
+
+---

Old:

  xf86-video-intel-2.21.10.tar.bz2

New:

  xf86-video-intel-2.21.11.tar.bz2



Other differences:
--
++ xf86-video-intel.spec ++
--- /var/tmp/diff_new_pack.XOn6eB/_old  2013-07-03 10:27:52.0 +0200
+++ /var/tmp/diff_new_pack.XOn6eB/_new  2013-07-03 10:27:52.0 +0200
@@ -19,7 +19,7 @@
 %define glamor 1
 
 Name:   xf86-video-intel
-Version:2.21.10
+Version:2.21.11
 Release:0
 Summary:Intel video driver for the Xorg X server
 License:MIT

++ xf86-video-intel-2.21.10.tar.bz2 - xf86-video-intel-2.21.11.tar.bz2 
++
 5502 lines of diff (skipped)

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



commit yast2-storage for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2013-07-03 10:28:53

Comparing /work/SRC/openSUSE:Factory/yast2-storage (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-storage.new (New)


Package is yast2-storage

Changes:

--- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes  
2013-06-13 22:58:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2013-07-03 10:28:54.0 +0200
@@ -1,0 +2,30 @@
+Mon Jul  1 12:24:56 CEST 2013 - f...@suse.de
+
+- version 2.24.5
+- increase proposed size for /boot to 400M (bnc#826981)
+
+---
+Thu Jun 27 11:25:40 UTC 2013 - lsle...@suse.cz
+
+- installation - if /mnt/proc and /mnt/sys directories do not exist
+  then create them before mounting (gh#yast/yast-storage#5)
+- 2.24.4
+
+---
+Wed Jun 26 18:00:19 CEST 2013 - f...@suse.de
+
+- fix encrypted volumes on multiple disks via autoyast (bnc#826384)
+
+---
+Thu Jun 20 05:44:41 UTC 2013 - lsle...@suse.cz
+
+- Ruby transition compatibility (removed unnecessary *.exp files,
+  removed y2internal() from finishParameters)
+- 2.24.3
+
+---
+Tue Jun 18 18:52:26 CEST 2013 - f...@suse.de
+
+- remove obsolete check about not using btrfs for /boot 
+
+---

Old:

  yast2-storage-2.24.2.tar.bz2

New:

  yast2-storage-2.24.5.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.xJkpuc/_old  2013-07-03 10:28:55.0 +0200
+++ /var/tmp/diff_new_pack.xJkpuc/_new  2013-07-03 10:28:55.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:2.24.2
+Version:2.24.5
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-2.24.2.tar.bz2 - yast2-storage-2.24.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-2.24.2/VERSION 
new/yast2-storage-2.24.5/VERSION
--- old/yast2-storage-2.24.2/VERSION2013-06-10 14:25:57.0 +0200
+++ new/yast2-storage-2.24.5/VERSION2013-07-01 12:44:06.0 +0200
@@ -1 +1 @@
-2.24.2
+2.24.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-2.24.2/bindings/src/StorageCallbacks.cc 
new/yast2-storage-2.24.5/bindings/src/StorageCallbacks.cc
--- old/yast2-storage-2.24.2/bindings/src/StorageCallbacks.cc   2013-01-22 
12:12:36.0 +0100
+++ new/yast2-storage-2.24.5/bindings/src/StorageCallbacks.cc   2013-06-20 
11:15:54.0 +0200
@@ -156,7 +156,6 @@
 
 bool Y2StorageCallbackFunction::finishParameters ()
 {
-y2internal (finishParameters not implemented);
 return true;
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-2.24.2/configure 
new/yast2-storage-2.24.5/configure
--- old/yast2-storage-2.24.2/configure  2013-06-10 14:26:14.0 +0200
+++ new/yast2-storage-2.24.5/configure  2013-07-02 12:08:47.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-storage 2.24.2.
+# Generated by GNU Autoconf 2.69 for yast2-storage 2.24.5.
 #
 # Report bugs to http://bugs.opensuse.org/.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-storage'
 PACKAGE_TARNAME='yast2-storage'
-PACKAGE_VERSION='2.24.2'
-PACKAGE_STRING='yast2-storage 2.24.2'
+PACKAGE_VERSION='2.24.5'
+PACKAGE_STRING='yast2-storage 2.24.5'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1380,7 +1380,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures yast2-storage 2.24.2 to adapt to many kinds of systems.
+\`configure' configures yast2-storage 2.24.5 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1451,7 +1451,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of yast2-storage 2.24.2:;;
+ short | recursive ) echo Configuration of yast2-storage 2.24.5:;;
esac
   cat \_ACEOF
 
@@ -1569,7 +1569,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-yast2-storage configure 2.24.2
+yast2-storage configure 2.24.5
 generated by GNU Autoconf 2.69
 
 

commit yast2-ruby-bindings for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package yast2-ruby-bindings for 
openSUSE:Factory checked in at 2013-07-03 10:28:34

Comparing /work/SRC/openSUSE:Factory/yast2-ruby-bindings (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-ruby-bindings.new (New)


Package is yast2-ruby-bindings

Changes:

--- /work/SRC/openSUSE:Factory/yast2-ruby-bindings/yast2-ruby-bindings.changes  
2012-06-28 17:23:49.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-ruby-bindings.new/yast2-ruby-bindings.changes 
2013-07-03 10:28:36.0 +0200
@@ -1,0 +2,40 @@
+Thu Jun 27 07:12:13 UTC 2013 - jreidin...@suse.com
+
+- make term and path class immutable, so deep copy can be 
+  optimalized
+- support backtrace in y2log() (lslezak)
+- call include init method only if it is there
+- update UI shortcuts to allow also terms starting with lowercase
+- various small bug fixes
+- 1.1.2
+
+---
+Mon Jun 24 07:15:46 UTC 2013 - jreidin...@suse.com
+
+- set the source location when calling YaST functions outside Ruby
+- few minor fixes in logging
+- 1.1.1
+
+---
+Thu Jun 20 20:19:31 UTC 2013 - jreidin...@suse.com
+
+- Rename top level namespace from YCP to Yast
+- cache translations in dpgettext() builtin (lslezak) 
+  (https://github.com/yast/ycp-killer/issues/467)
+- implement block version of Ops.index
+  (https://github.com/yast/y2r/issues/20)
+- 1.1.0
+
+---
+Tue Jun 18 08:08:51 UTC 2013 - jreidin...@suse.com
+
+- Complete rewrite of ruby bindings to allow migration of ycp code
+  to ruby. Few features worth mentioning:
+  - ruby clients
+  - ruby include files
+  - ruby modules with export of specified type
+  - support of global variables
+  - support of ycp builtins
+- 1.0.0
+
+---

Old:

  yast2-ruby-bindings-0.3.13.tar.bz2

New:

  yast2-ruby-bindings-1.1.2.tar.bz2



Other differences:
--
++ yast2-ruby-bindings.spec ++
--- /var/tmp/diff_new_pack.PYuKqc/_old  2013-07-03 10:28:37.0 +0200
+++ /var/tmp/diff_new_pack.PYuKqc/_new  2013-07-03 10:28:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-ruby-bindings
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,12 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 #
 # spec file for package yast2-ruby-bindings (Version 0.1)
 #
 
 Name:   yast2-ruby-bindings
-Version:0.3.13
+Version:1.1.2
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-ruby-bindings-%{version}.tar.bz2
@@ -28,15 +29,16 @@
 
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
-BuildRequires:  swig
 BuildRequires:  yast2-core-devel
 BuildRequires:  yast2-devtools = 2.16.3
 # libzypp-devel is missing .la requires
 BuildRequires:  ruby-devel
-Requires:   yast2-core = 2.23.4
-BuildRequires:  yast2-core-devel = 2.23.4
-Requires:   yast2-ycp-ui-bindings   = 2.16.37
-BuildRequires:  yast2-ycp-ui-bindings-devel = 2.16.37
+BuildRequires:  rubygem-fast_gettext
+Requires:   rubygem-fast_gettext
+Requires:   yast2-core = 2.24.0
+BuildRequires:  yast2-core-devel = 2.24.0
+Requires:   yast2-ycp-ui-bindings   = 2.21.9
+BuildRequires:  yast2-ycp-ui-bindings-devel = 2.21.9
 Requires:   ruby
 Summary:Ruby bindings for the YaST platform
 License:GPL-2.0
@@ -66,9 +68,9 @@
 cd ..
 
 %check
-cd build
+cd build/tests/ruby
 make test ARGS=-V
-cd ..
+cd -
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -76,7 +78,9 @@
 %files
 %defattr (-, root, root)
 %{_libdir}/YaST2/plugin/libpy2lang_ruby.so
-%{_libdir}/ruby/vendor_ruby/%{rb_ver}/ycp.rb
-%{_libdir}/ruby/vendor_ruby/%{rb_ver}/%{rb_arch}/ycpx.so
+%{_libdir}/ruby/vendor_ruby/%{rb_ver}/*.rb
+%{_libdir}/ruby/vendor_ruby/%{rb_ver}/yast
+%{_libdir}/ruby/vendor_ruby/%{rb_ver}/%{rb_arch}/*x.so
+%{_libdir}/ruby/vendor_ruby/%{rb_ver}/%{rb_arch}/yast
 
 %changelog

++ yast2-ruby-bindings-0.3.13.tar.bz2 - yast2-ruby-bindings-1.1.2.tar.bz2 
++
 11951 lines of diff (skipped)

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



commit yaml-cpp for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package yaml-cpp for openSUSE:Factory 
checked in at 2013-07-03 11:21:46

Comparing /work/SRC/openSUSE:Factory/yaml-cpp (Old)
 and  /work/SRC/openSUSE:Factory/.yaml-cpp.new (New)


Package is yaml-cpp

Changes:

--- /work/SRC/openSUSE:Factory/yaml-cpp/yaml-cpp.changes2013-06-29 
22:28:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.yaml-cpp.new/yaml-cpp.changes   2013-07-03 
11:21:47.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul  2 17:43:52 UTC 2013 - asterios.dra...@gmail.com
+
+- Added boost-devel in yaml-cpp-devel Requires: (some yaml-cpp headers require
+  boost headers).
+
+---



Other differences:
--
++ yaml-cpp.spec ++
--- /var/tmp/diff_new_pack.b1AxKo/_old  2013-07-03 11:21:48.0 +0200
+++ /var/tmp/diff_new_pack.b1AxKo/_new  2013-07-03 11:21:48.0 +0200
@@ -48,9 +48,10 @@
 Summary:Development files for %{name}
 Group:  Development/Libraries/C and C++
 Requires:   %{library_name} = %{version}
+Requires:   boost-devel
 
 %description devel
-Development files for %{name} library
+Development files for %{name} library.
 
 %prep
 %setup -q
@@ -86,6 +87,7 @@
 
 %files devel
 %defattr(-,root,root,-)
+%doc license.txt
 %{_includedir}/yaml-cpp/
 %{_libdir}/lib*.so
 %{_libdir}/pkgconfig/*.pc

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



commit patchinfo.1814 for openSUSE:12.3:Update

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1814 for 
openSUSE:12.3:Update checked in at 2013-07-03 11:24:56

Comparing /work/SRC/openSUSE:12.3:Update/patchinfo.1814 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.patchinfo.1814.new (New)


Package is patchinfo.1814

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  packagerMargueriteSu/packager
  categoryrecommended/category
  ratingimportant/rating
  summarylibrcc: fix chinese charset with unzip/summary
  descriptionThis update fixes the following issues with librcc:
- bnc#821877: rcc-runtime contains dynamic charset detection engines for 
librcc0 library. Thus it should be required by librcc0 instead of librcc main 
package, which doesn't exist at all./description
  issue tracker=bnc id=821877unzip can't detect Chinese charset due to 
missing rcc-runtime/issue
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit librcc for openSUSE:12.3:Update

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package librcc for openSUSE:12.3:Update 
checked in at 2013-07-03 11:24:54

Comparing /work/SRC/openSUSE:12.3:Update/librcc (Old)
 and  /work/SRC/openSUSE:12.3:Update/.librcc.new (New)


Package is librcc

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package='librcc.1814' cicount='copy' /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit librcc for openSUSE:12.2:Update

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package librcc for openSUSE:12.2:Update 
checked in at 2013-07-03 11:24:50

Comparing /work/SRC/openSUSE:12.2:Update/librcc (Old)
 and  /work/SRC/openSUSE:12.2:Update/.librcc.new (New)


Package is librcc

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package='librcc.1814' cicount='copy' /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit taglib for openSUSE:12.3:Update

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package taglib for openSUSE:12.3:Update 
checked in at 2013-07-03 11:24:22

Comparing /work/SRC/openSUSE:12.3:Update/taglib (Old)
 and  /work/SRC/openSUSE:12.3:Update/.taglib.new (New)


Package is taglib

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.71sZl2/_old  2013-07-03 11:24:24.0 +0200
+++ /var/tmp/diff_new_pack.71sZl2/_new  2013-07-03 11:24:24.0 +0200
@@ -1 +1 @@
-link package='taglib.1711' cicount='copy' /
+link package='taglib.1811' cicount='copy' /

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



commit taglib.1811 for openSUSE:12.3:Update

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package taglib.1811 for openSUSE:12.3:Update 
checked in at 2013-07-03 11:24:20

Comparing /work/SRC/openSUSE:12.3:Update/taglib.1811 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.taglib.1811.new (New)


Package is taglib.1811

Changes:

New Changes file:

--- /dev/null   2013-07-02 09:26:14.908030755 +0200
+++ /work/SRC/openSUSE:12.3:Update/.taglib.1811.new/taglib.changes  
2013-07-03 11:24:21.0 +0200
@@ -0,0 +1,437 @@
+---
+Mon Jun 24 17:41:56 UTC 2013 - jsl...@suse.com
+
+- Added-check-if-file-is-open-before-attempting-to-rea.patch: Added
+  check if file is open before attempting to read tags (bnc#826228)
+
+---
+Fri May 24 12:24:27 UTC 2013 - davejpla...@gmail.com
+
+- Added taglib-1.8-ds-rusxmms-r9.patch and deleted
+  taglib-1.8-ds-rusxmms-r8.patch to fix the reopened bnc#814814
+
+---
+Fri Apr 26 17:19:29 UTC 2013 - davejpla...@gmail.com
+
+- Added taglib-1.8-ds-rusxmms-r8.patch which fixes bnc#814814 where
+  non russian text was corrupted in tags.
+- Removed old taglib-1.8-ds-rusxmms-r2.patch
+- Added built binary examples which manipulate tags from the
+  command line to enable easier testing of libtag. These are in the
+  taglib rpm.
+- Created taglib-1.8-strip-rpath.patch to remove rpath from binaries.
+
+---
+Mon Feb  4 19:50:45 UTC 2013 - hessija...@gmail.com
+
+- Replace taglib-1.6-ds-rusxmms.patch with
+  taglib-1.8-ds-rusxmms-r2.patch: Update rusxmms patch to also work
+  with non-Russian locale (bnc#780256).
+
+---
+Mon Feb  4 19:50:45 UTC 2013 - hessija...@gmail.com
+
+- Update rusxmms patch to version taglib-1.8-ds-rusxmms-r2 in order to fix 
bnc#780256
+
+---
+Fri Feb  1 18:54:07 UTC 2013 - co...@suse.com
+
+- update license to new format
+
+---
+Thu Nov  8 04:49:38 UTC 2012 - klaussfre...@gmail.com
+
+- Add patch taglib-1.8-version_fix.patch: fix version defines
+  in taglib.h
+
+---
+Thu Sep 13 10:11:52 UTC 2012 - cgiboude...@gmx.com
+
+- Update to 1.8
+  * Added support for OWNE ID3 frames.
+  * Changed key validation in the new PropertyMap API.
+  * ID3v1::Tag::setStringHandler will no londer delete the previous handler, 
the caller is responsible for this.
+  * File objects will also no longer delete the passed IOStream objects. It 
should be done in the caller code after the File object is no longer used.
+  * Added ID3v2::Tag::setLatin1StringHandler for custom handling of 
latin1-encoded text in ID3v2 frames.
+  * Fixed validation of ID3v2 frame IDs (IDs with ‘0’ were ignored).
+  * New API for accessing tags by name.
+  * New abstract I/O stream layer to allow custom I/O handlers.
+  * Support for writing ID3v2.3 tags.
+  * Support for various module file formats (MOD, S3M, IT, XM).
+  * Support for MP4 and ASF is now enabled by default.
+  * Started using atomic int operations for reference counting.
+  * Added methods for checking if WMA and MP4 files are DRM-protected.
+  * Added taglib_free to the C bindings.
+  * New method to allow removing pictures from FLAC files.
+  * Support for reading audio properties from ALAC and Musepack SV8 files.
+  * Added replay-gain information to Musepack audio properties.
+  * Support for APEv2 binary tags.
+  * Many AudioProperties subclasses now provide information about the total 
number of samples.
+  * Various small bug fixes.
+- Drop taglib-noansiflags.patch (no longer relevant)
+
+---
+Fri May 11 10:22:59 UTC 2012 - vdziewie...@suse.com
+
+-Update to 1.7.2:
+ * Fixed division by zero while parsing corrupted MP4 files (CVE-2012-2396).
+ * Fixed compilation on Haiku.
+ * Improved parsing of corrupted WMA, RIFF and OGG files.
+ * Fixed a memory leak in the WMA parser.
+ * Fixed a memory leak in the FLAC parser.
+ * Fixed a possible division by zero in the APE parser.
+ * Added detection of TTA2 files.
+ * Fixed saving of multiple identically named tags to Vorbis Comments.
+-Fixed a build failure related to doxygen.
+
+---
+Thu May 10 01:51:54 UTC 2012 - crrodrig...@opensuse.org
+
+- Also, define GNU_SOURCE
+
+---
+Thu May 10 01:11:38 UTC 2012 - crrodrig...@opensuse.org
+
+- No dont use -ansi gcc flag.
+

commit librcc.1814 for openSUSE:12.2:Update

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package librcc.1814 for openSUSE:12.2:Update 
checked in at 2013-07-03 11:24:46

Comparing /work/SRC/openSUSE:12.2:Update/librcc.1814 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.librcc.1814.new (New)


Package is librcc.1814

Changes:

New Changes file:

--- /dev/null   2013-07-02 09:26:14.908030755 +0200
+++ /work/SRC/openSUSE:12.2:Update/.librcc.1814.new/librcc.changes  
2013-07-03 11:24:47.0 +0200
@@ -0,0 +1,76 @@
+---
+Tue Jun 25 01:09:18 UTC 2013 - i...@marguerite.su
+
+- fix rcc-runtime dependency for librcc0 (bnc#821877)
+  * rcc-runtime should be dependency for librcc0 
+instead of librcc
+  * without rcc-runtime, there'll be no engines, 
+thus librcc0 is useless then 
+
+---
+Fri May 11 08:55:36 UTC 2012 - co...@suse.com
+
+- rename base package to librcc to avoid package renames later
+
+---
+Fri Dec 16 11:26:39 UTC 2011 - lazy.k...@opensuse.org
+
+- Corrected License tag according to SPDX standard.
+- Use full URL as a source.
+- Removed unsupported SUSE version check.
+- Spec clean up and formatting.
+
+---
+Mon Nov 21 15:27:44 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+- Use %_smp_mflags for parallel building
+
+---
+Sun Nov 20 06:18:35 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---
+Tue Aug 23 14:34:00 CEST 2011 - p...@suse.de
+
+- Use packageand to pull in librcc0 if aspell and unzip are
+  installed (bnc#710609).
+
+---
+Mon Jun  7 12:04:31 UTC 2010 - lazy.kent.s...@gmail.com
+
+- corrected rccFree patch
+
+---
+Wed May 26 10:59:41 UTC 2010 - p...@suse.de
+
+- Fixx rccFree definition and all its callers.
+
+---
+Fri Apr  2 19:36:54 UTC 2010 - lazy.kent.s...@gmail.com
+
+- add COPYING
+
+---
+Sun Mar 14 19:30:24 UTC 2010 - lazy.kent.s...@gmail.com
+
+- fix Czech locale code in config file
+
+---
+Thu Mar 11 18:57:30 UTC 2010 - lazy.kent.s...@gmail.com
+
+- split off runtime package
+- remove rpmlint warnings
+
+---
+Mon Mar  8 18:46:02 UTC 2010 - lazy.kent.s...@gmail.com
+
+- spec-file reworked
+- don't build GTK UI
+
+---
+Sat Feb 13 00:00:00 MSK 2010 - c...@dside.dyndns.org
+
+ New version
+

New:

  baselibs.conf
  librcc-0.2.9-czech_config.patch
  librcc-0.2.9-provide_prototype.patch
  librcc-0.2.9-suse-lint.diff
  librcc-0.2.9.tar.bz2
  librcc-printf.diff
  librcc.changes
  librcc.spec



Other differences:
--
++ librcc.spec ++
#
# spec file for package librcc
#
# Copyright (c) 2013 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%define lname librcc0
Name:   librcc
Version:0.2.9
Release:0
Summary:Russian Charset Conversion Library
License:LGPL-2.1+
Group:  System/Libraries
Url:http://rusxmms.sourceforge.net
Source0:http://dside.dyndns.org/files/rusxmms/%{name}-%{version}.tar.bz2
Source1:baselibs.conf
# PATCH-FIX-UPSTREAM librcc-printf.diff c...@dside.dyndns.org
Patch1: librcc-printf.diff
# PATCH-FIX-UPSTREAM librcc-0.2.9-suse-lint.diff c...@dside.dyndns.org -- 
remove rpmlint warnings
Patch2: librcc-0.2.9-suse-lint.diff
# PATCH-FIX-UPSTREAM librcc-0.2.9-czech_config.patch lazy.kent.s...@gmail.com 
-- fix Czech locale code in config file

commit patchinfo.1814 for openSUSE:12.2:Update

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1814 for 
openSUSE:12.2:Update checked in at 2013-07-03 11:24:55

Comparing /work/SRC/openSUSE:12.2:Update/patchinfo.1814 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.patchinfo.1814.new (New)


Package is patchinfo.1814

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  packagerMargueriteSu/packager
  categoryrecommended/category
  ratingimportant/rating
  summarylibrcc: fix chinese charset with unzip/summary
  descriptionThis update fixes the following issues with librcc:
- bnc#821877: rcc-runtime contains dynamic charset detection engines for 
librcc0 library. Thus it should be required by librcc0 instead of librcc main 
package, which doesn't exist at all./description
  issue tracker=bnc id=821877unzip can't detect Chinese charset due to 
missing rcc-runtime/issue
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit openstack-glance for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package openstack-glance for 
openSUSE:Factory checked in at 2013-07-03 16:01:52

Comparing /work/SRC/openSUSE:Factory/openstack-glance (Old)
 and  /work/SRC/openSUSE:Factory/.openstack-glance.new (New)


Package is openstack-glance

Changes:

--- /work/SRC/openSUSE:Factory/openstack-glance/openstack-glance.changes
2013-06-13 17:23:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.openstack-glance.new/openstack-glance.changes   
2013-07-03 16:01:54.0 +0200
@@ -2 +2 @@
-Sat Jun  8 00:16:09 UTC 2013 - opensuse-cl...@opensuse.org
+Thu Jun 27 23:44:10 UTC 2013 - opensuse-cl...@opensuse.org
@@ -4,3 +4,10 @@
-- Update to version 2013.1.3.a3.ga5dda27:
-  + Bump stable/grizzly next version to 2013.1.3
-  + Encode headers and params
+- Update to version 2013.2.a56.gb8a13ea:
+  + Don't run store tests without a store!
+  + Fix for unencrypted uris in scrubber queue files
+
+---
+Thu Jun 27 15:10:15 UTC 2013 - speili...@suse.com
+
+- Drop glance-default-signing_dir.patch: Isn't used any more
+- Move secure file attributes to /etc/glance/glance-*.conf instead of
+  /etc/glance/glance-*-paste.ini since respective values moved upstream
@@ -9 +16 @@
-Thu May 30 23:57:14 UTC 2013 - opensuse-cl...@opensuse.org
+Wed Jun 26 14:18:35 UTC 2013 - opensuse-cl...@opensuse.org
@@ -11,4 +18,3 @@
-- Update to version 2013.1.2.a10.ga799a98:
-  + Call monkey_patch before other modules are loaded
-  + Don't raise HTTPForbidden on a multitenant environment
-  + Call os.kill for each child instead of the process group
+- Update to version 2013.2.a52.ga880ab4:
+  + Do not raise NEW exceptions
+  + Import sql_connection option before using it.
@@ -17 +23 @@
-Thu May 30 00:00:07 UTC 2013 - opensuse-cl...@opensuse.org
+Mon Jun 24 23:42:43 UTC 2013 - opensuse-cl...@opensuse.org
@@ -19,2 +25,2 @@
-- Update to version 2013.1.2.a4.g4149680:
-  + Adding help text to the options that did not have it.
+- Update to version 2013.2.a48.g52958e4:
+  + Do not send traceback to clients by default
@@ -23 +29 @@
-Wed May 29 10:42:46 UTC 2013 - dmuel...@suse.com
+Mon Jun 24 12:56:55 UTC 2013 - speili...@suse.com
@@ -25 +31,62 @@
-- remove setBadness call from rpmlintrc 
+- Install all files from etc/ into /etc/glance (/etc/schema-image.json
+  was missing before) (#bnc826328, bnc#780210)
+
+
+Thu Jun 20 23:42:29 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a46.g9dd8a85:
+  + Fix incorrect assertion in test_create_pool
+
+
+Mon Jun 17 00:06:58 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a45.gbf3d19f:
+  + Replace openstack-common with oslo in HACKING.rst
+
+
+Fri Jun 14 00:07:46 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a43.g56a94c6:
+  + Remove explicit distribute depend.
+  + Add a policy layer for membership APIs
+  + Use Python 3.x compatible octal literals
+
+
+Thu Jun 13 00:08:41 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a37.gca5425e:
+  + Add missing Keystone settings to scrubber conf
+  + Prevent '500' error when admin uses private marker
+  + Remove routes collection mappings
+
+
+Wed Jun 12 09:20:27 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a31.gaae7252:
+  + Sql query optimization for image detail
+
+---
+Tue Jun 11 10:51:54 UTC 2013 - dmuel...@suse.com
+
+- add missing dependency to six and pyOpenSSL 
+
+
+Tue Jun 11 09:38:06 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a29.g6019f15:
+  + Pass configure_via_auth down to auth plugin
+  + python3: Introduce py33 to tox.ini
+
+
+Fri Jun  7 23:51:24 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a25.g2c73455:
+  + Prevent E500 when listing with null values
+  + Patch changes Fedora 16 to 18 on install page.
+
+
+Wed Jun  5 23:52:20 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a21.gc043f30:
+  + Move sql_connection option into sqlalchemy package.
+  + Remove unused dictionary from test_registry_api.py
@@ -28 +95 @@
-Mon May 27 21:52:48 UTC 2013 - dmuel...@suse.com
+Tue Jun  4 13:05:01 UTC 2013 - speili...@suse.com
@@ -30 

commit python-novaclient for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package python-novaclient for 
openSUSE:Factory checked in at 2013-07-03 16:01:57

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


Package is python-novaclient

Changes:

--- /work/SRC/openSUSE:Factory/python-novaclient/python-novaclient.changes  
2013-06-13 21:45:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-novaclient.new/python-novaclient.changes 
2013-07-03 16:01:59.0 +0200
@@ -2 +2 @@
-Wed May 29 10:49:56 UTC 2013 - dmuel...@suse.com
+Mon Jul  1 00:19:48 UTC 2013 - opensuse-cl...@opensuse.org
@@ -4 +4,2 @@
-- remove setBadness call from rpmlintrc
+- Update to version 2.13.0.101:
+  + Fixup trivial License Header mismatch.
@@ -7 +8 @@
-Mon May  6 11:29:00 UTC 2013 - dmuel...@suse.com
+Thu Jun 27 09:54:11 UTC 2013 - speili...@suse.com
@@ -9 +10,2 @@
-- update requires to python-PrettyTable 
+- Only depend on python-discover on SLE, it's a Python-2.6 feature
+  backport
@@ -12 +14 @@
-Mon Apr 29 09:51:33 UTC 2013 - dmuel...@suse.com
+Wed Jun 12 09:43:35 UTC 2013 - dmuel...@suse.com
@@ -14 +16 @@
-- add 0001-Restore-compatibility-with-PrettyTable-0.7.2-update.patch
+- update testrequires 
@@ -17 +19 @@
-Mon Apr 22 12:23:36 UTC 2013 - dmuel...@suse.com
+Mon May 27 08:39:42 UTC 2013 - dmuel...@suse.com
@@ -19,2 +21 @@
-- update to 2.13.0
-- remove upstreamed patch 
+- python-pbr/d2to1 requires 
@@ -23 +24,3 @@
-Tue Apr  2 09:49:22 UTC 2013 - dmuel...@suse.com
+Thu May  2 13:23:49 UTC 2013 - dmuel...@suse.com
+
+- drop 0001-Restore-compatibility-with-PrettyTable-0.7.2-update.patch 
@@ -25,2 +28,5 @@
-- update to 2.12.0:
-  + released version of the tarball 
+---
+Mon Apr 29 09:49:29 UTC 2013 - dmuel...@suse.com
+
+- remove 0001-Revert-Correct-a-unit-test-failure-that-crept-into-t.patch
+- add 0001-Restore-compatibility-with-PrettyTable-0.7.2-update.patch
@@ -29 +35 @@
-Tue Mar 26 13:44:31 UTC 2013 - dmuel...@suse.com
+Thu Apr 25 14:57:53 UTC 2013 - dmuel...@suse.com
@@ -31 +37 @@
-- update to 2.11.1.67 
+- add 0001-Revert-Correct-a-unit-test-failure-that-crept-into-t.patch 

Old:

  python-novaclient-2.13.0.tar.gz

New:

  python-novaclient-master.tar.gz



Other differences:
--
++ python-novaclient.spec ++
--- /var/tmp/diff_new_pack.9HRg65/_old  2013-07-03 16:02:00.0 +0200
+++ /var/tmp/diff_new_pack.9HRg65/_new  2013-07-03 16:02:00.0 +0200
@@ -19,29 +19,31 @@
 %define component novaclient
 
 Name:   python-%{component}
-Version:2.13.0
+Version:2.13.0.101
 Release:0
 Summary:Openstack Compute (Nova) API Client
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://launchpad.net/python-novaclient
-Source: python-novaclient-2.13.0.tar.gz
+Source: python-novaclient-master.tar.gz
 Source2:openstack-nova.sh
-Patch0: 0001-Restore-compatibility-with-PrettyTable-0.7.2-update.patch
 BuildRequires:  openstack-suse-macros
 BuildRequires:  python-base
 BuildRequires:  python-distribute
 # Packages below are only needed for documentation build
 BuildRequires:  python-PrettyTable
 BuildRequires:  python-Sphinx
+BuildRequires:  python-d2to1
 BuildRequires:  python-iso8601 = 0.1.4
+BuildRequires:  python-pbr
 BuildRequires:  python-requests
 Requires:   python = 2.6.8
 # /usr/bin/nova uses pkg_resources, thus:
 Requires:   python-PrettyTable = 0.6
 Requires:   python-argparse
-Requires:   python-distribute
+Requires:   python-d2to1 = 0.2.10
 Requires:   python-iso8601 = 0.1.4
+Requires:   python-pbr = 0.5
 Requires:   python-requests = 0.8
 Requires:   python-simplejson = 2.0.9
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -73,21 +75,24 @@
 Summary:Openstack Compute (Nova) API Client - Testsuite
 Group:  System/Management
 Requires:   %{name} = %{version}
+Requires:   python-coverage
+%if 0%{?suse_version}  0%{?suse_version} = 1110
+Requires:   python-discover
+%endif
+Requires:   python-fixtures = 0.3.12
+Requires:   python-flake8 = 2.0
+Requires:   python-hacking = 0.5.3
 Requires:   python-mock
-Requires:   python-nose
-Requires:   python-nose-exclude
-Requires:   python-nosehtmloutput
-Requires:   python-nosexcover
-Requires:   python-openstack.nose_plugin
-Requires:   python-pep8
-Requires:   python-unittest2
+Requires:   python-pep8 = 1.4.5
+Requires:   python-pyflakes = 0.7.2
+Requires:   python-testrepository = 0.0.13
+Requires:   python-testtools = 0.9.26
 
 %description test
 This 

commit curl for openSUSE:12.3:Update

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package curl for openSUSE:12.3:Update 
checked in at 2013-07-03 16:10:12

Comparing /work/SRC/openSUSE:12.3:Update/curl (Old)
 and  /work/SRC/openSUSE:12.3:Update/.curl.new (New)


Package is curl

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.UIjh0P/_old  2013-07-03 16:10:13.0 +0200
+++ /var/tmp/diff_new_pack.UIjh0P/_new  2013-07-03 16:10:13.0 +0200
@@ -1 +1 @@
-link package='curl.1590' cicount='copy' /
+link package='curl.1813' cicount='copy' /

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



commit curl for openSUSE:12.2:Update

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package curl for openSUSE:12.2:Update 
checked in at 2013-07-03 16:10:09

Comparing /work/SRC/openSUSE:12.2:Update/curl (Old)
 and  /work/SRC/openSUSE:12.2:Update/.curl.new (New)


Package is curl

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.KbJow2/_old  2013-07-03 16:10:10.0 +0200
+++ /var/tmp/diff_new_pack.KbJow2/_new  2013-07-03 16:10:10.0 +0200
@@ -1 +1 @@
-link package='curl.1590' cicount='copy' /
+link package='curl.1813' cicount='copy' /

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



commit cryptsetup for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package cryptsetup for openSUSE:Factory 
checked in at 2013-07-03 16:29:37

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


Package is cryptsetup

Changes:

--- /work/SRC/openSUSE:Factory/cryptsetup/cryptsetup.changes2013-03-26 
14:05:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.cryptsetup.new/cryptsetup.changes   
2013-07-03 16:29:39.0 +0200
@@ -1,0 +2,14 @@
+Tue Jul  2 18:53:21 UTC 2013 - crrodrig...@opensuse.org
+
+- cryptsetup 1.6.1
+ * Fix loop-AES keyfile parsing.
+ * Fix passphrase pool overflow for too long TCRYPT passphrase.
+ * Fix deactivation of device when failed underlying node disappeared.
+
+- There is a bug in the released tarball, due to HAVE_BYTESWAP_H
+  and HAVE_ENDIAN_H not properly handled by the buildsystem. A
+  patch with permanent solution was sent and accepted upstream
+  and will appear in the next release, for now an spec file workaround
+  is in place, remove in the next update.
+
+---

Old:

  cryptsetup-1.6.0.tar.bz2
  cryptsetup-1.6.0.tar.bz2.asc

New:

  cryptsetup-1.6.1.tar.bz2
  cryptsetup-1.6.1.tar.bz2.asc



Other differences:
--
++ cryptsetup.spec ++
--- /var/tmp/diff_new_pack.w2NN6U/_old  2013-07-03 16:29:40.0 +0200
+++ /var/tmp/diff_new_pack.w2NN6U/_new  2013-07-03 16:29:40.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   cryptsetup
 Url:http://code.google.com/p/cryptsetup/
-Version:1.6.0
+Version:1.6.1
 Release:0
 Summary:Set Up dm-crypt Based Encrypted Block Devices
 License:SUSE-GPL-2.0-with-openssl-exception and LGPL-2.0+
@@ -87,6 +87,9 @@
 %{?suse_update_config:%{suse_update_config}}
 autoreconf -f -i
 test -e po/Makevars || cp po/Makevars.template po/Makevars
+# remove for version  1.6.1 ##
+export CFLAGS=%optflags -DHAVE_ENDIAN_H -DHAVE_BYTESWAP_H
+
 %configure \
--disable-static --enable-shared \
--enable-cryptsetup-reencrypt \

++ cryptsetup-1.6.0.tar.bz2 - cryptsetup-1.6.1.tar.bz2 ++
 8075 lines of diff (skipped)

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



commit libdrm for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package libdrm for openSUSE:Factory checked 
in at 2013-07-03 16:36:09

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


Package is libdrm

Changes:

--- /work/SRC/openSUSE:Factory/libdrm/libdrm.changes2013-05-27 
09:51:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.libdrm.new/libdrm.changes   2013-07-03 
16:36:10.0 +0200
@@ -1,0 +2,19 @@
+Tue Jul  2 16:42:39 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 2.4.46:
+  + radeon: add CIK chip families
+  + radeon: add Bonaire pci ids
+  + radeon: add kabini pci ids
+  + intel/aub: Sync the AUB defines with mesa's
+  + intel/aub: Return early if we disable aub dumps
+  + intel/aub: Implement a way to specify the output .aub filename
+  + drm: add hotspot cursor interface support.
+  + radeon: correct RADEON_GEM_WAIT_IDLE use
+  + freedreno: add handle and name tracking
+  + freedreno: add some asserts
+  + freedreno: also remove from name table on bo delete
+  + intel: Fix Haswell GT3 names.
+  + intel: Adding more reserved PCI IDs for Haswell.
+  + modetest: Make RGB565 pwetty too
+
+---

Old:

  libdrm-2.4.45.tar.bz2

New:

  libdrm-2.4.46.tar.bz2



Other differences:
--
++ libdrm.spec ++
--- /var/tmp/diff_new_pack.REp8D6/_old  2013-07-03 16:36:11.0 +0200
+++ /var/tmp/diff_new_pack.REp8D6/_new  2013-07-03 16:36:11.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   libdrm
 Url:http://dri.freedesktop.org/
-Version:2.4.45
+Version:2.4.46
 Release:0
 Provides:   libdrm23 = %{version}
 Obsoletes:  libdrm23  %{version}

++ libdrm-2.4.45.tar.bz2 - libdrm-2.4.46.tar.bz2 ++
 9822 lines of diff (skipped)

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



commit libsigsegv for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package libsigsegv for openSUSE:Factory 
checked in at 2013-07-03 16:37:57

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


Package is libsigsegv

Changes:

--- /work/SRC/openSUSE:Factory/libsigsegv/libsigsegv.changes2013-05-13 
16:20:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsigsegv.new/libsigsegv.changes   
2013-07-03 16:37:58.0 +0200
@@ -1,0 +2,6 @@
+Wed Jul  3 12:36:56 UTC 2013 - sch...@suse.de
+
+- fix-build-in-qemu.patch: Remove, set XFAIL_TESTS instead
+- Reenable testsuite on armv7
+
+---

Old:

  fix-build-in-qemu.patch



Other differences:
--
++ libsigsegv.spec ++
--- /var/tmp/diff_new_pack.8EAZ0I/_old  2013-07-03 16:37:58.0 +0200
+++ /var/tmp/diff_new_pack.8EAZ0I/_new  2013-07-03 16:37:58.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package sigsegv
+# spec file for package libsigsegv
 #
 # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -13,6 +13,8 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
 
 Name:   libsigsegv
 %define somajor2
@@ -27,13 +29,11 @@
 Version:2.10
 Release:0
 Summary:Library for Handling Page Faults in User Mode
-URL:http://libsigsegv.sourceforge.net/
-Source: 
ftp://ftp.gnu.org/pub/gnu/libsigsegv/libsigsegv-%{version}.tar.gz
-# PATCH-FIX-OPENSUSE -- make it build in qemu
-Patch0: fix-build-in-qemu.patch
-Group:  System/Libraries
 License:GPL-2.0+
-BuildRoot:  %{_tmppath}/build-%{name}-%{version}
+Group:  System/Libraries
+Url:http://libsigsegv.sourceforge.net/
+Source: 
ftp://ftp.gnu.org/pub/gnu/libsigsegv/libsigsegv-%{version}.tar.gz
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This is a library for handling page faults in user mode. A page fault occurs
@@ -61,7 +61,6 @@
 
 %package doc
 Summary:Library for Handling Page Faults in User Mode
-Group:  Development/Libraries/C and C++
 Group:  Documentation/Other
 
 %description doc
@@ -71,10 +70,6 @@
 
 %prep
 %setup -q
-%if 0%{?qemu_user_space_build:1}
-# qemu does not support stack overflows well ;)
-%patch0 -p1 -b .qemu
-%endif
 
 %build
 %configure \
@@ -87,9 +82,11 @@
 %__rm %{buildroot}%{_libdir}/libsigsegv.la
 
 %check
-%ifnarch armv7l armv7hl
-%__make check
+%if 0%{?qemu_user_space_build:1}
+# qemu does not support stack overflows well ;)
+export XFAIL_TESTS=stackoverflow1 stackoverflow2
 %endif
+%__make check
 
 %post   -n %lname -p /sbin/ldconfig
 %postun -n %lname -p /sbin/ldconfig
@@ -108,3 +105,5 @@
 %{_includedir}/sigsegv.h
 %{_libdir}/libsigsegv.so
 %{_libdir}/libsigsegv.a
+
+%changelog

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



commit libyui for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package libyui for openSUSE:Factory checked 
in at 2013-07-03 16:50:57

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


Package is libyui

Changes:

--- /work/SRC/openSUSE:Factory/libyui/libyui.changes2013-06-28 
16:04:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.libyui.new/libyui.changes   2013-07-03 
16:50:59.0 +0200
@@ -1,0 +2,8 @@
+Sun Jun 30 18:52:25 CEST 2013 - anase...@linux.it
+
+- git describe and git --tags do not always return a git hash
+  to avoid cmake failure a check has been introduced with a warning
+  message
+- skipping also .kdev4 when building source package
+
+---



Other differences:
--
libyui.spec: same change
++ libyui-3.0.8.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-3.0.8/ChangeLog new/libyui-3.0.8/ChangeLog
--- old/libyui-3.0.8/ChangeLog  2013-06-26 17:12:26.0 +0200
+++ new/libyui-3.0.8/ChangeLog  2013-07-01 09:47:29.0 +0200
@@ -1,4 +1,12 @@
 ---
+Sun Jun 30 18:52:25 CEST 2013 - anase...@linux.it
+
+- git describe and git --tags do not always return a git hash
+  to avoid cmake failure a check has been introduced with a warning
+  message
+- skipping also .kdev4 when building source package
+
+---
 Wed Jun 26 16:20:29 CEST 2013 - tgoettlic...@suse.de
 
 - Fixed build of libyui-qt-graph examples
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-3.0.8/buildtools/LibyuiCommon.cmake 
new/libyui-3.0.8/buildtools/LibyuiCommon.cmake
--- old/libyui-3.0.8/buildtools/LibyuiCommon.cmake  2013-06-26 
17:12:26.0 +0200
+++ new/libyui-3.0.8/buildtools/LibyuiCommon.cmake  2013-07-01 
09:47:29.0 +0200
@@ -4,7 +4,6 @@
 ### and include it in CMakeLists.txt
 
 MACRO( SET_GITVERSION )
-
   FIND_PACKAGE( Git )
   IF( GIT_FOUND )
 EXEC_PROGRAM(
@@ -14,8 +13,14 @@
 OUTPUT_VARIABLE GIT_VERSION )
 
 STRING( REGEX MATCH -g[0-9|a-f]+$ VERSION_SHA1 ${GIT_VERSION} )
-STRING( REGEX REPLACE [g]  VERSION_SHA1 ${VERSION_SHA1} )
-SET(GIT_SHA1_VERSION ${VERSION_SHA1})
+IF ( VERSION_SHA1 )
+  STRING( REGEX REPLACE [g]  VERSION_SHA1 ${VERSION_SHA1} )
+  SET(GIT_SHA1_VERSION ${VERSION_SHA1})
+ELSE( VERSION_SHA1 )
+   MESSAGE ( WARNING Cannot evaluate GIT_VERSION based on git
+   describe --tags, skipping... )
+  SET( GIT_SHA1_VERSION  )
+ENDIF( VERSION_SHA1 )
   ELSE( GIT_FOUND )
 MESSAGE ( STATUS GIT_VERSION option needs git installed )
 SET( GIT_SHA1_VERSION  )
@@ -431,6 +436,7 @@
 # backup files
 ~$
 # eclipse files
+.kdev4$
 .cdtproject$
 .cproject$
 .project$

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



commit python-cinderclient for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package python-cinderclient for 
openSUSE:Factory checked in at 2013-07-03 16:52:37

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


Package is python-cinderclient

Changes:

--- /work/SRC/openSUSE:Factory/python-cinderclient/python-cinderclient.changes  
2013-06-13 21:36:25.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-cinderclient.new/python-cinderclient.changes 
2013-07-03 16:52:38.0 +0200
@@ -2 +2,6 @@
-Wed May 29 10:48:37 UTC 2013 - dmuel...@suse.com
+Wed Jun 26 22:26:45 UTC 2013 - dmuel...@suse.com
+
+- update requires 
+
+---
+Wed May 29 11:21:43 UTC 2013 - dmuel...@suse.com
@@ -6,0 +12,7 @@
+Mon May 27 09:49:50 UTC 2013 - speili...@suse.com
+
+- Add new build dependencies:
+  + python-pbr
+  + python-d2to1
+
+---

Old:

  python-cinderclient-1.0.3.tar.gz

New:

  python-cinderclient-master.tar.gz



Other differences:
--
++ python-cinderclient.spec ++
--- /var/tmp/diff_new_pack.aP0KKM/_old  2013-07-03 16:52:38.0 +0200
+++ /var/tmp/diff_new_pack.aP0KKM/_new  2013-07-03 16:52:38.0 +0200
@@ -19,27 +19,37 @@
 %define component cinderclient
 
 Name:   python-%{component}
-Version:1.0.3
+Version:1.0.4.49
 Release:0
 Summary:Openstack Block Storage (Cinder) API Client
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://launchpad.net/python-cinderclient
-Source: python-cinderclient-1.0.3.tar.gz
+Source: python-cinderclient-master.tar.gz
 BuildRequires:  openstack-suse-macros
 BuildRequires:  python-base
-BuildRequires:  python-distribute
+BuildRequires:  python-d2to1
+BuildRequires:  python-pbr
 # Documentation build requirements:
 BuildRequires:  python-PrettyTable
 BuildRequires:  python-Sphinx
 BuildRequires:  python-requests
+%if 0%{?suse_version} = 1110
+Requires:   python-discover
+%endif
 Requires:   python = 2.6.8
+Requires:   python-PrettyTable = 0.6
 Requires:   python-argparse
-# /usr/bin/cinder uses pkg_resources, thus:
-Requires:   python-PrettyTable
-Requires:   python-distribute
+Requires:   python-coverage = 3.6
+Requires:   python-d2to1 = 0.2.10
+Requires:   python-flake8 = 2.0
+Requires:   python-pbr = 0.5
+Requires:   python-pyflakes = 0.7.2
+Requires:   python-python-subunit
 Requires:   python-requests = 0.8
-Requires:   python-simplejson
+Requires:   python-simplejson = 2.0.9
+Requires:   python-six
+Requires:   python-testtools = 0.9.29
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
@@ -64,20 +74,17 @@
 Summary:Openstack Block Storage (Cinder) API Client - Testsuite
 Group:  Development/Languages/Python
 Requires:   %{name} = %{version}
-Requires:   python-fixtures
-Requires:   python-mock
-Requires:   python-nose
-Requires:   python-nosehtmloutput
-Requires:   python-nosexcover
-Requires:   python-openstack.nose_plugin
-Requires:   python-pep8 = 1.3.3
+Requires:   python-fixtures = 0.3.12
+Requires:   python-hacking = 0.5.3
+Requires:   python-mock = 0.8.0
+Requires:   python-pep8 = 1.4.5
 Requires:   python-testrepository = 0.0.13
 
 %description test
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n python-cinderclient-1.0.3
+%setup -q -n python-cinderclient-1.0.4.49.g273a829
 %openstack_cleanup_prep
 echo %{version}  cinderclient/versioninfo
 

++ _service ++
--- /var/tmp/diff_new_pack.aP0KKM/_old  2013-07-03 16:52:38.0 +0200
+++ /var/tmp/diff_new_pack.aP0KKM/_new  2013-07-03 16:52:38.0 +0200
@@ -1,7 +1,8 @@
 services
   service name=git_tarballs mode=disabled
-param 
name=urlhttp://tarballs.openstack.org/python-cinderclient/python-cinderclient-1.0.3.tar.gz/param
+param 
name=urlhttp://tarballs.openstack.org/python-cinderclient/python-cinderclient-master.tar.gz/param
 param name=emailopensuse-cl...@opensuse.org/param
+param name=version-regexp.*-([^-]+)\.g[a-zA-Z0-9]{7}/param
 param name=plain-versionTrue/param
   /service
 /services

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



commit perl-Locale-Maketext-Lexicon for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package perl-Locale-Maketext-Lexicon for 
openSUSE:Factory checked in at 2013-07-03 16:52:10

Comparing /work/SRC/openSUSE:Factory/perl-Locale-Maketext-Lexicon (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Locale-Maketext-Lexicon.new (New)


Package is perl-Locale-Maketext-Lexicon

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Locale-Maketext-Lexicon/perl-Locale-Maketext-Lexicon.changes
2011-11-21 12:42:21.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Locale-Maketext-Lexicon.new/perl-Locale-Maketext-Lexicon.changes
   2013-07-03 16:52:11.0 +0200
@@ -1,0 +2,11 @@
+Wed Jul  3 12:50:44 UTC 2013 - co...@suse.com
+
+- updated to 0.96
+  * Handle Haml blocks too (Calum Halcrow)
+  * Corrected spelling of Text::Haml
+  * xgettext.pl was not being installed
+  * Moved to Dist::Zilla
+  * Added support for HAML (Calum Halcrow)
+  * Fixed test for Perl 5.17.6+. (ANDK)
+
+---

Old:

  Locale-Maketext-Lexicon-0.91.tar.gz

New:

  Locale-Maketext-Lexicon-0.96.tar.gz



Other differences:
--
++ perl-Locale-Maketext-Lexicon.spec ++
--- /var/tmp/diff_new_pack.2BY0bL/_old  2013-07-03 16:52:11.0 +0200
+++ /var/tmp/diff_new_pack.2BY0bL/_new  2013-07-03 16:52:11.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Locale-Maketext-Lexicon
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -16,34 +16,29 @@
 #
 
 
-
 Name:   perl-Locale-Maketext-Lexicon
-Version:0.91
-Release:1
-License:MIT
+Version:0.96
+Release:0
 %define cpan_name Locale-Maketext-Lexicon
 Summary:Use other catalog formats in Maketext
-Url:http://search.cpan.org/dist/Locale-Maketext-Lexicon/
+License:MIT
 Group:  Development/Libraries/Perl
-Source: 
http://www.cpan.org/authors/id/D/DR/DRTECH/Locale-Maketext-Lexicon-%{version}.tar.gz
+Url:http://search.cpan.org/dist/Locale-Maketext-Lexicon/
+Source: 
http://www.cpan.org/authors/id/D/DR/DRTECH/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(HTML::Parser) = 3.56
-BuildRequires:  perl(Lingua::EN::Sentence) = 0.25
-BuildRequires:  perl(PPI) = 1.203
-BuildRequires:  perl(Template) = 2.20
-BuildRequires:  perl(Template::Constants) = 2.75
-BuildRequires:  perl(YAML) = 0.66
-BuildRequires:  perl(YAML::Loader) = 0.66
-Requires:   perl(HTML::Parser) = 3.56
-Requires:   perl(Lingua::EN::Sentence) = 0.25
-Requires:   perl(PPI) = 1.203
-Requires:   perl(Template) = 2.20
-Requires:   perl(Template::Constants) = 2.75
-Requires:   perl(YAML) = 0.66
-Requires:   perl(YAML::Loader) = 0.66
+BuildRequires:  perl(Locale::Maketext) = 1.17
+Requires:   perl(Locale::Maketext) = 1.17
+Recommends: perl(HTML::Parser) = 3.56
+Recommends: perl(Lingua::EN::Sentence) = 0.25
+Recommends: perl(PPI) = 1.203
+Recommends: perl(Template) = 2.20
+Recommends: perl(Template::Constants) = 2.75
+Recommends: perl(Text::Haml)
+Recommends: perl(YAML) = 0.66
+Recommends: perl(YAML::Loader) = 0.66
 %{perl_requires}
 
 %description
@@ -59,6 +54,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -72,11 +68,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
-%doc AUTHORS Changes LICENSE README
+%defattr(-,root,root,755)
+%doc AUTHORS Changes docs LICENSE README script
 
 %changelog

++ Locale-Maketext-Lexicon-0.91.tar.gz - 
Locale-Maketext-Lexicon-0.96.tar.gz ++
 10562 lines of diff (skipped)

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



commit mkinitrd for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package mkinitrd for openSUSE:Factory 
checked in at 2013-07-03 16:51:56

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


Package is mkinitrd

Changes:

--- /work/SRC/openSUSE:Factory/mkinitrd/mkinitrd.changes2013-06-06 
15:00:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.mkinitrd.new/mkinitrd.changes   2013-07-03 
16:51:57.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul  3 15:25:44 CEST 2013 - schue...@gmx.net
+
+- Purge old kernels with low I/O priority
+  As this is run directly at startup, it competes for I/O with the
+  other boot processes.
+
+---



Other differences:
--
++ mkinitrd.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.2/etc/purge-kernels.service 
new/mkinitrd-2.7.2/etc/purge-kernels.service
--- old/mkinitrd-2.7.2/etc/purge-kernels.service2013-06-05 
21:27:18.0 +0200
+++ new/mkinitrd-2.7.2/etc/purge-kernels.service2013-07-03 
15:27:47.0 +0200
@@ -5,6 +5,8 @@
 
 [Service]
 Type=oneshot
+Nice=19
+IOSchedulingClass=idle
 ExecStartPre=/bin/rm -f /boot/do_purge_kernels
 ExecStart=/sbin/purge-kernels
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.2/mkinitrd.changes 
new/mkinitrd-2.7.2/mkinitrd.changes
--- old/mkinitrd-2.7.2/mkinitrd.changes 2013-06-05 21:27:18.0 +0200
+++ new/mkinitrd-2.7.2/mkinitrd.changes 2013-07-03 15:27:47.0 +0200
@@ -1,4 +1,11 @@
 ---
+Wed Jul  3 15:25:44 CEST 2013 - schue...@gmx.net
+
+- Purge old kernels with low I/O priority
+  As this is run directly at startup, it competes for I/O with the
+  other boot processes.
+
+---
 Wed Jun  5 19:26:59 UTC 2013 - mma...@suse.com
 
 - Add hid modules that are no longer builtin

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



commit python-oslo.config for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package python-oslo.config for 
openSUSE:Factory checked in at 2013-07-03 16:52:45

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


Package is python-oslo.config

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.config/python-oslo.config.changes
2013-04-29 14:18:01.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.config.new/python-oslo.config.changes   
2013-07-03 16:52:47.0 +0200
@@ -1,0 +2,16 @@
+Thu Jun 13 08:18:20 UTC 2013 - dmuel...@suse.com
+
+- update test/main requires 
+
+---
+Wed Jun 12 13:42:11 UTC 2013 - dmuel...@suse.com
+
+- fix tarball location
+- merge in all the changes from the last 6 weeks
+
+---
+Wed Jun 12 09:57:21 UTC 2013 - dmuel...@suse.com
+
+- fix requires of test package 
+
+---

Old:

  oslo-config-stable-grizzly.tar.gz

New:

  oslo.config-master.tar.gz
  rpmlintrc



Other differences:
--
++ python-oslo.config.spec ++
--- /var/tmp/diff_new_pack.s0hJGQ/_old  2013-07-03 16:52:47.0 +0200
+++ /var/tmp/diff_new_pack.s0hJGQ/_new  2013-07-03 16:52:47.0 +0200
@@ -19,18 +19,23 @@
 %define component oslo
 
 Name:   python-oslo.config
-Version:1.1.1.a3
+Version:1.2.0.a33
 Release:0
 Url:https://launchpad.net/oslo/
 Summary:OpenStack configuration API
 License:Apache-2.0
 Group:  Development/Languages/Python
-Source: oslo-config-stable-grizzly.tar.gz
+Source: oslo.config-master.tar.gz
+Source99:   rpmlintrc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  openstack-suse-macros
 BuildRequires:  python-base
-Requires:   python-argparse
+BuildRequires:  python-d2to1
+BuildRequires:  python-pbr
+Requires:   python-d2to1
+Requires:   python-pbr
+Requires:   python-six
 Provides:   python-oslo-config = 2013.2
 Obsoletes:  python-oslo-config  2013.2
 %if 0%{?suse_version}  0%{?suse_version} = 1110
@@ -61,16 +66,22 @@
 Conflicts:  python-oslo-config-test
 Requires:   %{name} = %{version}
 Requires:   python-coverage
-Requires:   python-fixtures
-Requires:   python-mox
-Requires:   python-nose
-Requires:   python-nose-exclude
+Requires:   python-discover
+Requires:   python-fixtures = 0.3.12
+Requires:   python-flake8 = 2.0
+Requires:   python-hacking = 0.5.3
+Requires:   python-pep8 = 1.4.5
+Requires:   python-pyflakes = 0.7.2
+Requires:   python-python-subunit
+Requires:   python-testrepository = 0.0.13
+Requires:   python-testscenarios
+Requires:   python-testtools = 0.9.29
 
 %description test
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n oslo.config-1.1.1.a3.gee7d555
+%setup -q -n oslo.config-1.2.0.a33.g5fa6ea2
 
 %build
 python setup.py build
@@ -86,10 +97,9 @@
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE README
+%doc LICENSE README.rst AUTHORS
 %{python_sitelib}/oslo
 %{python_sitelib}/*.egg-info
-%{python_sitelib}/*-nspkg.pth
 
 %files doc
 %defattr(-,root,root,-)

++ _service ++
--- /var/tmp/diff_new_pack.s0hJGQ/_old  2013-07-03 16:52:47.0 +0200
+++ /var/tmp/diff_new_pack.s0hJGQ/_new  2013-07-03 16:52:47.0 +0200
@@ -1,6 +1,6 @@
 services
   service name=git_tarballs mode=disabled
-param 
name=urlhttp://tarballs.openstack.org/oslo-config/oslo-config-stable-grizzly.tar.gz/param
+param 
name=urlhttp://tarballs.openstack.org/oslo.config/oslo.config-master.tar.gz/param
 param name=emailopensuse-cl...@opensuse.org/param
 param name=version-regexp.*-([^-]+)\.g[a-zA-Z0-9]{7}/param
 param name=plain-versionTrue/param

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



commit ruby for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package ruby for openSUSE:Factory checked in 
at 2013-07-03 16:53:12

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


Package is ruby

Changes:

--- /work/SRC/openSUSE:Factory/ruby/ruby.changes2013-06-05 
13:11:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.ruby.new/ruby.changes   2013-07-03 
16:53:13.0 +0200
@@ -1,0 +2,15 @@
+Sat Jun 29 12:38:12 UTC 2013 - co...@suse.com
+
+- change too strict ruby20 requires with _ge
+
+---
+Wed Jun 26 15:01:32 UTC 2013 - co...@suse.com
+
+- use update-alternatives the right way - which is portable too
+
+---
+Tue Jun 25 09:02:48 UTC 2013 - co...@suse.com
+
+- remove --force usage in favor of portable rm (SLE11)
+
+---



Other differences:
--
++ ruby.spec ++
--- /var/tmp/diff_new_pack.KAP43S/_old  2013-07-03 16:53:13.0 +0200
+++ /var/tmp/diff_new_pack.KAP43S/_new  2013-07-03 16:53:13.0 +0200
@@ -32,7 +32,7 @@
 BuildRequires:  update-alternatives
 #!BuildIgnore:  ruby ruby-devel
 #!BuildIgnore:  rubygems
-%requires_eq ruby20
+%requires_ge ruby20
 Provides:   rubygems = 1.8.15
 Obsoletes:  rubygems  1.8.15
 Requires:   update-alternatives
@@ -83,18 +83,20 @@
 %build
 
 %install
-mkdir -p $RPM_BUILD_ROOT%_bindir
+mkdir -p %{buildroot}%_bindir %{buildroot}%{_sysconfdir}/alternatives
 for bin in erb gem irb rake rdoc ri ruby testrb; do
-  ln -s %_bindir/$bin2.0 $RPM_BUILD_ROOT%_bindir/$bin
+  # dummy
+  touch %{buildroot}%{_sysconfdir}/alternatives/$bin
+  ln -s %{_sysconfdir}/alternatives/$bin %{buildroot}%_bindir/$bin
 done
-mkdir -p $RPM_BUILD_ROOT%_libdir
-ln -s %_libdir/libruby2.0.so $RPM_BUILD_ROOT%_libdir/libruby.so
-install -D -m 0644 %{S:0} $RPM_BUILD_ROOT/etc/rpm/macros.ruby
-install -D -m 0644 %{S:2} $RPM_BUILD_ROOT/etc/gemrc
+mkdir -p %{buildroot}%_libdir
+ln -s %_libdir/libruby2.0.so %{buildroot}%_libdir/libruby.so
+install -D -m 0644 %{S:0} %{buildroot}/etc/rpm/macros.ruby
+install -D -m 0644 %{S:2} %{buildroot}/etc/gemrc
 
 %post
 for bin in erb gem irb rake rdoc ri ruby testrb; do
-  /usr/sbin/update-alternatives --force --install \
+  /usr/sbin/update-alternatives --install \
 %{_bindir}/$bin $bin %{_bindir}/$bin2.0 20
 done
 
@@ -109,14 +111,22 @@
 %defattr(-,root,root)
 %config /etc/gemrc
 %config /etc/rpm/macros.ruby
-%ghost %{_bindir}/erb
-%ghost %{_bindir}/gem
-%ghost %{_bindir}/irb
-%ghost %{_bindir}/rake
-%ghost %{_bindir}/rdoc
-%ghost %{_bindir}/ri
-%ghost %{_bindir}/ruby
-%ghost %{_bindir}/testrb
+%ghost %_sysconfdir/alternatives/erb
+%{_bindir}/erb
+%ghost %_sysconfdir/alternatives/gem
+%{_bindir}/gem
+%ghost %_sysconfdir/alternatives/irb
+%{_bindir}/irb
+%ghost %_sysconfdir/alternatives/rake
+%{_bindir}/rake
+%ghost %_sysconfdir/alternatives/rdoc
+%{_bindir}/rdoc
+%ghost %_sysconfdir/alternatives/ri
+%{_bindir}/ri
+%ghost %_sysconfdir/alternatives/ruby
+%{_bindir}/ruby
+%ghost %_sysconfdir/alternatives/testrb
+%{_bindir}/testrb
 
 %files devel
 %defattr(-,root,root)

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



commit release-notes-openSUSE for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package release-notes-openSUSE for 
openSUSE:Factory checked in at 2013-07-03 16:52:59

Comparing /work/SRC/openSUSE:Factory/release-notes-openSUSE (Old)
 and  /work/SRC/openSUSE:Factory/.release-notes-openSUSE.new (New)


Package is release-notes-openSUSE

Changes:

--- 
/work/SRC/openSUSE:Factory/release-notes-openSUSE/release-notes-openSUSE.changes
2013-03-21 09:54:04.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.release-notes-openSUSE.new/release-notes-openSUSE.changes
   2013-07-03 16:53:00.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul  3 06:31:19 UTC 2013 - k...@suse.de
+
+- 13.1.0:
+* Set Copyright to SUSE LLC (bnc#809347).
+* Start resetting for 13.1 and add CHECKIT markers.
+
+---

Old:

  release-notes-opensuse-12.3.6.tar.bz2

New:

  release-notes-opensuse-13.1.0.tar.bz2



Other differences:
--
++ release-notes-openSUSE.spec ++
--- /var/tmp/diff_new_pack.yoXGWp/_old  2013-07-03 16:53:00.0 +0200
+++ /var/tmp/diff_new_pack.yoXGWp/_new  2013-07-03 16:53:00.0 +0200
@@ -25,12 +25,12 @@
 BuildRequires:  xml2po
 BuildRequires:  xmlcharent
 BuildRequires:  xmlgraphics-fop
-Summary:Most Important Changes for This openSUSE Release
-License:GFDL-1.1
+Summary:Release Notes for this openSUSE Release
+License:GFDL-1.2
 Group:  Documentation/SUSE
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Version:12.3.6
+Version:13.1.0
 Release:0
 Provides:   release-notes = %{version}
 Source0:release-notes-opensuse-%{version}.tar.bz2
@@ -38,11 +38,12 @@
 Url:http://en.opensuse.org
 
 %description
-This package contains the description of the most important changes for
-this openSUSE release. In HTML format, they are available in the help
-center.
-
+This package contains the release notes with the most important changes
+for this openSUSE release. In HTML format, they are available in the
+help center.
 
+The release notes are maintained in the public SVN repository at
+https://svn.opensuse.org/svn/opensuse-doc/trunk/release-notes/opensuse.
 
 %prep
 %setup -q -n release-notes-opensuse-%{version}

++ release-notes-opensuse-12.3.6.tar.bz2 - 
release-notes-opensuse-13.1.0.tar.bz2 ++
 11790 lines of diff (skipped)

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



commit python-swiftclient for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package python-swiftclient for 
openSUSE:Factory checked in at 2013-07-03 16:52:52

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


Package is python-swiftclient

Changes:

--- /work/SRC/openSUSE:Factory/python-swiftclient/python-swiftclient.changes
2013-06-14 15:48:10.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-swiftclient.new/python-swiftclient.changes   
2013-07-03 16:52:54.0 +0200
@@ -1,0 +2,6 @@
+Wed Jun 26 22:30:13 UTC 2013 - dmuel...@suse.com
+
+- update to master branch
+- update requires 
+
+---
@@ -7,0 +14,5 @@
+Wed May 15 11:00:37 UTC 2013 - bwiedem...@suse.com
+
+- upgrade to 1.4.0.7 ; BuildRequire python-pbr python-d2to1
+
+---
@@ -15,0 +27,5 @@
+
+---
+Wed Mar 27 15:18:20 UTC 2013 - speili...@suse.com
+
+- BuildRequire python (for the ssl module)

Old:

  python-swiftclient-1.4.0.tar.gz

New:

  python-swiftclient-master.tar.gz



Other differences:
--
++ python-swiftclient.spec ++
--- /var/tmp/diff_new_pack.Sokvnp/_old  2013-07-03 16:52:54.0 +0200
+++ /var/tmp/diff_new_pack.Sokvnp/_new  2013-07-03 16:52:54.0 +0200
@@ -19,22 +19,26 @@
 %define component swiftclient
 
 Name:   python-%{component}
-Version:1.4.0
+Version:1.4.0.32
 Release:0
 Summary:Openstack Object Storage (Swift) API Client
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://launchpad.net/python-swiftclient
-Source: python-swiftclient-1.4.0.tar.gz
+Source: python-swiftclient-master.tar.gz
 BuildRequires:  openstack-suse-macros
 BuildRequires:  python
+BuildRequires:  python-d2to1
 BuildRequires:  python-distribute
+BuildRequires:  python-pbr
 BuildRequires:  python-pyOpenSSL
 # Packages below are only needed for documentation build
 BuildRequires:  python-Sphinx
 Requires:   python = 2.6.8
+Requires:   python-d2to1 = 0.2.10
+Requires:   python-pbr = 0.5
 Requires:   python-pyOpenSSL
-Requires:   python-simplejson
+Requires:   python-simplejson = 2.0.9
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
@@ -51,7 +55,6 @@
 OpenStack's swift.
 
 %package doc
-
 Summary:Openstack Object Storage (Swift) API Client - Documentation
 Group:  Documentation/HTML
 Requires:   %{name} = %{version}
@@ -60,22 +63,22 @@
 This package contains documentation files for %{name}.
 
 %package test
-
 Summary:Openstack Object Storage (Swift) API Client - Testsuite
 Group:  System/Management
 Requires:   %{name} = %{version}
-Requires:   python-eventlet
+Requires:   python-coverage
+Requires:   python-flake8 = 2.0
 Requires:   python-keystoneclient
-Requires:   python-nosexcover
-Requires:   python-openstack.nose_plugin
-Requires:   python-pep8
+Requires:   python-pep8 = 1.4.5
+Requires:   python-pyflakes = 0.7.2
+Requires:   python-testrepository = 0.0.13
 Requires:   python-testtools = 0.9.22
 
 %description test
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n python-swiftclient-1.4.0
+%setup -q -n python-swiftclient-1.4.0.32.gb03843f
 %openstack_cleanup_prep
 
 %build

++ _service ++
--- /var/tmp/diff_new_pack.Sokvnp/_old  2013-07-03 16:52:54.0 +0200
+++ /var/tmp/diff_new_pack.Sokvnp/_new  2013-07-03 16:52:54.0 +0200
@@ -1,7 +1,8 @@
 services
   service name=git_tarballs mode=disabled
-param 
name=urlhttp://tarballs.openstack.org/python-swiftclient/python-swiftclient-1.4.0.tar.gz/param
+param 
name=urlhttp://tarballs.openstack.org/python-swiftclient/python-swiftclient-master.tar.gz/param
 param name=emailopensuse-cl...@opensuse.org/param
+param name=version-regexp.*-([^-]+)\.g[a-zA-Z0-9]{7}/param
 param name=plain-versionTrue/param
   /service
 /services

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



commit ruby20 for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package ruby20 for openSUSE:Factory checked 
in at 2013-07-03 16:53:23

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


Package is ruby20

Changes:

--- /work/SRC/openSUSE:Factory/ruby20/ruby20.changes2013-06-17 
10:33:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.ruby20.new/ruby20.changes   2013-07-03 
16:53:25.0 +0200
@@ -1,0 +2,20 @@
+Sat Jun 29 04:26:18 UTC 2013 - co...@suse.com
+
+- update to p247
+  * This release includes a security fix about bundled OpenSSL.
+ Hostname check bypassing vulnerability in SSL client (CVE-2013-4073)
+
+  * Updated to rubygems 2.0.3.  See
+
http://rubygems.rubyforge.org/rubygems-update/History_txt.html#label-2.0.3+%2F+2012-03-1
+for release notes.
+
+  #8040 change priority between keyword arguments and mandatory arguments.
+  #8416 super does not forward either named or anonymous **
+  #8463 Proc auto-splat bug with named arguments
+  #8424 fix infinite loop when stack overflow with TH_PUSH_TAG()
+  #8436 __dir__ not working in eval with binding
+  #8489 Tracepoint API: B_RETURN_EVENT not triggered when “next” used
+  #8341 block_given? (and the actual block) persist between calls to a proc 
created from a method (using method().to_proc()).
+  #8531 block_given? (and the actual block) persist between calls to a proc 
created by Symbol#to_proc.
+
+---
@@ -10 +30 @@
-- update to p295
+- update to p195

Old:

  ruby-2.0.0-p195.tar.bz2

New:

  ruby-2.0.0-p247.tar.bz2



Other differences:
--
++ ruby20.spec ++
--- /var/tmp/diff_new_pack.6jbGZo/_old  2013-07-03 16:53:26.0 +0200
+++ /var/tmp/diff_new_pack.6jbGZo/_new  2013-07-03 16:53:26.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ruby20
-%define patch_level p195
+%define patch_level p247
 Version:2.0.0.%{patch_level}
 Release:0
 #
@@ -65,7 +65,7 @@
 Provides:   ruby(abi) = %{rb_ver}
 #
 Url:http://www.ruby-lang.org/
-Source: 
ftp://ftp.ruby-lang.org/pub/ruby/ruby-%{pkg_version}-%{patch_level}.tar.bz2
+Source: 
ftp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-%{pkg_version}-%{patch_level}.tar.bz2
 Source6:ruby20.macros
 Patch0: rubygems-1.5.0_buildroot.patch
 Patch1: ruby-1.9.2p290_tcl_no_stupid_rpaths.patch

++ ruby-2.0.0-p195.tar.bz2 - ruby-2.0.0-p247.tar.bz2 ++
/work/SRC/openSUSE:Factory/ruby20/ruby-2.0.0-p195.tar.bz2 
/work/SRC/openSUSE:Factory/.ruby20.new/ruby-2.0.0-p247.tar.bz2 differ: char 11, 
line 1

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



commit systemd for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2013-07-03 16:53:50

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


Package is systemd

Changes:

--- /work/SRC/openSUSE:Factory/systemd/systemd-mini.changes 2013-07-02 
14:30:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd-mini.changes
2013-07-03 16:53:51.0 +0200
@@ -1,0 +2,9 @@
+Mon Jul  1 13:43:31 UTC 2013 - fcro...@suse.com
+
+- Replace
+  parse-etc-insserv.conf-and-adds-dependencies-accordingly.patch
+  patch with insserv-generator.patch: no longer patch systemd main
+  binary but generate systemd drop-in files using a generator, for
+  insserv.conf compatibility.
+
+---
--- /work/SRC/openSUSE:Factory/systemd/systemd.changes  2013-07-02 
14:30:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd.changes 2013-07-03 
16:53:51.0 +0200
@@ -1,0 +2,9 @@
+Mon Jul  1 13:43:31 UTC 2013 - fcro...@suse.com
+
+- Replace
+  parse-etc-insserv.conf-and-adds-dependencies-accordingly.patch
+  patch with insserv-generator.patch: no longer patch systemd main
+  binary but generate systemd drop-in files using a generator, for
+  insserv.conf compatibility.
+
+---

Old:

  parse-etc-insserv.conf-and-adds-dependencies-accordingly.patch

New:

  insserv-generator.patch



Other differences:
--
++ systemd-mini.spec ++
--- /var/tmp/diff_new_pack.PpjxuD/_old  2013-07-03 16:53:52.0 +0200
+++ /var/tmp/diff_new_pack.PpjxuD/_new  2013-07-03 16:53:52.0 +0200
@@ -106,7 +106,6 @@
 Source2:localfs.service
 Source3:systemd-sysv-convert
 Source4:macros.systemd
-Source5:systemd-insserv_conf
 Source6:baselibs.conf
 Source7:libgcrypt.m4
 Source8:systemd-journald.init
@@ -124,7 +123,7 @@
 # handle SUSE specific kbd settings
 Patch3: handle-disable_caplock-and-compose_table-and-kbd_rate.patch
 Patch4: handle-numlock-value-in-etc-sysconfig-keyboard.patch
-Patch6: parse-etc-insserv.conf-and-adds-dependencies-accordingly.patch
+Patch6: insserv-generator.patch
 Patch7: 
service-flags-sysv-service-with-detected-pid-as-RemainAfte.patch
 Patch8: module-load-handle-SUSE-etc-sysconfig-kernel-module-list.patch
 Patch9: 
remain_after_exit-initscript-heuristic-and-add-new-LSB-hea.patch
@@ -507,8 +506,6 @@
 mkdir -p 
%{buildroot}/{sbin,var/lib/systemd/sysv-convert,var/lib/systemd/migrated} 
%{buildroot}/usr/lib/systemd/{system-generators,user-generators,system-preset,user-preset,system/halt.target.wants,system/kexec.target.wants,system/poweroff.target.wants,system/reboot.target.wants}
 
 install -m755 %{S:3} -D %{buildroot}%{_sbindir}/systemd-sysv-convert
-# do not install, code has been fixed, might be useful in the future
-#install -m755 %{S:5} %{buildroot}/usr/lib/systemd/system-generators
 ln -s ../usr/lib/systemd/systemd %{buildroot}/bin/systemd
 ln -s ../usr/lib/systemd/systemd %{buildroot}/sbin/init
 ln -s ../usr/bin/systemctl %{buildroot}/sbin/reboot
@@ -849,6 +846,7 @@
 %{_prefix}/lib/systemd/system-generators/systemd-rc-local-generator
 %{_prefix}/lib/systemd/system-generators/systemd-fstab-generator
 %{_prefix}/lib/systemd/system-generators/systemd-system-update-generator
+%{_prefix}/lib/systemd/system-generators/systemd-insserv-generator
 /%{_lib}/security/pam_systemd.so
 
 %dir %{_libexecdir}/modules-load.d

++ systemd.spec ++
--- /var/tmp/diff_new_pack.PpjxuD/_old  2013-07-03 16:53:52.0 +0200
+++ /var/tmp/diff_new_pack.PpjxuD/_new  2013-07-03 16:53:52.0 +0200
@@ -101,7 +101,6 @@
 Source2:localfs.service
 Source3:systemd-sysv-convert
 Source4:macros.systemd
-Source5:systemd-insserv_conf
 Source6:baselibs.conf
 Source7:libgcrypt.m4
 Source8:systemd-journald.init
@@ -119,7 +118,7 @@
 # handle SUSE specific kbd settings
 Patch3: handle-disable_caplock-and-compose_table-and-kbd_rate.patch
 Patch4: handle-numlock-value-in-etc-sysconfig-keyboard.patch
-Patch6: parse-etc-insserv.conf-and-adds-dependencies-accordingly.patch
+Patch6: insserv-generator.patch
 Patch7: 
service-flags-sysv-service-with-detected-pid-as-RemainAfte.patch
 Patch8: module-load-handle-SUSE-etc-sysconfig-kernel-module-list.patch
 Patch9: 
remain_after_exit-initscript-heuristic-and-add-new-LSB-hea.patch
@@ -502,8 +501,6 @@
 mkdir -p 
%{buildroot}/{sbin,var/lib/systemd/sysv-convert,var/lib/systemd/migrated} 

commit rubygem-rdoc-3 for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rdoc-3 for openSUSE:Factory 
checked in at 2013-07-03 16:53:39

Comparing /work/SRC/openSUSE:Factory/rubygem-rdoc-3 (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-rdoc-3.new (New)


Package is rubygem-rdoc-3

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rdoc-3/rubygem-rdoc-3.changes
2013-05-07 15:50:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rdoc-3.new/rubygem-rdoc-3.changes   
2013-07-03 16:53:40.0 +0200
@@ -1,0 +2,5 @@
+Wed Jun 26 14:47:38 UTC 2013 - co...@suse.com
+
+- update with latest template
+
+---



Other differences:
--
++ rubygem-rdoc-3.spec ++
--- /var/tmp/diff_new_pack.KVCmhL/_old  2013-07-03 16:53:40.0 +0200
+++ /var/tmp/diff_new_pack.KVCmhL/_new  2013-07-03 16:53:40.0 +0200
@@ -21,19 +21,21 @@
 Release:0
 %define mod_name rdoc
 %define mod_full_name %{mod_name}-%{version}
+%define mod_branch -%{version}
+%define mod_weight 31202
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
 Requires:   ruby = 1.8.7
 BuildRequires:  ruby-devel = 1.8.7
-BuildRequires:  rubygem(rdoc)  3.10
+BuildRequires:  update-alternatives
+# MANUAL avoid bootstrap problems
+#BuildRequires:  rubygem(rdoc)  3.10
 Url:http://docs.seattlerb.org/rdoc
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:RDoc produces HTML and command-line documentation for Ruby 
projects
 License:Ruby
 Group:  Development/Languages/Ruby
-%define mod_branch -%{version}
-%define mod_weight 3
 PreReq: update-alternatives
 
 %description
@@ -68,11 +70,17 @@
 
 %install
 %gem_install -f
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives
 mv %{buildroot}%{_bindir}/rdoc{,%{mod_branch}}
-ln -s rdoc%{mod_branch} %{buildroot}%{_bindir}/rdoc
+touch %{buildroot}%{_sysconfdir}/alternatives/rdoc
+ln -s %{_sysconfdir}/alternatives/rdoc %{buildroot}%{_bindir}/rdoc
+
 mv %{buildroot}%{_bindir}/ri{,%{mod_branch}}
-ln -s ri%{mod_branch} %{buildroot}%{_bindir}/ri
+touch %{buildroot}%{_sysconfdir}/alternatives/ri
+ln -s %{_sysconfdir}/alternatives/ri %{buildroot}%{_bindir}/ri
+
 mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/History.rdoc 
%buildroot/%{_docdir}/%{name}/History.rdoc
 ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LEGAL.rdoc 
%buildroot/%{_docdir}/%{name}/LEGAL.rdoc
 ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE.rdoc 
%buildroot/%{_docdir}/%{name}/LICENSE.rdoc
 ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.rdoc 
%buildroot/%{_docdir}/%{name}/README.rdoc
@@ -95,9 +103,11 @@
 %defattr(-,root,root,-)
 %{_docdir}/%{name}
 %{_bindir}/rdoc%{mod_branch}
-%ghost %{_bindir}/rdoc
+%{_bindir}/rdoc
+%ghost %{_sysconfdir}/alternatives/rdoc
 %{_bindir}/ri%{mod_branch}
-%ghost %{_bindir}/ri
+%{_bindir}/ri
+%ghost %{_sysconfdir}/alternatives/ri
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test


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



commit yast2-ldap-server for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package yast2-ldap-server for 
openSUSE:Factory checked in at 2013-07-03 16:54:44

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


Package is yast2-ldap-server

Changes:

--- /work/SRC/openSUSE:Factory/yast2-ldap-server/yast2-ldap-server.changes  
2013-06-05 14:24:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-ldap-server.new/yast2-ldap-server.changes 
2013-07-03 16:54:45.0 +0200
@@ -1,0 +2,6 @@
+Sun Jun 16 20:07:33 UTC 2013 - lsle...@suse.cz
+
+- fixed build in Factory/openSUSE-13.1: added cyrus-sasl-devel to
+  BuildRequires
+
+---



Other differences:
--
++ yast2-ldap-server.spec ++
--- /var/tmp/diff_new_pack.P5KQNm/_old  2013-07-03 16:54:45.0 +0200
+++ /var/tmp/diff_new_pack.P5KQNm/_new  2013-07-03 16:54:45.0 +0200
@@ -24,6 +24,7 @@
 Source0:yast2-ldap-server-%{version}.tar.bz2
 
 BuildRequires:  boost-devel
+BuildRequires:  cyrus-sasl-devel
 BuildRequires:  gcc-c++
 BuildRequires:  libldapcpp-devel
 BuildRequires:  libtool

++ yast2-ldap-server-2.22.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ldap-server-2.22.2/configure.in 
new/yast2-ldap-server-2.22.2/configure.in
--- old/yast2-ldap-server-2.22.2/configure.in   2013-05-28 15:22:23.0 
+0200
+++ new/yast2-ldap-server-2.22.2/configure.in   2013-07-02 13:12:13.0 
+0200
@@ -1,6 +1,6 @@
 dnl configure.in for yast2-ldap-server
 dnl
-dnl -- This file is generated by y2autoconf 2.24.0 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 2.24.1 - DO NOT EDIT! --
 dnl(edit configure.in.in instead)
 
 AC_INIT(yast2-ldap-server, 2.22.2, http://bugs.opensuse.org/, 
yast2-ldap-server)

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