commit nfs-utils for openSUSE:12.3:Update

2013-06-20 Thread h_root
Hello community,

here is the log from the commit of package nfs-utils for openSUSE:12.3:Update 
checked in at 2013-06-20 10:41:27

Comparing /work/SRC/openSUSE:12.3:Update/nfs-utils (Old)
 and  /work/SRC/openSUSE:12.3:Update/.nfs-utils.new (New)


Package is nfs-utils

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.yc0bQJ/_old  2013-06-20 10:41:28.0 +0200
+++ /var/tmp/diff_new_pack.yc0bQJ/_new  2013-06-20 10:41:28.0 +0200
@@ -1 +1 @@
-link package='nfs-utils.1730' cicount='copy' /
+link package='nfs-utils.1789' cicount='copy' /

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



commit patchinfo.1789 for openSUSE:12.3:Update

2013-06-20 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1789 for 
openSUSE:12.3:Update checked in at 2013-06-20 10:41:28

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


Package is patchinfo.1789

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  packagerneilbrown/packager
  categoryrecommended/category
  ratingimportant/rating
  summarynfs-utils: avoid unmount filesystems after update/summary
  descriptionThis update fixes the following issue with nfs-utils:
- bnc#825150: Guard against blank lines in /run/nfs/bind.mounts causing all 
filesystems from being unmounted./description
  issue tracker=bnc id=825150Latest nfs-kernel-server update umounts 
/dev, /proc/issue
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit acl for openSUSE:Factory

2013-06-20 Thread h_root
Hello community,

here is the log from the commit of package acl for openSUSE:Factory checked in 
at 2013-06-20 11:49:03

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


Package is acl

Changes:

--- /work/SRC/openSUSE:Factory/acl/acl.changes  2013-03-22 10:59:44.0 
+0100
+++ /work/SRC/openSUSE:Factory/.acl.new/acl.changes 2013-06-20 
11:49:06.0 +0200
@@ -1,0 +2,15 @@
+Tue Jun 18 07:43:08 UTC 2013 - co...@suse.com
+
+- remove gpg-offline calls from bootstrap package
+
+---
+Sun Jun 16 21:40:18 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 2.2.52
+* This release fixes a few build system issues that were found and
+  merges in a tree walking bug fix.
+- Remove acl-fiximplicit.patch (merged upstream),
+  config-guess-sub-update.diff (no longer applies)
+- Sync baselibs.conf with in-.spec obsoletes/provides.
+
+---

Old:

  acl-2.2.51.src.tar.gz
  acl-2.2.51.src.tar.gz.sig
  acl-fiximplicit.patch
  config-guess-sub-update.diff

New:

  acl-2.2.52.src.tar.gz
  acl-2.2.52.src.tar.gz.sig



Other differences:
--
++ acl.spec ++
--- /var/tmp/diff_new_pack.YB5z9R/_old  2013-06-20 11:49:07.0 +0200
+++ /var/tmp/diff_new_pack.YB5z9R/_new  2013-06-20 11:49:07.0 +0200
@@ -18,25 +18,24 @@
 
 Name:   acl
 %define lname  libacl1
-BuildRequires:  libattr-devel
 Summary:Commands for Manipulating POSIX Access Control Lists
 License:GPL-2.0+ and LGPL-2.1+
 Group:  System/Filesystems
-Version:2.2.51
+Version:2.2.52
 Release:0
+Url:http://download.savannah.gnu.org/releases-noredirect/acl/
+
+#Git-Web:  http://git.savannah.gnu.org/cgit/acl.git/
+#Git-Clone:git://git.sv.gnu.org/acl
 Source: 
http://download.savannah.gnu.org/releases-noredirect/acl/%name-%version.src.tar.gz
 Source1:
http://download.savannah.gnu.org/releases-noredirect/acl/%name-%version.src.tar.gz.sig
 Source2:baselibs.conf
 # http://savannah.nongnu.org/project/memberlist-gpgkeys.php?group=acl
 Source3:%name.keyring
 Patch0: builddefs.in.diff
-Patch1: acl-fiximplicit.patch
 Patch2: 0001-Use-OS-byteswapping-macros.patch
-Patch3: config-guess-sub-update.diff
-Url:http://download.savannah.gnu.org/releases-noredirect/acl/
-%if 0%{?suse_version}  1220
-BuildRequires:  gpg-offline
-%endif
+BuildRequires:  libattr-devel
+#BuildRequires:  gpg-offline
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -50,7 +49,7 @@
 %ifarch ppc64
 Obsoletes:  libacl-64bit
 %endif
-#
+# Added for 12.1
 Provides:   libacl = %version-%release
 Obsoletes:  libacl  %version-%release
 
@@ -62,9 +61,9 @@
 %package -n libacl-devel
 Summary:Include Files and Libraries mandatory for Development
 Group:  Development/Libraries/C and C++
+# the .so file references libattr.so.x, so require libattr-devel
 Requires:   %lname = %version
 Requires:   glibc-devel
-# the .so file references libattr.so.x, so require libattr-devel
 Requires:   libattr-devel
 Provides:   acl-devel = %{version}
 Obsoletes:  acl-devel  %{version}
@@ -79,14 +78,10 @@
 to develop applications that require these.
 
 %prep
-%if 0%{?suse_version}  1220
-%gpg_verify %{S:1}
-%endif
 %setup -q -n acl-%version
 %patch0 -p1
-%patch1 -p1
 %patch2 -p1
-%patch3
+
 %build
 export OPTIMIZER=$RPM_OPT_FLAGS -fPIC
 export DEBUG=-DNDEBUG

++ acl-2.2.51.src.tar.gz - acl-2.2.52.src.tar.gz ++
 4479 lines of diff (skipped)

++ acl.keyring ++
Files /var/tmp/diff_new_pack.YB5z9R/_old and /var/tmp/diff_new_pack.YB5z9R/_new 
differ

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.YB5z9R/_old  2013-06-20 11:49:07.0 +0200
+++ /var/tmp/diff_new_pack.YB5z9R/_new  2013-06-20 11:49:07.0 +0200
@@ -1,8 +1,8 @@
-# added in 2.2.51; change to just  with 2.2.52 or up.
 libacl1
-   obsoletes libacl-targettype = version
+   obsoletes libacl-targettype  version
provides libacl-targettype = version
 libacl-devel
requires -libacl-targettype
requires libacl1-targettype = version
-
+   obsoletes acl-devel-targettype  version
+   provides acl-devel-targettype = version

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



commit attr for openSUSE:Factory

2013-06-20 Thread h_root
Hello community,

here is the log from the commit of package attr for openSUSE:Factory checked in 
at 2013-06-20 11:49:11

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


Package is attr

Changes:

--- /work/SRC/openSUSE:Factory/attr/attr.changes2013-03-22 
11:00:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.attr.new/attr.changes   2013-06-20 
11:49:13.0 +0200
@@ -1,0 +2,17 @@
+Tue Jun 18 08:14:36 UTC 2013 - co...@suse.com
+
+- remove gpg-offline from bootstrap packages
+
+---
+Sun Jun 16 21:53:46 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 2.4.47
+* This release fixes two functional bugs related to tree walking
+  and the return code from getfattr. Also, a number of build system
+  problems were fixed.
+- Remove config-guess-sub-update.patch (no longer applies),
+  attr-syscalls.patch (resolved differently upstream),
+  builddefs.in.diff (replaced by logic in specfile)
+- Signature verification
+
+---

Old:

  attr-2.4.46.src.tar.gz
  attr-syscalls.patch
  builddefs.in.diff
  config-guess-sub-update.patch

New:

  attr-2.4.47.src.tar.gz
  attr-2.4.47.src.tar.gz.sig
  attr.keyring



Other differences:
--
++ attr.spec ++
--- /var/tmp/diff_new_pack.eO18ZJ/_old  2013-06-20 11:49:14.0 +0200
+++ /var/tmp/diff_new_pack.eO18ZJ/_new  2013-06-20 11:49:14.0 +0200
@@ -21,16 +21,20 @@
 Summary:Commands for Manipulating Extended Attributes
 License:GPL-2.0+ and LGPL-2.1+
 Group:  System/Filesystems
-Version:2.4.46
+Version:2.4.47
 Release:0
-Source: 
http://download.savannah.gnu.org/releases-noredirect/attr/%{name}-%{version}.src.tar.gz
-Source1:xattr.conf
-Source2:baselibs.conf
-Patch0: builddefs.in.diff
-Patch1: config-guess-sub-update.patch
-Patch2: attr-syscalls.patch
 Url:http://download.savannah.gnu.org/releases-noredirect/attr/
+
+#Git-Web:  http://git.savannah.gnu.org/cgit/attr.git/
+#Git-Clone:git://git.sv.gnu.org/attr
+Source: 
http://download.savannah.gnu.org/releases-noredirect/attr/%{name}-%{version}.src.tar.gz
+Source2:
http://download.savannah.gnu.org/releases-noredirect/attr/%{name}-%{version}.src.tar.gz.sig
+Source3:%name.keyring
+Source4:xattr.conf
+Source5:baselibs.conf
+#Patch0: builddefs.in.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+#BuildRequires:  gpg-offline
 Conflicts:  xfsdump  2.0.0
 
 %description
@@ -46,7 +50,7 @@
 %ifarch ppc64
 Obsoletes:  libattr-64bit
 %endif
-#
+# Added for 12.1
 Obsoletes:  libattr  %version-%release
 Provides:   libattr = %version-%release
 
@@ -57,8 +61,8 @@
 %package -n libattr-devel
 Summary:Include Files and Libraries mandatory for Development
 Group:  Development/Libraries/C and C++
-Provides:   attr-devel
-Obsoletes:  attr-devel
+Provides:   attr-devel = %version-%release
+Obsoletes:  attr-devel  %version-%release
 # bug437293
 %ifarch ppc64
 Obsoletes:  libattr-devel-64bit
@@ -85,40 +89,25 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1
-%patch2
 
 %build
 export OPTIMIZER=$RPM_OPT_FLAGS -fPIC
 export DEBUG=-DNDEBUG
-CFLAGS=$RPM_OPT_FLAGS \
-%configure \
-   --prefix=/ \
-   --exec-prefix=/ \
-   --sbindir=/bin \
-   --libdir=/%{_lib} \
-   --libexecdir=/%{_libdir} \
-   --with-pic
+%configure --with-pic --enable-static
 %{__make} %{?_smp_mflags}
 
 %install
