commit audiofile for openSUSE:Factory

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package audiofile for openSUSE:Factory 
checked in at 2011-12-02 09:25:41

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


Package is audiofile, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/audiofile/audiofile.changes  2011-10-03 
09:12:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.audiofile.new/audiofile.changes 2011-12-02 
09:25:43.0 +0100
@@ -1,0 +2,13 @@
+Wed Nov 30 08:19:50 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.3.2:
+  + Fix initialization of byte order in Creative Voice File format.
+  + Fix calculation of frame count in NIST SPHERE sound files.
+  + Remove duplicate definition of AFvirtualfile.
+  + Don't treat compiler warnings as errors by default.
+- Clean spec file using spec-cleaner.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+
+---

Old:

  audiofile-0.3.1.tar.bz2

New:

  audiofile-0.3.2.tar.xz



Other differences:
--
++ audiofile.spec ++
--- /var/tmp/diff_new_pack.vG48Qh/_old  2011-12-02 09:25:45.0 +0100
+++ /var/tmp/diff_new_pack.vG48Qh/_new  2011-12-02 09:25:45.0 +0100
@@ -18,27 +18,29 @@
 
 
 Name:   audiofile
+License:GPLv2+ ; LGPLv2.1+
 %define lname  libaudiofile0
 Url:http://www.68k.org/~michael/audiofile/
-License:GPLv2+ ; LGPLv2.1+
 Group:  System/Libraries
 # bug437293
 %ifarch ppc64
 Obsoletes:  audiofile-64bit
 %endif
+Version:0.3.2
+Release:1
 #
 Summary:An Audio File Library
-Version:0.3.1
-Release:1
-Source: 
ftp://ftp.gnome.org/pub/GNOME/sources/audiofile/0.3/audiofile-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/audiofile/0.3/%{name}-%{version}.tar.xz
 Source2:baselibs.conf
 Patch1: %{name}-remove-unused-variables.patch
 Patch2: %{name}-add-lm-linker.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  pkg-config
-BuildRequires:  gcc-c++
 BuildRequires:  alsa-devel
+BuildRequires:  gcc-c++
 BuildRequires:  libtool
+BuildRequires:  pkg-config
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This audio file library is an implementation of the SGI audio file
@@ -50,8 +52,8 @@
 NeXT/Sun).
 
 %package -n %lname
-Group:  System/Libraries
 Summary:An Audio File Library
+Group:  System/Libraries
 
 %description -n %lname
 This audio file library is an implementation of the SGI audio file
@@ -66,7 +68,7 @@
 License:GPLv2+ ; LGPLv2.1+
 Summary:An audio file library
 Group:  Development/Libraries/C and C++
-Requires:   %lname = %version
+Requires:   %lname = %{version}
 
 %description devel
 This Audio File Library is an implementation of the SGI Audio File
@@ -103,17 +105,17 @@
 --with-pic \
 --disable-static
 make %{?_smp_mflags}
-%{__cp} -a docs install_docs
-%{__rm} install_docs/Makefile*
+cp -a docs install_docs
+rm install_docs/Makefile*
 
 %install
 %{makeinstall}
 %if 0%{?suse_version}  1110