-DIST_ROOT=$RPM_BUILD_ROOT
-DIST_INSTALL=`pwd`/install.manifest
-DIST_INSTALL_DEV=`pwd`/install-dev.manifest
-DIST_INSTALL_LIB=`pwd`/install-lib.manifest
-export DIST_ROOT DIST_INSTALL DIST_INSTALL_DEV DIST_INSTALL_LIB
-/usr/bin/make install DIST_MANIFEST=$DIST_INSTALL
-/usr/bin/make install-dev DIST_MANIFEST=$DIST_INSTALL_DEV
-/usr/bin/make install-lib DIST_MANIFEST=$DIST_INSTALL_LIB
-ln -sf /%{_lib}/$(readlink $RPM_BUILD_ROOT/%{_lib}/libattr.so) \
-   $RPM_BUILD_ROOT/%{_libdir}/libattr.so
-rm -f $RPM_BUILD_ROOT/%{_lib}/libattr.{a,la,so}
-rm -f $RPM_BUILD_ROOT%{_mandir}/man2/*xattr.2*
-rm -f $RPM_BUILD_ROOT/%{_libdir}/libattr.la
+b=%buildroot
+make install install-lib install-dev DESTDIR=$b PKG_DOC_DIR=%_docdir/%name
+
+mkdir -p $b/%_lib/
+mv $b/%_libdir/libattr.so.* $b/%_lib/
+t=$(readlink $b/%_libdir/libattr.so)
+ln -sf /%_lib/$t $b/%_libdir/libattr.so
+rm -f $b/%_libdir/*.la
+rm -fv $RPM_BUILD_ROOT%{_mandir}/man2/*xattr.2*
 install -d -m 755 $RPM_BUILD_ROOT/%{_sysconfdir}
 install -m 644 %_sourcedir/xattr.conf $RPM_BUILD_ROOT/%{_sysconfdir}
-chmod 755 

commit perl-DBI for openSUSE:Factory

2013-06-20 Thread h_root
Hello community,

here is the log from the commit of package perl-DBI for openSUSE:Factory 
checked in at 2013-06-20 11:49:44

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


Package is perl-DBI

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBI/perl-DBI.changes2012-02-14 
13:08:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-DBI.new/perl-DBI.changes   2013-06-20 
11:49:45.0 +0200
@@ -1,0 +2,42 @@
+Sun Jun 16 06:48:13 UTC 2013 - co...@suse.com
+
+- updated to 1.627
+   Fixed VERSION regression in DBI::SQL::Nano [Tim Bunce]
+   Fixed pod text/link was reversed in a few cases RT#85168
+   Handle aliasing of STORE'd attributes in DBI::DBD::SqlEngine
+   Updated repository URI to git [Jens Rehsack]
+   Fixed skip() count arg in t/48dbi_dbd_sqlengine.t [Tim Bunce]
+   Fixed heap-use-after-free during global destruction RT#75614
+ thanks to Reini Urban.
+   Fixed ignoring RootClass attribute during connect() by
+ DBI::DBD::SqlEngine reported in RT#84260 by Michael Schout
+ 
+   Fixed Gofer for hash randomization in perl 5.17.10+ RT#84146
+ 
+   Clarify docs for can() re RT#83207
+ 
+   Fixed RT#64330 - ping wipes out errstr (Martin J. Evans).
+   Fixed RT#75868 - DBD::Proxy shouldn't call connected() on the server.
+   Fixed RT#80474 - segfault in DESTROY with threads.
+   Fixed RT#81516 - Test failures due to hash randomisation in perl 5.17.6
+ thanks to Jens Rehsack and H.Merijn Brand and feedback on IRC
+   Fixed RT#81724 - Handle copy-on-write scalars (sprout)
+   Fixed unused variable / self-assignment compiler warnings.
+   Fixed default table_info in DBI::DBD::SqlEngine which passed NAMES
+ attribute instead of NAME to DBD::Sponge RT72343 (Martin J. Evans)
+ 
+   Corrected a spelling error thanks to Chris Sanders.
+   Corrected typo in DBI-installed_versions docs RT#78825
+ thanks to Jan Dubois.
+ 
+   Refactored table meta information management from DBD::File into
+ DBI::DBD::SqlEngine (H.Merijn Brand, Jens Rehsack)
+   Prevent undefined f_dir being used in opendir (H.Merijn Brand)
+ 
+   Added logic to force destruction of children before parents
+ during global destruction. See RT#75614.
+   Added DBD::File Plugin-Support for table names and data sources
+ (Jens Rehsack, #dbi Team)
+   Added new tests to 08keeperr for RT#64330
+
+---

Old:

  DBI-1.617.tar.gz

New:

  DBI-1.627.tar.gz



Other differences:
--
++ perl-DBI.spec ++
--- /var/tmp/diff_new_pack.LS68zm/_old  2013-06-20 11:49:46.0 +0200
+++ /var/tmp/diff_new_pack.LS68zm/_new  2013-06-20 11:49:46.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DBI
 #
-# 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
@@ -16,68 +16,115 @@
 #
 
 
-%bcond_with opt
-
 Name:   perl-DBI
-Version:1.617
+Version:1.627
 Release:0
 %define cpan_name DBI
 Summary:Database independent interface for Perl
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/DBI/
-#Source: 
http://www.cpan.org/modules/by-module/DBI/DBI-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/T/TI/TIMB/%{cpan_name}-%{version}.tar.gz
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Test::Simple) = 0.90
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
-#
-%if %{with opt}
-BuildRequires:  perl(Clone) = 0.31
-BuildRequires:  perl(DB_File)
-BuildRequires:  perl(MLDBM)
-BuildRequires:  perl(Net::Daemon)
-BuildRequires:  perl(RPC::PlServer) = 0.2001
-BuildRequires:  perl(SQL::Statement) = 1.28
-%endif
-#
-%if 0%{?suse_version}  0
-Recommends: perl(Clone) = 0.31
-Recommends: perl(DB_File)
+#BuildRequires: perl(AnyEvent)
+#BuildRequires: perl(Apache)
+#BuildRequires: perl(Apache2::ServerUtil)
+#BuildRequires: perl(Cache::Memory)
+#BuildRequires: perl(Clone)
+#BuildRequires: perl(Coro)
+#BuildRequires: perl(Coro::Handle)
+#BuildRequires: perl(Coro::Select)
+#BuildRequires: perl(Data::Peek)
+#BuildRequires: perl(DBD::DBM)
+#BuildRequires: perl(DBD::File)
+#BuildRequires: perl(DBD::Gofer::Policy::Base)
+#BuildRequires: perl(DBD::Gofer::Transport::Base)
+#BuildRequires: 

commit openldap2 for openSUSE:Factory

2013-06-20 Thread h_root
Hello community,

here is the log from the commit of package openldap2 for openSUSE:Factory 
checked in at 2013-06-20 11:49:34

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


Package is openldap2

Changes:

--- /work/SRC/openSUSE:Factory/openldap2/openldap2-client.changes   
2013-06-14 15:46:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.openldap2.new/openldap2-client.changes  
2013-06-20 11:49:35.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun 17 14:37:45 UTC 2013 - jeng...@inai.de
+
+- For now, avoid automatic use of libdb-6_0 by explicitly selecting
+  libdb-4_8 as BuildRequire.
+
+---
openldap2.changes: same change



Other differences:
--
++ openldap2-client.spec ++
--- /var/tmp/diff_new_pack.he6Sq0/_old  2013-06-20 11:49:36.0 +0200
+++ /var/tmp/diff_new_pack.he6Sq0/_new  2013-06-20 11:49:36.0 +0200
@@ -35,12 +35,12 @@
 Release:0
 Url:http://www.openldap.org
 %if %{name} == openldap2
-BuildRequires:  db-devel
+BuildRequires:  libdb-4_8-devel
 BuildRequires:  openslp-devel
 BuildRequires:  tcpd-devel
 BuildRequires:  unixODBC-devel
 %if %sles_version == 10
-BuildRequires:  -db-devel
+BuildRequires:  -libdb-4_8-devel
 BuildRequires:  libdb-4_5-devel
 %endif
 Conflicts:  openldap

++ openldap2.spec ++
--- /var/tmp/diff_new_pack.he6Sq0/_old  2013-06-20 11:49:36.0 +0200
+++ /var/tmp/diff_new_pack.he6Sq0/_new  2013-06-20 11:49:36.0 +0200
@@ -35,12 +35,12 @@
 Release:0
 Url:http://www.openldap.org
 %if %{name} == openldap2
-BuildRequires:  db-devel
+BuildRequires:  libdb-4_8-devel
 BuildRequires:  openslp-devel
 BuildRequires:  tcpd-devel
 BuildRequires:  unixODBC-devel
 %if %sles_version == 10
-BuildRequires:  -db-devel
+BuildRequires:  -libdb-4_8-devel
 BuildRequires:  libdb-4_5-devel
 %endif
 Conflicts:  openldap

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



commit gettext-runtime for openSUSE:Factory

2013-06-20 Thread h_root
Hello community,

here is the log from the commit of package gettext-runtime for openSUSE:Factory 
checked in at 2013-06-20 11:55:55

Comparing /work/SRC/openSUSE:Factory/gettext-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.gettext-runtime.new (New)


Package is gettext-runtime

Changes:

gettext-java.changes: same change
--- /work/SRC/openSUSE:Factory/gettext-runtime/gettext-runtime-mini.changes 
2013-06-18 22:00:11.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gettext-runtime.new/gettext-runtime-mini.changes
2013-06-20 11:55:56.0 +0200
@@ -1,0 +2,5 @@
+Wed Jun 19 08:12:19 UTC 2013 - co...@suse.com
+
+- move the provides of gettext-devel to gettext-tools-mini too
+
+---
gettext-runtime.changes: same change



Other differences:
--
gettext-java.spec: same change
++ gettext-runtime-mini.spec ++
--- /var/tmp/diff_new_pack.di7Voc/_old  2013-06-20 11:55:57.0 +0200
+++ /var/tmp/diff_new_pack.di7Voc/_new  2013-06-20 11:55:57.0 +0200
@@ -78,13 +78,13 @@
 Group:  Development/Tools/Other
 Requires:   %{name} = %{version}
 PreReq: info
+Provides:   gettext-devel = %{version}
 %if %{without mini}
 # bug437293
 %ifarch ppc64
 Obsoletes:  gettext-devel-64bit
 %endif
 #
-Provides:   gettext-devel = %{version}
 Obsoletes:  gettext-devel  %{version}
 Conflicts:  gettext-tools-mini
 Conflicts:  gettext-runtime-mini

++ gettext-runtime.spec ++
--- /var/tmp/diff_new_pack.di7Voc/_old  2013-06-20 11:55:57.0 +0200
+++ /var/tmp/diff_new_pack.di7Voc/_new  2013-06-20 11:55:57.0 +0200
@@ -78,13 +78,13 @@
 Group:  Development/Tools/Other
 Requires:   %{name} = %{version}
 PreReq: info
+Provides:   gettext-devel = %{version}
 %if %{without mini}
 # bug437293
 %ifarch ppc64
 Obsoletes:  gettext-devel-64bit
 %endif
 #
-Provides:   gettext-devel = %{version}
 Obsoletes:  gettext-devel  %{version}
 Conflicts:  gettext-tools-mini
 Conflicts:  gettext-runtime-mini

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



commit python3-amqplib for openSUSE:Factory

2013-06-20 Thread h_root
Hello community,

here is the log from the commit of package python3-amqplib for openSUSE:Factory 
checked in at 2013-06-20 11:56:19

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


Package is python3-amqplib

Changes:

New Changes file:

--- /dev/null   2013-06-19 06:36:38.484029756 +0200
+++ /work/SRC/openSUSE:Factory/.python3-amqplib.new/python3-amqplib.changes 
2013-06-20 11:56:21.0 +0200
@@ -0,0 +1,10 @@
+---
+Thu Nov 22 13:40:47 UTC 2012 - toddrme2...@gmail.com
+
+- Remove openSUSE 11.4 spec file workarounds
+
+---
+Wed Aug 15 02:15:58 UTC 2012 - highwaystar...@gmail.com
+
+- python3 package added 
+

New:

  amqplib-1.0.2.tgz
  python3-amqplib.changes
  python3-amqplib.spec



Other differences:
--
++ python3-amqplib.spec ++
#
# spec file for package python-amqplib
#
# Copyright (c) 2012 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:   python3-amqplib
Version:1.0.2
Release:0
Url:http://code.google.com/p/py-amqplib/
Summary:Client library for AMQP (Advanced Message Queuing Protocol)
License:LGPL-2.1+
Group:  Development/Languages/Python
Source: 
http://pypi.python.org/packages/source/a/amqplib/amqplib-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python3-2to3
BuildRequires:  python3-devel
Requires:   python(abi) = %{py3_ver}
BuildArch:  noarch

%description
Supports the 0-8 AMQP spec, and has been tested with RabbitMQ and Pythons 2.4,
2.5, and 2.6.

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

%build
python3 setup.py build

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

%files
%defattr(-,root,root,-)
%doc CHANGES LICENSE README TODO docs/*.txt
%{python3_sitelib}/amqplib
%{python3_sitelib}/amqplib-%{version}-py%{py3_ver}.egg-info

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



commit cfengine for openSUSE:Factory

2013-06-20 Thread h_root
Hello community,

here is the log from the commit of package cfengine for openSUSE:Factory 
checked in at 2013-06-20 15:00:34

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


Package is cfengine

Changes:

--- /work/SRC/openSUSE:Factory/cfengine/cfengine.changes2013-06-05 
11:42:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.cfengine.new/cfengine.changes   2013-06-20 
15:16:15.0 +0200
@@ -1,0 +2,11 @@
+Thu Jun 13 06:54:57 UTC 2013 - kkae...@suse.com
+
+- Update to 3.5.0 - Final
+  See http://cfengine.com/docs/3.5/whats-new.html
+
+---
+Fri Jun  7 10:00:36 UTC 2013 - kkae...@suse.com
+
+- Update to 3.5.0 - Release Candidate
+
+---

Old:

  cfengine-3.5.0b1.tar.gz

New:

  cfengine-3.5.0.tar.gz



Other differences:
--
++ cfengine.spec ++
--- /var/tmp/diff_new_pack.zsQFzx/_old  2013-06-20 15:16:16.0 +0200
+++ /var/tmp/diff_new_pack.zsQFzx/_new  2013-06-20 15:16:16.0 +0200
@@ -28,7 +28,7 @@
 Summary:CFEngine automates large-scale IT computing infrastructure
 License:GPL-3.0
 Group:  Productivity/Networking/System
-Version:3.5.0b1
+Version:3.5.0
 Release:0
 Url:http://www.cfengine.org/
 Source: %{name}-%{version}.tar.gz
@@ -143,7 +143,7 @@
 
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}
 # rpmlint
  wrong-file-end-of-line-encoding
  incorrect-fsf-address
@@ -151,7 +151,7 @@
 find ./examples -type f -name *.cf -exec perl -p -i -e 's|\r\n|\n|,s|^# 
Foundation.*|# Foundation, 51 Franklin Street, Suite 500, Boston, MA 
02110-1335, USA|' {} \;
 
 %build
-#autoreconf -fi
+autoreconf -fi
 CC=gcc CFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing \
 %configure \
   --disable-static \
@@ -329,7 +329,7 @@
 %files
 %defattr(-,root,root)
 %doc LICENSE
-%doc README
+# %doc README
 %doc ChangeLog
 %{_sbindir}/cf-agent
 %{_sbindir}/cf-execd
@@ -348,7 +348,7 @@
 %{_sbindir}/rccf-monitord
 %endif
 
-%{_mandir}/man?/*
+# %{_mandir}/man?/*
 %dir %{basedir}
 /var/%{name}
 %exclude %{basedir}/backup

++ cfengine-3.5.0b1.tar.gz - cfengine-3.5.0.tar.gz ++
 238214 lines of diff (skipped)

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



commit libdb-4_8 for openSUSE:Factory

2013-06-20 Thread h_root
Hello community,

here is the log from the commit of package libdb-4_8 for openSUSE:Factory 
checked in at 2013-06-20 15:00:45

Comparing /work/SRC/openSUSE:Factory/libdb-4_8 (Old)
 and  /work/SRC/openSUSE:Factory/.libdb-4_8.new (New)


Package is libdb-4_8

Changes:

--- /work/SRC/openSUSE:Factory/libdb-4_8/libdb-4_8.changes  2012-11-20 
10:37:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdb-4_8.new/libdb-4_8.changes 2013-06-20 
15:18:26.0 +0200
@@ -1,0 +2,17 @@
+Wed Jun 19 11:13:31 UTC 2013 - wer...@suse.de
+
+- Explicit add a conflict to other providers of /usr/lib/libdb.so
+  and /usr/lib/libdb-4.so
+
+---
+Tue Jun 18 11:48:48 UTC 2013 - wer...@suse.de
+
+- Try to change baselibs.conf to fit coolo's comment hopefully 
+
+---
+Thu Jun 13 23:11:33 UTC 2013 - jeng...@inai.de
+
+- Rename db_ binaries to db48_ to make room for libdb-6_0
+- Add conflict markers against libdb-4_5 (overlapping files)
+
+---
--- /work/SRC/openSUSE:Factory/libdb-4_8/libdb_java-4_8.changes 2012-01-09 
21:43:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdb-4_8.new/libdb_java-4_8.changes
2013-06-20 15:18:26.0 +0200
@@ -1,0 +2,5 @@
+Thu Jun 13 23:11:33 UTC 2013 - jeng...@inai.de
+
+- Add conflict markers against libdb-4_5 (overlapping files)
+
+---



Other differences:
--
++ libdb-4_8.spec ++
--- /var/tmp/diff_new_pack.jWFSaH/_old  2013-06-20 15:18:27.0 +0200
+++ /var/tmp/diff_new_pack.jWFSaH/_new  2013-06-20 15:18:27.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libdb-4_8
 #
-# 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
@@ -27,7 +27,8 @@
 Summary:Berkeley DB Database Library Version 4.8
 License:BSD-3-Clause
 Group:  System/Libraries
-Url:http://www.sleepycat.com
+Url:http://oracle.com/technetwork/products/berkeleydb/
+
 Source: db-%{version}.tar.bz2
 Source1:%{name}.changes
 Source9:getpatches
@@ -48,18 +49,18 @@
 
 This package contains the necessary runtime libraries.
 
-%package -n db-utils
+%package -n db48-utils
 Summary:Command Line tools for Managing Berkeley DB Databases
 Group:  Productivity/Databases/Tools
 
-%description -n db-utils
+%description -n db48-utils
 The Berkeley DB Database is a programmatic toolkit that provides
 database support for applications.
 
 This package contains the command line tools for managing Berkeley DB
 databases.
 
-%package -n db-doc
+%package -n db48-doc
 Summary:Documentation for Berkeley DB
 Group:  Development/Libraries/C and C++
 Provides:   db-utils-doc = %{version}
@@ -67,7 +68,7 @@
 BuildArch:  noarch
 %endif
 
-%description -n db-doc
+%description -n db48-doc
 The Berkeley DB Database is a programmatic toolkit that provides
 database support for applications.
 
@@ -78,7 +79,7 @@
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
 Requires:   glibc-devel
-Provides:   db-devel = %{version}
+Conflicts:  libdb-4_5-devel
 
 %descriptiondevel
 The Berkeley DB Database is a programmatic toolkit that provides
@@ -166,6 +167,12 @@
 # Remove crappy *.la files
 rm -rf %{buildroot}%{_libdir}/*.la
 rm -rf %{buildroot}%{_libdir}/tls/*.la
+
+for i in archive checkpoint deadlock dump hotbackup load printlog \
+recover sql stat upgrade verify; do
+   mv %buildroot/%_bindir/db_$i %buildroot/%_bindir/db48_$i
+done
+
 %fdupes %{buildroot}%{_libdir}
 %fdupes %{buildroot}%{docdir}
 
@@ -178,7 +185,7 @@
 %{_libdir}/libdb-%{major}.%{minor}.so
 %{_libdir}/libdb_cxx-%{major}.%{minor}.so
 
-%files -n db-doc
+%files -n db48-doc
 %defattr(-,root,root)
 %dir %{docdir}
 %doc %{docdir}/LICENSE
@@ -194,20 +201,20 @@
 %doc %{docdir}/programmer_reference
 %doc %{docdir}/tutorial
 
-%files -n db-utils
+%files -n db48-utils
 %defattr(-,root,root)
-%{_bindir}/db_archive
-%{_bindir}/db_checkpoint
-%{_bindir}/db_deadlock
-%{_bindir}/db_dump
-%{_bindir}/db_load
-%{_bindir}/db_printlog
-%{_bindir}/db_recover
-%{_bindir}/db_sql
-%{_bindir}/db_stat
-%{_bindir}/db_upgrade
-%{_bindir}/db_verify
-%{_bindir}/db_hotbackup
+%{_bindir}/db48_archive
+%{_bindir}/db48_checkpoint
+%{_bindir}/db48_deadlock
+%{_bindir}/db48_dump
+%{_bindir}/db48_hotbackup

commit libdb-4_5 for openSUSE:Factory

2013-06-20 Thread h_root
Hello community,

here is the log from the commit of package libdb-4_5 for openSUSE:Factory 
checked in at 2013-06-20 15:00:39

Comparing /work/SRC/openSUSE:Factory/libdb-4_5 (Old)
 and  /work/SRC/openSUSE:Factory/.libdb-4_5.new (New)


Package is libdb-4_5

Changes:

--- /work/SRC/openSUSE:Factory/libdb-4_5/libdb-4_5.changes  2012-03-28 
00:01:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.libdb-4_5.new/libdb-4_5.changes 2013-06-20 
15:18:25.0 +0200
@@ -1,0 +2,11 @@
+Thu Jun 20 09:40:44 UTC 2013 - wer...@suse.de
+
+- Let libdb-4_5-devel explicit conflict with libdb-4_8-devel 
+
+---
+Wed Jun 19 11:14:42 UTC 2013 - wer...@suse.de
+
+- Explicit add a conflict to other providers of /usr/lib/libdb.so
+  and /usr/lib/libdb-4.so
+
+---
--- /work/SRC/openSUSE:Factory/libdb-4_5/libdb_java-4_5.changes 2012-03-28 
00:01:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.libdb-4_5.new/libdb_java-4_5.changes
2013-06-20 15:18:25.0 +0200
@@ -1,0 +2,5 @@
+Thu Jun 20 09:40:44 UTC 2013 - wer...@suse.de
+
+- Let libdb_java-4_5-devel explicit conflict with libdb_java-4_8-devel
+
+---



Other differences:
--
++ libdb-4_5.spec ++
--- /var/tmp/diff_new_pack.T2tg2N/_old  2013-06-20 15:18:26.0 +0200
+++ /var/tmp/diff_new_pack.T2tg2N/_new  2013-06-20 15:18:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libdb-4_5
 #
-# 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
@@ -92,6 +92,7 @@
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
 Requires:   glibc-devel
+Conflicts:  libdb-4_8-devel
 
 %descriptiondevel
 The Berkeley DB Database is a programmatic toolkit that provides

++ libdb_java-4_5.spec ++
--- /var/tmp/diff_new_pack.T2tg2N/_old  2013-06-20 15:18:26.0 +0200
+++ /var/tmp/diff_new_pack.T2tg2N/_new  2013-06-20 15:18:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libdb_java-4_5
 #
-# 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
@@ -40,6 +40,7 @@
 BuildRequires:  update-alternatives
 Requires:   libdb-%{major}_%{minor} = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Conflicts:  libdb_java-4_8
 
 %description
 These are the Java bindings for the Berkeley DB. They are needed for
@@ -50,6 +51,7 @@
 Group:  Productivity/Databases/Servers
 Requires:   %{name} = %{version}
 Requires:   glibc-devel
+Conflicts:  libdb_java-4_8-devel
 
 %descriptiondevel
 These are the Java bindings for the Berkeley DB. They are needed for

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.T2tg2N/_old  2013-06-20 15:18:26.0 +0200
+++ /var/tmp/diff_new_pack.T2tg2N/_new  2013-06-20 15:18:26.0 +0200
@@ -1,2 +1,10 @@
 libdb-4_5
 libdb-4_5-devel
+ requires -libdb-targettype
+ requires libdb-4_5-targettype = version
+ provides libdb-4-targettype
+ provides libdb-targettype
+ provides libdb_cxx-4-targettype
+ provides libdb_cxx-targettype
+ conflicts libdb-4_8-devel-targettype
+ conflicts libdb-6_0-devel-targettype

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



commit libzypp for openSUSE:Factory

2013-06-20 Thread h_root
Hello community,

here is the log from the commit of package libzypp for openSUSE:Factory checked 
in at 2013-06-20 12:31:45

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


Package is libzypp

Changes:

--- /work/SRC/openSUSE:Factory/libzypp/libzypp.changes  2013-06-05 
12:54:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.libzypp.new/libzypp.changes 2013-06-20 
15:19:07.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun 11 11:37:48 CEST 2013 - m...@suse.de
+
+- Speedup scanning for modaliases (bnc#824110)
+- version 13.3.0 (2)
+
+---

Old:

  libzypp-13.2.0.tar.bz2

New:

  libzypp-13.3.0.tar.bz2



Other differences:
--
++ libzypp.spec ++
--- /var/tmp/diff_new_pack.we5WIL/_old  2013-06-20 15:19:08.0 +0200
+++ /var/tmp/diff_new_pack.we5WIL/_new  2013-06-20 15:19:08.0 +0200
@@ -24,7 +24,7 @@
 Group:  System/Packages
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Package, Patch, Pattern, and Product Management
-Version:13.2.0
+Version:13.3.0
 Release:1
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc

++ libzypp-13.2.0.tar.bz2 - libzypp-13.3.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-13.2.0/VERSION.cmake 
new/libzypp-13.3.0/VERSION.cmake
--- old/libzypp-13.2.0/VERSION.cmake2013-05-16 12:07:02.0 +0200
+++ new/libzypp-13.3.0/VERSION.cmake2013-06-11 10:22:16.0 +0200
@@ -60,9 +60,9 @@
 #
 SET(LIBZYPP_MAJOR 13)
 SET(LIBZYPP_COMPATMINOR 2)
-SET(LIBZYPP_MINOR 2)
+SET(LIBZYPP_MINOR 3)
 SET(LIBZYPP_PATCH 0)
 #
-# LAST RELEASED: 13.2.0 (2)
+# LAST RELEASED: 13.3.0 (2)
 # (The number in parenthesis is LIBZYPP_COMPATMINOR)
 #===
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-13.2.0/package/libzypp.changes 
new/libzypp-13.3.0/package/libzypp.changes
--- old/libzypp-13.2.0/package/libzypp.changes  2013-05-25 23:54:59.0 
+0200
+++ new/libzypp-13.3.0/package/libzypp.changes  2013-06-12 07:26:16.0 
+0200
@@ -1,4 +1,10 @@
 ---
+Tue Jun 11 11:37:48 CEST 2013 - m...@suse.de
+
+- Speedup scanning for modaliases (bnc#824110)
+- version 13.3.0 (2)
+
+---
 Sun May 26 01:13:15 CEST 2013 - m...@suse.de
 
 - Update zypp-po.tar.bz2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-13.2.0/zypp/Arch.cc 
new/libzypp-13.3.0/zypp/Arch.cc
--- old/libzypp-13.2.0/zypp/Arch.cc 2013-05-02 11:11:26.0 +0200
+++ new/libzypp-13.3.0/zypp/Arch.cc 2013-06-12 08:02:16.0 +0200
@@ -170,6 +170,7 @@
 
 DEF_BUILTIN( ppc );
 DEF_BUILTIN( ppc64 );
+DEF_BUILTIN( ppc64p7 );
 
 DEF_BUILTIN( ia64 );
 
@@ -298,6 +299,7 @@
 //
 defCompatibleWith( _ppc(), _noarch() );
 defCompatibleWith( _ppc64(),   _noarch(),_ppc() );
+defCompatibleWith( _ppc64p7(), _noarch(),_ppc(),_ppc64() );
 //
 defCompatibleWith( _alpha(),   _noarch() );
 defCompatibleWith( _alphaev5(),_noarch(),_alpha() );
@@ -415,6 +417,7 @@
 
   const Arch Arch_ppc( _ppc() );
   const Arch Arch_ppc64( _ppc64() );
+  const Arch Arch_ppc64p7( _ppc64p7() );
 
   const Arch Arch_ia64( _ia64() );
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-13.2.0/zypp/Arch.h 
new/libzypp-13.3.0/zypp/Arch.h
--- old/libzypp-13.2.0/zypp/Arch.h  2013-03-28 13:01:31.0 +0100
+++ new/libzypp-13.3.0/zypp/Arch.h  2013-06-12 08:02:16.0 +0200
@@ -188,6 +188,8 @@
   extern const Arch Arch_s390;
 
   /** \relates Arch */