-%{__rm} %{buildroot}/%{_libdir}/*.la
+rm %{buildroot}/%{_libdir}/*.la
 %endif
 
 %check
-%{__make} check
+make check
 
 %post -n %lname -p /sbin/ldconfig
 

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



commit bc for openSUSE:Factory

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package bc for openSUSE:Factory checked in 
at 2011-12-02 09:25:47

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


Package is bc, Maintainer is pgaj...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/bc/bc.changes2011-09-23 01:52:25.0 
+0200
+++ /work/SRC/openSUSE:Factory/.bc.new/bc.changes   2011-12-02 
09:25:49.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov 30 09:29:51 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ bc.spec ++
--- /var/tmp/diff_new_pack.iqEB6S/_old  2011-12-02 09:25:49.0 +0100
+++ /var/tmp/diff_new_pack.iqEB6S/_new  2011-12-02 09:25:49.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package bc (Version 1.06)
+# spec file for package bc
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,18 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   bc
-BuildRequires:  bison ed flex readline-devel
-Url:ftp://ftp.gnu.org/pub/gnu/bc/
-License:GPL v2 or later
+BuildRequires:  automake bison ed flex readline-devel
+Url:ftp://ftp.gnu.org/pub/gnu/bc
+License:GPL-2.0+
 Group:  Productivity/Scientific/Math
-AutoReqProv:on
 PreReq: %{install_info_prereq}
 Version:1.06
-Release:894
+Release:0
 Summary:GNU Command Line Calculator
 Source: %{name}-%{version}.tar.bz2
 Patch:  %{name}-%{version}.dif
@@ -55,12 +53,6 @@
 the next operator is read in, which pops its arguments off the stack
 and pushes its results back onto the stack.
 
-
-
-Authors:
-
-Philip A. Nelson p...@cs.wwu.edu
-
 %prep
 %setup -q
 %patch
@@ -84,9 +76,6 @@
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/bc.info.gz
 %install_info --info-dir=%{_infodir} %{_infodir}/dc.info.gz

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



commit clucene-core for openSUSE:Factory

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package clucene-core for openSUSE:Factory 
checked in at 2011-12-02 09:25:52

Comparing /work/SRC/openSUSE:Factory/clucene-core (Old)
 and  /work/SRC/openSUSE:Factory/.clucene-core.new (New)


Package is clucene-core, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/clucene-core/clucene-core.changes
2011-10-03 09:14:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.clucene-core.new/clucene-core.changes   
2011-12-02 09:25:54.0 +0100
@@ -1,0 +2,56 @@
+Fri Nov 25 10:08:15 UTC 2011 - sasc...@suse.de
+
+- Avoid line continuation in last cmake parameter
+
+---
+Fri Nov 25 09:42:10 UTC 2011 - d...@dominik-schmidt.de
+
+- Fixed typo in cmake arguments 
+
+---
+Thu Nov 24 09:29:56 UTC 2011 - sasc...@suse.de
+
+- Darix doesn't want a renamed devel package, thus revert that part
+
+---
+Wed Nov 23 12:45:56 UTC 2011 - tittiatc...@gmail.com
+
+- Removed the link as source. It seems very hard to determine the
+  exactly link with sourceforge. 
+
+---
+Wed Nov 23 03:29:48 UTC 2011 - d...@dominik-schmidt.de
+
+- put clucene-config.h in %_libdir/CLucene/ as it's not multilib 
+  ready and fixfix libclucene-core.pc to know about it [rh#748196]
+- put CLuceneConfig.cmake there as well as it only includes version
+  information but no include path or link targets
+- don't use bundled boost
+
+---
+Tue Nov 15 15:45:48 UTC 2011 - sasc...@suse.de
+
+- Honor shared library policy:
+  * Obsolete devel package, introduce libclucene0 + libclucene-devel
+- Simplified cmake usage, no need for that many env vars
+
+---
+Fri Nov 11 13:48:25 UTC 2011 - d...@dominik-schmidt.de
+
+- Update to 2.3.3.4:
+  * Static object fields have been changed to method accessors
+Classes changed: FieldCache, ScoreDocComparator.
+This was necessary for creating static libraries work on certain
+platforms.
+  * Folders were reorganised, this seems like a good time to do it
+  * Some deprecated functions were removed.
+  * moved platform configuration type code and utility code into
+'shared' project. This enables tests to be built with a shared
+library on windows
+  * Moved moved of the platform specific logic into cmake in order
+to reduce #ifdefs in code
+  * added contributions code into the trunk. this will hopefully mean
+more exposure to the contributions.
+  * Deletor::Array was renamed to Deletor::vArray.
+
+---

Old:

  clucene-core-0.9.21-stripped.tar.bz2
  clucene-core-0.9.21.tar.bz2
  gcc-4.4.diff

New:

  clucene-core-2.3.3.4-pkgconfig_sys_includes.patch
  clucene-core-2.3.3.4.tar.bz2



Other differences:
--
++ clucene-core.spec ++
--- /var/tmp/diff_new_pack.udJ07P/_old  2011-12-02 09:25:56.0 +0100
+++ /var/tmp/diff_new_pack.udJ07P/_new  2011-12-02 09:25:56.0 +0100
@@ -18,75 +18,99 @@
 
 
 Name:   clucene-core
-Version:0.9.21
-Release:77
+Version:2.3.3.4
+Release:0
 License:LGPL-2.1 or Apache-2.0
 Summary:CLucene is a C++ port of Lucene
 Url:http://clucene.sourceforge.net/
 Group:  Development/Libraries/C and C++
-Source: 
http://prdownloads.sourceforge.net/clucene/%{name}-%{version}.tar.bz2
+Source: %{name}-%{version}.tar.bz2
 Source2:baselibs.conf
-Patch0: gcc-4.4.diff
+
+# PATCH-FIX-UPSTREAM [rh#748196]
+Patch0: clucene-core-2.3.3.4-pkgconfig_sys_includes.patch
+
+BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
+BuildRequires:  pkg-config
+BuildRequires:  zlib-devel
+BuildRequires:  boost-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-CLucene is a C++ port of Lucene. It is a high-performance,
-full-featured text search engine written in C++. CLucene is faster than
-lucene as it is written in C++.
+CLucene is a C++ port of Lucene. It is a high-performance, full-featured text
+search engine written in C++. CLucene is faster than lucene as it is written
+in C++.
 
-%package devel
+%package -n libclucene2
+Summary:Development files for clucene library
+Group:  Development/Libraries/C and C++
+Provides:   %{name} = %{version}
+#TODO: Change back to '' after next version update:
+Obsoletes:  

commit coreutils for openSUSE:Factory

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package coreutils for openSUSE:Factory 
checked in at 2011-12-02 09:26:03

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


Package is coreutils, Maintainer is p...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/coreutils/coreutils.changes  2011-10-18 
14:10:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.coreutils.new/coreutils.changes 2011-12-02 
09:26:05.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov 30 09:45:46 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ coreutils.spec ++
--- /var/tmp/diff_new_pack.qOJXeS/_old  2011-12-02 09:26:06.0 +0100
+++ /var/tmp/diff_new_pack.qOJXeS/_new  2011-12-02 09:26:06.0 +0100
@@ -19,12 +19,12 @@
 
 Name:   coreutils
 Summary:GNU Core Utilities
-BuildRequires:  help2man libacl-devel libcap-devel libselinux-devel pam-devel 
xz
+BuildRequires:  automake help2man libacl-devel libcap-devel libselinux-devel 
pam-devel xz
 Url:http://www.gnu.org/software/coreutils/
-License:GFDLv1.2 ; GPLv2+ ; GPLv3+
+License:GFDL-1.1; GPL-2+; GPL-3+
 Group:  System/Base
 Version:8.14
-Release:1
+Release:0
 Provides:   fileutils = %{version}, sh-utils = %{version}, stat = 
%version}, textutils = %{version}, mktemp = %{version}
 Obsoletes:  fileutils  %{version}, sh-utils  %{version}, stat  
%version}, textutils  %{version}, mktemp  %{version}
 Obsoletes:  libselinux = 1.23.11-3 libselinux-32bit = 9 libselinux-64bit 
= 9 libselinux-x86 = 9



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



commit cracklib for openSUSE:Factory

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package cracklib for openSUSE:Factory 
checked in at 2011-12-02 09:26:09

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


Package is cracklib, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/cracklib/cracklib.changes2011-10-21 
16:27:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.cracklib.new/cracklib.changes   2011-12-02 
09:26:11.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov 30 09:47:03 UTC 2011 - co...@suse.com
+
+- add automake and libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ cracklib.spec ++
--- /var/tmp/diff_new_pack.aPAEzw/_old  2011-12-02 09:26:12.0 +0100
+++ /var/tmp/diff_new_pack.aPAEzw/_new  2011-12-02 09:26:12.0 +0100
@@ -18,10 +18,10 @@
 
 
 Name:   cracklib
-BuildRequires:  gzip zlib-devel
+BuildRequires:  automake gzip libtool zlib-devel
 BuildRequires:  translation-update-upstream
 Url:http://sourceforge.net/projects/cracklib
-License:LGPLv2.1
+License:LGPL-2.1
 Group:  System/Libraries
 # bug437293
 %ifarch ppc64
@@ -29,7 +29,7 @@
 %endif
 #
 Version:2.8.18
-Release:11
+Release:0
 Requires:   cracklib-dict
 Summary:Library to crack passwords using dictionaries
 Source: 
http://prdownloads.sourceforge.net/cracklib/cracklib-%{version}.tar.bz2

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



commit cronie for openSUSE:Factory

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package cronie for openSUSE:Factory checked 
in at 2011-12-02 09:26:16

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


Package is cronie, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/cronie/cronie.changes2011-10-11 
16:52:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.cronie.new/cronie.changes   2011-12-02 
09:26:17.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov 30 09:47:40 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ cronie.spec ++
--- /var/tmp/diff_new_pack.JMW692/_old  2011-12-02 09:26:18.0 +0100
+++ /var/tmp/diff_new_pack.JMW692/_new  2011-12-02 09:26:18.0 +0100
@@ -20,16 +20,16 @@
 %define cron_configs 
\{/etc/init.d/cron,/etc/pam.d/crond,/etc/crontab,/etc/cron.deny,/etc/omc/srvinfo.d/cron.xml\}
 
 Name:   cronie
-BuildRequires:  audit-devel libselinux-devel pam-devel systemd
+BuildRequires:  audit-devel automake libselinux-devel pam-devel systemd
 Url:https://fedorahosted.org/cronie/
-License:MIT and BSD and GPLv2
+License:MIT and BSD3c and GPL-2
 Group:  System/Daemons
 Recommends: smtp_daemon
 Recommends: postfix
 PreReq: permissions %fillup_prereq %insserv_prereq cron 
sysvinit(syslog)
 %{?systemd_requires}
 Version:1.4.7
-Release:14
+Release:0
 %{expand: %%define cronie_version %version}
 Summary:Cron Daemon
 Source0:%name-%version.tar.gz


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



commit curl for openSUSE:Factory

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package curl for openSUSE:Factory checked in 
at 2011-12-02 09:26:20

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


Package is curl, Maintainer is mma...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/curl/curl.changes2011-10-05 
01:45:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.curl.new/curl.changes   2011-12-02 
09:26:23.0 +0100
@@ -1,0 +2,25 @@
+Wed Nov 30 22:39:35 UTC 2011 - crrodrig...@opensuse.org
+
+- Use O_CLOEXEC in library code. 
+
+---
+Tue Nov 29 11:51:38 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+
+---
+Tue Nov 29 08:20:23 UTC 2011 - idoen...@suse.de
+
+- Use original source tarball 
+
+---
+Mon Nov 28 12:00:00 UTC 2011 - opens...@dstoecker.de
+
+- Update to version 7.23.1:
+  + Empty headers can be sent in HTTP requests by terminating with a semicolon
+  + SSL session sharing support added to curl_share_setopt()
+  + Added support to MAIL FROM for the optional SIZE parameter
+  + smtp: Added support for NTLM authentication
+  + curl tool: code split into tool_*.[ch] files
+  + lots of bugfixes
+---

Old:

  curl-7.22.0.tar.lzma
  curl-fix-m4.patch

New:

  curl-7.23.1.tar.lzma
  libcurl-ocloexec.patch



Other differences:
--
++ curl.spec ++
--- /var/tmp/diff_new_pack.vBcuqe/_old  2011-12-02 09:26:24.0 +0100
+++ /var/tmp/diff_new_pack.vBcuqe/_new  2011-12-02 09:26:24.0 +0100
@@ -35,8 +35,7 @@
 # used by the testsuite
 BuildRequires:  stunnel
 %endif
-#define cvs_suffix -20090302
-Version:7.22.0
+Version:7.23.1
 Release:1
 # bug437293
 %ifarch ppc64
@@ -47,11 +46,10 @@
 Group:  Productivity/Networking/Web/Utilities
 Summary:A Tool for Transferring Data from URLs
 Url:http://curl.haxx.se/
-Source: curl-%version%{?cvs_suffix}.tar.lzma
+Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
 Source2:baselibs.conf
-# PATCH-FIX-UPSTREAM curl-fix-m4.patch dims...@opensuse.org -- Fix m4 to work 
with -Werror -Wall configure scripts. Simply 'use' x. Patch sent upstream.
-Patch0: curl-fix-m4.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Patch:  libcurl-ocloexec.patch
 
 %description
 Curl is a client to get documents and files from or send documents to a
@@ -60,15 +58,14 @@
 without user interaction or any kind of interactivity.
 
 %package -n libcurl4
-License:BSD3c(or similar) ; MIT License (or similar)
-Summary:cURL shared library version 4
+Summary:Version 4 of cURL shared library
 Group:  Productivity/Networking/Web/Utilities
 
 %description -n libcurl4
-cURL shared library version 4.
+The cURL shared library version 4 for accessing data using different
+network protocols.
 
 %package -n libcurl-devel
-License:BSD3c(or similar) ; MIT License (or similar)
 Summary:A Tool for Transferring Data from URLs
 Group:  Development/Libraries/C and C++
 Requires:   libcurl4 = %{version} glibc-devel
@@ -83,17 +80,15 @@
 user interaction or any kind of interactivity.
 
 %prep
-%setup -q -n curl-%version%{?cvs_suffix}
-%patch0 -p1
+%setup -q
+%patch -p1
 
 %build
 # local hack to make curl-config --libs stop printing libraries it depends on
 # (currently, libtool sets link_all_deplibs=(yes|unknown) everywhere,
 # will hopefully change in the future)
 sed -i 's/link_all_deplibs=unknown/link_all_deplibs=no/' configure
-export CFLAGS=%{optflags}
-./configure \
-   --prefix=%{_prefix} \
+%configure \
--enable-ipv6 \
 %if %{with openssl}
--with-ssl \
@@ -106,7 +101,6 @@
 %endif
--with-gssapi=/usr/lib/mit \
--with-libssh2\
-   --libdir=%{_libdir} \
--enable-hidden-symbols \
--disable-static \
 --enable-ares

++ libcurl-ocloexec.patch ++
Open library file descriptors with O_CLOEXEC
This patch is non-portable, it needs linux 2.6.23 and glibc 2.7
or later, different combinations (old linux, new glibc and vice-versa)
will result in a crash.

To make it portable you have to test O_CLOEXEC support at *runtime*
compile time is not enough.


diff --git a/lib/connect.c b/lib/connect.c
index 2a1876e..4a72f6a 100644
--- a/lib/connect.c
+++ b/lib/connect.c
@@ -881,7 +881,7 @@ singleipconnect(struct connectdata *conn,
(struct curl_sockaddr 

commit DirectFB for openSUSE:Factory

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package DirectFB for openSUSE:Factory 
checked in at 2011-12-02 09:26:39

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


Package is DirectFB, Maintainer is mvysko...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/DirectFB/DirectFB.changes2011-11-29 
17:15:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.DirectFB.new/DirectFB.changes   2011-12-02 
09:26:46.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov 30 17:05:56 CET 2011 - r...@suse.de
+
+- complete last change 
+
+---



Other differences:
--
++ DirectFB.spec ++
--- /var/tmp/diff_new_pack.7zNuOs/_old  2011-12-02 09:26:47.0 +0100
+++ /var/tmp/diff_new_pack.7zNuOs/_new  2011-12-02 09:26:47.0 +0100
@@ -221,7 +221,9 @@
 %exclude %{directfbdir}/gfxdrivers/libdirectfb_sdlgraphics.so
 %exclude %{directfbdir}/inputdrivers/libdirectfb_sdlinput.so
 %exclude %{directfbdir}/systems/libdirectfb_sdl.so
+%ifnarch s390 s390x
 %exclude %{directfbdir}/gfxdrivers/libdirectfb_gl.so
+%endif
 %exclude %{directfbdir}/systems/libdirectfb_x11.so
 %exclude %{directfbdir}/systems/libdirectfb_vnc.so
 
@@ -247,7 +249,9 @@
 
 %files Mesa
 %defattr(-,root,root)
+%ifnarch s390 s390x
 %{directfbdir}/gfxdrivers/libdirectfb_gl.so
+%endif
 %{directfbdir}/systems/libdirectfb_x11.so
 
 %files libvncclient

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



commit fftw3 for openSUSE:Factory

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package fftw3 for openSUSE:Factory checked 
in at 2011-12-02 09:26:44

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


Package is fftw3, Maintainer is ti...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/fftw3/fftw3.changes  2011-10-11 
16:52:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.fftw3.new/fftw3.changes 2011-12-02 
09:26:48.0 +0100
@@ -1,0 +2,16 @@
+Mon Nov 28 13:33:44 UTC 2011 - idoen...@suse.de
+
+- Ignore rpmlint fixed dependency errors
+
+---
+Mon Nov 28 01:48:17 CET 2011 - r...@suse.de
+
+- fix build on s390/s390x without openmpi 
+
+---
+Mon Nov 21 17:45:00 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+- Employ shlib naming (fftw3 - libfftw3)
+
+---

Old:

  fftw-3.3.tar.bz2

New:

  fftw-3.3.tar.gz
  fftw3-rpmlintrc



Other differences:
--
++ fftw3.spec ++
--- /var/tmp/diff_new_pack.hcFQQS/_old  2011-12-02 09:26:50.0 +0100
+++ /var/tmp/diff_new_pack.hcFQQS/_new  2011-12-02 09:26:50.0 +0100
@@ -15,20 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   fftw3
-BuildRequires:  fdupes gcc-fortran openmpi-devel pkgconfig
-Summary:Discrete Fourier Transform (DFT) C Subroutine Library
+BuildRequires:  fdupes
+BuildRequires:  gcc-fortran
+BuildRequires:  pkgconfig
+%ifnarch s390 s390x
+BuildRequires:  openmpi-devel
+%endif
 Version:3.3
-Release:14
+Release:0
 License:GPLv2+
-Group:  Productivity/Scientific/Math
-Source: fftw-%{version}.tar.bz2
-# Patch:  fftw-%{version}.diff
+Summary:Discrete Fourier Transform (DFT) C Subroutine Library
 Url:http://www.fftw.org
-AutoReqProv:on
+Group:  Productivity/Scientific/Math
+Source: http://www.fftw.org/fftw-3.3.tar.gz
+Source1:%{name}-rpmlintrc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires(pre):  %install_info_prereq
 
@@ -37,95 +40,103 @@
 Transform (DFT) in one or more dimensions, of both real and complex
 data, and of arbitrary input size.
 
-
 %package devel
-License:GPLv2+
 Summary:Include Files and Libraries mandatory for Development
 Group:  Development/Libraries/C and C++
-Requires:   fftw3 = %{version} glibc-devel
+Requires:   fftw3 = %{version}
+Requires:   glibc-devel
 Provides:   fftw-devel
 
 %description devel
 This package contains all necessary include files and libraries needed
 to develop applications that require these.
 
+%package -n libfftw3-3
+Summary:Discrete Fourier Transform (DFT) C Subroutine Library
+Group:  System/Libraries
+# Remove Prov/Obs when appropriate; were added 2011-Nov-21 (post-openSUSE-12.1)
+Provides:   fftw3 = %{version}-%{release}
+Obsoletes:  fftw3  %{version}-%{release}
 
-%package threads
-License:GPLv2+
+%description -n libfftw3-3
+FFTW is a C subroutine library for computing the Discrete Fourier
+Transform (DFT) in one or more dimensions, of both real and complex
+data, and of arbitrary input size.
+
+%package -n libfftw3_threads3
 Summary:Discrete Fourier Transform (DFT) C subroutine library
 Group:  Productivity/Scientific/Math
-Requires:   fftw3 = %{version}
+# libfftw3_threads.so does not have a DT_NEEDED entry for fftw symbols, since 
it
+# may be used with either libfftw3.so or libfftw3f.so. Hence, manual Requires.
+Requires:   libfftw3-3 = %{version}
 
-%description threads
+%description -n libfftw3_threads3
 FFTW is a C subroutine library for computing the Discrete Fourier
 Transform (DFT) in one or more dimensions, of both real and complex
 data, and of arbitrary input size.
 
-
 %package threads-devel
-License:GPLv2+
 Summary:Discrete Fourier Transform (DFT) C subroutine library
 Group:  Development/Libraries/C and C++
-Requires:   fftw3-threads = %{version}
-Requires:   fftw3-devel = %{version} glibc-devel
+Requires:   fftw3-devel = %{version}
+Requires:   glibc-devel
+Requires:   libfftw3_threads3 = %{version}
 
 %description threads-devel
 FFTW is a C subroutine library for computing the Discrete Fourier
 Transform (DFT) in one or more dimensions, of both real and complex
 data, and of arbitrary input size.
 
-
-%package openmp
-License:GPLv2+
+%package -n libfftw3_omp3
 Summary:Discrete Fourier Transform (DFT) 

commit texlive-bin for openSUSE:Factory

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package texlive-bin for openSUSE:Factory 
checked in at 2011-12-02 09:28:33

Comparing /work/SRC/openSUSE:Factory/texlive-bin (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-bin.new (New)


Package is texlive-bin, Maintainer is wer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/texlive-bin/texlive-bin.changes  2011-11-09 
14:20:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.texlive-bin.new/texlive-bin.changes 
2011-12-02 09:28:34.0 +0100
@@ -1,0 +2,10 @@
+Mon Nov 28 14:01:32 UTC 2011 - wer...@suse.de
+
+- Remove tex2xindy manual page 
+
+---
+Mon Nov 28 13:15:10 UTC 2011 - wer...@suse.de
+
+- Make links for scripts below /usr/bin %nobin (bnc#732909)
+
+---
@@ -14,0 +25,5 @@
+
+---
+Sun Oct 30 03:12:04 UTC 2011 - r...@wi.rr.com
+
+- account for space in Ghostscript version for successfully creating a pdf 
file (bnc#727242)

New:

  source-a2ping.dif



Other differences:
--
++ texlive-bin.spec ++
--- /var/tmp/diff_new_pack.X41Jsk/_old  2011-12-02 09:29:09.0 +0100
+++ /var/tmp/diff_new_pack.X41Jsk/_new  2011-12-02 09:29:09.0 +0100
@@ -104,6 +104,7 @@
 Patch14:source-luatex.dif
 Patch15:source-overflow.dif
 Patch17:source-64.dif
+Patch18:source-a2ping.dif
 Patch19:source-dvipng.dif
 Patch40:texmf.dif
 Patch41:texmf-astro.dif
@@ -1209,6 +1210,7 @@
   ln -sf pdfpagetree.w texk/web2c/luatexdir/pdf/pagetree.w
 %patch15 -p0 -b .overflow
 %patch17 -p0 -b .64
+%patch18 -p0 -b .a2p
 %patch19 -p0 -b .dvipng
 %patch40 -p0
 %patch41 -p0
@@ -1552,7 +1554,7 @@
  test -e ${line%%.in} || continue
  rm -vf ${line}
   done
-  for dup in makeinfo texinfo texi2dvi texi2html texi2roff texi2pdf \
+  for dup in makeinfo texinfo texi2dvi texi2html texi2roff texi2pdf tex2xindy \
 texindex infokey info info-stnd install-info dvi2tty pdftexi2dvi \
 %if %{without psutils}
 epsffit extractres fixdlsrps fixfmps fixmacps fixpsditps \


++ do.mklists ++
--- /var/tmp/diff_new_pack.X41Jsk/_old  2011-12-02 09:29:09.0 +0100
+++ /var/tmp/diff_new_pack.X41Jsk/_new  2011-12-02 09:29:09.0 +0100
@@ -120,6 +120,12 @@
-e \@^%(no|is)bin@! s@^(.*[^\*])\$@%nobin \1@g  \
-e \@^%(no|is)bin@! s@^(.*)\*\$@%isbin \1@g
)  ${pkg}  $tmp
+   for bin in $(sed -rn '\@^%isbin[[:blank:]]+/usr/bin/@{ 
s@^%isbin[[:blank:]]+@@p; }' $tmp) ; do
+   lnk=$(readlink ${ROOT}${bin})
+   case $lnk in
+   */noarch/*) sed -ri \@^%isbin[[:blank:]]+${bin}\$@{ 
s@^%isbin@%nobin@; } $tmp ;;
+   esac
+   done
mv $tmp $pkg
 done
 exit $return




++ source-a2ping.dif ++
--- texk/texlive/linked_scripts/a2ping/a2ping.pl
+++ texk/texlive/linked_scripts/a2ping/a2ping.pl2011-10-29 
22:06:11.0 -0500
@@ -1677,7 +1677,7 @@ showpage quit
   ## print STDERR $res;
   error $?==11 ? segmentation fault in $GS : not a GS output from $GS 
($?)
 if !defined $res # BUGFIX at Sun Mar  7 18:51:34 CET 2004
-or $res!~s/\A(?:\w+ Ghostscript \d|Copyright .* artofcode ).*\n// # 
AFPL Ghostscript 6.50 (2000-12-02)
+or $res!~s/\A(?:\w+ Ghostscript +\d|Copyright .* artofcode ).*\n// # 
AFPL Ghostscript 6.50 (2000-12-02)
 or $res!~s/.*?^bbox-begin\n//m;
   if ($res!~s/\nbbox-success\n\Z(?!\n)/\n/) {
 warning # not `error', mpost(1) `prologues:=0; ... btex fonts' output 
won't compile 



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



drop exiftool from openSUSE:Factory

2011-12-02 Thread h_root

Hello community,

FYI: Package exiftool was dropped from openSUSE:Factory at Fri Dec  2 12:37:14 
CET 2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=exiftool

Remember to have fun...

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



drop webyast-activedirectory-ws from openSUSE:Factory

2011-12-02 Thread h_root

Hello community,

FYI: Package webyast-activedirectory-ws was dropped from openSUSE:Factory at 
Fri Dec  2 12:39:24 CET 2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=webyast-activedirectory-ws

Remember to have fun...

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



drop webyast-base-ui from openSUSE:Factory

2011-12-02 Thread h_root

Hello community,

FYI: Package webyast-base-ui was dropped from openSUSE:Factory at Fri Dec  2 
12:39:42 CET 2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=webyast-base-ui

Remember to have fun...

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



drop webyast-base-ws from openSUSE:Factory

2011-12-02 Thread h_root

Hello community,

FYI: Package webyast-base-ws was dropped from openSUSE:Factory at Fri Dec  2 
12:40:01 CET 2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=webyast-base-ws

Remember to have fun...

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



drop webyast-ldap-ui from openSUSE:Factory

2011-12-02 Thread h_root

Hello community,

FYI: Package webyast-ldap-ui was dropped from openSUSE:Factory at Fri Dec  2 
12:42:10 CET 2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=webyast-ldap-ui

Remember to have fun...

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



drop webyast-ldap-ws from openSUSE:Factory

2011-12-02 Thread h_root

Hello community,

FYI: Package webyast-ldap-ws was dropped from openSUSE:Factory at Fri Dec  2 
12:42:26 CET 2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=webyast-ldap-ws

Remember to have fun...

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



drop webyast-licenses-ui from openSUSE:Factory

2011-12-02 Thread h_root

Hello community,

FYI: Package webyast-licenses-ui was dropped from openSUSE:Factory at Fri Dec  
2 12:42:46 CET 2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=webyast-licenses-ui

Remember to have fun...

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



drop webyast-mail-ui from openSUSE:Factory

2011-12-02 Thread h_root

Hello community,

FYI: Package webyast-mail-ui was dropped from openSUSE:Factory at Fri Dec  2 
12:43:36 CET 2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=webyast-mail-ui

Remember to have fun...

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



drop webyast-mail-ws from openSUSE:Factory

2011-12-02 Thread h_root

Hello community,

FYI: Package webyast-mail-ws was dropped from openSUSE:Factory at Fri Dec  2 
12:44:04 CET 2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=webyast-mail-ws

Remember to have fun...

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



drop webyast-network-ui from openSUSE:Factory

2011-12-02 Thread h_root

Hello community,

FYI: Package webyast-network-ui was dropped from openSUSE:Factory at Fri Dec  2 
12:44:23 CET 2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=webyast-network-ui

Remember to have fun...

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



drop webyast-network-ws from openSUSE:Factory

2011-12-02 Thread h_root

Hello community,

FYI: Package webyast-network-ws was dropped from openSUSE:Factory at Fri Dec  2 
12:44:49 CET 2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=webyast-network-ws

Remember to have fun...

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



drop webyast-ntp-ws from openSUSE:Factory

2011-12-02 Thread h_root

Hello community,

FYI: Package webyast-ntp-ws was dropped from openSUSE:Factory at Fri Dec  2 
12:45:28 CET 2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=webyast-ntp-ws

Remember to have fun...

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



drop webyast-reboot-ui from openSUSE:Factory

2011-12-02 Thread h_root

Hello community,

FYI: Package webyast-reboot-ui was dropped from openSUSE:Factory at Fri Dec  2 
12:45:45 CET 2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=webyast-reboot-ui

Remember to have fun...

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



drop webyast-reboot-ws from openSUSE:Factory

2011-12-02 Thread h_root

Hello community,

FYI: Package webyast-reboot-ws was dropped from openSUSE:Factory at Fri Dec  2 
12:46:09 CET 2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=webyast-reboot-ws

Remember to have fun...

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



drop webyast-roles-ui from openSUSE:Factory

2011-12-02 Thread h_root

Hello community,

FYI: Package webyast-roles-ui was dropped from openSUSE:Factory at Fri Dec  2 
12:46:33 CET 2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=webyast-roles-ui

Remember to have fun...

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



drop webyast-roles-ws from openSUSE:Factory

2011-12-02 Thread h_root

Hello community,

FYI: Package webyast-roles-ws was dropped from openSUSE:Factory at Fri Dec  2 
12:46:51 CET 2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=webyast-roles-ws

Remember to have fun...

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



drop webyast-root-user-ui from openSUSE:Factory

2011-12-02 Thread h_root

Hello community,

FYI: Package webyast-root-user-ui was dropped from openSUSE:Factory at Fri Dec  
2 12:47:05 CET 2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=webyast-root-user-ui

Remember to have fun...

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



drop webyast-root-user-ws from openSUSE:Factory

2011-12-02 Thread h_root

Hello community,

FYI: Package webyast-root-user-ws was dropped from openSUSE:Factory at Fri Dec  
2 12:47:22 CET 2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=webyast-root-user-ws

Remember to have fun...

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



drop webyast-selenium from openSUSE:Factory

2011-12-02 Thread h_root

Hello community,

FYI: Package webyast-selenium was dropped from openSUSE:Factory at Fri Dec  2 
12:47:37 CET 2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=webyast-selenium

Remember to have fun...

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



drop webyast-services-ui from openSUSE:Factory

2011-12-02 Thread h_root

Hello community,

FYI: Package webyast-services-ui was dropped from openSUSE:Factory at Fri Dec  
2 12:48:00 CET 2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=webyast-services-ui

Remember to have fun...

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



drop webyast-services-ws from openSUSE:Factory

2011-12-02 Thread h_root

Hello community,

FYI: Package webyast-services-ws was dropped from openSUSE:Factory at Fri Dec  
2 12:48:19 CET 2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=webyast-services-ws

Remember to have fun...

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



drop webyast-software-ui from openSUSE:Factory

2011-12-02 Thread h_root

Hello community,

FYI: Package webyast-software-ui was dropped from openSUSE:Factory at Fri Dec  
2 12:48:34 CET 2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=webyast-software-ui

Remember to have fun...

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



drop webyast-software-ws from openSUSE:Factory

2011-12-02 Thread h_root

Hello community,

FYI: Package webyast-software-ws was dropped from openSUSE:Factory at Fri Dec  
2 12:48:49 CET 2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=webyast-software-ws

Remember to have fun...

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



drop webyast-status-ui from openSUSE:Factory

2011-12-02 Thread h_root

Hello community,

FYI: Package webyast-status-ui was dropped from openSUSE:Factory at Fri Dec  2 
12:49:04 CET 2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=webyast-status-ui

Remember to have fun...

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



drop webyast-status-ws from openSUSE:Factory

2011-12-02 Thread h_root

Hello community,

FYI: Package webyast-status-ws was dropped from openSUSE:Factory at Fri Dec  2 
12:49:23 CET 2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=webyast-status-ws

Remember to have fun...

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



drop webyast-time-ui from openSUSE:Factory

2011-12-02 Thread h_root

Hello community,

FYI: Package webyast-time-ui was dropped from openSUSE:Factory at Fri Dec  2 
12:49:53 CET 2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=webyast-time-ui

Remember to have fun...

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



drop webyast-time-ws from openSUSE:Factory

2011-12-02 Thread h_root

Hello community,

FYI: Package webyast-time-ws was dropped from openSUSE:Factory at Fri Dec  2 
12:50:09 CET 2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=webyast-time-ws

Remember to have fun...

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



drop webyast-users-ui from openSUSE:Factory

2011-12-02 Thread h_root

Hello community,

FYI: Package webyast-users-ui was dropped from openSUSE:Factory at Fri Dec  2 
12:50:25 CET 2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=webyast-users-ui

Remember to have fun...

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



drop webyast-users-ws from openSUSE:Factory

2011-12-02 Thread h_root

Hello community,

FYI: Package webyast-users-ws was dropped from openSUSE:Factory at Fri Dec  2 
12:50:44 CET 2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=webyast-users-ws

Remember to have fun...

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



commit arpwatch-ethercodes for openSUSE:Factory

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2011-12-02 13:21:04

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is arpwatch-ethercodes, Maintainer is dr...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2011-12-01 12:23:38.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2011-12-02 13:21:06.0 +0100
@@ -2 +2 @@
-Thu Dec  1 06:40:04 CET 2011 - autobu...@suse.de
+Fri Dec  2 06:40:04 CET 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-12-01
+- automated update on 2011-12-02



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.ManVCH/_old  2011-12-02 13:21:12.0 +0100
+++ /var/tmp/diff_new_pack.ManVCH/_new  2011-12-02 13:21:12.0 +0100
@@ -23,7 +23,7 @@
 License:BSD3c
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.12.1
+Version:2011.12.2
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.ManVCH/_old  2011-12-02 13:21:12.0 +0100
+++ /var/tmp/diff_new_pack.ManVCH/_new  2011-12-02 13:21:12.0 +0100
@@ -65552,10 +65552,10 @@
110 JAPAN
JAPAN
 
-00-40-3D   (hex)   TERADATA
-00403D (base 16)   TERADATA
-   100 N. SEPULVEDA BLVD.
-   EL SEGUNDO CA 90245
+00-40-3D   (hex)   Teradata Corporation
+00403D (base 16)   Teradata Corporation
+   17095 Via Del Campo
+   San Diego CA 92127
UNITED STATES
 
 00-40-3E   (hex)   RASTER OPS CORPORATION
@@ -80792,6 +80792,13 @@
Berlin  10779
GERMANY
 
+04-F0-21   (hex)   Compex Systems Pte Ltd
+04F021 (base 16)   Compex Systems Pte Ltd
+   135 Joo Seng Road, 
+   #08-01 PM Industrial Building
+   368363
+   SINGAPORE
+
 04-F1-7D   (hex)   Tarana Wireless
 04F17D (base 16)   Tarana Wireless
2105 Martin Luther King Jr Way
@@ -83312,6 +83319,12 @@
Kakegawa Shizuoka 436-8501
JAPAN
 
+1C-B2-43   (hex)   TDC A/S
+1CB243 (base 16)   TDC A/S
+   Teleh�jen 1
+   Odense S�  5220
+   DENMARK
+
 1C-BB-A8   (hex)   OJSC Ufimskiy Zavod Promsvyaz
 1CBBA8 (base 16)   OJSC Ufimskiy Zavod Promsvyaz
39, 50 let SSSR
@@ -85161,6 +85174,13 @@
Woburn MA 01801
UNITED STATES
 
+38-BF-33   (hex)   NEC CASIO Mobile Communications
+38BF33 (base 16)   NEC CASIO Mobile Communications
+   1753,Shimonumabe
+   Nakahara-ku
+   Kawasaki-shi Kanagawa 211-8666
+   JAPAN
+
 38-C7-BA   (hex)   CS Services Co.,Ltd.
 38C7BA (base 16)   CS Services Co.,Ltd.
Imon BLDG 95 Edomachi
@@ -85336,6 +85356,12 @@
Guadalajara  19171
SPAIN
 
+3C-4E-47   (hex)   Etronic A/S
+3C4E47 (base 16)   Etronic A/S
+   R�deledsvej 95
+   Svendborg South Denmark 5700
+   DENMARK
+
 3C-5A-37   (hex)   Samsung Electronics
 3C5A37 (base 16)   Samsung Electronics
#94-1, Imsoo-Dong
@@ -88913,6 +88939,12 @@
Kiryu Gunma 376-8555
JAPAN
 
+6C-83-36   (hex)   Samsung Electronics Co.,Ltd
+6C8336 (base 16)   Samsung Electronics Co.,Ltd
+   #94-1, Imsoo-Dong
+   Gumi Gyeongbuk 730-350
+   KOREA, REPUBLIC OF
+
 6C-8C-DB   (hex)   Otus Technologies Ltd

commit bash-completion for openSUSE:Factory

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package bash-completion for openSUSE:Factory 
checked in at 2011-12-02 13:21:08

Comparing /work/SRC/openSUSE:Factory/bash-completion (Old)
 and  /work/SRC/openSUSE:Factory/.bash-completion.new (New)


Package is bash-completion, Maintainer is mkoe...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/bash-completion/bash-completion.changes  
2011-09-23 01:52:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.bash-completion.new/bash-completion.changes 
2011-12-02 13:21:14.0 +0100
@@ -1,0 +2,14 @@
+Wed Nov 30 15:09:57 CET 2011 - ti...@suse.de
+
+- Update to version 1.90:
+  - new completions: epdfview, lpr, lpq, mysql, puppet, pkgtool,
+makepkg, rmp2tgz, slapt-get, slapt-src, slackpkg, kcov, feh,
+xgamma, fbi, fbgs sbopkg, a2x, arping, asciidoc, base64, cal,
+chrpath, cppcheck, curl, dmesg, dot, file, gnome-mplayer, gprof,
+hddtemp, host, htpasswd, idn, ionice, jps, lbunzip2, lbzip2,
+lbzcat, prelink, protoc, pwdx, pwgen, reptyr, sum, watch,
+phing, pinfo 
+  - installed location changed to /usr/share/bash-completion/*
+  - see more changes in CHANGES file
+
+---

Old:

  bash-completion-1.3.tar.bz2

New:

  bash-completion-1.90.tar.bz2



Other differences:
--
++ bash-completion.spec ++
--- /var/tmp/diff_new_pack.H8HiHp/_old  2011-12-02 13:21:17.0 +0100
+++ /var/tmp/diff_new_pack.H8HiHp/_new  2011-12-02 13:21:17.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   bash-completion
-Version:1.3
+Version:1.90
 Release:1
 License:GPLv2+
 Summary:Programmable Completion for Bash
@@ -42,12 +42,12 @@
 
 %install
 %makeinstall
+rm -f $RPM_BUILD_ROOT%{_datadir}//pkgconfig/bash-completion.pc
 
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING README
-%config %{_sysconfdir}/bash_completion
-%config %{_sysconfdir}/bash_completion.d/*
+%{_datadir}/bash-completion
 %config %{_sysconfdir}/profile.d/bash_completion.sh
 
 %changelog

++ bash-completion-1.3.tar.bz2 - bash-completion-1.90.tar.bz2 ++
 37824 lines of diff (skipped)

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



commit desktop-data-openSUSE for openSUSE:Factory

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package desktop-data-openSUSE for 
openSUSE:Factory checked in at 2011-12-02 13:21:13

Comparing /work/SRC/openSUSE:Factory/desktop-data-openSUSE (Old)
 and  /work/SRC/openSUSE:Factory/.desktop-data-openSUSE.new (New)


Package is desktop-data-openSUSE, Maintainer is wstephen...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/desktop-data-openSUSE/desktop-data-openSUSE.changes  
2011-10-18 20:34:08.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.desktop-data-openSUSE.new/desktop-data-openSUSE.changes
 2011-12-02 13:21:17.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov 30 07:02:26 UTC 2011 - co...@suse.com
+
+- bump version to 12.2
+
+---



Other differences:
--
++ desktop-data-openSUSE.spec ++
--- /var/tmp/diff_new_pack.7ExVSX/_old  2011-12-02 13:21:20.0 +0100
+++ /var/tmp/diff_new_pack.7ExVSX/_new  2011-12-02 13:21:20.0 +0100
@@ -19,8 +19,8 @@
 
 Name:   desktop-data-openSUSE
 BuildRequires:  fdupes hicolor-icon-theme perl-RPC-XML update-desktop-files 
xdg-menu xdg-utils
-Version:12.1
-Release:18
+Version:12.2
+Release:0
 %define wallpaper_version 121
 Summary:Shared Desktop Files for openSUSE
 License:GPLv2+

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



commit dirmngr for openSUSE:Factory

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package dirmngr for openSUSE:Factory checked 
in at 2011-12-02 13:21:19

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


Package is dirmngr, Maintainer is vci...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/dirmngr/dirmngr.changes  2011-10-21 
16:28:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.dirmngr.new/dirmngr.changes 2011-12-02 
13:21:21.0 +0100
@@ -1,0 +2,10 @@
+Thu Dec  1 16:02:30 UTC 2011 - pu...@suse.com
+
+- fix license in specfile (bnc#734177) 
+
+---
+Wed Nov 30 09:48:08 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ dirmngr.spec ++
--- /var/tmp/diff_new_pack.GYYDug/_old  2011-12-02 13:21:22.0 +0100
+++ /var/tmp/diff_new_pack.GYYDug/_new  2011-12-02 13:21:22.0 +0100
@@ -27,13 +27,14 @@
 %else
 BuildRequires:  pth = 1.3.7
 %endif
+BuildRequires:  automake
 BuildRequires:  openldap2-devel
 Url:http://www.gnupg.org/aegypten/
 Version:1.1.0
-Release:7
+Release:0
 Requires:   openssl
 Summary:A Client for Managing and Downloading CRLs
-License:GPLv2+
+License:GPL-3.0+
 Group:  Productivity/Networking/LDAP/Utilities
 Source: ftp://ftp.gnupg.org/gcrypt/dirmngr/%{name}-%{version}.tar.bz2
 Source1:LICENSE.README

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



commit initviocons for openSUSE:Factory

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package initviocons for openSUSE:Factory 
checked in at 2011-12-02 13:21:25

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


Package is initviocons, Maintainer is po...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/initviocons/initviocons.changes  2011-09-23 
02:03:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.initviocons.new/initviocons.changes 
2011-12-02 13:21:30.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  1 15:48:27 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ initviocons.spec ++
--- /var/tmp/diff_new_pack.nKtPV2/_old  2011-12-02 13:21:31.0 +0100
+++ /var/tmp/diff_new_pack.nKtPV2/_new  2011-12-02 13:21:31.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package initviocons (Version 0.5)
+# spec file for package initviocons
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,18 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   initviocons
 Url:http://svn.poeml.de/viewcvs/initviocons/
 Version:0.5
-Release:81
+Release:0
 Summary:Terminal Initialization, e.g. for the iSeries Virtual Console
-License:GPL v2 or later
+License:GPL-2.0+
 Group:  System/Console
-AutoReqProv:on
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  automake
 Source: initviocons-%{version}.tar.bz2
 
 %description

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



commit libpng14 for openSUSE:Factory

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package libpng14 for openSUSE:Factory 
checked in at 2011-12-02 13:21:37

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


Package is libpng14, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libpng14/libpng14.changes2011-10-06 
16:43:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.libpng14.new/libpng14.changes   2011-12-02 
13:21:41.0 +0100
@@ -1,0 +2,10 @@
+Wed Nov 30 10:16:21 UTC 2011 - idoen...@suse.de
+
+- Don't use a macro in name field 
+
+---
+Wed Nov 30 09:54:47 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ libpng14.spec ++
--- /var/tmp/diff_new_pack.isDk5h/_old  2011-12-02 13:21:42.0 +0100
+++ /var/tmp/diff_new_pack.isDk5h/_new  2011-12-02 13:21:42.0 +0100
@@ -23,7 +23,7 @@
 %define branch  %{major}%{minor}
 %define libname libpng%{branch}-%{branch}
 
-Name:   libpng%{branch}
+Name:   libpng14
 License:Zlib License
 Group:  System/Libraries
 Url:http://www.libpng.org/pub/png/libpng.html
@@ -32,7 +32,7 @@
 Summary:Library for the Portable Network Graphics Format (PNG)
 Source: libpng-%{version}.tar.bz2
 Source2:baselibs.conf
-BuildRequires:  pkg-config zlib-devel
+BuildRequires:  libtool pkg-config zlib-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define debug_package_requires %{libname} = %{version}-%{release}
 

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



commit libqt4 for openSUSE:Factory

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package libqt4 for openSUSE:Factory checked 
in at 2011-12-02 13:21:42

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


Package is libqt4, Maintainer is dmuel...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libqt4/libqt4-devel-doc.changes  2011-10-24 
13:41:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt4.new/libqt4-devel-doc.changes 
2011-12-02 13:21:46.0 +0100
@@ -1,0 +2,19 @@
+Mon Nov 28 14:08:59 UTC 2011 - idoen...@suse.de
+
+- Fix duplicate files 
+
+---
+Mon Nov 21 19:17:33 CET 2011 - dmuel...@suse.de
+
+- update to 4.8.0 rc1:
+  * too many changes to list here, see http://qt.nokia.com/doc/4.8
+  and included changes-4.8.0
+- remove patches that went upstream
+- rediff patches and adjust filelist
+
+---
+Mon Nov 21 00:21:24 CET 2011 - r...@suse.de
+
+- rediffed webkit-ia64_s390x.patch and reactivated patch 
+
+---
libqt4-sql-plugins.changes: same change
--- /work/SRC/openSUSE:Factory/libqt4/libqt4.changes2011-11-21 
15:47:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.libqt4.new/libqt4.changes   2011-12-02 
13:21:46.0 +0100
@@ -1,0 +2,14 @@
+Mon Nov 28 14:08:59 UTC 2011 - idoen...@suse.de
+
+- Fix duplicate files 
+
+---
+Mon Nov 21 19:17:33 CET 2011 - dmuel...@suse.de
+
+- update to 4.8.0 rc1:
+  * too many changes to list here, see http://qt.nokia.com/doc/4.8
+  and included changes-4.8.0
+- remove patches that went upstream
+- rediff patches and adjust filelist
+
+---

Old:

  blacklist-diginotar-certs.diff
  fix-arm-assembler-for-thumb2.diff
  qsslsocket-QTBUG-14985.patch
  qt-everywhere-opensource-src-4.7.4.tar.bz2

New:

  qt-everywhere-opensource-src-4.8.0-rc1.tar.gz



Other differences:
--
++ libqt4-devel-doc.spec ++
--- /var/tmp/diff_new_pack.qT92sB/_old  2011-12-02 13:22:07.0 +0100
+++ /var/tmp/diff_new_pack.qT92sB/_new  2011-12-02 13:22:07.0 +0100
@@ -30,10 +30,10 @@
 %endif
 # COMMON-VERSION-BEGIN
 # COMMON-VERSION-BEGIN
-Version:4.7.4
+Version:4.7.90
 Release:1
 %define base_name libqt4
-%define tar_version everywhere-opensource-src-%{version}
+%define tar_version everywhere-opensource-src-4.8.0
 # COMMON-VERSION-END
 # COMMON-VERSION-END
 BuildRequires:  libQtWebKit-devel = %version libqt4-devel = %version
@@ -50,7 +50,7 @@
 Obsoletes:  qt-devel-doc  4.4.0
 # COMMON-BEGIN
 # COMMON-BEGIN
-Source: qt-%tar_version.tar.bz2
+Source: qt-everywhere-opensource-src-4.8.0-rc1.tar.gz
 # to get mtime of file:
 Source1:libqt4.changes
 Source2:baselibs.conf
@@ -84,10 +84,7 @@
 Patch120:   hppa_unaligned_access_fix_458133.diff
 Patch121:   webkit-sparc64.diff
 Patch123:   use-cups-default-print-settings-bnc552218.diff
-Patch126:   qsslsocket-QTBUG-14985.patch
 Patch128:   build-qvfb-tool.diff
-Patch129:   blacklist-diginotar-certs.diff
-Patch130:   fix-arm-assembler-for-thumb2.diff
 Patch131:   disable-im-for-password.diff
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -128,10 +125,11 @@
 %patch75
 %patch87
 %patch101
-# ### 47 rediff
-%patch107
+# ### 48 rediff
+# %patch107
 %patch109
-%patch113
+# ### 48 rediff
+# %patch113
 %patch118 -p1
 %ifarch hppa
 %patch119
@@ -139,10 +137,7 @@
 %endif
 %patch123
 cp %{SOURCE17} translations/
-%patch126
 %patch128
-%patch129 -p1
-%patch130
 %patch131 -p1
 # ### 47 rediff
 #%patch121 -p1

++ libqt4-sql-plugins.spec ++
--- /var/tmp/diff_new_pack.qT92sB/_old  2011-12-02 13:22:07.0 +0100
+++ /var/tmp/diff_new_pack.qT92sB/_new  2011-12-02 13:22:07.0 +0100
@@ -28,10 +28,10 @@
 %endif
 # COMMON-VERSION-BEGIN
 # COMMON-VERSION-BEGIN
-Version:4.7.4
+Version:4.7.90
 Release:1
 %define base_name libqt4
-%define tar_version everywhere-opensource-src-%{version}
+%define tar_version everywhere-opensource-src-4.8.0
 # COMMON-VERSION-END
 # COMMON-VERSION-END
 BuildRequires:  libqt4-devel = %version
@@ -42,7 +42,7 @@
 Summary:Qt 4 SQL related libraries
 # COMMON-BEGIN
 # COMMON-BEGIN
-Source: qt-%tar_version.tar.bz2
+Source: qt-everywhere-opensource-src-4.8.0-rc1.tar.gz
 # to get mtime of file:
 Source1:libqt4.changes
 Source2:baselibs.conf
@@ -76,10 +76,7 @@
 Patch120:   hppa_unaligned_access_fix_458133.diff
 Patch121:   

commit oyranos for openSUSE:Factory

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package oyranos for openSUSE:Factory checked 
in at 2011-12-02 13:21:46

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


Package is oyranos, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/oyranos/oyranos.changes  2011-10-28 
20:00:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.oyranos.new/oyranos.changes 2011-12-02 
13:22:10.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 25 12:00:01 UTC 2011 - Kai-Uwe Behrmann k...@gmx.de - 0.3.2
+
+- fix for bug sf#3441971 alias bnc#732748 oyranos-monitor crash in oS-12.1
+
+---

New:

  oyranos-CMMapi_Check-fix.patch
  oyranos-remove_unused_calls_in_lraw.patch



Other differences:
--
++ oyranos.spec ++
--- /var/tmp/diff_new_pack.X4plmn/_old  2011-12-02 13:22:12.0 +0100
+++ /var/tmp/diff_new_pack.X4plmn/_new  2011-12-02 13:22:12.0 +0100
@@ -42,6 +42,8 @@
 Prefix: %{_prefix}
 
 Patch0: oyranos_CUPS_fix_wrong_object_passing.patch
+Patch1: oyranos-CMMapi_Check-fix.patch
+Patch2: oyranos-remove_unused_calls_in_lraw.patch
 Source1:oyranos-rpmlintrc
 BuildRequires:  color-filesystem desktop-file-utils lcms2
 
@@ -240,6 +242,8 @@
 %prep
 %setup -q
 %patch0 -p1 -b .CUPS_fix_wrong_object_passing
+%patch1 -p1 -b .CMMapi_Check-fix
+%patch2 -p1 -b .remove_unused_calls_in_lraw
 
 %build
 export CFLAGS=%{optflags}

++ oyranos-CMMapi_Check-fix.patch ++
--- a/oyranos_alpha.c
+++ b/oyranos_alpha.c
@@ -2678,15 +2678,20 @@ int  oyCMMRelease_   ( const char   
 * cmm )
  *  @memberof oyCMMapi_s
  *  @brief   check for completeness
  *
- *  @version Oyranos: 0.1.10
+ *  @version Oyranos: 0.3.3
  *  @since   2007/12/06 (Oyranos: 0.1.8)
- *  @date2009/09/02
+ *  @date2011/11/25
  */
 oyOBJECT_e   oyCMMapi_Check_ ( oyCMMapi_s* api )
 {
   int error = !api;
   oyOBJECT_e type = oyOBJECT_NONE;
-  int module_api = api-module_api[0]*1 + api-module_api[1]*100
+  int module_api;
+
+  if(error)
+return type;
+
+  module_api = api-module_api[0]*1 + api-module_api[1]*100
 + api-module_api[2];
 
   if(api-type = oyOBJECT_CMM_API_S ||
++ oyranos-remove_unused_calls_in_lraw.patch ++
--- a/modules/oyranos_cmm_lraw.cpp
+++ b/modules/oyranos_cmm_lraw.cpp
@@ -152,45 +152,6 @@ intlrawCMMMessageFuncSet ( oyMessage_f 
message_func )
 }
 
 
-int oyStructList_MoveInName( oyStructList_s * texts, char ** text, int pos )
-{
-  int error = !texts || ! text;
-  oyName_s * name = 0;
-  oyStruct_s * oy_struct = 0;
-  if(!error)
-  {
- name = oyName_new(0);
- name-name = *text;
- *text = 0;
- oy_struct = (oyStruct_s*) name;
- oyStructList_MoveIn( texts, oy_struct, pos, 0 );
-  }
-  return error;
-}
-
-int oyStructList_AddName( oyStructList_s * texts, const char * text, int pos )
-{
-  int error = !texts;
-  oyName_s * name = 0;
-  oyStruct_s * oy_struct = 0;
-  char * tmp = 0;
-  if(!error)
-  {
- name = oyName_new(0);
- if(!name) return 1;
- if(text)
- {
-   tmp = (char*) oyAllocateFunc_( strlen(text) + 1 );
-   if(!tmp) return 1;
-   sprintf( tmp, %s, text ); 
-   name-name = tmp;
- }
- oy_struct = (oyStruct_s*) name;
- oyStructList_MoveIn( texts, oy_struct, pos, 0 );
-  }
-  return error;
-}
-
 
 
 const char * lrawWidget_GetDummy ( const char* func_name,
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Crypt-OpenSSL-RSA for openSUSE:Factory

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package perl-Crypt-OpenSSL-RSA for 
openSUSE:Factory checked in at 2011-12-02 13:21:51

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


Package is perl-Crypt-OpenSSL-RSA, Maintainer is vark...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Crypt-OpenSSL-RSA/perl-Crypt-OpenSSL-RSA.changes
2011-09-23 12:36:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Crypt-OpenSSL-RSA.new/perl-Crypt-OpenSSL-RSA.changes
   2011-12-02 13:22:12.0 +0100
@@ -1,0 +2,12 @@
+Wed Nov 30 09:30:10 UTC 2011 - co...@suse.com
+
+- fix license (bnc#733411)
+
+---
+Tue Nov 29 15:08:06 UTC 2011 - co...@suse.com
+
+- update to 0.28
+- RT 56454 - Win32 compatibility patch (k...@cpan.org)
+- RT 65947 - Fix RSA.pm break with perl 5.14+
+
+---

Old:

  Crypt-OpenSSL-RSA-0.26.tar.gz

New:

  Crypt-OpenSSL-RSA-0.28.tar.gz



Other differences:
--
++ perl-Crypt-OpenSSL-RSA.spec ++
--- /var/tmp/diff_new_pack.rwJhDX/_old  2011-12-02 13:22:17.0 +0100
+++ /var/tmp/diff_new_pack.rwJhDX/_new  2011-12-02 13:22:17.0 +0100
@@ -19,15 +19,14 @@
 
 
 Name:   perl-Crypt-OpenSSL-RSA
-%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
+%define cpan_name Crypt-OpenSSL-RSA
 Summary:RSA encoding and decoding, using the openSSL libraries
-Version:0.26
-Release:9
-License:GPLv2
+Version:0.28
+Release:0
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
-AutoReqProv:on
 Url:http://search.cpan.org/dist/Crypt-OpenSSL-RSA
-Source: 
http://search.cpan.org/CPAN/authors/id/I/IR/IROBERTS/Crypt-OpenSSL-RSA-0.26.tar.gz
+Source: 
http://search.cpan.org/CPAN/authors/id/P/PE/PERLER/Crypt-OpenSSL-RSA-%{version}.tar.gz
 Patch:  %{cpan_name}.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
@@ -42,11 +41,6 @@
 functionality.  It does this by providing a glue to the RSA functions
 in the OpenSSL library.
 
-
-Authors:
-
-Ian Robertson, irobe...@cpan.org
-
 %prep
 %setup -n %{cpan_name}-%{version}
 %patch

++ Crypt-OpenSSL-RSA-0.26.tar.gz - Crypt-OpenSSL-RSA-0.28.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Crypt-OpenSSL-RSA-0.26/Changes 
new/Crypt-OpenSSL-RSA-0.28/Changes
--- old/Crypt-OpenSSL-RSA-0.26/Changes  2009-11-22 21:35:02.0 +0100
+++ new/Crypt-OpenSSL-RSA-0.28/Changes  2011-08-25 01:00:44.0 +0200
@@ -1,5 +1,11 @@
 Revision history for Perl extension Crypt::OpenSSL::RSA.
 
+0.28  Thu Aug 25 2011 - Moritz Onken (PERLER)
+- RT 56454 - Win32 compatibility patch (k...@cpan.org)
+
+0.27  Wed Jun 29 2011 - Todd Rinaldo (TODDR)
+- RT 65947 - Fix RSA.pm break with perl 5.14+
+
 0.26  Sun Nov 22 2009 11:01:13
 - Change subclassing test to generate a 512 bit key in order to work 
   around an odd issue seen on some 64-bit redhat systems. (CPAN bug 
45498)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Crypt-OpenSSL-RSA-0.26/MANIFEST 
new/Crypt-OpenSSL-RSA-0.28/MANIFEST
--- old/Crypt-OpenSSL-RSA-0.26/MANIFEST 2007-05-20 20:59:06.0 +0200
+++ new/Crypt-OpenSSL-RSA-0.28/MANIFEST 2011-08-25 01:02:59.0 +0200
@@ -9,3 +9,5 @@
 t/rsa.t
 t/bignum.t
 t/format.t
+META.yml Module YAML meta-data (added by 
MakeMaker)
+META.jsonModule JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Crypt-OpenSSL-RSA-0.26/META.json 
new/Crypt-OpenSSL-RSA-0.28/META.json
--- old/Crypt-OpenSSL-RSA-0.26/META.json1970-01-01 01:00:00.0 
+0100
+++ new/Crypt-OpenSSL-RSA-0.28/META.json2011-08-25 01:02:59.0 
+0200
@@ -0,0 +1,55 @@
+{
+   abstract : RSA encoding and decoding, using the openSSL libraries,
+   author : [
+  Ian Robertson irobe...@cpan.org
+   ],
+   dynamic_config : 1,
+   generated_by : ExtUtils::MakeMaker version 6.59, CPAN::Meta::Converter 
version 2.112150,
+   license : [
+  perl_5
+   ],
+   meta-spec : {
+  url : http://search.cpan.org/perldoc?CPAN::Meta::Spec;,
+  version : 2
+   },
+   name : Crypt-OpenSSL-RSA,
+   no_index : {
+  directory : [
+ t,
+ inc
+  ]
+   },
+   prereqs : {
+  build : {
+ requires : {
+ExtUtils::MakeMaker : 0,

commit perl-DBD-SQLite for openSUSE:Factory

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package perl-DBD-SQLite for openSUSE:Factory 
checked in at 2011-12-02 13:21:56

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


Package is perl-DBD-SQLite, Maintainer is j...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-SQLite/perl-DBD-SQLite.changes  
2011-09-23 12:36:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBD-SQLite.new/perl-DBD-SQLite.changes 
2011-12-02 13:22:17.0 +0100
@@ -1,0 +2,27 @@
+Tue Nov 29 05:43:35 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.35:
+  * updated to SQLite 3.7.9
+  * one small potential break case if you are using FTS4 and ^
+
+- cumulated changes from 1.34*:
+  * adding an explicit dynamic_config = 1
+  * bind_param SQL_INTEGER error now actually dies with RaiseError
+  * CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS:
+- resolved RT#67581: bind_param SQL_INTEGER numifies value;
+  now DBD::SQLite croaks if you explicitly specify datatype
+  (with bind_param) and datatype mismatch happens
+- datatype set in the bind_param(_array) becomes sticky now
+  (as per DBI spec); this potentially affects code depending on
+  current undocumented and broken behavior
+  * resolved RT#71311: binding output columns as SQL_BLOB returns nothing
+  * fixed binding named parameters
+  * moved check for bind_ph/is_inout so it always error-out
+  * don't set imp_sth-stmt to NULL on error path
+  * explained an issue of rollback with unfinished statements
+  * made util/getsqlite.pl work properly for SQLite 3.7.5+
+  * Cookbook: don't use globals
+  * resolved RT#70135 and hopefully other mod_perl/CentOS issues like RT#63873
+and RT#47983
+
+---

Old:

  DBD-SQLite-1.33.tar.gz

New:

  DBD-SQLite-1.35.tar.gz



Other differences:
--
++ perl-DBD-SQLite.spec ++
--- /var/tmp/diff_new_pack.PQbYuo/_old  2011-12-02 13:22:19.0 +0100
+++ /var/tmp/diff_new_pack.PQbYuo/_new  2011-12-02 13:22:19.0 +0100
@@ -21,7 +21,7 @@
 Name:   perl-DBD-SQLite
 %define cpan_name DBD-SQLite
 Summary:Self-contained RDBMS in a DBI Driver
-Version:1.33
+Version:1.35
 Release:1
 License:GPL+ or Artistic
 Group:  Development/Libraries/Perl
@@ -51,15 +51,6 @@
 commit and rollback), indexes, DBA-free operation, a large subset
 of SQL92 supported, and more.
 
-Authors:
-
-Matt Sergeant, m...@sergeant.org
-
-  Perl extension functions contributed by
-Francis J. Lacoste flaco...@logreport.org
-Wolfgang Sourdeau wolfg...@logreport.org
-
-
 %package devel
 License:GPL/Artistic
 Summary:Development files for %{name}
@@ -82,20 +73,26 @@
 %install
 %perl_make_install
 %perl_process_packlist
-%perl_gen_filelist
-
-mv %{name}.files %{name}.allfiles
-egrep'(sqlite3.c|sqlite3.h)' %{name}.allfiles  %{name}-devel.files
-egrep -v '(sqlite3.c|sqlite3.h)' %{name}.allfiles  %{name}.files
 
 %clean
-%{__rm} -rf $RPM_BUILD_ROOT
+%{?buildroot:%__rm -rf %{buildroot}}
 
-%files -f %{name}.files
+%files
 %defattr(-,root,root,-)
 %doc Changes LICENSE README
+%dir %{perl_vendorarch}/DBD
+%{perl_vendorarch}/DBD/SQLite.pm
+%dir %{perl_vendorarch}/DBD/SQLite
+%doc %{perl_vendorarch}/DBD/SQLite/Cookbook.pod
+%dir %{perl_vendorarch}/auto/DBD
+%{perl_vendorarch}/auto/DBD/SQLite
+%doc %{perl_man3dir}/DBD::SQLite.%{perl_man3ext}%{ext_man}
+%doc %{perl_man3dir}/DBD::SQLite::*.%{perl_man3ext}%{ext_man}
 
-%files devel -f %{name}-devel.files
+%files devel
 %defattr(-,root,root)
+%dir %{perl_vendorarch}/auto/share
+%dir %{perl_vendorarch}/auto/share/dist
+%{perl_vendorarch}/auto/share/dist/DBD-SQLite
 
 %changelog

++ DBD-SQLite-1.33.tar.gz - DBD-SQLite-1.35.tar.gz ++
 28874 lines of diff (skipped)

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



commit perl-Encode-HanExtra for openSUSE:Factory

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package perl-Encode-HanExtra for 
openSUSE:Factory checked in at 2011-12-02 13:22:01

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


Package is perl-Encode-HanExtra, Maintainer is vci...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Encode-HanExtra/perl-Encode-HanExtra.changes
2011-09-23 12:36:56.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Encode-HanExtra.new/perl-Encode-HanExtra.changes
   2011-12-02 13:22:20.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 11:09:44 UTC 2011 - co...@suse.com
+
+- use original tar
+
+---

Old:

  Encode-HanExtra-0.23.tar.bz2

New:

  Encode-HanExtra-0.23.tar.gz



Other differences:
--
++ perl-Encode-HanExtra.spec ++
--- /var/tmp/diff_new_pack.JJe1iA/_old  2011-12-02 13:22:28.0 +0100
+++ /var/tmp/diff_new_pack.JJe1iA/_new  2011-12-02 13:22:28.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-Encode-HanExtra (Version 0.23)
+# spec file for package perl-Encode-HanExtra
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,19 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   perl-Encode-HanExtra
 License:MIT
 Group:  Development/Libraries/Perl
 PreReq: /usr/bin/enc2xs
-AutoReqProv:on
 Version:0.23
-Release:69
+Release:0
 Url:http://search.cpan.org/~autrijus/Encode-HanExtra-0.23/
-# Original Source is gzipped.
-Source0:
http://search.cpan.org/CPAN/authors/id/A/AU/AUDREYT/Encode-HanExtra-0.23.tar.bz2
+Source0:
http://search.cpan.org/CPAN/authors/id/A/AU/AUDREYT/Encode-HanExtra-0.23.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Extra sets of Chinese encodings
 %{perl_requires}

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



commit perl-LWP-Online for openSUSE:Factory

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package perl-LWP-Online for openSUSE:Factory 
checked in at 2011-12-02 13:22:06

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


Package is perl-LWP-Online, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-LWP-Online/perl-LWP-Online.changes  
2011-09-23 12:37:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-LWP-Online.new/perl-LWP-Online.changes 
2011-12-02 13:22:28.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 29 20:36:27 UTC 2011 - co...@suse.com
+
+- update to 1.08
+   - Updated to Module::Install::DSL 1.01
+   - Added the Microsoft NCSI URL to the list of sites probed
+
+---

Old:

  LWP-Online-1.07.tar.gz

New:

  LWP-Online-1.08.tar.gz



Other differences:
--
++ perl-LWP-Online.spec ++
--- /var/tmp/diff_new_pack.WS6WB2/_old  2011-12-02 13:22:30.0 +0100
+++ /var/tmp/diff_new_pack.WS6WB2/_new  2011-12-02 13:22:30.0 +0100
@@ -18,15 +18,14 @@
 
 
 Name:   perl-LWP-Online
-Version:1.07
+Version:1.08
 Release:1
 License:GPL+ or Artistic
 %define cpan_name LWP-Online
 Summary:Does your process have access to the web
 Url:http://search.cpan.org/dist/LWP-Online/
 Group:  Development/Libraries/Perl
-#Source: 
http://www.cpan.org/authors/id/A/AD/ADAMK/LWP-Online-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/A/AD/ADAMK/LWP-Online-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ LWP-Online-1.07.tar.gz - LWP-Online-1.08.tar.gz ++
 3950 lines of diff (skipped)

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



commit postfix for openSUSE:Factory

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package postfix for openSUSE:Factory checked 
in at 2011-12-02 13:22:11

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


Package is postfix, Maintainer is vark...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/postfix/postfix.changes  2011-11-10 
16:03:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.postfix.new/postfix.changes 2011-12-02 
13:22:30.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 06:44:28 UTC 2011 - vark...@suse.com
+
+- bnc#728308 - warning output after update the postfix package 
+
+---



Other differences:
--
++ postfix.spec ++
--- /var/tmp/diff_new_pack.z3yDmE/_old  2011-12-02 13:22:32.0 +0100
+++ /var/tmp/diff_new_pack.z3yDmE/_new  2011-12-02 13:22:32.0 +0100
@@ -402,6 +402,11 @@
 ln -s /usr/sbin/SuSEconfig.postfix 
/sbin/conf.d/SuSEconfig.postfix
 fi
 fi
+for i in `ls /etc/postfix/*db`;
+do
+ b=$( basename $i .db );
+ postmap /etc/postfix/$b;
+done
 # before fillup we need to fix something
 [ \! -f %{_sysconfdir}/sysconfig/%{name} ] || %{__sed} -i \
  -e s/POSTFIX_SMTPD_SENDERNT_RESTRICTIONS/POSTFIX_SMTPD_SENDER_RESTRICTIONS/ 
\

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



commit qgit for openSUSE:Factory

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package qgit for openSUSE:Factory checked in 
at 2011-12-02 13:22:20

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


Package is qgit, Maintainer is dmuel...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/qgit/qgit.changes2011-12-01 
12:25:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.qgit.new/qgit.changes   2011-12-02 
13:22:32.0 +0100
@@ -4 +4 @@
-- update to 2.4:
+- update to 2.4 (bnc#734180):



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



commit qwt for openSUSE:Factory

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package qwt for openSUSE:Factory checked in 
at 2011-12-02 13:22:27

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


Package is qwt, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/qwt/qwt.changes  2011-10-24 14:01:56.0 
+0200
+++ /work/SRC/openSUSE:Factory/.qwt.new/qwt.changes 2011-12-02 
13:22:34.0 +0100
@@ -1,0 +2,31 @@
+Wed Nov 30 08:45:45 UTC 2011 - idoen...@suse.de
+
+- Add Provides for qwt package, no need for obsoletes since the base
+  package never really existed.
+- Simplify filelist
+
+---
+Tue Nov 29 07:15:09 UTC 2011 - nico.laus.2...@gmx.de
+
+- removed dependency of the devel package to the (non-existing)
+  base package
+
+---
+Mon Nov 28 13:36:55 UTC 2011 - idoen...@suse.de
+
+- Remove nearly empty qwt base package again 
+
+---
+Sat Nov 26 01:13:23 UTC 2011 - ch...@computersalat.de
+
+- readd tests for other distributions
+- cleanup doc files
+  * mv pdf to devel-doc
+  * mv man to devel-doc
+- CHANGES, COPYING, README to qwt pkg
+  * no extra files in libqwt5 pkg
+- fix rpmlintrc file
+- fix build for SLE_10
+  * directories not owned by a package: %{_libdir}/qt4/
+
+---



Other differences:
--
++ qwt.spec ++
--- /var/tmp/diff_new_pack.GMNURo/_old  2011-12-02 13:22:37.0 +0100
+++ /var/tmp/diff_new_pack.GMNURo/_new  2011-12-02 13:22:37.0 +0100
@@ -15,28 +15,33 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   qwt
+%define lname   libqwt5
+Summary:Qt Widgets for Technical Applications
 Version:5.2.2
-Release:3
+Release:1
 License:Qwt License 1.0
-Summary:Qt Widgets for Technical Applications
-Url:http://qwt.sourceforge.net/
 Group:  Development/Libraries/C and C++
-Source: %{name}-%{version}.tar.bz2
-Source2:%{name}-rpmlintrc
+Url:http://qwt.sourceforge.net/
+Source: 
http://switch.dl.sourceforge.net/sourceforge/qwt/qwt-%{version}.tar.bz2
+Source2:qwt-rpmlintrc
 Source3:%{name}-%{version}.pdf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
-BuildRequires:  fdupes
 BuildRequires:  freetype2-devel
 BuildRequires:  gcc-c++
 BuildRequires:  libpng-devel
+
+%if 0%{?mandriva_version} || 0%{?mdkversion}
+BuildRequires:  libqt-devel
+%else
 BuildRequires:  qt-devel
+%endif
 
-Requires:   libqwt5 = %{version}
+%if 0%{?suse_version} = 1100
+BuildRequires:  fdupes
+%endif
 
 %description
 The Qwt library contains GUI Components and utility classes which are
@@ -45,41 +50,39 @@
 wheels and knobs to control or display values, arrays, or ranges of type
 double.
 
-%package -n libqwt5
-
-
+%package -n %{lname}
 Summary:Shared library for Qt Widgets
 Group:  Development/Libraries/C and C++
-Provides:   %{name} = %{version}
-Obsoletes:  %{name}  %{version}
 
-%description -n libqwt5
+%description -n %{lname}
 This package contains the shared library to run Technical Applications
-developed with/for Qwt.
+developed with/for qwt.
 
 %package devel
-
-
 Summary:Include headers and Qt Designer plugin for Qwt
 Group:  Development/Libraries/C and C++
-Requires:   %{name} = %{version}
+Requires:   %{lname} = %{version}
 Requires:   freetype2-devel
 Requires:   gcc-c++
 Requires:   libpng-devel
+%if 0%{?mandriva_version} || 0%{?mdkversion}
+Requires:   libqt-devel
+%else
 Requires:   qt-devel
+%endif
+%if 0%{?suse_version} = 1100
 Recommends: %{name}-devel-doc
-Recommends: %{name}-devel-doc-pdf
 Recommends: %{name}-examples
+%endif
 Obsoletes:  libqwt5-devel  %{version}
 Provides:   libqwt5-devel = %{version}
+Provides:   qwt = %{version}
 
 %description devel
 This package contains the header files of Qwt and its Qt designer plugin
 in order to create Qt applications using the Qwt widgets.
 
 %package examples
-
-
 Summary:Example programs using Qwt
 Group:  Development/Libraries/C and C++
 Requires:   %{name}-devel = %{version}
@@ -90,20 +93,20 @@
 This package contains example programs demonstrating the Qwt widgets.
 
 %package designer
-
-
 Summary:Plugin for the Qt Interface designer
 Group:  Development/Tools/IDE
 Requires:   %{name}-devel = %{version}
+%if 0%{?mandriva_version} || 0%{?mdkversion}
+Requires:   libqt-devel
+%else
 

commit rtkit for openSUSE:Factory

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package rtkit for openSUSE:Factory checked 
in at 2011-12-02 13:22:33

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


Package is rtkit, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/rtkit/rtkit.changes  2011-09-23 
12:44:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.rtkit.new/rtkit.changes 2011-12-02 
13:22:37.0 +0100
@@ -1,0 +2,8 @@
+Fri Dec  2 04:21:25 UTC 2011 - crrodrig...@opensuse.org
+
+- Update to version 0.10.x 
+ * fix annoying warning 
+   Failed to make ourselves RT: Invalid argument [bnc#551777]
+ * activation is now done with systemd if possible
+
+---

Old:

  rtkit-0.5.tar.bz2

New:

  rtkit-0.10_git201107141740.tar.bz2



Other differences:
--
++ rtkit.spec ++
--- /var/tmp/diff_new_pack.OtA0eM/_old  2011-12-02 13:22:40.0 +0100
+++ /var/tmp/diff_new_pack.OtA0eM/_new  2011-12-02 13:22:40.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package rtkit (Version 0.5)
+# spec file for package rtkit
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -20,7 +20,7 @@
 
 Name:   rtkit
 Summary:Realtime Policy and Watchdog Daemon
-Version:0.5
+Version:0.10_git201107141740
 Release:6
 # The daemon itself is GPL v3 or later, the reference implementation for the 
client BSD
 License:GPLv3+ ; BSD
@@ -33,6 +33,11 @@
 BuildRequires:  polkit-devel
 Requires:   polkit
 PreReq: dbus-1
+%if 0%{?suse_version}  1140
+BuildRequires:  systemd
+%{?systemd_requires}
+%define has_systemd 1
+%endif
 
 %description
 RealtimeKit is a D-Bus system service that changes the
@@ -45,8 +50,14 @@
 %setup -q
 
 %build
+./bootstrap.sh
 # %configure --libexecdir=$prefix/lib/rtkit
-%configure --libexecdir=%{_libexecdir}/rtkit
+%configure \
+%if 0%{?has_systemd}
+--with-systemdsystemunitdir=%{_unitdir} \
+%endif
+--libexecdir=%{_libexecdir}/rtkit
+
 make %{?_smp_mflags}
 ./rtkit-daemon --introspect  org.freedesktop.RealtimeKit1.xml
 
@@ -57,13 +68,30 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%preun
+%if 0%{?has_systemd}
+%service_del_preun rtkit-daemon.service
+%endif
+
 %pre
 groupadd -r rtkit /dev/null || :
 /usr/bin/id rtkit /dev/null 21 || \
 useradd -r -g rtkit -c 'RealtimeKit' -s /bin/false -d /proc rtkit
 
+%if 0%{?has_systemd}
+%service_add_pre rtkit-daemon.service
+%endif
+
 %post
 dbus-send --system --type=method_call --dest=org.freedesktop.DBus / 
org.freedesktop.DBus.ReloadConfig /dev/null 21 || :
+%if 0%{?has_systemd}
+%service_add_post rtkit-daemon.service
+%endif
+
+%postun
+%if 0%{?has_systemd}
+%service_del_postun rtkit-daemon.service
+%endif
 
 %files
 %defattr(0644,root,root,0755)
@@ -75,5 +103,9 @@
 %{_datadir}/dbus-1/interfaces/org.freedesktop.RealtimeKit1.xml
 %{_datadir}/polkit-1/actions/org.freedesktop.RealtimeKit1.policy
 %{_sysconfdir}/dbus-1/system.d/org.freedesktop.RealtimeKit1.conf
+%{_mandir}/man8/rtkitctl.*
+%if 0%{?has_systemd}
+%{_unitdir}/rtkit-daemon.service
+%endif
 
 %changelog

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



commit sfftobmp for openSUSE:Factory

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package sfftobmp for openSUSE:Factory 
checked in at 2011-12-02 13:22:45

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


Package is sfftobmp, Maintainer is kk...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/sfftobmp/sfftobmp.changes2011-09-23 
12:46:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.sfftobmp.new/sfftobmp.changes   2011-12-02 
13:22:46.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  1 16:57:00 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ sfftobmp.spec ++
--- /var/tmp/diff_new_pack.Vko45r/_old  2011-12-02 13:23:13.0 +0100
+++ /var/tmp/diff_new_pack.Vko45r/_new  2011-12-02 13:23:13.0 +0100
@@ -15,17 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   sfftobmp
-BuildRequires:  boost-devel gcc-c++ libjpeg-devel libtiff-devel
+BuildRequires:  automake
+BuildRequires:  boost-devel
+BuildRequires:  gcc-c++
+BuildRequires:  libjpeg-devel
+BuildRequires:  libtiff-devel
 BuildRequires:  unix2dos
 License:MIT
 Group:  Hardware/ISDN
-AutoReqProv:on
 Version:3.1.1
-Release:113
+Release:0
 Summary:Tool to convert Structured Fax Files (.sff) to other image 
formats
 Source: %{name}-%{version}.tar.bz2 
 Url:http://sfftools.sourceforge.net/

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



commit sharutils for openSUSE:Factory

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package sharutils for openSUSE:Factory 
checked in at 2011-12-02 13:22:51

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


Package is sharutils, Maintainer is p...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/sharutils/sharutils.changes  2011-09-23 
12:46:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.sharutils.new/sharutils.changes 2011-12-02 
13:23:13.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  1 15:58:51 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ sharutils.spec ++
--- /var/tmp/diff_new_pack.J75YIy/_old  2011-12-02 13:23:15.0 +0100
+++ /var/tmp/diff_new_pack.J75YIy/_new  2011-12-02 13:23:15.0 +0100
@@ -14,14 +14,12 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
-
 %bcond_with mail
 
 Name:   sharutils
 Version:4.11.1
-Release:1
-License:GPLv3+
+Release:0
+License:GPL-3.0+
 Summary:GNU shar utilities
 Url:http://www.gnu.org/software/sharutils/
 Group:  Productivity/Archiving/Compression
@@ -32,6 +30,7 @@
 Patch1: sharutils-set_file_mode.diff
 # PATCH-FIX-UPSTREAM sharutils-mandir.patch bnc#709121
 Patch2: sharutils-mandir.patch
+BuildRequires:  automake
 %if %{with mail}
 BuildRequires:  mailx
 %endif

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



commit statserial for openSUSE:Factory

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package statserial for openSUSE:Factory 
checked in at 2011-12-02 13:22:55

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


Package is statserial, Maintainer is vci...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/statserial/statserial.changes2011-10-04 
18:15:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.statserial.new/statserial.changes   
2011-12-02 13:23:15.0 +0100
@@ -1,0 +2,10 @@
+Wed Nov 30 09:39:01 UTC 2011 - a...@suse.de
+
+- Remove asneeded workaround and fix compile line instead.
+
+---
+Tue Nov 29 08:47:10 UTC 2011 - vci...@suse.com
+
+- added -ltinfo to fix build
+
+---



Other differences:
--
++ statserial.spec ++
--- /var/tmp/diff_new_pack.SmH7AP/_old  2011-12-02 13:23:17.0 +0100
+++ /var/tmp/diff_new_pack.SmH7AP/_new  2011-12-02 13:23:17.0 +0100
@@ -22,15 +22,14 @@
 Version:1.1
 Release:716
 BuildRequires:  ncurses-devel
-Provides:   statseri
-Obsoletes:  statseri
-AutoReqProv:on
+Provides:   statseri = %version
+Obsoletes:  statseri  %version
 Group:  Hardware/Other
 Summary:Helps to Debug Serial Lines
-License:GPL v2 or later
+License:GPL-2.0+
 Url:http://ca.geocities.com/jefftran...@rogers.com/
 Source: 
ftp://metalab.unc.edu/pub/Linux/system/serial/%{name}-%{version}.tar.gz
-Patch:  %{name}-%{version}-device.diff
+Patch0: %{name}-%{version}-device.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -38,21 +37,12 @@
 25-pin serial port and indicates the status of the handshaking lines. 
 It can be useful for debugging problems with serial ports or modems.
 
-
-
-Authors:
-
-Jeff Tranter jeff_tran...@mitel.com
-
 %prep
 %setup -q
-%patch
+%patch0
 
 %build
-# This package failed when testing with -Wl,-as-needed being default.
-# So we disable it here, if you want to retest, just delete this comment and 
the line below.
-export SUSE_ASNEEDED=0
-%__cc $RPM_OPT_FLAGS -lncurses -o statserial statserial.c
+%__cc $RPM_OPT_FLAGS  -o statserial statserial.c -lncurses -ltinfo
 
 %install
 install -d -m 755 $RPM_BUILD_ROOT%{_bindir}/

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



commit thunar-plugin-media-tags for openSUSE:Factory

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package thunar-plugin-media-tags for 
openSUSE:Factory checked in at 2011-12-02 13:22:59

Comparing /work/SRC/openSUSE:Factory/thunar-plugin-media-tags (Old)
 and  /work/SRC/openSUSE:Factory/.thunar-plugin-media-tags.new (New)


Package is thunar-plugin-media-tags, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/thunar-plugin-media-tags/thunar-plugin-media-tags.changes
2011-10-08 22:04:03.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.thunar-plugin-media-tags.new/thunar-plugin-media-tags.changes
   2011-12-02 13:23:20.0 +0100
@@ -1,0 +2,15 @@
+Wed Nov 30 22:49:23 UTC 2011 - g...@opensuse.org
+
+- update to version 0.2.0
+  - use thunarx-2 and exo-1 API
+  - call taglib_file_is_valid() for input audio files
+  - fix Gtk Warning of non-zero page size
+  - fix 1 second reloading
+  - fix a bunch of compiler warnings and build files
+  - translation updates
+- dropped obsolete
+  thunar-plugin-media-tags-0.1.2-port-to-thunarx-2.patch,
+  thunar-plugin-media-tags-0.1.2-port-to-exo-1.patch, and
+  thunar-plugin-media-tags-0.1.2-check-valid-audio.patch
+
+---

Old:

  thunar-media-tags-plugin-0.1.2.tar.bz2
  thunar-plugin-media-tags-0.1.2-check-valid-audio.patch
  thunar-plugin-media-tags-0.1.2-port-to-exo-1.patch
  thunar-plugin-media-tags-0.1.2-port-to-thunarx-2.patch

New:

  thunar-media-tags-plugin-0.2.0.tar.bz2



Other differences:
--
++ thunar-plugin-media-tags.spec ++
--- /var/tmp/diff_new_pack.s4Yn2F/_old  2011-12-02 13:23:22.0 +0100
+++ /var/tmp/diff_new_pack.s4Yn2F/_new  2011-12-02 13:23:22.0 +0100
@@ -23,20 +23,13 @@
 Group:  System/GUI/XFCE
 Url:http://thunar.xfce.org/plugins.html#thunar-media-tags-plugin
 License:GPLv2+
-Version:0.1.2
+Version:0.2.0
 Release:1
 Source0:%{plugin_name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM thunar-plugin-media-tags-0.1.2-port-to-thunarx-2.patch 
bxo#6295 g...@opensuse.org -- Port of thunar-media-tags-plugin to thunarx-2 
from upstream bugzilla.
-Patch0: thunar-plugin-media-tags-0.1.2-port-to-thunarx-2.patch
-# PATCH-FIX-UPSTREAM thunar-plugin-media-tags-0.1.2-port-to-exo-1.patch 
bxo#6295 g...@opensuse.org -- Port of thunar-media-tags-plugin to exo-1 from 
upstream bugzilla.
-Patch1: thunar-plugin-media-tags-0.1.2-port-to-exo-1.patch
-# PATCH-FIX-UPSTREAM bxo#6297 
thunar-plugin-media-tags-0.1.2-check-valid-audio.patch g...@opensuse.org -- Fix 
preventing crash by checking for valid audio data backported from upstream git.
-Patch2: thunar-plugin-media-tags-0.1.2-check-valid-audio.patch
 Summary:Thunar Plugin for Editing Media File Metadata and Renaming 
Based on Metadata
 BuildRequires:  intltool
 BuildRequires:  thunar-devel = %{thunar_version}
 BuildRequires:  pkgconfig(thunarx-2)
-BuildRequires:  xfce4-dev-tools
 BuildRequires:  taglib-devel
 Requires:   thunar = %{thunar_version}
 Provides:   %{plugin_name} = %{version}
@@ -51,12 +44,8 @@
 
 %prep
 %setup -q -n %{plugin_name}-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
-xdt-autogen
 %configure --disable-static
 make %{?_smp_mflags} V=1
 

++ thunar-media-tags-plugin-0.1.2.tar.bz2 - 
thunar-media-tags-plugin-0.2.0.tar.bz2 ++
 87739 lines of diff (skipped)

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



commit valgrind for openSUSE:Factory

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package valgrind for openSUSE:Factory 
checked in at 2011-12-02 13:23:06

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


Package is valgrind, Maintainer is dmuel...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/valgrind/valgrind.changes2011-11-10 
16:07:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.valgrind.new/valgrind.changes   2011-12-02 
13:23:25.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov 30 10:25:38 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ valgrind.spec ++
--- /var/tmp/diff_new_pack.EldR36/_old  2011-12-02 13:23:30.0 +0100
+++ /var/tmp/diff_new_pack.EldR36/_new  2011-12-02 13:23:30.0 +0100
@@ -18,17 +18,17 @@
 
 
 Name:   valgrind
-BuildRequires:  docbook-xsl-stylesheets docbook_4 gcc-c++ glibc-devel-32bit 
libxslt xorg-x11-devel
+BuildRequires:  automake docbook-xsl-stylesheets docbook_4 gcc-c++ 
glibc-devel-32bit libxslt xorg-x11-devel
 %ifarch x86_64 ppc64
 BuildRequires:  gcc-32bit glibc-devel-32bit
 %endif
 Url:http://valgrind.org/
-License:GPLv2+
+License:GPL-2+
 Group:  Development/Tools/Debuggers
 Summary:Memory Management Debugger
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Version:3.7.0
-Release:1
+Release:0
 Source0:%{name}-%{version}.tar.bz2
 # svn  di svn://svn.valgrind.org/valgrind/tags/VALGRIND_3_5_0 
svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_5_BRANCH  3_5_BRANCH.diff
 # svn  di svn://svn.valgrind.org/vex/tags/VEX_3_5_0 
svn://svn.valgrind.org/vex/branches/VEX_3_5_BRANCH  VEX_3_5_BRANCH.diff

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



commit cntlm for openSUSE:Factory

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package cntlm for openSUSE:Factory checked 
in at 2011-12-02 16:25:32

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


Package is cntlm, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/cntlm/cntlm.changes  2011-09-23 
01:53:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.cntlm.new/cntlm.changes 2011-12-02 
16:25:33.0 +0100
@@ -1,0 +2,6 @@
+Sat Sep 17 23:17:22 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+---



Other differences:
--
++ cntlm.spec ++
--- /var/tmp/diff_new_pack.daWIYX/_old  2011-12-02 16:25:34.0 +0100
+++ /var/tmp/diff_new_pack.daWIYX/_new  2011-12-02 16:25:34.0 +0100
@@ -21,7 +21,7 @@
 Name:   cntlm
 Summary:Fast NTLM authentication proxy with tunneling
 Version:0.35.1
-Release:15
+Release:1
 License:GPLv2+
 Group:  Productivity/Networking/Web/Proxy
 Url:http://cntlm.sourceforge.net/
@@ -40,17 +40,15 @@
 proxies, while using by orders or magnitude less RAM and CPU. Manual page 
 contains detailed information.
 
-  Contact: David Kubicek d...@awk.cz
-
-
 %prep
 %setup -q -n %{name}-%{version}
 %patch -p1
 %patch1 -p1
 
 %build 
+# custom script
 ./configure
-%{__make} SYSCONFDIR=%{_sysconfdir} \
+make %{?_smp_mflags} SYSCONFDIR=%{_sysconfdir} \
   BINDIR=%{_sbindir} \
   MANDIR=%{_mandir}
 
@@ -89,9 +87,6 @@
 %restart_on_update cntlm
 %{insserv_cleanup}
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %doc COPYRIGHT LICENSE README VERSION

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



commit deltafs for openSUSE:Factory

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package deltafs for openSUSE:Factory checked 
in at 2011-12-02 16:25:36

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


Package is deltafs, Maintainer is mszer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/deltafs/deltafs.changes  2011-09-23 
01:54:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.deltafs.new/deltafs.changes 2011-12-02 
16:25:37.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  1 16:05:24 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ deltafs.spec ++
--- /var/tmp/diff_new_pack.6juVsq/_old  2011-12-02 16:25:39.0 +0100
+++ /var/tmp/diff_new_pack.6juVsq/_new  2011-12-02 16:25:39.0 +0100
@@ -15,15 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   deltafs
-BuildRequires:  fuse-devel pkg-config
+BuildRequires:  automake
+BuildRequires:  fuse-devel
+BuildRequires:  pkg-config
 Requires:   fuse
 Summary:Delta Filesystem
 Version:1.0
-Release:9
-License:GPLv2
+Release:0
+License:GPL-2.0
 Group:  System/Filesystems
 Source: %{name}-%{version}.tar.bz2
 Url:http://git.kernel.org/?p=linux/kernel/git/mszeredi/deltafs.git

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



commit expat for openSUSE:Factory

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package expat for openSUSE:Factory checked 
in at 2011-12-02 16:25:41

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


Package is expat, Maintainer is pu...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/expat/expat.changes  2011-11-02 
11:51:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.expat.new/expat.changes 2011-12-02 
16:25:43.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 12:43:19 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ expat.spec ++
--- /var/tmp/diff_new_pack.TfKXeD/_old  2011-12-02 16:25:44.0 +0100
+++ /var/tmp/diff_new_pack.TfKXeD/_new  2011-12-02 16:25:44.0 +0100
@@ -15,11 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   expat
 Version:2.0.1
-Release:105
+Release:0
 Group:  Development/Libraries/C and C++
 License:MIT
 Url:http://expat.sourceforge.net/
@@ -37,6 +35,7 @@
 Patch2: expat-visibility.patch
 Patch3: expat-alloc-size.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  automake
 BuildRequires:  gcc-c++
 
 %description
@@ -63,9 +62,7 @@
 declaration).
 
 %package -n libexpat1
-License:MIT
 Summary:XML Parser Toolkit
-Group:  Development/Libraries/C and C++
 # bug437293
 %ifarch ppc64
 Obsoletes:  expat-64bit
@@ -96,9 +93,7 @@
 declaration).
 
 %package -n libexpat-devel
-License:MIT
 Summary:XML Parser Toolkit
-Group:  Development/Libraries/C and C++
 Requires:   libexpat1 = %{version} glibc-devel
 
 %description -n libexpat-devel

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



commit fusesmb for openSUSE:Factory

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package fusesmb for openSUSE:Factory checked 
in at 2011-12-02 16:25:45

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


Package is fusesmb, Maintainer is mszer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/fusesmb/fusesmb.changes  2011-09-23 
01:58:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.fusesmb.new/fusesmb.changes 2011-12-02 
16:25:46.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  1 16:56:33 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ fusesmb.spec ++
--- /var/tmp/diff_new_pack.ocxAOz/_old  2011-12-02 16:25:47.0 +0100
+++ /var/tmp/diff_new_pack.ocxAOz/_new  2011-12-02 16:25:47.0 +0100
@@ -15,16 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   fusesmb
-BuildRequires:  fuse-devel glib2-devel libsmbclient-devel samba-client
+BuildRequires:  automake
+BuildRequires:  fuse-devel
+BuildRequires:  glib2-devel
+BuildRequires:  libsmbclient-devel
+BuildRequires:  samba-client
 Requires:   fuse
 Summary:SMB for FUSE
 Version:0.8.7
-Release:113
-License:GPLv2+
+Release:0
+License:GPL-2.0+
 Group:  System/Filesystems
 Source: %{name}-%{version}.tar.bz2
 Patch:  search_path_fix.patch

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



commit gnutls for openSUSE:Factory

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package gnutls for openSUSE:Factory checked 
in at 2011-12-02 16:25:49

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


Package is gnutls, Maintainer is g...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/gnutls/gnutls.changes2011-10-18 
14:14:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnutls.new/gnutls.changes   2011-12-02 
16:25:51.0 +0100
@@ -1,0 +2,18 @@
+Wed Nov 30 12:43:57 UTC 2011 - vu...@opensuse.org
+
+- Fix licenses (bnc#733661): the applications as well as
+  gnutls-extra and gnutls-openssl libraries are under GPL-3.0+
+  while the library is LGPL-3.0+.
+
+---
+Wed Nov 30 09:57:27 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---
+Mon Nov 14 07:29:29 UTC 2011 - g...@suse.com
+
+- fix #Bug 729486 - gnutls: buffer overflow
+  CVE-2011-4128
+
+---

New:

  CVE-2011-4128.patch



Other differences:
--
++ gnutls.spec ++
--- /var/tmp/diff_new_pack.slONzC/_old  2011-12-02 16:25:53.0 +0100
+++ /var/tmp/diff_new_pack.slONzC/_new  2011-12-02 16:25:53.0 +0100
@@ -24,7 +24,7 @@
 Name:   gnutls
 Version:3.0.3
 Release:1
-License:LGPLv3+
+License:LGPL-3.0+ ; GPL-3.0+
 Summary:The GNU Transport Layer Security Library
 Url:http://www.gnutls.org/
 Group:  Productivity/Networking/Security
@@ -34,6 +34,8 @@
 Patch0: gnutls-fix-compression.patch
 # PATCH-FIX-UPSTREAM gnutls-fix-crash-on-strcat.patch bnc#724421 
vu...@opensuse.org -- Fix a crash because of badly used strcat, sent upstream 
by mail on 2011-10-17
 Patch1: gnutls-fix-crash-on-strcat.patch
+Patch2: CVE-2011-4128.patch
+BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  libnettle-devel = 2.2
 BuildRequires:  p11-kit-devel
@@ -54,8 +56,7 @@
 implements the proposed standards of the IETF's TLS working group.
 
 %package -n libgnutls%{gnutls_sover}
-
-License:LGPLv2.1+
+License:LGPL-3.0+
 Summary:The GNU Transport Layer Security Library
 Group:  Productivity/Networking/Security
 
@@ -65,8 +66,7 @@
 implements the proposed standards of the IETF's TLS working group.
 
 %package -n libgnutlsxx%{gnutlsxx_sover}
-
-License:LGPLv2.1+
+License:LGPL-3.0+
 Summary:The GNU Transport Layer Security Library
 Group:  Productivity/Networking/Security
 
@@ -77,8 +77,7 @@
 
 
 %package -n libgnutls-extra%{gnutls_extra_sover}
-
-License:GPLv3+
+License:GPL-3.0+
 Summary:The GNU Transport Layer Security Library
 Group:  Productivity/Networking/Security
 
@@ -89,8 +88,7 @@
 
 
 %package -n libgnutls-openssl%{gnutls_ossl_sover}
-
-License:GPLv3+
+License:GPL-3.0+
 Summary:The GNU Transport Layer Security Library
 Group:  Productivity/Networking/Security
 
@@ -101,7 +99,7 @@
 
 
 %package -n libgnutls-devel
-License:LGPLv2.1+
+License:LGPL-3.0+
 Summary:Development package for gnutls
 Group:  Development/Libraries/C and C++
 PreReq: %install_info_prereq
@@ -112,7 +110,7 @@
 Files needed for software development using gnutls.
 
 %package -n libgnutlsxx-devel
-License:LGPLv2.1+
+License:LGPL-3.0+
 Summary:Development package for gnutls
 Group:  Development/Libraries/C and C++
 PreReq: %install_info_prereq
@@ -125,7 +123,7 @@
 
 
 %package -n libgnutls-openssl-devel
-License:LGPLv2.1+
+License:GPL-3.0+
 Summary:Development package for gnutls
 Group:  Development/Libraries/C and C++
 Requires:   libgnutls-openssl%{gnutls_ossl_sover} = %{version}
@@ -136,7 +134,7 @@
 
 
 %package -n libgnutls-extra-devel
-License:GPLv3+
+License:GPL-3.0+
 Summary:The GNU Transport Layer Security Library
 Group:  Development/Libraries/C and C++
 Requires:   libgnutls-devel = %{version}
@@ -159,6 +157,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %configure \

++ CVE-2011-4128.patch ++
Index: gnutls-3.0.3/lib/gnutls_session.c
===
--- gnutls-3.0.3.orig/lib/gnutls_session.c
+++ gnutls-3.0.3/lib/gnutls_session.c
@@ -63,13 +63,14 @@ gnutls_session_get_data (gnutls_session_
   gnutls_assert ();
   return ret;
 }
-  *session_data_size = psession.size;
 
   if (psession.size  

commit IPAPGothic for openSUSE:Factory

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package IPAPGothic for openSUSE:Factory 
checked in at 2011-12-02 16:25:53

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


Package is IPAPGothic, Maintainer is pgaj...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/IPAPGothic/IPAPGothic.changes2011-09-23 
01:50:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.IPAPGothic.new/IPAPGothic.changes   
2011-12-02 16:25:54.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 12:07:03 UTC 2011 - co...@suse.com
+
+- move common files into a sub package to avoid files packaged twice
+
+---



Other differences:
--
++ IPAPGothic.spec ++
--- /var/tmp/diff_new_pack.h4hTci/_old  2011-12-02 16:25:55.0 +0100
+++ /var/tmp/diff_new_pack.h4hTci/_new  2011-12-02 16:25:55.0 +0100
@@ -15,61 +15,63 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-Url:http://ossipedia.ipa.go.jp/ipafont/
-
 Name:   IPAPGothic
 BuildRequires:  dos2unix
 %definettf_fontdir /usr/share/fonts/truetype
 License:Other uncritical OpenSource License ; see 
IPA_Font_License_Agreement_v1.0.txt
 Group:  System/X11/Fonts
+Url:http://ossipedia.ipa.go.jp/ipafont/
 Summary:Proportional Gothic Japanese TrueType font made by IPA
 Version:003.02
-Release:1
+Release:0
 Provides:   scalable-font-ja
 Provides:   locale(ja)
-Source0:ftp://ftp.ipa.go.jp/IPAfont00302.tar.bz2
+Source0:IPAfont00302.tar.bz2
 Source1:ipa-hinting.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
+Requires:   IPA-fonts-config
 
 %description
 Proportional Gothic Japanese TrueType font made by IPA
 (Information-technology Promotion Agency).
 
 %package -n IPAGothic
-License:Other uncritical OpenSource License ; see 
IPA_Font_License_Agreement_v1.0.txt
 Summary:Gothic Japanese TrueType font made by IPA
-Group:  System/X11/Fonts
 Provides:   scalable-font-ja
 Provides:   locale(ja)
+Requires:   IPA-fonts-config
 
 %description -n IPAGothic
 Gothic Japanese TrueType font made by IPA (Information-technology
 Promotion Agency).
 
 %package -n IPAMincho
-License:Other uncritical OpenSource License ; see 
IPA_Font_License_Agreement_v1.0.txt
 Summary:Mincho Japanese TrueType font made by IPA
-Group:  System/X11/Fonts
 Provides:   scalable-font-ja
 Provides:   locale(ja)
+Requires:   IPA-fonts-config
 
 %description -n IPAMincho
 Mincho Japanese TrueType font made by IPA (Information-technology
 Promotion Agency).
 
 %package -n IPAPMincho
-License:Other uncritical OpenSource License ; see 
IPA_Font_License_Agreement_v1.0.txt
 Summary:Proportional Mincho Japanese TrueType font made by IPA
-Group:  System/X11/Fonts
 Provides:   scalable-font-ja
 Provides:   locale(ja)
+Requires:   IPA-fonts-config
 
 %description -n IPAPMincho
 Proportional Mincho Japanese TrueType font made by IPA
 (Information-technology Promotion Agency).
 
+%package -n IPA-fonts-config
+Summary:Fontconfig file for the IPA family
+
+%description -n IPA-fonts-config
+fonts config shared by all fonts made by IPA
+
 %prep
 %setup -q -n IPAfont00302
 
@@ -120,6 +122,9 @@
 %doc *.txt
 %dir %{ttf_fontdir}/
 %{ttf_fontdir}/ipagp.*
+
+%files -n IPA-fonts-config
+%defattr(-,root,root)
 /etc/fonts
 
 %files -n IPAGothic
@@ -127,20 +132,17 @@
 %doc *.txt
 %dir %{ttf_fontdir}/
 %{ttf_fontdir}/ipag.*
-/etc/fonts
 
 %files -n IPAMincho
 %defattr(-,root,root)
 %doc *.txt
 %dir %{ttf_fontdir}/
 %{ttf_fontdir}/ipam.*
-/etc/fonts
 
 %files -n IPAPMincho
 %defattr(-,root,root)
 %doc *.txt
 %dir %{ttf_fontdir}/
 %{ttf_fontdir}/ipamp.*
-/etc/fonts
 
 %changelog


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



commit mutt for openSUSE:Factory

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package mutt for openSUSE:Factory checked in 
at 2011-12-02 16:25:57

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


Package is mutt, Maintainer is wer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/mutt/mutt.changes2011-11-28 
12:54:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.mutt.new/mutt.changes   2011-12-02 
16:25:58.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  1 16:59:32 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ mutt.spec ++
--- /var/tmp/diff_new_pack.Co6m8D/_old  2011-12-02 16:26:04.0 +0100
+++ /var/tmp/diff_new_pack.Co6m8D/_new  2011-12-02 16:26:04.0 +0100
@@ -15,19 +15,38 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   mutt
 #!BuildIgnore: sendmail
-BuildRequires:  cyrus-sasl-devel cyrus-sasl-gssapi docbook-xsl-stylesheets 
docbook_4 gdbm-devel glibc-i18ndata ispell krb5-devel libcom_err libgcrypt 
libgpg-error-devel libidn-devel libxml2 libxslt lynx ncurses-devel 
openssl-devel postfix sgml-skel update-desktop-files xli
+BuildRequires:  automake
+BuildRequires:  cyrus-sasl-devel
+BuildRequires:  cyrus-sasl-gssapi
+BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  docbook_4
+BuildRequires:  gdbm-devel
+BuildRequires:  glibc-i18ndata
+BuildRequires:  ispell
+BuildRequires:  krb5-devel
+BuildRequires:  libcom_err
+BuildRequires:  libgcrypt
+BuildRequires:  libgpg-error-devel
+BuildRequires:  libidn-devel
+BuildRequires:  libxml2
+BuildRequires:  libxslt
+BuildRequires:  lynx
+BuildRequires:  ncurses-devel
+BuildRequires:  openssl-devel
+BuildRequires:  postfix
+BuildRequires:  sgml-skel
+BuildRequires:  update-desktop-files
+BuildRequires:  xli
 #if
 %if 0%{?suse_version}  1130
-BuildRequires:  libassuan-devel libgpgme-devel
+BuildRequires:  libassuan-devel
+BuildRequires:  libgpgme-devel
 %else
 BuildRequires:  gpgme-devel
 %endif
-License:GPLv2+
+License:GPL-2.0+
 Group:  Productivity/Networking/Email/Clients
 Url:http://www.mutt.org
 Provides:   muttssl
@@ -40,9 +59,8 @@
 # NOTE: We don't want this dependency and desktop-data-SuSE is in all
 # desktop selections.
 #Requires:desktop-data-SuSE
-AutoReqProv:on
 Version:1.5.21
-Release:22
+Release:0
 Summary:Mail Program
 # ftp://ftp.mutt.org/mutt/devel/
 Source0:%name-%version.tar.bz2



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



commit reiserfs for openSUSE:Factory

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package reiserfs for openSUSE:Factory 
checked in at 2011-12-02 16:26:02

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


Package is reiserfs, Maintainer is je...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/reiserfs/reiserfs.changes2011-09-23 
12:44:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.reiserfs.new/reiserfs.changes   2011-12-02 
16:26:04.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  1 17:03:49 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ reiserfs.spec ++
--- /var/tmp/diff_new_pack.cnbiDp/_old  2011-12-02 16:26:06.0 +0100
+++ /var/tmp/diff_new_pack.cnbiDp/_new  2011-12-02 16:26:06.0 +0100
@@ -15,19 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   reiserfs
-BuildRequires:  autoconf e2fsprogs-devel linux-kernel-headers
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  e2fsprogs-devel
+BuildRequires:  linux-kernel-headers
 Url:http://www.namesys.com/download.html
 Conflicts:  libreiserfs-progs
 Supplements:filesystem(reiserfs)
 Version:3.6.21
-Release:12
+Release:0
 Summary:Reiser File System utilities
-License:GPLv2+
+License:GPL-2.0+
 Group:  System/Filesystems
-AutoReqProv:on
 Source: reiserfsprogs-%{version}.tar.bz2
 Patch1: reiserfsprogs-fix-fsck-crash
 Patch2: reiserfs-signedness-fixes

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



commit sshfs for openSUSE:Factory

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package sshfs for openSUSE:Factory checked 
in at 2011-12-02 16:26:06

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


Package is sshfs, Maintainer is mszer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/sshfs/sshfs.changes  2011-10-12 
16:16:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.sshfs.new/sshfs.changes 2011-12-02 
16:26:08.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  1 16:59:54 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ sshfs.spec ++
--- /var/tmp/diff_new_pack.SJRNEh/_old  2011-12-02 16:26:09.0 +0100
+++ /var/tmp/diff_new_pack.SJRNEh/_new  2011-12-02 16:26:09.0 +0100
@@ -15,16 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   sshfs
-BuildRequires:  fuse-devel glib2-devel
+BuildRequires:  automake
+BuildRequires:  fuse-devel
+BuildRequires:  glib2-devel
 Requires:   fuse
 Summary:Filesystem client based on SSH file transfer protocol
 Version:2.3
-Release:1
-License:GPLv2+
+Release:0
+License:GPL-2.0+
 Group:  System/Filesystems
 Source: %{name}-fuse-%{version}.tar.gz
 Url:http://fuse.sourceforge.net/sshfs.html

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



commit wdm for openSUSE:Factory

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package wdm for openSUSE:Factory checked in 
at 2011-12-02 16:26:10

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


Package is wdm, Maintainer is nadvor...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/wdm/wdm.changes  2011-09-23 12:50:14.0 
+0200
+++ /work/SRC/openSUSE:Factory/.wdm.new/wdm.changes 2011-12-02 
16:26:11.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  1 17:07:15 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ wdm.spec ++
--- /var/tmp/diff_new_pack.DknqeM/_old  2011-12-02 16:26:13.0 +0100
+++ /var/tmp/diff_new_pack.DknqeM/_new  2011-12-02 16:26:13.0 +0100
@@ -14,19 +14,19 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
-# norootforbuild
-
 %define _dminitdir %{_prefix}/lib/X11/displaymanagers
 
 Name:   wdm
-BuildRequires:  WindowMaker-devel freetype2-devel pam-devel xorg-x11
+BuildRequires:  WindowMaker-devel
+BuildRequires:  automake
+BuildRequires:  freetype2-devel
 BuildRequires:  libselinux-devel
-License:GPLv2+
+BuildRequires:  pam-devel
+BuildRequires:  xorg-x11
+License:GPL-2.0+
 Group:  System/X11/Displaymanagers
-AutoReqProv:on
 Version:1.28
-Release:226
+Release:0
 PreReq: /etc/X11/xdm/xdm-config
 Source: %{name}-%{version}.tar.bz2
 Source2:SUSE.png


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



commit PackageKit for openSUSE:12.1:Update:Test

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package PackageKit for 
openSUSE:12.1:Update:Test checked in at 2011-12-02 16:58:35

Comparing /work/SRC/openSUSE:12.1:Update:Test/PackageKit (Old)
 and  /work/SRC/openSUSE:12.1:Update:Test/.PackageKit.new (New)


Package is PackageKit, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:12.1:Update:Test/PackageKit/PackageKit.changes   
2011-11-24 20:14:28.0 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.PackageKit.new/PackageKit.changes  
2011-12-02 17:06:28.0 +0100
@@ -1,0 +2,6 @@
+Thu Nov 10 21:46:58 UTC 2011 - wstephen...@suse.com
+
+- Set the correct role on AcceptEula transactions so clients can
+  reschedule the installation after accepting the EULA (bnc#729892)
+
+---

New:

  7578d611-set-accept-eula-role.diff



Other differences:
--
++ PackageKit.spec ++
--- /var/tmp/diff_new_pack.865hFr/_old  2011-12-02 17:06:28.0 +0100
+++ /var/tmp/diff_new_pack.865hFr/_new  2011-12-02 17:06:28.0 +0100
@@ -93,6 +93,8 @@
 Patch3: 0004-Workaround-Don-t-refresh-repositories-each-time-for-.patch
 # PATCH-FIX-UPSTREAM PackageKit-npapi.patch fdo#40026 w...@rosenauer.org -- 
Build against npapi-sdk instead of xulrunner
 Patch4: 0005-Build-against-npapi-sdk-instead-of-xulrunner.patch
+# PATCH-FIX-UPSTREAM 
+Patch5: 7578d611-set-accept-eula-role.diff
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   %{name}-branding = %{version}
@@ -310,7 +312,7 @@
 suck less.
 
 This package provides the upstream default configuration for PackageKit.
-
+#
 %lang_package
 %prep
 %setup -q
@@ -322,6 +324,7 @@
 %if 0%{suse_version}  1140
 %patch4 -p1
 %endif
+%patch5 -p1
 # Remove .moc files, as they make the build fail with our qt. They will be 
re-created during the build. See fdo#40662.
 rm lib/packagekit-qt/src/*.moc lib/packagekit-qt2/*.moc
 

++ 7578d611-set-accept-eula-role.diff ++
From 7578d6111c0b27a4760b1099e0647deb7e2cfe16 Mon Sep 17 00:00:00 2001
From: Daniel Nicoletti dantti85...@yahoo.com.br
Date: Wed, 9 Nov 2011 17:11:27 -0200
Subject: [PATCH] packagekit: Set the right role on accept-eula

---
 src/pk-backend.c |1 +
 src/pk-transaction.c |1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/pk-backend.c b/src/pk-backend.c
index 47c87d1..5629d33 100644
--- a/src/pk-backend.c
+++ b/src/pk-backend.c
@@ -2652,6 +2652,7 @@ pk_backend_accept_eula (PkBackend *backend, const gchar 
*eula_id)
 
g_return_val_if_fail (PK_IS_BACKEND (backend), FALSE);
g_return_val_if_fail (eula_id != NULL, FALSE);
+   pk_backend_set_role_internal (backend, PK_ROLE_ENUM_ACCEPT_EULA);
 
g_debug (eula_id %s, eula_id);
present = g_hash_table_lookup (backend-priv-eulas, eula_id);
diff --git a/src/pk-transaction.c b/src/pk-transaction.c
index 77b6fd6..cfa935e 100644
--- a/src/pk-transaction.c
+++ b/src/pk-transaction.c
@@ -2763,6 +2763,7 @@ pk_transaction_accept_eula (PkTransaction *transaction, 
const gchar *eula_id, DB
 
g_return_if_fail (PK_IS_TRANSACTION (transaction));
g_return_if_fail (transaction-priv-tid != NULL);
+   pk_transaction_set_role (transaction, PK_ROLE_ENUM_ACCEPT_EULA);
 
/* check if the sender is the same */
ret = pk_transaction_verify_sender (transaction, context, error);
-- 
1.6.1


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



commit aisleriot for openSUSE:12.1:Update:Test

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package aisleriot for 
openSUSE:12.1:Update:Test checked in at 2011-12-02 17:16:55

Comparing /work/SRC/openSUSE:12.1:Update:Test/aisleriot (Old)
 and  /work/SRC/openSUSE:12.1:Update:Test/.aisleriot.new (New)


Package is aisleriot, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.1:Update:Test/aisleriot/aisleriot.changes 
2011-11-24 20:14:31.0 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.aisleriot.new/aisleriot.changes
2011-12-02 17:16:56.0 +0100
@@ -1,0 +2,7 @@
+Mon Nov 28 17:59:57 UTC 2011 - malcolmle...@opensuse.org
+
+- Add aisleriot-fix-freecell-exception.patch: Fix trying to make
+  the first move in a freecell game generates an exception
+  (bnc#730053, bgo#649730).
+
+---

New:

  aisleriot-fix-freecell-exception.patch



Other differences:
--
++ aisleriot.spec ++
--- /var/tmp/diff_new_pack.qd4wc7/_old  2011-12-02 17:16:56.0 +0100
+++ /var/tmp/diff_new_pack.qd4wc7/_new  2011-12-02 17:16:56.0 +0100
@@ -31,6 +31,8 @@
 Source1:gnome-freecell.png
 # PATCH-FIX-UPSTREAM aisleriot-automagic-guile.patch bgo#658159 
vu...@opensuse.org -- Automatically detect version of guile
 Patch1: aisleriot-automagic-guile.patch
+# PATCH-FIX-UPSTREAM aisleriot-fix-freecell-exception.patch bnc#730053, 
bgo#649730 malcolmle...@opensuse.org -- Fix trying to make the first move in a 
freecell game generates an exception
+Patch2: aisleriot-fix-freecell-exception.patch
 # needed by patch1
 BuildRequires:  gnome-common
 BuildRequires:  guile-devel
@@ -76,6 +78,7 @@
 %if 0%{?suse_version}  1140
 %patch1 -p1
 %endif
+%patch2 -p1
 
 %build
 %if 0%{?suse_version}  1140

++ aisleriot-fix-freecell-exception.patch ++
--- a/games/freecell.scm2011-06-06 14:23:03.0 -0500
+++ b/games/freecell.scm2011-11-28 11:08:14.0 -0600
@@ -215,7 +215,7 @@
   (and (field-sequence? card-list)
(= (length card-list)
(* (+ (empty-freecell-number) 1)
-  ($expt 2 (max (- (empty-field-number)
+  (expt 2 (max (- (empty-field-number)
(if (empty-slot? field-id) 1 0)
(if (empty-slot? start-slot) 1 0))
 0

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



commit nginx-1.0 for openSUSE:12.1:Update:Test

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package nginx-1.0 for 
openSUSE:12.1:Update:Test checked in at 2011-12-02 17:28:49

Comparing /work/SRC/openSUSE:12.1:Update:Test/nginx-1.0 (Old)
 and  /work/SRC/openSUSE:12.1:Update:Test/.nginx-1.0.new (New)


Package is nginx-1.0, Maintainer is sch...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1:Update:Test/nginx-1.0/nginx-1.0.changes 
2011-12-02 17:28:48.0 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.nginx-1.0.new/nginx-1.0.changes
2011-12-02 17:28:50.0 +0100
@@ -1,0 +2,174 @@
+Fri Dec  2 14:48:35 UTC 2011 - sch...@suse.com
+
+- 1.0.10 includes a fix for:
+  Fixed VUL-0: CVE-2011-4315: nginx: heap overflow (bnc #731084) 
+
+---
+Fri Nov 18 12:56:55 UTC 2011 - sch...@suse.com
+
+- Uppstream update to 1.0.10 
+Changes with nginx 1.0.10
+
+*) Bugfix: a segmentation fault might occur in a worker process if
+   resolver got a big DNS response.
+   Thanks to Ben Hawkes.
+
+*) Bugfix: in cache key calculation if internal MD5 implementation was
+   used; the bug had appeared in 1.0.4.
+
+*) Bugfix: the module ngx_http_mp4_module sent incorrect
+   Content-Length response header line if the start argument was
+   used.
+   Thanks to Piotr Sikora.
+
+
+Changes with nginx 1.0.9
+
+*) Change: now the 0x7F-0x1F characters are escaped as \xXX in an
+   access_log.
+
+*) Change: now SIGWINCH signal works only in daemon mode.
+
+*) Feature: proxy/fastcgi/scgi/uwsgi_ignore_headers directives support
+   the following additional values: X-Accel-Limit-Rate,
+   X-Accel-Buffering, X-Accel-Charset.
+
+*) Feature: decrease of memory consumption if SSL is used.
+
+*) Feature: accept filters are now supported on NetBSD.
+
+*) Feature: the uwsgi_buffering and scgi_buffering directives.
+   Thanks to Peter Smit.
+
+*) Bugfix: a segmentation fault occurred on start or while
+   reconfiguration if the ssl directive was used at http level and
+   there was no ssl_certificate defined.
+
+*) Bugfix: some UTF-8 characters were processed incorrectly.
+   Thanks to Alexey Kuts.
+
+*) Bugfix: the ngx_http_rewrite_module directives specified at server
+   level were executed twice if no matching locations were defined.
+
+*) Bugfix: a socket leak might occurred if aio sendfile was used.
+
+*) Bugfix: connections with fast clients might be closed after
+   send_timeout if file AIO was used.
+
+*) Bugfix: in the ngx_http_autoindex_module.
+
+*) Bugfix: the module ngx_http_mp4_module did not support seeking on
+   32-bit platforms.
+
+*) Bugfix: non-cacheable responses might be cached if
+   proxy_cache_bypass directive was used.
+   Thanks to John Ferlito.
+
+*) Bugfix: cached responses with an empty body were returned
+   incorrectly; the bug had appeared in 0.8.31.
+
+*) Bugfix: 201 responses of the ngx_http_dav_module were incorrect; the
+   bug had appeared in 0.8.32.
+
+*) Bugfix: in the return directive.
+
+*) Bugfix: the ssl_verify_client, ssl_verify_depth, and
+   ssl_prefer_server_ciphers directives might work incorrectly if SNI
+   was used.
+
+
+Changes with nginx 1.0.8
+
+*) Bugfix: nginx could not be built --with-http_mp4_module and without
+   --with-debug option.
+
+
+Changes with nginx 1.0.7 
+
+*) Change: now if total size of all ranges is greater than source
+   response size, then nginx disables ranges and returns just the source
+   response.
+
+*) Feature: the max_ranges directive.
+
+*) Feature: the module ngx_http_mp4_module.
+
+*) Feature: the worker_aio_requests directive.
+
+*) Bugfix: if nginx was built --with-file-aio it could not be run on
+   Linux kernel which did not support AIO.
+
+*) Bugfix: in Linux AIO error processing.
+   Thanks to Hagai Avrahami.
+
+*) Bugfix: in Linux AIO combined with open_file_cache.
+
+*) Bugfix: open_file_cache did not update file info on retest if file
+   was not atomically changed.
+
+*) Bugfix: reduced memory consumption for long-lived requests.
+
+*) Bugfix: in the proxy/fastcgi/scgi/uwsgi_ignore_client_abort
+   directives.
+
+*) Bugfix: nginx could not be built on MacOSX 10.7.
+
+*) Bugfix: request body might be processed incorrectly if client used
+   pipelining.
+
+*) Bugfix: in the request_body_in_single_buf directive.
+
+*) Bugfix: in proxy_set_body and proxy_pass_request_body directives
+   if SSL connection to backend was used.
+
+*) Bugfix: nginx hogged CPU if all servers in an upstream were marked as
+   down.
+
+*) Bugfix: a segmentation fault might occur during 

commit oyranos for openSUSE:12.1:Update:Test

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package oyranos for 
openSUSE:12.1:Update:Test checked in at 2011-12-02 18:04:41

Comparing /work/SRC/openSUSE:12.1:Update:Test/oyranos (Old)
 and  /work/SRC/openSUSE:12.1:Update:Test/.oyranos.new (New)


Package is oyranos, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.1:Update:Test/oyranos/oyranos.changes 2011-12-02 
18:04:47.0 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.oyranos.new/oyranos.changes
2011-12-02 18:04:47.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 25 12:00:01 UTC 2011 - Kai-Uwe Behrmann k...@gmx.de - 0.3.2
+
+- fix for bug sf#3441971 alias bnc#732748 oyranos-monitor crash in oS-12.1
+
+---

New:

  oyranos-CMMapi_Check-fix.patch
  oyranos-remove_unused_calls_in_lraw.patch



Other differences:
--
++ oyranos.spec ++
--- /var/tmp/diff_new_pack.MEf5EL/_old  2011-12-02 18:04:48.0 +0100
+++ /var/tmp/diff_new_pack.MEf5EL/_new  2011-12-02 18:04:48.0 +0100
@@ -42,6 +42,8 @@
 Prefix: %{_prefix}
 
 Patch0: oyranos_CUPS_fix_wrong_object_passing.patch