+  extern const Arch Arch_ppc64p7;
+  /** \relates Arch */
   extern const Arch Arch_ppc64;
   /** \relates Arch */
   extern const Arch Arch_ppc;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-13.2.0/zypp/base/LogControl.cc 
new/libzypp-13.3.0/zypp/base/LogControl.cc
--- old/libzypp-13.2.0/zypp/base/LogControl.cc  2013-03-20 09:29:30.0 
+0100
+++ new/libzypp-13.3.0/zypp/base/LogControl.cc  2013-06-19 12:18:16.0 
+0200
@@ -46,17 +46,19 @@
   }
   else
   {
+   if ( mode_r )
+   {
+  // not filesystem::assert_file as filesystem:: functions log,
+ // and this FileWriter is not yet in place.
+ int fd = ::creat( file_r.c_str(), mode_r );
+ if ( fd != -1 )

commit osc for openSUSE:Factory

2013-06-20 Thread h_root
Hello community,

here is the log from the commit of package osc for openSUSE:Factory checked in 
at 2013-06-20 12:31:56

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


Package is osc

Changes:

--- /work/SRC/openSUSE:Factory/osc/osc.changes  2013-04-17 23:13:51.0 
+0200
+++ /work/SRC/openSUSE:Factory/.osc.new/osc.changes 2013-06-20 
15:20:03.0 +0200
@@ -1,0 +2,19 @@
+Thu Jun 20 08:48:40 UTC 2013 - adr...@suse.de
+
+- 0.140.0
+  - support python 2.7 and python 3 in parallel now
+  - reworked plugin loading mechanism in order to avoid the (mass) breakage of 
existing
+plugins due to the python 3 support. Nonetheless if a plugin uses the 
@cmdln.option(...)
+decorator it has to import the cmdln module first via from osc import 
cmdln.
+  - allow specifying directories as mv targets
+  - drop the support for deprecated cbinstall and cbpreinstall directives
+  - allow to set maintainer or bugowner ship for a binary package initially, 
but ask back if
+this is the right place.
+  - support listing of deleted source files ls -D $PROJECT $PACKAGE
+  - build results do show that a succeeded is not yet published
+  - improved bash completions
+  - default build root includes repository and architecture name now
+  - --request-accept-or-revoke option, useful to handle mass approval of 
requests
+  - multiple minor bugfixes
+
+---

Old:

  osc-0.139.2.tar.gz

New:

  osc-0.140.0.tar.gz



Other differences:
--
++ osc.spec ++
--- /var/tmp/diff_new_pack.E1bLaJ/_old  2013-06-20 15:20:04.0 +0200
+++ /var/tmp/diff_new_pack.E1bLaJ/_new  2013-06-20 15:20:04.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   osc
-Version:0.139.2
+Version:0.140.0
 Release:0
 Summary:openSUSE Build Service Commander
 License:GPL-2.0+

++ PKGBUILD ++
--- /var/tmp/diff_new_pack.E1bLaJ/_old  2013-06-20 15:20:04.0 +0200
+++ /var/tmp/diff_new_pack.E1bLaJ/_new  2013-06-20 15:20:04.0 +0200
@@ -1,14 +1,14 @@
 pkgname=osc
-pkgver=0.139.2
-pkgrel=1
+pkgver=0.140.0
+pkgrel=0
 pkgdesc=Open Build Service client
 arch=('i686' 'x86_64')
 url=https://www.github.com/openSUSE/osc;
 license=('GPL-2.0+' 'GPL-2.0')
 groups=('base-devel')
-depends=('python2')
+depends=('python')
 source=(osc-${pkgver}.tar.gz)
-md5sums=('c2f5ef8b09f31cf917265201c599e1e9')
+md5sums=('73e1028290953d1c552306dc7c4c8602')
 
 package() {
   msg Installing osc ...

++ _service ++
--- /var/tmp/diff_new_pack.E1bLaJ/_old  2013-06-20 15:20:04.0 +0200
+++ /var/tmp/diff_new_pack.E1bLaJ/_new  2013-06-20 15:20:04.0 +0200
@@ -1,7 +1,6 @@
 services
   service name=tar_scm mode=disabled
-param name=version0.139.2/param
-param name=revision0.139/param
+param name=version0.140.0/param
 param name=urlgit://github.com/openSUSE/osc.git/param
 param name=scmgit/param
   /service

++ osc-0.139.2.tar.gz - osc-0.140.0.tar.gz ++
 10525 lines of diff (skipped)

++ osc.dsc ++
--- /var/tmp/diff_new_pack.E1bLaJ/_old  2013-06-20 15:20:04.0 +0200
+++ /var/tmp/diff_new_pack.E1bLaJ/_new  2013-06-20 15:20:04.0 +0200
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: osc
-Version: 0.139.2
+Version: 0.140.0
 Binary: osc
 Maintainer: Adrian Schroeter adr...@suse.de
 Architecture: any

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



commit libdb-4_8 for openSUSE:Factory

2013-06-20 Thread h_root
Hello community,

here is the log from the commit of package libdb-4_8 for openSUSE:Factory 
checked in at 2013-06-20 16:08:45

Comparing /work/SRC/openSUSE:Factory/libdb-4_8 (Old)
 and  /work/SRC/openSUSE:Factory/.libdb-4_8.new (New)


Package is libdb-4_8

Changes:

libdb_java-4_8.changes: same change



Other differences:
--
++ libdb-4_8.spec ++
--- /var/tmp/diff_new_pack.Ub2HOh/_old  2013-06-20 16:09:06.0 +0200
+++ /var/tmp/diff_new_pack.Ub2HOh/_new  2013-06-20 16:09:06.0 +0200
@@ -80,6 +80,7 @@
 Requires:   %{name} = %{version}
 Requires:   glibc-devel
 Conflicts:  libdb-4_5-devel
+Provides:   db-devel
 
 %descriptiondevel
 The Berkeley DB Database is a programmatic toolkit that provides

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



commit sqlite2 for openSUSE:Factory

2013-06-20 Thread h_root
Hello community,

here is the log from the commit of package sqlite2 for openSUSE:Factory checked 
in at 2013-06-20 11:56:59

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


Package is sqlite2

Changes:

--- /work/SRC/openSUSE:Factory/sqlite2/sqlite2.changes  2013-01-10 
15:19:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.sqlite2.new/sqlite2.changes 2013-06-20 
17:05:41.0 +0200
@@ -1,0 +2,5 @@
+Wed Jun 19 09:51:27 UTC 2013 - sch...@suse.de
+
+- Add aarch64 to the list of 64-bit architectures
+
+---



Other differences:
--
++ sqlite2.spec ++
--- /var/tmp/diff_new_pack.Cu8z5r/_old  2013-06-20 17:05:42.0 +0200
+++ /var/tmp/diff_new_pack.Cu8z5r/_new  2013-06-20 17:05:42.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sqlite2
 #
-# 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,12 +16,14 @@
 #
 
 
-
 Name:   sqlite2
-BuildRequires:  libtool readline-devel tcl-devel update-desktop-files
+BuildRequires:  libtool
+BuildRequires:  readline-devel
+BuildRequires:  tcl-devel
+BuildRequires:  update-desktop-files
+Summary:Embeddable SQL Database Engine
 License:SUSE-Public-Domain
 Group:  Productivity/Databases/Servers
-Summary:Embeddable SQL Database Engine
 # bug437293
 %ifarch ppc64
 Obsoletes:  sqlite2-64bit
@@ -29,7 +31,7 @@
 #
 Url:http://www.sqlite.org/
 Version:2.8.17
-Release:169
+Release:0
 Source0:http://www.sqlite.org/sqlite-%version.tar.bz2
 Source1:sqlite2.desktop
 Source2:baselibs.conf
@@ -57,10 +59,10 @@
 D. Richard Hipp d...@hwaci.com
 
 %package devel
-License:SUSE-Public-Domain
-Group:  Productivity/Databases/Servers
 Summary:Embeddable SQL Database Engine
-Requires:   sqlite2 = %version glibc-devel
+Group:  Productivity/Databases/Servers
+Requires:   glibc-devel
+Requires:   sqlite2 = %version
 # bug437293
 %ifarch ppc64
 Obsoletes:  sqlite2-devel-64bit
@@ -103,7 +105,7 @@
 # minor miscalculation
 rm test/format3.test
 %endif
-%ifarch ia64 x86_64 s390x sparc64 mips64 axp ppc64
+%ifarch ia64 x86_64 s390x sparc64 mips64 axp ppc64 aarch64
 # these test cases are not 64bit clean (more a Tcl issue than a sqlite one)
 rm test/format3.test test/pager.test test/btree*.test test/version.test 
test/pragma.test
 %endif

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



commit rpm for openSUSE:Factory

2013-06-20 Thread h_root
Hello community,

here is the log from the commit of package rpm for openSUSE:Factory checked in 
at 2013-06-20 15:48:24

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-05-27 09:59:03.0 
+0200
+++ /work/SRC/openSUSE:Factory/.rpm.new/rpm.changes 2013-06-20 
17:05:13.0 +0200
@@ -1,0 +2,11 @@
+Thu Jun 20 13:47:46 UTC 2013 - co...@suse.com
+
+- use gettext-devel instead of real package name gettext-tools
+  to use the (for bootstrapping) preferred gettext-tools-mini
+
+---
+Thu Jun 20 09:46:47 UTC 2013 - co...@suse.com
+
+- add systemd-rpm-macros to essential list
+
+---



Other differences:
--
rpm-python.spec: same change
++ rpm.spec ++
--- /var/tmp/diff_new_pack.qgJtbm/_old  2013-06-20 17:05:15.0 +0200
+++ /var/tmp/diff_new_pack.qgJtbm/_new  2013-06-20 17:05:15.0 +0200
@@ -22,7 +22,7 @@
 BuildRequires:  file-devel
 BuildRequires:  findutils
 BuildRequires:  gcc
-BuildRequires:  gettext-tools
+BuildRequires:  gettext-devel
 BuildRequires:  glibc-devel
 BuildRequires:  gzip
 BuildRequires:  libacl-devel
@@ -190,6 +190,7 @@
 Requires:   patch
 Requires:   perl-base
 Requires:   sed
+Requires:   systemd-rpm-macros
 Requires:   tar
 Requires:   util-linux
 Requires:   which

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



commit xen for openSUSE:Factory

2013-06-20 Thread h_root
Hello community,

here is the log from the commit of package xen for openSUSE:Factory checked in 
at 2013-06-20 15:01:13

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


Package is xen

Changes:

--- /work/SRC/openSUSE:Factory/xen/xen.changes  2013-06-11 09:38:35.0 
+0200
+++ /work/SRC/openSUSE:Factory/.xen.new/xen.changes 2013-06-20 
17:06:25.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun 10 18:36:38 MDT 2013 - carn...@suse.com
+
+- Fix xen-utils compiler time warnings 
+  xen-utils-0.1.tar.bz2
+
+---



Other differences:
--
++ xen.spec ++
--- /var/tmp/diff_new_pack.2FRRVk/_old  2013-06-20 17:06:27.0 +0200
+++ /var/tmp/diff_new_pack.2FRRVk/_new  2013-06-20 17:06:27.0 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   xen
 ExclusiveArch:  %ix86 x86_64
 %define xvers 4.3
@@ -153,8 +154,8 @@
 Source27:   xen_pvdrivers.conf
 Source28:   kmp_filelist
 %endif
-# Xen API remote authentication sources
 Source29:   block-dmmd
+# Xen API remote authentication sources
 Source30:   etc_pam.d_xen-api
 Source31:   xenapiusers
 # sysconfig hook script for Xen
@@ -576,8 +577,7 @@
 %endif
 
 %prep
-%setup -q -n %xen_build_dir -a 1 -a 2 -a 3 -a 4 -a 5 -a 2
-tar xfj %{SOURCE6} -C $RPM_BUILD_DIR/%{xen_build_dir}/tools
+%setup -q -n %xen_build_dir -a 1 -a 2 -a 3 -a 4 -a 5 -a 6 -a 2
 # Upstream patches
 # Qemu
 # Our patches
@@ -762,8 +762,6 @@
 export EXTRA_CFLAGS_QEMU_TRADITIONAL=$RPM_OPT_FLAGS
 export EXTRA_CFLAGS_QEMU_XEN=$RPM_OPT_FLAGS
 %endif
-# Qemu
-#make -C tools/qemu-xen-dir-remote install
 # Docs
 make -C docs install \
 DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir} \
@@ -838,7 +836,8 @@
 rm -f  $RPM_BUILD_ROOT/%{_datadir}/doc/qemu/qemu-*
 rm -f  $RPM_BUILD_ROOT/%{_datadir}/doc/packages/xen/html/hypercall/.deps
 rm -rf $RPM_BUILD_ROOT/%{_defaultdocdir}/xen/ps
-rm -rf $RPM_BUILD_ROOT/usr/share/xen/man/man1/qemu/qemu*
+rm -rf $RPM_BUILD_ROOT/usr/share/xen/man/man1/qemu*
+rm -rf $RPM_BUILD_ROOT/usr/share/xen/man/man8/qemu*
 rm -f  $RPM_BUILD_ROOT/usr/share/xen/qemu/openbios-ppc
 rm -f  $RPM_BUILD_ROOT/usr/share/qemu-xen/openbios-ppc
 rm -f  $RPM_BUILD_ROOT/usr/share/qemu-xen/qemu/openbios-ppc
@@ -947,37 +946,67 @@
 /usr/bin/tapdisk-ioemu
 /usr/bin/remus
 /usr/sbin/blktapctrl
-/usr/sbin/flask-loadpolicy
-/usr/sbin/flask-getenforce
-/usr/sbin/flask-setenforce
-/usr/sbin/flask-get-bool
-/usr/sbin/flask-label-pci
-/usr/sbin/flask-set-bool
+/usr/sbin/flask-*
+/usr/sbin/tap*
 /usr/sbin/rcpciback
-/usr/sbin/tapdisk
-/usr/sbin/xen*
+/usr/sbin/xenbaked
+/usr/sbin/xenconsoled
+/usr/sbin/xencov
+/usr/sbin/xen-destroy
+/usr/sbin/xen-hptool
+/usr/sbin/xen-hvmcrash
+/usr/sbin/xen-hvmctx
+/usr/sbin/xen-list
+/usr/sbin/xenlockprof
+/usr/sbin/xen-lowmemd
+/usr/sbin/xenmon.py
+/usr/sbin/xenperf
+/usr/sbin/xenpm
+/usr/sbin/xenpmd
+/usr/sbin/xen-ringwatch
+/usr/sbin/xenstored
+/usr/sbin/xen-tmem-list-parse
+/usr/sbin/xentop
+/usr/sbin/xentrace_setmask
+/usr/sbin/xen-vmresync
+/usr/sbin/xenwatchdogd
 /usr/sbin/xsview
 /usr/sbin/gtracestat
 /usr/sbin/gtraceview
 /usr/sbin/lock-util
-/usr/sbin/tapdisk-client
-/usr/sbin/tapdisk-diff
-/usr/sbin/tapdisk-stream
-/usr/sbin/tapdisk2
 /usr/sbin/td-util
 /usr/sbin/vhd-update
 /usr/sbin/vhd-util
 /usr/sbin/gdbsx
 /usr/sbin/xl
 /usr/sbin/kdd
-/usr/sbin/tap-ctl
+%dir %attr(700,root,root) /etc/xen
+%dir /etc/xen/scripts
+/etc/xen/scripts/blktap
+/etc/xen/scripts/block*
+/etc/xen/scripts/domain-lock*
+/etc/xen/scripts/external-device-migrate
+/etc/xen/scripts/hotplugpath.sh
+/etc/xen/scripts/locking.sh
+/etc/xen/scripts/logging.sh
+/etc/xen/scripts/network-*
+/etc/xen/scripts/qemu-ifup
+/etc/xen/scripts/set-lock
+/etc/xen/scripts/vif2
+/etc/xen/scripts/vif-*
+/etc/xen/scripts/vm-monitor
+/etc/xen/scripts/vscsi
+/etc/xen/scripts/xen-hotplug-*
+/etc/xen/scripts/xen-network-common.sh
+/etc/xen/scripts/xen-script-common.sh
+/etc/xen/scripts/xmclone.sh
 %{_libdir}/xen
 %ifarch x86_64
 /usr/lib/xen
 %endif
-%{_mandir}/man1/*.1.gz
-%{_mandir}/man8/*.8.gz
-/var/adm/fillup-templates/*
+%dir /var/adm/fillup-templates
+/var/adm/fillup-templates/sysconfig.pciback
+/var/adm/fillup-templates/sysconfig.xencommons
 %dir /var/lib/xen
 %dir %attr(700,root,root) /var/lib/xen/images
 %dir %attr(700,root,root) /var/lib/xen/save
@@ -986,13 +1015,10 @@
 %dir /var/lib/xenstored
 %dir /var/log/xen
 %dir /var/log/xen/console
-%config /etc/init.d/*
 %config /etc/logrotate.d/xen
-%dir %attr(700,root,root) /etc/xen
 /etc/xen/auto
 %config /etc/xen/examples
 /etc/xen/images
-/etc/xen/scripts
 %config /etc/xen/cpupool
 /etc/xen/README*
 %config /etc/xen/vm
@@ 

commit systemd for openSUSE:Factory

2013-06-20 Thread h_root
Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2013-06-20 15:00:58

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-06-18 
15:36:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd-mini.changes
2013-06-20 17:05:47.0 +0200
@@ -1,0 +2,11 @@
+Wed Jun 19 08:44:52 UTC 2013 - mhruse...@suse.com
+
+- Dropped backward compatibility
+- Added check for upstream rpm macros changes 
+
+---
+Mon Jun 18 12:13:25 UTC 2013 - mhruse...@suse.com
+
+- Split out RPM macros into separate package to simplify dependencies
+
+---
New Changes file:

--- /dev/null   2013-06-19 06:36:38.484029756 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd-rpm-macros.changes  
2013-06-20 17:05:47.0 +0200
@@ -0,0 +1,6 @@
+---
+Mon Jun 17 10:49:50 UTC 2013 - mhruse...@suse.com
+
+- New package with systemd rpm macros to avoid unnecessary build time
+  dependencies
+
--- /work/SRC/openSUSE:Factory/systemd/systemd.changes  2013-06-18 
15:36:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd.changes 2013-06-20 
17:05:47.0 +0200
@@ -1,0 +2,11 @@
+Wed Jun 19 08:44:06 UTC 2013 - mhruse...@suse.com
+
+- Dropped backward compatibility
+- Added check for upstream rpm macros changes 
+
+---
+Mon Jun 18 12:13:25 UTC 2013 - mhruse...@suse.com
+
+- Split out RPM macros into separate package to simplify dependencies
+
+---

New:

  macros.systemd.upstream
  systemd-rpm-macros.changes
  systemd-rpm-macros.spec



Other differences:
--
++ systemd-mini.spec ++
--- /var/tmp/diff_new_pack.enHktP/_old  2013-06-20 17:05:48.0 +0200
+++ /var/tmp/diff_new_pack.enHktP/_new  2013-06-20 17:05:48.0 +0200
@@ -110,6 +110,7 @@
 Source7:libgcrypt.m4
 Source8:systemd-journald.init
 Source9:nss-myhostname-config
+Source10:   macros.systemd.upstream
 
 Source1060: boot.udev
 Source1061: write_dev_root_rule
@@ -215,6 +216,7 @@
 License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
+Requires:   systemd-rpm-macros
 %if 0%{?bootstrap}
 Conflicts:  systemd-devel
 %endif
@@ -367,6 +369,8 @@
 
 %prep
 %setup -q -n systemd-%{version}
+echo Checking whether upstream rpm macros changed...
+[ -z `diff -Naru %{S:10} src/core/macros.systemd.in` ] || exit 1
 
 # only needed for bootstrap
 %if 0%{?bootstrap}
@@ -490,9 +494,7 @@
 install -m644 -D %{S:1062} 
$RPM_BUILD_ROOT/%{_prefix}/lib/systemd/system/systemd-udev-root-symlink.service
 mkdir -p $RPM_BUILD_ROOT/%{_prefix}/lib/systemd/system/basic.target.wants
 ln -sf ../systemd-udev-root-symlink.service 
$RPM_BUILD_ROOT/%{_prefix}/lib/systemd/system/basic.target.wants
-
-mkdir -p %{buildroot}%{_sysconfdir}/rpm
-install -m644 %{S:4} %{buildroot}%{_sysconfdir}/rpm
+rm -rf %{buildroot}%{_sysconfdir}/rpm
 find %{buildroot} -type f -name '*.la' -delete
 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}
 
@@ -922,7 +924,9 @@
 %dir %{_datadir}/bash-completion/completions
 %ghost /var/lib/systemd/catalog/database
 %{_datadir}/bash-completion/completions/*
+%if 0%{suse_version}  1310
 %{_sysconfdir}/rpm/macros.systemd
+%endif
 %dir /var/lib/systemd
 %dir /var/lib/systemd/sysv-convert
 %dir /var/lib/systemd/migrated

++ systemd-rpm-macros.spec ++
#
# spec file for package systemd-rpm-macros
#
# 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 

commit xorg-x11-server for openSUSE:Factory

2013-06-20 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-server for openSUSE:Factory 
checked in at 2013-06-20 12:33:03

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-09 17:06:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.xorg-x11-server.new/xorg-x11-server.changes 
2013-06-20 17:06:37.0 +0200
@@ -1,0 +2,9 @@
+Wed Jun 19 14:20:07 UTC 2013 - tobias.johannes.klausm...@mni.thm.de
+
+- Packaging changes:
+  + Added patch240: 
+U_revert_dri2_realloc_dri2_drawable_if-pixmap_serial_changes.patch
+For detailed information visit:
+
http://cgit.freedesktop.org/xorg/xserver/commit/?id=77e51d5bbb97eb5c9d9dbff9a7c44d7e53620e68
+
+---

New:

  U_revert_dri2_realloc_dri2_drawable_if-pixmap_serial_changes.patch



Other differences:
--
++ xorg-x11-server.spec ++
--- /var/tmp/diff_new_pack.Etr9eM/_old  2013-06-20 17:06:38.0 +0200
+++ /var/tmp/diff_new_pack.Etr9eM/_new  2013-06-20 17:06:38.0 +0200
@@ -183,6 +183,8 @@
 Patch229:   u_disable-acpi-code.patch
 Patch230:   u_xserver_xvfb-randr.patch
 
+Patch240:   
U_revert_dri2_realloc_dri2_drawable_if-pixmap_serial_changes.patch
+
 %description
 This package contains the X.Org Server.
 
@@ -304,6 +306,8 @@
 %patch229 -p1
 %patch230 -p1
 
+%patch240 -p1
+
 %build
 autoreconf -fi
 %configure CFLAGS=%{optflags} -fno-strict-aliasing \

++ U_revert_dri2_realloc_dri2_drawable_if-pixmap_serial_changes.patch ++
From 77e51d5bbb97eb5c9d9dbff9a7c44d7e53620e68 Mon Sep 17 00:00:00 2001
From: Eric Anholt e...@anholt.net
Date: Mon, 17 Jun 2013 22:51:19 +
Subject: Revert DRI2: re-allocate DRI2 drawable if pixmap serial changes

This reverts commit 3209b094a3b1466b579e8020e12a4f3fa78a5f3f.  After a
long debug session by Paul Berry, it appears that this was the commit
that has been producing sporadic failures in piglit front buffer
rendering tests for the last several years.

GetBuffers may return fresh buffers with invalid contents at a couple
reasonable times:

- When first asked for a non-fake-front buffer.
- When the drawable size is changed, an Invalidate has been sent, and
  obviously the app needs to redraw the whole buffer.
- After a glXSwapBuffers(), GL allows the backbuffer to be undefined,
  and an Invalidate was sent to tell the GL that it should grab these
  appropriate new buffers to avoid stalling.

But with the patch being reverted, GetBuffers would also return fresh
invalid buffers when the drawable serial number changed, which is
approximately whenever, for any reason.  The app is not expecting
invalid buffer contents whenever, nor is it valid.  Because the GL
usually only GetBuffers after an Invalidate is sent, and the new
buffer allocation only happened during a GetBuffers, most apps saw no
problems.  But apps that do (fake-)frontbuffer rendering do frequently
ask the server for the front buffer (since we drop the fake front
allocation when we're not doing front buffer rendering), and if the
drawable serial got bumped midway through a draw, the server would
pointlessly ditch the front *and* backbuffer full of important
drawing, resulting in bad rendering.

The patch was originally to fix bugzilla:
https://bugs.freedesktop.org/show_bug.cgi?id=28365
Specifically:

To reproduce, start with a large-ish display (i.e. 1680x1050 on my
laptop), use the patched glxgears from bug 28252 to add the
-override option.  Then run glxgears -override -geometry 640x480
to create a 640x480 window in the top left corner, which will work
fine.  Next, run xrandr -s 640x480 and watch the fireworks.

I've tested with an override-redirect glxgears, both with vblank sync
enabled and disabled, both with gnome-shell and no window manager at
all, before and after this patch.  The only problem observed was that
before and after the revert, sometimes when alt-tabbing to kill my
gears after completing the test gnome-shell would get confused about
override-redirectness of the glxgears window (according to a log
message) and apparently not bother doing any further compositing.

Signed-off-by: Eric Anholt e...@anholt.net
Reviewed-by: Keith Packard kei...@keithp.com
Reviewed-by: Chris Wilson ch...@chris-wilson.co.uk
Tested-by: Chris Wilson ch...@chris-wilson.co.uk
Signed-off-by: Keith Packard kei...@keithp.com
---
diff --git a/hw/xfree86/dri2/dri2.c b/hw/xfree86/dri2/dri2.c
index 40963c3..0b047f0 100644
--- a/hw/xfree86/dri2/dri2.c
+++ b/hw/xfree86/dri2/dri2.c
@@ -99,7 +99,6 @@ typedef struct _DRI2Drawable 

commit vm-install for openSUSE:Factory

2013-06-20 Thread h_root
Hello community,

here is the log from the commit of package vm-install for openSUSE:Factory 
checked in at 2013-06-20 15:01:05

Comparing /work/SRC/openSUSE:Factory/vm-install (Old)
 and  /work/SRC/openSUSE:Factory/.vm-install.new (New)


Package is vm-install

Changes:

--- /work/SRC/openSUSE:Factory/vm-install/vm-install.changes2013-06-11 
09:38:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.vm-install.new/vm-install.changes   
2013-06-20 17:06:11.0 +0200
@@ -1,0 +2,6 @@
+Wed Jun 12 10:48:05 MDT 2013 - carn...@suse.com
+
+- Add openSUSE 13 as a supported platform
+- Version 0.7.2
+
+---

Old:

  vm-install-0.7.1.tar.bz2

New:

  vm-install-0.7.2.tar.bz2



Other differences:
--
++ vm-install.spec ++
--- /var/tmp/diff_new_pack.mI9vFx/_old  2013-06-20 17:06:11.0 +0200
+++ /var/tmp/diff_new_pack.mI9vFx/_new  2013-06-20 17:06:11.0 +0200
@@ -15,19 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:   vm-install
 Url:http://developer.novell.com/wiki/index.php/Vm-install
 BuildRequires:  python-devel
 BuildRequires:  update-desktop-files
 # For directory ownership:
 BuildRequires:  yast2
-Version:0.7.1
+Version:0.7.2
 Release:0
 Summary:Tool to Define a Virtual Machine and Install Its Operating 
System
 License:GPL-2.0
 Group:  System/Emulators/PC
-Source0:%{name}-0.7.1.tar.bz2
+Source0:%{name}-0.7.2.tar.bz2
 Source1:vm-install.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %ix86 x86_64 s390x

++ vm-install-0.7.1.tar.bz2 - vm-install-0.7.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vm-install-0.7.1/Makefile 
new/vm-install-0.7.2/Makefile
--- old/vm-install-0.7.1/Makefile   2013-06-07 22:46:00.0 +0200
+++ new/vm-install-0.7.2/Makefile   2013-06-13 00:08:47.0 +0200
@@ -1,5 +1,5 @@
 PACKAGE = vm-install
-VER = 0.7.1
+VER = 0.7.2
 
 default:
@echo Run 'make install DESTDIR=$destdir' to install.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vm-install-0.7.1/setup.py 
new/vm-install-0.7.2/setup.py
--- old/vm-install-0.7.1/setup.py   2013-06-07 22:45:56.0 +0200
+++ new/vm-install-0.7.2/setup.py   2013-06-13 00:08:47.0 +0200
@@ -1,7 +1,7 @@
 from distutils.core import setup
 
 setup(name='vminstall',
-  version='0.7.1',
+  version='0.7.2',
   description='Define a virtual machine and install its operating system',
   author='Charles Coffing',
   author_email='ccoff...@novell.com',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vm-install-0.7.1/src/vminstall/ParaVirtGuest.py 
new/vm-install-0.7.2/src/vminstall/ParaVirtGuest.py
--- old/vm-install-0.7.1/src/vminstall/ParaVirtGuest.py 2013-04-22 
19:04:43.0 +0200
+++ new/vm-install-0.7.2/src/vminstall/ParaVirtGuest.py 2013-06-13 
00:08:47.0 +0200
@@ -237,7 +237,7 @@
 else:
 vpart = traildigits(partition['name'])
 log.info(Found kernel on partition %s. % vpart)
-boot_kernel_check = 
['sles11','sled11','opensuse11','opensuse12']
+boot_kernel_check = 
['sles11','sled11','opensuse11','opensuse12','opensuse13']
 if self.options.os_type in boot_kernel_check:
 path = os.path.dirname(_kernel)
 checkAndSetDefaultBootKernel(mountpoint + path)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vm-install-0.7.1/src/vminstall/VMDefaults.py 
new/vm-install-0.7.2/src/vminstall/VMDefaults.py
--- old/vm-install-0.7.1/src/vminstall/VMDefaults.py2013-06-07 
22:44:03.0 +0200
+++ new/vm-install-0.7.2/src/vminstall/VMDefaults.py2013-06-13 
00:08:47.0 +0200
@@ -288,6 +288,12 @@
 def default_memory(self):
 return 768
 
+class openSUSE13Defaults(openSUSE12Defaults):
+def name(self):
+return msg.opensuse13
+def default_memory(self):
+return 768
+
 class SLED10Defaults(SUSEDefaults):
 def name(self):
 return msg.sled10
@@ -808,6 +814,7 @@
 'opensuse' : openSUSEDefaults(),
 'opensuse11' : openSUSE11Defaults(),
 'opensuse12' : openSUSE12Defaults(),
+'opensuse13' : openSUSE13Defaults(),
 'other': GenericDefaults(),
 'redhat'   : RedHatDefaults(),
 'rhel3': RHEL3Defaults(),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit systemd-gtk for openSUSE:12.2:Update

2013-06-20 Thread h_root
Hello community,

here is the log from the commit of package systemd-gtk for openSUSE:12.2:Update 
checked in at 2013-06-20 15:09:21

Comparing /work/SRC/openSUSE:12.2:Update/systemd-gtk (Old)
 and  /work/SRC/openSUSE:12.2:Update/.systemd-gtk.new (New)


Package is systemd-gtk

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.5cXT1E/_old  2013-06-20 17:16:28.0 +0200
+++ /var/tmp/diff_new_pack.5cXT1E/_new  2013-06-20 17:16:28.0 +0200
@@ -1 +1 @@
-link package='systemd-gtk.1198' cicount='copy' /
+link package='systemd-gtk.1775' cicount='copy' /

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



commit systemd for openSUSE:12.2:Update

2013-06-20 Thread h_root
Hello community,

here is the log from the commit of package systemd for openSUSE:12.2:Update 
checked in at 2013-06-20 15:09:24

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


Package is systemd

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.gOjSlm/_old  2013-06-20 17:16:28.0 +0200
+++ /var/tmp/diff_new_pack.gOjSlm/_new  2013-06-20 17:16:28.0 +0200
@@ -1 +1 @@
-link package='systemd.1198' cicount='copy' /
+link package='systemd.1775' cicount='copy' /

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



commit systemd-mini for openSUSE:12.3:Update

2013-06-20 Thread h_root
Hello community,

here is the log from the commit of package systemd-mini for 
openSUSE:12.3:Update checked in at 2013-06-20 15:09:24

Comparing /work/SRC/openSUSE:12.3:Update/systemd-mini (Old)
 and  /work/SRC/openSUSE:12.3:Update/.systemd-mini.new (New)


Package is systemd-mini

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.T3FnZF/_old  2013-06-20 17:21:56.0 +0200
+++ /var/tmp/diff_new_pack.T3FnZF/_new  2013-06-20 17:21:56.0 +0200
@@ -1 +1 @@
-link package='systemd-mini.1568' cicount='copy' /
+link package='systemd-mini.1776' cicount='copy' /

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



commit installation-images for openSUSE:Factory

2013-06-20 Thread h_root
Hello community,

here is the log from the commit of package installation-images for 
openSUSE:Factory checked in at 2013-06-20 21:16:19

Comparing /work/SRC/openSUSE:Factory/installation-images (Old)
 and  /work/SRC/openSUSE:Factory/.installation-images.new (New)


Package is installation-images

Changes:

--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes  
2013-06-15 19:23:14.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.installation-images.new/installation-images.changes 
2013-06-20 21:16:21.0 +0200
@@ -1,0 +2,11 @@
+Thu Jun 20 15:09:47 CEST 2013 - snw...@suse.de
+
+- added sg_inq (bnc #824300)
+- adjust to package changes
+- remove limal
+- temporarly disable yast2-nfs-client
+- adapt to further changes
+- ibmvscsic is renamed to ibmvscsi
+- Rename ibmvscsic to ibmvscsi, drop ibmvscsis module (bnc #816526)
+
+---

Old:

  installation-images-14.1.diff
  installation-images-14.1.tar.bz2

New:

  installation-images-14.2.tar.bz2



Other differences:
--
++ installation-images.spec ++
--- /var/tmp/diff_new_pack.3GEmde/_old  2013-06-20 21:16:22.0 +0200
+++ /var/tmp/diff_new_pack.3GEmde/_new  2013-06-20 21:16:22.0 +0200
@@ -71,6 +71,7 @@
 BuildRequires:  fonts-config
 BuildRequires:  fvwm2
 BuildRequires:  gdb
+BuildRequires:  gettext-runtime-mini
 BuildRequires:  glibc-i18ndata
 BuildRequires:  gpart
 BuildRequires:  gpg2
@@ -369,10 +370,9 @@
 Summary:Installation Image Files
 License:GPL-2.0+
 Group:  Metapackages
-Version:14.1
+Version:14.2
 Release:0
-Source: installation-images-14.1.tar.bz2
-Patch0: installation-images-14.1.diff
+Source: installation-images-14.2.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define _binary_payload w.ufdio
 
@@ -436,7 +436,6 @@
 %prep
 %setup
 rm -f /usr/lib/build/checks/04-check-filelist
-%patch0 -p1
 
 %build
 unset MALLOC_CHECK_

++ installation-images-14.1.tar.bz2 - installation-images-14.2.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.1/VERSION 
new/installation-images-14.2/VERSION
--- old/installation-images-14.1/VERSION2013-06-07 15:27:36.0 
+0200
+++ new/installation-images-14.2/VERSION2013-06-20 15:09:42.0 
+0200
@@ -1 +1 @@
-14.1
+14.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.1/changelog 
new/installation-images-14.2/changelog
--- old/installation-images-14.1/changelog  2013-06-07 15:27:38.0 
+0200
+++ new/installation-images-14.2/changelog  2013-06-20 15:09:44.0 
+0200
@@ -1,4 +1,13 @@
-2013-06-07:HEAD
+2013-06-20:HEAD
+   - added sg_inq (bnc #824300)
+   - adjust to package changes
+   - remove limal
+   - temporarly disable yast2-nfs-client
+   - adapt to further changes
+   - ibmvscsic is renamed to ibmvscsi
+   - Rename ibmvscsic to ibmvscsi, drop ibmvscsis module (bnc #816526)
+
+2013-06-07:14.1
- remove eject
 
 2013-06-07:14.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.1/data/base/base.file_list 
new/installation-images-14.2/data/base/base.file_list
--- old/installation-images-14.1/data/base/base.file_list   2013-06-07 
15:10:40.0 +0200
+++ new/installation-images-14.2/data/base/base.file_list   2013-06-20 
14:10:06.0 +0200
@@ -73,10 +73,7 @@
   /
 
 coreutils:
-  /etc
-  /bin
-  /usr/bin
-  r /bin/su
+  /
 
 libselinux1:
   /
@@ -359,7 +356,7 @@
 device-mapper:
   /
 
-gettext-runtime:
+gettext-runtime-mini:
   /
 
 openssl:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.1/data/initrd/all_modules 
new/installation-images-14.2/data/initrd/all_modules
--- old/installation-images-14.1/data/initrd/all_modules2013-06-07 
15:10:40.0 +0200
+++ new/installation-images-14.2/data/initrd/all_modules2013-06-20 
12:05:15.0 +0200
@@ -1481,7 +1481,7 @@
 ibmtr_csi586  ppc x86_64
 ibmveth   ppc64 
 ibmvfcppc64 
-ibmvscsic ppc64 
+ibmvscsi  ppc64 
 ibmvstgt  ppc64 
 ichxrom i586  x86_64
 icn   

commit openssh for openSUSE:Factory

2013-06-20 Thread h_root
Hello community,

here is the log from the commit of package openssh for openSUSE:Factory checked 
in at 2013-06-20 21:24:09

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-01-08 
14:35:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.openssh.new/openssh.changes 2013-06-20 
21:24:10.0 +0200
@@ -1,0 +2,12 @@
+Wed Jun 19 09:50:25 UTC 2013 - speili...@suse.com
+
+- Recommend xauth, X11-forwarding won't work if it is not installed
+
+---
+Sun Apr 14 19:02:32 UTC 2013 - crrodrig...@opensuse.org
+
+- sshd.service: Do not order after syslog.target, it is 
+ not required or recommended and that target does not even exist
+ anymore.
+
+---



Other differences:
--
++ openssh.spec ++
--- /var/tmp/diff_new_pack.2RaJiz/_old  2013-06-20 21:24:11.0 +0200
+++ /var/tmp/diff_new_pack.2RaJiz/_new  2013-06-20 21:24:11.0 +0200
@@ -33,6 +33,7 @@
 Requires:   /bin/netstat
 PreReq: pwdutils %{insserv_prereq} %{fillup_prereq} coreutils
 Conflicts:  nonfreessh
+Recommends: xauth
 Version:6.1p1
 Release:0
 %define xversion 1.2.4.1

++ sshd.service ++
--- /var/tmp/diff_new_pack.2RaJiz/_old  2013-06-20 21:24:11.0 +0200
+++ /var/tmp/diff_new_pack.2RaJiz/_new  2013-06-20 21:24:11.0 +0200
@@ -1,6 +1,6 @@
 [Unit]
 Description=OpenSSH Daemon
-After=syslog.target network.target
+After=network.target
 
 [Service]
 EnvironmentFile=/etc/sysconfig/ssh

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



commit libopenssl0_9_8 for openSUSE:Factory

2013-06-20 Thread h_root
Hello community,

here is the log from the commit of package libopenssl0_9_8 for openSUSE:Factory 
checked in at 2013-06-20 21:23:51

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


Package is libopenssl0_9_8

Changes:

--- /work/SRC/openSUSE:Factory/libopenssl0_9_8/libopenssl0_9_8.changes  
2012-06-25 11:48:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.libopenssl0_9_8.new/libopenssl0_9_8.changes 
2013-06-20 21:23:53.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 20 09:39:51 UTC 2013 - co...@suse.com
+
+- don't fiddle with man pages we're deleting later (fixes build
+  with perl 5.18)
+
+---



Other differences:
--
++ libopenssl0_9_8.spec ++
--- /var/tmp/diff_new_pack.h996fT/_old  2013-06-20 21:23:53.0 +0200
+++ /var/tmp/diff_new_pack.h996fT/_new  2013-06-20 21:23:53.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libopenssl0_9_8
 #
-# 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
@@ -140,42 +140,16 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make MANDIR=%{_mandir} INSTALL_PREFIX=$RPM_BUILD_ROOT install
+make MANDIR=%{_mandir} INSTALL_PREFIX=$RPM_BUILD_ROOT install_sw
 # install standard root certificates
 cp -pr certs/* $RPM_BUILD_ROOT/%{ssletcdir}/certs
 ln -sf ./openssl $RPM_BUILD_ROOT/%{_includedir}/ssl
-mkdir $RPM_BUILD_ROOT/%{_datadir}/ssl
+mkdir -p $RPM_BUILD_ROOT/%{_datadir}/ssl
 mv $RPM_BUILD_ROOT/%{ssletcdir}/misc $RPM_BUILD_ROOT/%{_datadir}/ssl/
 # ln -s %{ssletcdir}/certs $RPM_BUILD_ROOT/%{_datadir}/ssl/certs
 # ln -s %{ssletcdir}/private   $RPM_BUILD_ROOT/%{_datadir}/ssl/private
 # ln -s %{ssletcdir}/openssl.cnf   
$RPM_BUILD_ROOT/%{_datadir}/ssl/openssl.cnf
 #
-# avoid file conflicts with man pages from other packages
-#
-pushd $RPM_BUILD_ROOT/%{_mandir}
-# some man pages now contain spaces. This makes several scripts go havoc, 
among them /usr/sbin/Check.
-# replace spaces by underscores
-#for i in man?/*\ *; do mv -v $i ${i// /_}; done
-which readlink /dev/null || function readlink { ( set +x; target=$(file $1 
2/dev/null); target=${target//* }; test -f $target  echo $target; ) }
-for i in man?/*; do 
-   if test -L $i ; then
-   LDEST=`readlink $i`
-   rm -f $i ${i}ssl
-   ln -sf ${LDEST}ssl ${i}ssl
-   else
-   mv $i ${i}ssl
-fi
-   case `basename ${i%.*}` in 
-   
asn1parse|ca|config|crl|crl2pkcs7|crypto|dgst|dhparam|dsa|dsaparam|enc|gendsa|genrsa|nseq|openssl|passwd|pkcs12|pkcs7|pkcs8|rand|req|rsa|rsautl|s_client|s_server|smime|spkac|ssl|verify|version|x509)
-   # these are the pages mentioned in openssl(1). They go into the 
main package.
-   echo %doc %{_mandir}/${i}ssl.gz  $OLDPWD/filelist;;
-   *)  
-   # the rest goes into the openssl-doc package.
-   echo %doc %{_mandir}/${i}ssl.gz  $OLDPWD/filelist.doc;;
-   esac
-done
-popd
-#
 # check wether some shared library has been installed
 #
 ls -l $RPM_BUILD_ROOT/%{_libdir}
@@ -228,7 +202,6 @@
 rm -rf $RPM_BUILD_ROOT/%{ssletcdir}
 rm -rf $RPM_BUILD_ROOT/%{_bindir}
 rm -rf $RPM_BUILD_ROOT/%{_datadir}/ssl
-rm -rf $RPM_BUILD_ROOT/%{_mandir}
 
 %clean
 if ! test -f /.buildenv; then rm -rf $RPM_BUILD_ROOT; fi

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



commit f2fs-tools for openSUSE:Factory

2013-06-20 Thread h_root
Hello community,

here is the log from the commit of package f2fs-tools for openSUSE:Factory 
checked in at 2013-06-20 21:23:36

Comparing /work/SRC/openSUSE:Factory/f2fs-tools (Old)
 and  /work/SRC/openSUSE:Factory/.f2fs-tools.new (New)


Package is f2fs-tools

Changes:

--- /work/SRC/openSUSE:Factory/f2fs-tools/f2fs-tools.changes2013-01-22 
15:14:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.f2fs-tools.new/f2fs-tools.changes   
2013-06-20 21:23:38.0 +0200
@@ -1,0 +2,7 @@
+Mon Jun 10 12:19:33 UTC 2013 - jeng...@inai.de
+
+- Update to new snapshot v1.1.0-24-gfef98eb
+* mkfs: add option to disable trim at format
+* mkfs: handle labels longer than 16 characters
+
+---

Old:

  f2fs-tools-1.1.0+.tar.xz

New:

  f2fs-tools-1.1.0+git24.tar.xz



Other differences:
--
++ f2fs-tools.spec ++
--- /var/tmp/diff_new_pack.kM7s3D/_old  2013-06-20 21:23:39.0 +0200
+++ /var/tmp/diff_new_pack.kM7s3D/_new  2013-06-20 21:23:39.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package f2fs-tools
 #
-# 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,9 +17,10 @@
 
 
 Name:   f2fs-tools
-Version:1.1.0+
-#git describe: v1.1.0-11-gc7e0a01
+%define lname  libf2fs0
+Version:1.1.0+git24
 Release:0
+#git describe: v1.1.0-24-gfef98eb
 Summary:Utilities for the Flash-friendly Filesystem (F2FS)
 License:GPL-2.0
 Group:  System/Filesystems
@@ -29,6 +30,9 @@
 #DL-URL:   no tarballs provided
 Source: %name-%version.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  xz
 %if 0%{?suse_version} = 1140 || 0%{?fedora_version}
@@ -44,15 +48,20 @@
 %setup -qn %name
 
 %build
-%configure
+if [ ! -e configure ]; then
+   autoreconf -fi
+fi
+%configure --disable-shared
 make %{?_smp_mflags}
 
 %install
 make install DESTDIR=%buildroot;
+# The library is quite useless ATM without public headers.
+rm -f %buildroot/%_libdir/*.a %buildroot/%_libdir/*.la
 
 %files
 %defattr(-,root,root)
-%_sbindir/mkfs.f2fs
+/sbin/mkfs.f2fs
 %_mandir/man8/*
 %doc COPYING
 

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



commit openstack-dashboard for openSUSE:Factory

2013-06-20 Thread h_root
Hello community,

here is the log from the commit of package openstack-dashboard for 
openSUSE:Factory checked in at 2013-06-20 21:24:46

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


Package is openstack-dashboard

Changes:

--- /work/SRC/openSUSE:Factory/openstack-dashboard/openstack-dashboard.changes  
2013-02-08 07:12:40.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.openstack-dashboard.new/openstack-dashboard.changes 
2013-06-20 21:24:47.0 +0200
@@ -2 +2 @@
-Wed Feb  6 06:57:07 UTC 2013 - cloud-de...@suse.de
+Tue Jun 18 23:57:20 UTC 2013 - opensuse-cl...@opensuse.org
@@ -4,3 +4,8 @@
-- Update to version 2012.2.4+git.1360133827.f421145:
-  + Final versioning for 2012.2.3
-  + Bump version to 2012.2.4
+- Update to version 2013.1.3.a5.g21a4b20:
+  + Increase socket timeout for selenium tests
+  + Mark additional strings as translatable
+
+---
+Wed Jun 12 11:47:46 UTC 2013 - dmuel...@suse.com
+
+- fix build against Django 1.5 
@@ -9 +14 @@
-Fri Jan 25 11:04:28 UTC 2013 - bwiedem...@suse.de
+Sat Jun  8 00:18:15 UTC 2013 - opensuse-cl...@opensuse.org
@@ -11,9 +16,289 @@
-- Update to version 2012.2.2+git.1359111868.20fa0fc:
-  + Pin docutils to 0.9.1, fix pep8 errors
-  + Fix bug 1055929 - Can not display usage data for Quota Summary.
-  + Revert Temp fix for api/keystone.py
-  + Specify floating ips table action column's width
-  + Allow setting nova quotas to unlimited
-  + Add a check for unlimited quotas
-  + Avoid cinder calls, when cinder is unavailable
-  + Don't inherit from base.html in 500 error page
+- Update to version 2013.1.3.a1.g70e403b:
+  + Bump stable/grizzly next version to 2013.1.3
+
+---
+Mon Jun  3 11:41:28 UTC 2013 - speili...@suse.com
+
+- Move HTML templates and static assets to new branding sub-packages:
+  + python-horizon-branding-upstream
+  + openstack-dashboard-branding-upstream
+
+
+Sat Jun  1 06:26:05 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.1.2.a4.g7310ef2:
+  + Updated translations from Transifex
+
+---
+Wed May 29 10:42:05 UTC 2013 - dmuel...@suse.com
+
+- update requires/test-requires
+- remove setBadness call from rpmlintrc
+
+---
+Wed May 29 07:57:10 UTC 2013 - dmuel...@suse.com
+
+- build without nodejs by default again 
+
+---
+Mon May 27 14:46:45 UTC 2013 - dmuel...@suse.com
+
+- rename production bcond to nodejs and invert the default
+
+
+Thu May 16 13:30:31 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.1.2.a2.g0769c3c:
+  + Remove the term 'syspanel' from docs
+
+
+Fri May 10 23:44:11 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.1.2.a1.gb5ac1ea:
+  + Bump stable/grizzly next version to 2013.1.2
+
+
+Fri May  3 23:43:29 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.1.1.a7.ge68b7a8:
+  + Fix translation error for missing default role
+
+
+Thu May  2 23:43:12 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.1.1.a6.g5825d8d:
+  + Fix some not-consistent titles for virtual routers management
+  + Fix regression on running manage command.
+
+---
+Thu Apr  4 16:29:41 UTC 2013 - dmuel...@suse.com
+
+- update to grizzly branch
+
+
+Tue Apr  2 08:24:47 UTC 2013 - speili...@suse.com
+
+- Update to version 2013.1.rc2:
+  + Adds docs for settings/configuration.
+  + Reduce duplicate definitions about quota sets
+  + Disable LB panel by default; allow UUID for Sec Group ID.
+  + Pin the cinderclient version.
+  + Check if volume service is enabled in quota update
+  + Handle None protocol in security group rule table
+  + Improve UX around unauthorized API exceptions.
+  + Implement configurable auto-fade for alerts messages.
+  + Updated translations from transifex for Grizzly RC.
+  + Adds Grizzly release notes.
+  + Remove note on theming from release notes.
+  + Allow admin to edit project quotas for fixed IPs
+  + Fix adding security groups to an existing instance
+  + Add flavor name regex validation to match nova.
+  + Release notes on 

commit openstack-heat for openSUSE:Factory

2013-06-20 Thread h_root
Hello community,

here is the log from the commit of package openstack-heat for openSUSE:Factory 
checked in at 2013-06-20 21:25:09

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


Package is openstack-heat

Changes:

--- /work/SRC/openSUSE:Factory/openstack-heat/openstack-heat.changes
2013-04-29 14:09:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.openstack-heat.new/openstack-heat.changes   
2013-06-20 21:25:10.0 +0200
@@ -0,0 +1,39 @@
+
+Fri Jun 14 00:11:36 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.1.3.a2.g1689425:
+  + heat api : Update ec2token middleware for v4 signatures
+
+---
+Thu Jun 13 22:03:32 UTC 2013 - dmuel...@suse.com
+
+- fix init script 
+
+
+Fri Jun  7 23:49:53 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.1.3.a1.g21d342a:
+  + Bump stable/grizzly next version to 2013.1.3
+
+
+Thu May 30 23:59:37 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.1.1.a4.g3dbe9f4:
+  + heat-cfn: Handle parameters with = in them
+  + uses os.urandom instead of Crypto.Random for backward compatibility
+
+---
+Wed May 29 10:43:21 UTC 2013 - dmuel...@suse.com
+
+- remove setBadness call from rpmlintrc 
+
+---
+Mon May 27 21:38:10 UTC 2013 - dmuel...@suse.com
+
+- update requires for test subpackage 
+
+---
+Sat May 18 13:32:20 UTC 2013 - dmuel...@suse.com
+
+- update heat-requires based on pip-requires 
+



Other differences:
--
++ openstack-heat-doc.spec ++
--- /var/tmp/diff_new_pack.jaDiCW/_old  2013-06-20 21:25:11.0 +0200
+++ /var/tmp/diff_new_pack.jaDiCW/_new  2013-06-20 21:25:11.0 +0200
@@ -19,7 +19,7 @@
 %define component heat
 
 Name:   openstack-%{component}-doc
-Version:2013.1
+Version:2013.1.3.a2.g1689425
 Release:0
 Summary:OpenStack Orchestration (Heat) - Documentation
 License:Apache-2.0
@@ -60,7 +60,7 @@
 This package contains documentation files for openstack-heat.
 
 %prep
-%setup -q -n heat-2013.1
+%setup -q -n heat-2013.1.3.a2.g1689425
 %openstack_cleanup_prep
 
 %build

++ openstack-heat.spec ++
--- /var/tmp/diff_new_pack.jaDiCW/_old  2013-06-20 21:25:11.0 +0200
+++ /var/tmp/diff_new_pack.jaDiCW/_new  2013-06-20 21:25:11.0 +0200
@@ -21,7 +21,7 @@
 %define username openstack-%{component}
 
 Name:   openstack-%{component}
-Version:2013.1
+Version:2013.1.3.a2.g1689425
 Release:0
 Summary:Openstack Orchestration (Heat)
 License:Apache-2.0
@@ -60,28 +60,29 @@
 Summary:Openstack Orchestration (Heat) - Python module
 Group:  Development/Languages/Python
 Requires:   python = 2.6.8
-Requires:   python-PasteDeploy = 1.5.0
+Requires:   python-PasteDeploy = 1.5.0
 Requires:   python-PyYAML = 3.1.0
-Requires:   python-Routes
-Requires:   python-Routes
+Requires:   python-Routes = 1.12.3
+Requires:   python-Routes = 1.12.3
 Requires:   python-SQLAlchemy = 0.7.8
-Requires:   python-WebOb
+Requires:   python-WebOb = 1.2.3
 Requires:   python-argparse
 Requires:   python-boto = 2.4.0
 Requires:   python-cinderclient
-Requires:   python-eventlet = 0.9.17
+Requires:   python-eventlet = 0.12.0
 Requires:   python-glanceclient
-Requires:   python-greenlet = 0.3.1
+Requires:   python-greenlet = 0.3.2
 Requires:   python-httplib2
 Requires:   python-iso8601 = 0.1.4
 Requires:   python-keystoneclient
 Requires:   python-kombu = 1.0.4
 Requires:   python-lxml = 2.3
-Requires:   python-memcached
 Requires:   python-novaclient
 Requires:   python-oslo.config = 1.1.0
 Requires:   python-pycrypto = 2.1.0
-Requires:   python-quantumclient
+Requires:   python-python-memcached
+Requires:   python-quantumclient = 2.2.0
+Requires:   python-sqlalchemy = 0.7.8
 Requires:   python-sqlalchemy-migrate = 0.7.2
 Requires:   python-swiftclient
 
@@ -127,18 +128,19 @@
 Requires:   openstack-%{component}-api-cloudwatch
 Requires:   python-coverage
 Requires:   python-glanceclient
-Requires:   python-mox == 0.5.3
+Requires:   python-mox = 0.5.3
 Requires:   python-nose
 

commit openstack-nova for openSUSE:Factory

2013-06-20 Thread h_root
Hello community,

here is the log from the commit of package openstack-nova for openSUSE:Factory 
checked in at 2013-06-20 21:25:27

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


Package is openstack-nova

Changes:

--- /work/SRC/openSUSE:Factory/openstack-nova/openstack-nova.changes
2013-04-29 14:09:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.openstack-nova.new/openstack-nova.changes   
2013-06-20 21:25:30.0 +0200
@@ -0,0 +1,261 @@
+
+Tue Jun 18 23:55:11 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.1.3.a17.g3f60606:
+  + Fix nova-compute fails to start if quantum is down
+  + Don't snat all traffic when force_snat_range set
+  + Make nova-api use servicegroup.API.service_is_up().
+  + Catch InstanceNotFound in instance_actions GET
+  + Fix powervm driver resize instance error
+  + Don't update API cell on get_nwinfo
+  + set ERROR state when scheduler hits max attempts
+  + Volume IO usage gets reset to 0 after a reboot / crash
+
+
+Thu Jun 13 00:04:37 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.1.3.a2.g61fc529:
+  + Fix assumed port has port_security_enabled
+
+---
+Wed Jun 12 17:02:02 UTC 2013 - bwiedem...@suse.com
+
+- run novncproxy with --daemon
+
+
+Sat Jun  8 00:24:41 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.1.3.a1.g8e6edd2:
+  + Bump stable/grizzly next version to 2013.1.3
+
+
+Thu Jun  6 00:27:22 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.1.2.a72.g8c136a8:
+  + Don't delete sys_meta on instance delete
+
+---
+Sun Jun  2 13:57:14 UTC 2013 - dmuel...@suse.com
+
+- install api_samples reference data for tests
+- add conflicts with pyxml
+- add 0001-Normalize-path-for-finding-api_samples-dir.patch
+- add tests-ignore-serial-comparison-failure.diff
+
+---
+Sat Jun  1 17:16:26 UTC 2013 - dmuel...@suse.com
+
+- remove dependency on nose 
+- add dependency on coverage
+
+
+Fri May 31 23:47:42 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.1.2.a71.gfde8680:
+  + The vm_state should not be modified until the task is complete.
+  + Fix variable referenced before assginment in vmwareapi code.
+  + Update hypervisor_hostname after live migration
+  + Don't raise unnecessary stack traces in EC2 API
+  + Make sure confirm_resize finishes before setting vm_state to ACTIVE
+  + vmwareapi: Add supported_instances to host state
+  + Catch volume create exception
+  + get_instance_security_groups() fails if no name on security group
+  + set bdm['volume_id'] to None rather than delete it
+  + Fix for missing multipath device name
+  + Disallow resize if image not available
+  + Make nova.virt.fake.FakeDriver useable in integration testing
+  + Make sure that hypervisor nodename is set correctly in FakeDriver
+
+---
+Fri May 31 09:29:17 UTC 2013 - dmuel...@suse.com
+
+- remove pylint dependency 
+
+---
+Mon May 27 21:43:02 UTC 2013 - dmuel...@suse.com
+
+- update requires based on pip/test-requires 
+- remove setBadness call from rpmlintrc
+
+
+Sun May 26 23:45:13 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.1.2.a45.g1c074ec:
+  + Fix building quantumapi network model with network list
+  + Fix resize when instance has no image
+
+
+Thu May 23 23:45:22 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.1.2.a41.g39bcfa6:
+  + Fix zookeeper import and tests
+  + nova coverage creates lots of empty folders
+  + Guard against content being None
+
+---
+Thu May 23 12:24:42 UTC 2013 - tpaszkow...@novell.com
+
+- set default value for signing_dir to /var/lib/nova/keystone-signing. This
+  prevents problems on SLE11 where init script is called by the user (eg. root)
+  and os.path.expanduser prefers HOME enviroment variable insted of passwd
+  file.
+
+
+Wed May 22 23:47:21 UTC 2013 - opensuse-cl...@opensuse.org
+
+- 

commit paraview for openSUSE:Factory

2013-06-20 Thread h_root
Hello community,

here is the log from the commit of package paraview for openSUSE:Factory 
checked in at 2013-06-20 21:26:45

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


Package is paraview

Changes:

--- /work/SRC/openSUSE:Factory/paraview/paraview.changes2013-03-15 
10:43:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.paraview.new/paraview.changes   2013-06-20 
21:26:46.0 +0200
@@ -1,0 +2,8 @@
+Thu Jun 20 05:05:52 UTC 2013 - badshah...@gmail.com
+
+- Enable python scripting with paraview 
+  (cmake variable DPARAVIEW_ENABLE_PYTHON:BOOL=ON); had been
+  turned off because earlier versions of paraview had some
+  building issues with this enabled.
+
+---



Other differences:
--
++ paraview.spec ++
--- /var/tmp/diff_new_pack.DsdS7x/_old  2013-06-20 21:26:47.0 +0200
+++ /var/tmp/diff_new_pack.DsdS7x/_new  2013-06-20 21:26:47.0 +0200
@@ -49,6 +49,7 @@
 BuildRequires:  libtiff-devel
 BuildRequires:  openssl-devel
 BuildRequires:  python-devel
+%py_requires
 %if 0%{?suse_version} = 1140
 BuildRequires:  qt4-assistant-adp-devel
 %endif
@@ -131,7 +132,7 @@
 -DPARAVIEW_BUILD_QT_GUI:BOOL=ON \\\
 -DPARAVIEW_QT_QMAKE_EXECUTABLE=%{_bindir}/qmake \\\
 -DPARAVIEW_BUILD_PLUGIN_SLACTools:BOOL=ON \\\
--DPARAVIEW_ENABLE_PYTHON:BOOL=OFF \\\
+-DPARAVIEW_ENABLE_PYTHON:BOOL=ON \\\
 -DVTK_OPENGL_HAS_OSMESA:BOOL=OFF \\\
 -DVTK_USE_SYSTEM_EXPAT:BOOL=ON \\\
 -DVTK_USE_SYSTEM_FREETYPE:BOOL=ON \\\

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



commit openstack-quantum for openSUSE:Factory

2013-06-20 Thread h_root
Hello community,

here is the log from the commit of package openstack-quantum for 
openSUSE:Factory checked in at 2013-06-20 21:26:19

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


Package is openstack-quantum

Changes:

--- /work/SRC/openSUSE:Factory/openstack-quantum/openstack-quantum.changes  
2013-04-24 16:06:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.openstack-quantum.new/openstack-quantum.changes 
2013-06-20 21:26:21.0 +0200
@@ -1,0 +2,192 @@
+Wed Jun 19 14:04:31 UTC 2013 - tpaszkow...@novell.com
+
+- Backport fix for adding 0/0 to dhcp-agent netns to allow dnsmasq
+  process to perform dns lookups. Fix for master branch is here:
+  https://review.openstack.org/#/c/31533/9. Patch name:
+  quantum-add-default-route-in-netns-dhcp-agent.patch
+
+---
+Mon Jun 17 16:20:15 UTC 2013 - vu...@suse.com
+
+- Do not make /etc/quantum/quantum.conf world-readable: it contains
+  passwords.
+
+---
+Mon Jun 17 11:41:30 UTC 2013 - speili...@suse.com
+
+- Only require python-discover on SLE since it's backporting features
+  to Python-2.6
+
+
+Mon Jun 17 05:36:23 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.1.3.a15.g9b38a4b:
+  + Do not import anything from quantum into rootwrap (bnc#824702)
+- remove do-not-import-crap-in-rootwrap.diff
+
+
+Thu Jun 13 23:58:25 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.1.3.a13.g1458438:
+  + Handle portinfo msg after port deletion in NEC plugin
+  + Ensure to remove auto delete ports from OFC in NEC plugin
+
+---
+Thu Jun 13 16:47:18 UTC 2013 - dmuel...@suse.com
+
+- add do-not-import-crap-in-rootwrap.diff (bnc#824702) 
+
+
+Wed Jun 12 23:59:26 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.1.3.a10.gd298464:
+  + Enable router extension in Brocade Plugin
+  + NEC plugin: Ensure to delete portinfo when port_removed RPC.
+  + Expose most common QueuePoll parameters from SQLAlchemy
+  + DbQuotaDriver allows negative quotas to be set.
+
+---
+Wed Jun 12 17:05:44 UTC 2013 - tpaszkow...@novell.com
+
+- add dnsmasq depency for dhcp-agent
+
+
+Tue Jun 11 10:02:55 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.1.3.a2.g1fb9952:
+  + Port profile should not mark vlan as native-vlan
+
+
+Fri Jun  7 23:59:28 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.1.3.a1.ge1d25de:
+  + Bump stable/grizzly next version to 2013.1.3
+
+---
+Wed Jun  5 13:58:39 UTC 2013 - tpaszkow...@novell.com
+
+- fix home directory for openstack-quantum user
+
+---
+Sat Jun  1 08:28:31 UTC 2013 - dmuel...@suse.com
+
+- remove 0001-Use-exec_dirs-for-rootwrap-commands.patch 
+- remove 0002-restore-extra-filters.diff 
+
+
+Fri May 31 09:17:49 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.1.2.a46.g4bac39b:
+  + Add l3 attribute to network
+  + Add support for dnsmasq version 2.48
+  + Add _usr variants for iptables rootwraps
+
+---
+Thu May 30 15:21:01 UTC 2013 - dmuel...@suse.com
+
+- remove quantum-bug-1170793-dnsmasq-2.48-fix.diff 
+- remove iptables-firewall.filters.patch
+
+---
+Wed May 29 10:33:59 UTC 2013 - dmuel...@suse.com
+
+- fix runtime/test requires 
+- drop ignore-kombu-version.diff
+- remove setBadness call from rpmlintrc
+
+
+Fri May 24 23:43:38 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.1.2.a40.g9f9ae95:
+  + Enable quantum-netns-cleanup to receive force as cli parameter
+
+
+Wed May 22 11:08:50 UTC 2013 - tpaszkow...@suse.com
+
+- Import fix for older dnsmasq versions from
+  https://review.openstack.org/#/c/29630/
+- Update to version 2013.1.2.a38.g015f4b6:
+  + relax amqplib and kombu version requirements
+  + update-port error if port does not exist in nvp
+  + 

commit python-quantumclient for openSUSE:Factory

2013-06-20 Thread h_root
Hello community,

here is the log from the commit of package python-quantumclient for 
openSUSE:Factory checked in at 2013-06-20 21:27:13

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


Package is python-quantumclient

Changes:

--- 
/work/SRC/openSUSE:Factory/python-quantumclient/python-quantumclient.changes
2013-01-17 15:24:09.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-quantumclient.new/python-quantumclient.changes
   2013-06-20 21:27:15.0 +0200
@@ -0,0 +1,145 @@
+---
+Tue Jun 18 12:07:47 UTC 2013 - speili...@suse.com
+
+- Only depend on python-discover on SLE, it's a Python-2.6 feature
+  backport
+
+---
+Sat Jun  1 16:59:36 UTC 2013 - dmuel...@suse.com
+
+- remove python-distribute dependency 
+
+---
+Wed May 29 10:52:07 UTC 2013 - dmuel...@suse.com
+
+- remove setBadness call from rpmlintrc
+
+---
+Mon May 27 22:16:24 UTC 2013 - dmuel...@suse.com
+
+- fix requirements of test subpackage 
+
+---
+Mon May  6 11:28:41 UTC 2013 - dmuel...@suse.com
+
+- update requires to python-PrettyTable 
+
+---
+Mon Apr 22 12:24:56 UTC 2013 - dmuel...@suse.com
+
+- update to 2.2.1 
+
+---
+Tue Apr  2 10:10:09 UTC 2013 - dmuel...@suse.com
+
+- downgrade to 2.2.0 (released tarball) 
+
+
+Tue Mar 26 13:44:53 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2.2.0.8+git.1364305493.661aea1:
+  + remove remainder argument
+
+
+Mon Mar 25 10:59:05 UTC 2013 - cloud-de...@suse.de
+
+- Update to version 2.2.0.7+git.1364209145.bed3373:
+  + Improve unit tests for python-quantumclient
+
+
+Thu Mar 21 15:42:39 UTC 2013 - cloud-de...@suse.de
+
+- Update to version 2.2.0.5+git.1363880559.fb2ed4e:
+  + Add a missing command line option: --insecure
+  + add  2.2.0 release note in index.rst file
+  + Improve unit tests for python-quantumclient
+
+---
+Tue Mar 12 22:14:33 UTC 2013 - dmuel...@suse.com
+
+- Update to version 2.2.0:
+  + no change 
+
+
+Mon Mar 11 12:58:10 UTC 2013 - dmuel...@suse.com
+
+- Update to version 2.1.2.9+git.1363006690.f96219d:
+  + Update cliff dependency (1.3.1)
+  + rename port to port_protocol for lbaas cli
+  + Client for agent scheduler extension
+  + Add pagination support for client
+  + quantumclient.common.serializer module cleanup
+  + Rename source_(group_id/ip_prefix) to remote_(group_id/ip_prefix)
+  + Add support for security group quotas
+  + Fix a description of floatingip-id in (dis)associate commands
+
+---
+Mon Feb 25 14:12:22 UTC 2013 - dmuel...@suse.com
+
+- add python-prettytable-0.7x.diff:
+  * Support prettytable 0.7 as well
+
+
+Sun Feb 24 18:20:43 UTC 2013 - cloud-de...@suse.de
+
+- Update to version 3.0.a1.9+git.1361730043.d77f862:
+  + Match other python-*client prettytable dependency
+  + Client for agent extension
+  + Allow known options after unknown ones in list and update command
+  + CLI support for network gateway feature
+
+---
+Fri Feb 22 11:27:48 UTC 2013 - sasc...@suse.de
+
+- BuildRequire openstack-suse-macros instead of openstack-macros
+
+
+Mon Feb 18 09:41:08 UTC 2013 - cloud-de...@suse.de
+
+- Update to version 3.0.a1.3+git.1361180468.0879059:
+  + Support XML request format
+  + Stored the quantum commands list to the variable.
+  + Add .coveragerc
+  + Add exceptions messages for authentication
+  + Add nvp queue support to client
+
+
+Mon Feb 11 15:12:50 UTC 2013 - cloud-de...@suse.de
+
+- Update to version 2.1.44+git.1360595570.dad11b3:
+  + Migrate from nose to testr
+  + Remove gettext.install from quantumclient.__init__
+  + Allow ability to remove security groups from ports
+
+
+Mon Feb  4 12:11:38 UTC 2013 - 

commit utempter for openSUSE:Factory

2013-06-20 Thread h_root
Hello community,

here is the log from the commit of package utempter for openSUSE:Factory 
checked in at 2013-06-20 21:27:42

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


Package is utempter

Changes:

--- /work/SRC/openSUSE:Factory/utempter/utempter.changes2013-04-07 
14:28:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.utempter.new/utempter.changes   2013-06-20 
21:27:44.0 +0200
@@ -1,0 +2,11 @@
+Wed Jun  5 11:23:54 UTC 2013 - meiss...@suse.com
+
+- updated to 1.1.6 upstream (bnc#823302)
+  - new apis (old are staying)
+- utempter-ppc64.patch: is upstream, removed
+- utempter-0.5.5-pie.diff: done differently, removed
+- utempter-no-staticlib.patch: no static library wanted
+- gpg source tarball checking
+- hooked up permissions framework correctly
+
+---

Old:

  utempter-0.5.5-pie.diff
  utempter-0.5.5.tar.gz
  utempter-ppc64.patch

New:

  libutempter-1.1.6.tar.bz2
  libutempter-1.1.6.tar.bz2.asc
  utempter-no-staticlib.patch
  utempter.keyring



Other differences:
--
++ utempter.spec ++
--- /var/tmp/diff_new_pack.y0n5Gu/_old  2013-06-20 21:27:44.0 +0200
+++ /var/tmp/diff_new_pack.y0n5Gu/_new  2013-06-20 21:27:44.0 +0200
@@ -16,9 +16,10 @@
 #
 
 
+%define lname  libutempter0
 Name:   utempter
 %define utmpGroup utmp
-Version:0.5.5
+Version:1.1.6
 Release:0
 Summary:A privileged helper for utmp and wtmp updates
 License:MIT
@@ -27,12 +28,17 @@
 %ifarch ppc64
 Obsoletes:  utempter-64bit
 %endif
-%define _hash a628f149132e2f729bc4601e6a4f6c29
-Source: 
http://pkgs.fedoraproject.org/repo/pkgs/%{name}/%{name}-%{version}.tar.gz/%{_hash}/%{name}-%{version}.tar.gz
+Url:ftp://ftp.altlinux.org/pub/people/ldv/utempter/
+Source: 
ftp://ftp.altlinux.org/pub/people/ldv/utempter/lib%name-%version.tar.bz2
+Source1:
ftp://ftp.altlinux.org/pub/people/ldv/utempter/lib%name-%version.tar.bz2.asc
 Source2:baselibs.conf
+Source3:%name.keyring
 Patch0: utempter.eal3.diff
-Patch1: utempter-0.5.5-pie.diff
-Patch2: utempter-ppc64.patch
+Patch1: utempter-no-staticlib.patch
+%if 0%{?suse_version}  1220
+BuildRequires:  gpg-offline
+%endif
+
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -44,41 +50,63 @@
 %package devel
 Summary:Development files for utempter
 Group:  Development/Libraries/C and C++
-Requires:   %{name} = %{version}
+Requires:   %lname = %{version}
 
 %description devel
 Utempter is a privileged helper for utmp and wtmp updates.  This
 package contains the development files needed.
 
+%package -n %lname
+Summary:Shared library of utempter
+Group:  Development/Libraries/C and C++
+PreReq: permissions
+Provides:   utempter = %version
+Obsoletes:  utempter = 0.5.5
+Requires:   %{name}
+
+%description -n %lname
+Utempter is a privileged helper for utmp and wtmp updates.  This
+package contains the library used by applications.
+
 %prep
-%setup -q
+%if 0%{?suse_version}  1220
+%gpg_verify %{S:1}
+%endif
+%setup -q -n lib%name-%version
 %patch0 -p1
-%patch1
-%patch2 -p1
+%patch1 -p1
 
 %build
-make %{?_smp_mflags} RPM_OPT_FLAGS=%{optflags} CC=gcc
+make %{?_smp_mflags} RPM_OPT_FLAGS=%{optflags} -fPIC CC=gcc
 
 %install
 export DESTDIR=%{buildroot}
-make PREFIX=$DESTDIR LIBDIR=%{_libdir} install
+make PREFIX=$DESTDIR libdir=%{_libdir} DESTDIR=%{buildroot} install
 chmod 755 $DESTDIR%{_libdir}/libutempter.so*
 /sbin/ldconfig -n $DESTDIR%{_libdir}
 
-%post -p /sbin/ldconfig
+%verifyscript -n %lname
+%verify_permissions -e /usr/lib/utempter/utempter
 
-%postun -p /sbin/ldconfig
+%post -n %lname
+%set_permissions /usr/lib/utempter/utempter
+/sbin/ldconfig
 
-%files
-%defattr(444,root,root,755)
+%postun -n %lname -p /sbin/ldconfig
+
+%files -n %lname
+%defattr(644,root,root,755)
 %doc COPYING
-%attr(02755, root, %{utmpGroup}) %{_sbindir}/utempter
-%attr(555,root,root) %{_libdir}/libutempter.so.*
-%attr(444,root,root) %doc %{_mandir}/man8/*
+%dir /usr/lib/utempter
+%attr(02755, root, %{utmpGroup}) /usr/lib/utempter/utempter
+%attr(755,root,root) %{_libdir}/libutempter.so.*
+%attr(644,root,root) %doc %{_mandir}/man8/*
 
 %files devel
-%defattr(444,root,root,755)
-%attr(555,root,root) %{_libdir}/libutempter.so
-%attr(444,root,root) %{_includedir}/utempter.h
+%doc COPYING
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libutempter.so
+%attr(644,root,root) %{_includedir}/utempter.h
+%attr(644,root,root) %doc %{_mandir}/man3/*
 
 %changelog

++ baselibs.conf ++
--- 

commit syslog-ng for openSUSE:Factory

2013-06-20 Thread h_root
Hello community,

here is the log from the commit of package syslog-ng for openSUSE:Factory 
checked in at 2013-06-20 21:27:20

Comparing /work/SRC/openSUSE:Factory/syslog-ng (Old)
 and  /work/SRC/openSUSE:Factory/.syslog-ng.new (New)


Package is syslog-ng

Changes:

--- /work/SRC/openSUSE:Factory/syslog-ng/syslog-ng.changes  2013-04-17 
23:18:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.syslog-ng.new/syslog-ng.changes 2013-06-20 
21:27:22.0 +0200
@@ -1,0 +2,7 @@
+Sun Jun  2 10:32:42 CEST 2013 - cza...@balabit.hu
+
+- update to 3.4.2, which fixes bnc#815746
+  https://bugzilla.novell.com/show_bug.cgi?id=815746
+- many bugfixes, including flags(final)
+
+---

Old:

  syslog-ng_3.4.1.tar.gz

New:

  syslog-ng_3.4.2.tar.gz



Other differences:
--
++ syslog-ng.spec ++
--- /var/tmp/diff_new_pack.JXboic/_old  2013-06-20 21:27:23.0 +0200
+++ /var/tmp/diff_new_pack.JXboic/_new  2013-06-20 21:27:23.0 +0200
@@ -19,7 +19,7 @@
 Name:   syslog-ng
 %define syslog_ng_rundir   %{_localstatedir}/run/syslog-ng
 %define syslog_ng_sockets_cfg  
%{syslog_ng_rundir}/additional-log-sockets.conf
-Version:3.4.1
+Version:3.4.2
 Release:0
 Summary:The new-generation syslog-daemon
 License:GPL-2.0
@@ -90,6 +90,9 @@
 BuildRequires:  libcap
 BuildRequires:  libnet
 %endif
+# uncomment, if you want to run make check (local builds only)
+# BuildRequires:  timezone
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -240,11 +243,11 @@
 #
 make %_smp_mflags
 
-%check
+#%check
 ##
 ## check 
 ##
-# make check
+#make check
 
 %install
 ##

++ syslog-ng_3.4.1.tar.gz - syslog-ng_3.4.2.tar.gz ++
 3264 lines of diff (skipped)

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



commit xtables-addons for openSUSE:Factory

2013-06-20 Thread h_root
Hello community,

here is the log from the commit of package xtables-addons for openSUSE:Factory 
checked in at 2013-06-20 21:27:50

Comparing /work/SRC/openSUSE:Factory/xtables-addons (Old)
 and  /work/SRC/openSUSE:Factory/.xtables-addons.new (New)


Package is xtables-addons

Changes:

--- /work/SRC/openSUSE:Factory/xtables-addons/xtables-addons.changes
2013-04-03 13:09:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.xtables-addons.new/xtables-addons.changes   
2013-06-20 21:27:51.0 +0200
@@ -1,0 +2,8 @@
+Tue Jun 18 05:45:03 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 3.10
+* support for Linux 3.10 and CONFIG_UIDGID_STRICT_TYPE_CHECKS
+* xt_geoip: do not throw a warning when country database is size 0
+* xt_quota2: print ! at the correct position during iptables-save
+
+---

Old:

  xtables-addons-2.2.tar.xz
  xtables-addons-2.2.tar.xz.asc

New:

  xtables-addons-2.3.tar.asc
  xtables-addons-2.3.tar.xz



Other differences:
--
++ xtables-addons.spec ++
--- /var/tmp/diff_new_pack.a6esgJ/_old  2013-06-20 21:27:52.0 +0200
+++ /var/tmp/diff_new_pack.a6esgJ/_new  2013-06-20 21:27:52.0 +0200
@@ -21,7 +21,7 @@
 %define kernel37 1
 %endif
 %if 0%{?kernel37}
-Version:2.2
+Version:2.3
 Release:0
 %else
 Version:1.47.1
@@ -35,23 +35,17 @@
 #Freecode-URL: http://freecode.com/projects/xtables-addons/
 #Git-Clone:
git://xtables-addons.git.sf.net/gitroot/xtables-addons/xtables-addons
 #Git-Web:  http://xtables-addons.git.sf.net/
-%define git_snapshot 0
 Source3:%name-preamble
 Source4:%name.keyring
 Source5:%name-1.47.1.tar.xz
 Source6:%name-1.47.1.tar.xz.asc
-Source7:%name-2.2.tar.xz
-Source8:%name-2.2.tar.xz.asc
+Source7:%name-2.3.tar.xz
+Source8:%name-2.3.tar.asc
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} = 1230
 BuildRequires:  gpg-offline
 %endif
-%if %git_snapshot
-BuildRequires:  autoconf
-BuildRequires:  automake = 1.10b
-BuildRequires:  libtool
-%endif
 BuildRequires:  pkgconfig = 0.21
 BuildRequires:  xz
 %if 0%{?suse_version} = 1140 || 0%{?fedora_version}
@@ -96,8 +90,8 @@
 main kernel/iptables packages.
 
 %prep
-%{?gpg_verify: %gpg_verify %_sourcedir/%name-%version.tar.xz.asc}
-echo Version: %version. Repository: %_repository. SUSE_v: %{?suse_version}
+xz -dk %_sourcedir/%name-%version.tar.xz
+%{?gpg_verify: %gpg_verify %_sourcedir/%name-%version.tar.asc}
 %if 0%{?kernel37}
 %setup -Tqb7
 %else
@@ -105,9 +99,6 @@
 %endif
 
 %build
-if [ ! -e configure ]; then
-   ./autogen.sh;
-fi;
 pushd ../;
 for flavor in %flavors_to_build; do
cp -a %name-%version %name-$flavor-%version;


++ xtables-addons-2.2.tar.xz - xtables-addons-2.3.tar.xz ++
 2100 lines of diff (skipped)

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



commit i18nspector for openSUSE:Factory

2013-06-20 Thread h_root
Hello community,

here is the log from the commit of package i18nspector for openSUSE:Factory 
checked in at 2013-06-20 21:31:04

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


Package is i18nspector

Changes:

--- /work/SRC/openSUSE:Factory/i18nspector/i18nspector.changes  2013-06-13 
16:43:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.i18nspector.new/i18nspector.changes 
2013-06-20 21:31:06.0 +0200
@@ -1,0 +2,47 @@
+Sat Jun 15 20:23:08 UTC 2013 - lazy.k...@opensuse.org
+
+- Update to 0.10.
+  * Summary of tag changes:
++ Added:
+  - boilerplate-in-content-type
+  - conflict-marker-in-header-entry
+  - conflict-marker-in-translation
+  - duplicate-header-field-content-transfer-encoding
+  - duplicate-header-field-content-type
+  - duplicate-header-field-date
+  - duplicate-header-field-language
+  - duplicate-header-field-language-team
+  - duplicate-header-field-last-translator
+  - duplicate-header-field-mime-version
+  - duplicate-header-field-plural-forms
+  - duplicate-header-field-project-id-version
+  - duplicate-header-field-report-msgid-bugs-to
+  - fuzzy-header-entry
+  * Check for boilerplate (“charset=CHARSET”) in the Content-Type
+header field.
+  * Check header field name syntax.
+  * Overhaul duplicate header field detection.
++ Emit duplicate-header-field only for non-standard fields.
+  Downgrade duplicate-header-field to minor/wild-guess.
++ Emit duplicate-header-field-$NAME for standard fields.
++ Don't trust values of standard header fields if duplicates
+  exist.
+  * Check for conflict markers (“#-#-#-#-#  …  #-#-#-#-#”).
+  * Check for fuzzy header entries.
+  * Fix a typo in the language-team-equal-to-last-translator
+description.
+  * Post-process the manual page, so that it can be more easily
+translated by po4a.
+  * If iconv(3) is available in the C standard library, use it to
+implement encodings that are not implemented in the Python
+standard library.
+  * Don't pass -s to iconv(1); it makes GNU iconv quieten errors,
+and other implementations don't have this option at all.
+  * Improve the test suite:
++ Add new tests.
++ Make exception messages raised when a subprocess fails more
+  readable.
++ Make it possible to use a custom Python interpreter for “make
+  test”.
+
+---

Old:

  i18nspector-0.9.2.tar.gz
  i18nspector-0.9.2.tar.gz.asc

New:

  i18nspector-0.10.tar.gz
  i18nspector-0.10.tar.gz.asc



Other differences:
--
++ i18nspector.spec ++
--- /var/tmp/diff_new_pack.L3NFeO/_old  2013-06-20 21:31:06.0 +0200
+++ /var/tmp/diff_new_pack.L3NFeO/_new  2013-06-20 21:31:06.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   i18nspector
-Version:0.9.2
+Version:0.10
 Release:0
 Summary:Tool for Checking gettext POT/PO/MO Files
 License:MIT

++ i18nspector-0.9.2.tar.gz - i18nspector-0.10.tar.gz ++
 2391 lines of diff (skipped)

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