+Patch1: oyranos-CMMapi_Check-fix.patch
+Patch2: oyranos-remove_unused_calls_in_lraw.patch
 Source1:oyranos-rpmlintrc
 BuildRequires:  color-filesystem desktop-file-utils lcms2
 
@@ -240,6 +242,8 @@
 %prep
 %setup -q
 %patch0 -p1 -b .CUPS_fix_wrong_object_passing
+%patch1 -p1 -b .CMMapi_Check-fix
+%patch2 -p1 -b .remove_unused_calls_in_lraw
 
 %build
 export CFLAGS=%{optflags}

++ oyranos-CMMapi_Check-fix.patch ++
--- a/oyranos_alpha.c
+++ b/oyranos_alpha.c
@@ -2678,15 +2678,20 @@ int  oyCMMRelease_   ( const char   
 * cmm )
  *  @memberof oyCMMapi_s
  *  @brief   check for completeness
  *
- *  @version Oyranos: 0.1.10
+ *  @version Oyranos: 0.3.3
  *  @since   2007/12/06 (Oyranos: 0.1.8)
- *  @date2009/09/02
+ *  @date2011/11/25
  */
 oyOBJECT_e   oyCMMapi_Check_ ( oyCMMapi_s* api )
 {
   int error = !api;
   oyOBJECT_e type = oyOBJECT_NONE;
-  int module_api = api-module_api[0]*1 + api-module_api[1]*100
+  int module_api;
+
+  if(error)
+return type;
+
+  module_api = api-module_api[0]*1 + api-module_api[1]*100
 + api-module_api[2];
 
   if(api-type = oyOBJECT_CMM_API_S ||
++ oyranos-remove_unused_calls_in_lraw.patch ++
--- a/modules/oyranos_cmm_lraw.cpp
+++ b/modules/oyranos_cmm_lraw.cpp
@@ -152,45 +152,6 @@ intlrawCMMMessageFuncSet ( oyMessage_f 
message_func )
 }
 
 
-int oyStructList_MoveInName( oyStructList_s * texts, char ** text, int pos )
-{
-  int error = !texts || ! text;
-  oyName_s * name = 0;
-  oyStruct_s * oy_struct = 0;
-  if(!error)
-  {
- name = oyName_new(0);
- name-name = *text;
- *text = 0;
- oy_struct = (oyStruct_s*) name;
- oyStructList_MoveIn( texts, oy_struct, pos, 0 );
-  }
-  return error;
-}
-
-int oyStructList_AddName( oyStructList_s * texts, const char * text, int pos )
-{
-  int error = !texts;
-  oyName_s * name = 0;
-  oyStruct_s * oy_struct = 0;
-  char * tmp = 0;
-  if(!error)
-  {
- name = oyName_new(0);
- if(!name) return 1;
- if(text)
- {
-   tmp = (char*) oyAllocateFunc_( strlen(text) + 1 );
-   if(!tmp) return 1;
-   sprintf( tmp, %s, text ); 
-   name-name = tmp;
- }
- oy_struct = (oyStruct_s*) name;
- oyStructList_MoveIn( texts, oy_struct, pos, 0 );
-  }
-  return error;
-}
-
 
 
 const char * lrawWidget_GetDummy ( const char* func_name,
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-IO-Socket-SSL for openSUSE:12.1:Update:Test

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package perl-IO-Socket-SSL for 
openSUSE:12.1:Update:Test checked in at 2011-12-02 18:05:32

Comparing /work/SRC/openSUSE:12.1:Update:Test/perl-IO-Socket-SSL (Old)
 and  /work/SRC/openSUSE:12.1:Update:Test/.perl-IO-Socket-SSL.new (New)


Package is perl-IO-Socket-SSL, Maintainer is vci...@suse.com

Changes:

New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/work/SRC/openSUSE:12.1:Update:Test/.perl-IO-Socket-SSL.new/perl-IO-Socket-SSL.changes
  2011-12-02 18:05:33.0 +0100
@@ -0,0 +1,486 @@
+---
+Fri Dec  2 12:10:32 UTC 2011 - vci...@suse.com
+
+- update to 1.49 (bnc#732156)
+- another regression for readline fix, this time it failed to return lines
+  at eof which don't end with newline. Extended t/readline.t to catch this
+- bugfix for readline fix in 1.45. If the pending data where false
+  (like '0') it failed to read rest of line.
+  Thanks to Victor Popov for reporting
+  https://rt.cpan.org/Ticket/Display.html?id=71953
+  fix for 1.46 - check for mswin32 needs to be /i. Thanks to
+  Alexandr Ciornii for reporting
+  - added test for signals
+
+---
+Mon Oct 17 01:35:42 UTC 2011 - vci...@suse.com
+
+- update to 1.45
+- fix readline to continue when getting interrupt waiting for more
+  data. Thanks to kgc[AT]corp[DOT]sonic[DOT]net for reporting problem
+
+---
+Fri May 27 20:07:41 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.44:
+  * fix invalid call to inet_pton in verify_hostname_of_cert when identity
+should be verified as ipv6 address, because it contains colon
+
+---
+Wed May 11 10:45:47 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.43: no user-visible changes: fixes in testsuite
+
+---
+Tue May 10 19:18:51 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.42:
+  * add SSL_create_ctx_callback to have a way to adjust context on creation
+RT#67799
+  * describe problem of fake memory leak because of big session cache and how
+to fix it, see RT#68073
+
+- changes from 1.41:
+  * fix issue in stop_SSL where it did not issue a shutdown of the SSL
+connection if it first received the shutdown from the other side
+
+---
+Wed May  4 10:55:36 UTC 2011 - co...@opensuse.org
+
+- updated to 1.40
+ - integrated patch from GAAS to get IDN support from URI.
+   https://rt.cpan.org/Ticket/Display.html?id=67676
+ - fix in exampel/async_https_server.
+   Thanks to DetlefPilzecker[AT]web[DOT]de for reporting
+
+---
+Fri Mar  4 16:34:20 UTC 2011 - vci...@novell.com
+
+- update to 1.39
+  - fixed documentation of http verification: wildcards in cn is allowed
+  - close should undef _SSL_fileno, because the fileno is no longer 
+  valid (SSL connection and socket are closed)
+
+---
+Wed Jan 19 15:49:23 UTC 2011 - vci...@novell.com
+
+- update to 1.38
+- fixed wildcards_in_cn setting for http (wrongly set in 1.34 to 1
+  instead of anywhere). Thanks to dagolden[AT]cpan[DOT]org for
+  reporting
+  https://rt.cpan.org/Ticket/Display.html?id=64864
+
+---
+Thu Dec 16 13:34:57 CET 2010 - ani...@suse.cz
+
+- update to 1.37
+ * don't complain about invalid certificate locations if user
+   explicitly set SSL_ca_path and SSL_ca_file to undef. Assume that
+   user knows what he is doing and will work around the problems
+   by itself.
+ * update documentation for SSL_verify_callback based on 
+
+---
+Tue Dec  7 15:02:25 CET 2010 - ani...@suse.cz
+
+- update to 1.35 (fixes bnc#657907)
+ * if verify_mode is not VERIFY_NONE and the ca_file/ca_path cannot
+   be verified as valid it will no longer fall back to VERIFY_NONE
+   but throw an error.
+
+---
+Wed Dec  1 13:33:05 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Wed Nov 24 21:12:12 UTC 2010 - ch...@computersalat.de
+
+- recreated by cpanspec 1.78
+  o fix deps
+- noarch pkg
+- removed Obsoletes/Provides p_iossl
+
+---
+Mon Nov  1 13:09:07 CET 2010 - ani...@suse.cz
+
+- update to 1.34
+ * schema http for certificate verification changed to 
+   

commit v8 for openSUSE:12.1:Update:Test

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package v8 for openSUSE:12.1:Update:Test 
checked in at 2011-12-02 18:07:57

Comparing /work/SRC/openSUSE:12.1:Update:Test/v8 (Old)
 and  /work/SRC/openSUSE:12.1:Update:Test/.v8.new (New)


Package is v8, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.1:Update:Test/v8/v8.changes   2011-12-02 
18:07:57.0 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.v8.new/v8.changes  2011-12-02 
18:07:57.0 +0100
@@ -1,0 +2,28 @@
+Sun Nov 20 12:23:34 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 3.7.8.0
+  * Fix missing fast property accessors in heap snapshots. 
+(issue 1818)
+  * Removed hidden prototype from builtins, i.e., deleting an 
+overridden function on builtins will not make the original 
+function reappear.
+  * Added NetBSD support for scons build.
+  * Performance improvements on all platforms.
+
+---
+Sat Nov 12 07:25:18 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 3.7.6.0
+  * Fix Harmony sets and maps to allow null and undefined as keys
+(still hidden behind --harmony flag) (issue 1622).
+  * Implement VirtualMemory on FreeBSD to fix build (issue 1807).
+  * Enable VFP instructions for Android.
+  * Fix error handling in Date.prototype.toISOString (issue 1792).
+  * Fixed filtering of store buffer for large object pages.
+(issue 1817)
+  * Fixed generated hash function on all platforms.
+(issue 1808)
+  * Fixed Heap::Shrink to ensure that it does not free pages that are
+still in use. (Chromium issue 100414)
+
+---

Old:

  v8.3.7.3.0.tar.lzma

New:

  v8.3.7.8.0.tar.lzma



Other differences:
--
++ v8.spec ++
--- /var/tmp/diff_new_pack.hLuo9G/_old  2011-12-02 18:07:57.0 +0100
+++ /var/tmp/diff_new_pack.hLuo9G/_new  2011-12-02 18:07:57.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   v8
-Version:3.7.3.0
+Version:3.7.8.0
 Release:1
 License:BSD
 Summary:JavaScript Engine

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