commit openssh for openSUSE:Factory

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package openssh for openSUSE:Factory
checked in at Wed Oct 5 18:03:17 CEST 2011.




--- openSUSE:Factory/openssh/openssh.changes2011-09-23 12:20:44.0 
+0200
+++ /mounts/work_src_done/STABLE/openssh/openssh.changes2011-09-28 
19:44:28.0 +0200
@@ -1,0 +2,9 @@
+Fri Sep 16 09:43:47 UTC 2011 - jeng...@medozas.de
+
+- Avoid overriding libexecdir with %_lib (bnc#712025)
+- Clean up the specfile by request of Minh Ngo, details entail:
+* remove norootforbuild comments, redundant %clean section
+* run spec-beautifier over it
+- Add PIEFLAGS to compilation of askpass; fails otherwise
+
+---

calling whatdependson for head-i586




Other differences:
--
++ openssh-askpass-gnome.spec ++
--- /var/tmp/diff_new_pack.WsINcO/_old  2011-10-05 18:03:09.0 +0200
+++ /var/tmp/diff_new_pack.WsINcO/_new  2011-10-05 18:03:09.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   openssh-askpass-gnome
@@ -27,7 +26,7 @@
 Requires:   openssh = %{version} openssh-askpass = %{version}
 AutoReqProv:on
 Summary:A GNOME-Based Passphrase Dialog for OpenSSH
-Url:http://www.openssh.com/
+URL:http://www.openssh.com/
 %define _name openssh
 Source: %{_name}-%{version}.tar.bz2
 Patch:  %{_name}-5.8p1-sshd_config.diff
@@ -45,31 +44,6 @@
 for executing commands on a remote machine. This package contains a
 GNOME-based passphrase dialog for OpenSSH.
 
-
-
-Authors:
-
-Aaron Campbell
-Bob Beck
-Markus Friedl
-Niels Provos
-Theo de Raadt
-Dug Song
-Ben Taylor 
-Chip Salzenberg 
-Chris Saia 
-Dan Brosemer 
-Jim Knoble 
-Marc G. Fournier 
-Nalin Dahyabhai 
-Niels Kristian Bech Jensen 
-Phil Hands 
-Thomas Neumann 
-Tudor Bosman 
-Damien Miller 
-
-%define prefix   /usr
-
 %prep
 %setup -q -n %{_name}-%{version}
 %patch 
@@ -86,13 +60,9 @@
 aclocal
 autoheader
 autoconf
-CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" \
-./configure \
-   --mandir=%{_mandir} \
-   --prefix=%{prefix} \
-   --infodir=%{_infodir} \
-   --sysconfdir=/etc/ssh \
-   --libexecdir=%{prefix}/%_lib/ssh \
+%configure \
+   --sysconfdir=%_sysconfdir/ssh \
+   --libexecdir=%_libexecdir/ssh \
--with-tcp-wrappers \
--with-pam \
--with-kerberos5=/usr \
@@ -100,18 +70,16 @@
--disable-strip \
 --target=%{_target_cpu}-suse-linux
 cd contrib
-make %{?jobs:-j%jobs} gnome-ssh-askpass2
+make %{?_smp_mflags} gnome-ssh-askpass2
 mv gnome-ssh-askpass2 gnome-ssh-askpass
 
 %install
-install -d -m 755 $RPM_BUILD_ROOT/usr/%_lib/ssh/
-install contrib/gnome-ssh-askpass 
$RPM_BUILD_ROOT/usr/%_lib/ssh/gnome-ssh-askpass
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+install -d -m 755 %buildroot/%_libexecdir/ssh/
+install contrib/gnome-ssh-askpass %buildroot/%_libexecdir/ssh/gnome-ssh-askpass
 
 %files
 %defattr(-,root,root)
-%attr(0755,root,root) /usr/%_lib/ssh/gnome-ssh-askpass
+%dir %_libexecdir/ssh
+%attr(0755,root,root) %_libexecdir/ssh/gnome-ssh-askpass
 
 %changelog

++ openssh.spec ++
--- /var/tmp/diff_new_pack.WsINcO/_old  2011-10-05 18:03:09.0 +0200
+++ /var/tmp/diff_new_pack.WsINcO/_new  2011-10-05 18:03:09.0 +0200
@@ -15,11 +15,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   openssh
-%define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
+%define _fwdefdir %_sysconfdir/sysconfig/SuSEfirewall2.d/services
 %define _appdefdir  %{_prefix}/share/X11/app-defaults
 BuildRequires:  audit-devel krb5-devel openssl-devel pam-devel tcpd-devel 
xorg-x11-devel
 BuildRequires:  libselinux-devel
@@ -29,12 +28,11 @@
 Requires:   /bin/netstat
 PreReq: pwdutils %insserv_prereq  %fillup_prereq coreutils
 Conflicts:  nonfreessh
-AutoReqProv:on
 Version:5.8p2
 Release:1
 %define xversion 1.2.4.1
 Summary:Secure Shell Client and Server (Remote Login Program)
-Url:http://www.openssh.com/
+URL:http://www.openssh.com/
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}-SuSE.tar.bz2
 Source2:sshd.pamd
@@ -70,7 +68,7 @@
 License:BSD3c(or similar) ; MIT License (or similar)
 Summary:A passphrase dialog for OpenSSH and the X Window System
 Requires:   openssh = %{version}
-Provides:   openssh:/usr/%_lib/ssh/ssh-askpass
+Provides:   openssh:%_libexecdir/ssh/ssh-askpass
 Group:  Productivity/Networking/SSH
 
 %description
@@ -87,8 +85,6 @@
 for executing commands on a remote machine. This package contains an X
 Window System passphrase dialog for OpenSSH.
 
-%defi

commit branding-openSUSE for openSUSE:Factory

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package branding-openSUSE for 
openSUSE:Factory
checked in at Wed Oct 5 18:03:01 CEST 2011.




--- openSUSE:Factory/branding-openSUSE/branding-openSUSE.changes
2011-10-05 11:07:44.0 +0200
+++ /mounts/work_src_done/STABLE/branding-openSUSE/branding-openSUSE.changes
2011-10-05 11:00:15.0 +0200
@@ -1,0 +2,7 @@
+Wed Oct  5 08:59:37 UTC 2011 - vu...@opensuse.org
+
+- Improve GNOME-related checks in %check so that they cover the
+  dynamic wallpaper and work with the new layout for static
+  wallpaper.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.95Xqwt/_old  2011-10-05 18:02:56.0 +0200
+++ /var/tmp/diff_new_pack.95Xqwt/_new  2011-10-05 18:02:56.0 +0200
@@ -281,22 +281,22 @@
 
 %check
 ## Check GNOME-related xml files have contant that make sense
-# Check that all files mentioned in branding-default.xml actually exist
-for file in `sed "s:<[^>]*>::g" 
%{buildroot}/usr/share/wallpapers/openSUSE-default-static.xml | grep /usr`; do
-test -f %{buildroot}/${file} || (echo "${file} is mentioned in 
openSUSE-default-static.xml but does not exist. Please update 
openSUSE-default-static.xml, or contact the GNOME team for help."; false )
+# Check that all files referenced in xml files actually exist
+for xml in %{buildroot}/usr/share/wallpapers/openSUSE-default-static.xml 
%{buildroot}/usr/share/wallpapers/openSUSE-default-dynamic.xml; do
+  xml_basename=`basename ${xml}`
+  for file in `sed "s:<[^>]*>::g" ${xml} | grep /usr`; do
+  test -f %{buildroot}/${file} || (echo "${file} is mentioned in 
${xml_basename} but does not exist. Please update ${xml_basename}, or contact 
the GNOME team for help."; false )
+  done
 done
-# Check the wallpaper is correctly set in the xml file for GNOME
-for file in %{buildroot}/usr/share/wallpapers/*.desktop; do
-  case $file in
- # default*.desktop are symlinks for KDE to a real wallpaper.
- %{buildroot}/usr/share/wallpapers/default*.desktop)
-   ;;
- %{buildroot}/usr/share/wallpapers/openSUSE*.desktop)
+# Check that xml files reference all relevant files
+for file in 
%{buildroot}/usr/share/wallpapers/openSUSEdefault/contents/images/*.jpg; do
 IMG=${file#%{buildroot}}
-IMG=${IMG%.desktop}
 grep -q ${IMG} 
%{buildroot}/usr/share/wallpapers/openSUSE-default-static.xml || ( echo "${IMG} 
not mentioned in openSUSE-default-static.xml. Please add it there, or contact 
the GNOME team for help." ; false )
-   ;;
-  esac
+done
+WALLPAPER_NAME=`cat openSUSE/wallpaper-name`
+for file in %{buildroot}/usr/share/backgrounds/${WALLPAPER_NAME}/*.jpg; do
+   IMG=${file#%{buildroot}}
+   grep -q ${IMG} 
%{buildroot}/usr/share/wallpapers/openSUSE-default-dynamic.xml || ( echo 
"${IMG} not mentioned in openSUSE-default-dynamic.xml. Please add it there, or 
contact the GNOME team for help." ; false )
 done
 # Check that the link for the dynamic wallpaper is valid
 LINK_TARGET=`readlink --canonicalize 
%{buildroot}/usr/share/wallpapers/openSUSE-default-dynamic.xml`

continue with "q"...



Remember to have fun...

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



drop perl-TermReadKey from openSUSE:Factory

2011-10-05 Thread h_root

Hello community,

FYI: Package perl-TermReadKey was dropped from openSUSE:Factory at Wed Oct  5 
17:49:43 CEST 2011.

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

https://build.opensuse.org/package/show?project=openSUSE:Dropped&package=perl-TermReadKey

Remember to have fun...

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



commit yast2-tv for openSUSE:Factory

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package yast2-tv for openSUSE:Factory
checked in at Wed Oct 5 17:49:07 CEST 2011.




--- openSUSE:Factory/yast2-tv/yast2-tv.changes  2011-09-23 12:53:33.0 
+0200
+++ /mounts/work_src_done/STABLE/yast2-tv/yast2-tv.changes  2011-10-04 
15:17:14.0 +0200
@@ -1,0 +2,14 @@
+Tue Oct  4 13:13:35 UTC 2011 - lsle...@suse.cz
+
+- do not write "options i2c-algo-bit bit_test=1" line to 
+  /etc/modprobe.d/50-tv.conf file, remove the option during upgrade
+  (bnc#712023)
+- 2.21.4
+
+---
+Thu Sep 22 14:31:32 CEST 2011 - vis...@suse.cz
+
+- Set dialog title
+- 2.21.3 
+
+---

calling whatdependson for head-i586


Old:

  yast2-tv-2.21.2.tar.bz2

New:

  yast2-tv-2.21.4.tar.bz2



Other differences:
--
++ yast2-tv.spec ++
--- /var/tmp/diff_new_pack.HhR9Uo/_old  2011-10-05 17:49:01.0 +0200
+++ /var/tmp/diff_new_pack.HhR9Uo/_new  2011-10-05 17:49:01.0 +0200
@@ -19,16 +19,16 @@
 
 
 Name:   yast2-tv
-Version:2.21.2
+Version:2.21.4
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-tv-2.21.2.tar.bz2
+Source0:yast2-tv-%{version}.tar.bz2
 
 Prefix: /usr
 
 Group:  System/YaST
-License:GPL v2 or later
+License:GPL-2.0+
 BuildRequires:  perl-XML-Writer update-desktop-files yast2 yast2-devtools 
yast2-sound yast2-testsuite
 
 # .modprobe_blacklist agent
@@ -42,6 +42,7 @@
 Obsoletes:  yast2-lib-hardware
 Provides:   yast2-trans-tv
 Obsoletes:  yast2-trans-tv
+PreReq: sed
 
 BuildArch:  noarch
 
@@ -51,7 +52,7 @@
 This package contains the YaST2 component for TV card configuration.
 
 %prep
-%setup -n yast2-tv-2.21.2
+%setup -n yast2-tv-%{version}
 
 %build
 %{prefix}/bin/y2tool y2autoconf
@@ -84,6 +85,11 @@
 mv -f /etc/modprobe.d/tv /etc/modprobe.d/50-tv.conf
 fi
 
+# comment out bit_test option (bnc#712023)
+if test -e /etc/modprobe.d/50-tv.conf; then
+sed -i -e 's/^\([ \t]*options[ \t]*i2c-algo-bit[ \t]*bit_test=1\)/# \1/' 
/etc/modprobe.d/50-tv.conf
+fi
+
 %files
 %defattr(-,root,root)
 %dir /usr/share/YaST2/include/tv

++ yast2-tv-2.21.2.tar.bz2 -> yast2-tv-2.21.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-tv-2.21.2/Makefile.am 
new/yast2-tv-2.21.4/Makefile.am
--- old/yast2-tv-2.21.2/Makefile.am 2011-09-15 10:04:00.0 +0200
+++ new/yast2-tv-2.21.4/Makefile.am 2011-10-04 15:16:01.0 +0200
@@ -20,7 +20,6 @@
 IS_DEVTOOLS= $(findstring yast2-devtools,$(RPMNAME))
 
 DEVTOOLS_DIR   = $(if 
$(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools)
-ALL_PACKAGES   = $(DEVTOOLS_DIR)/admin/all-packages
 LEGALESE_DIR   = $(if 
$(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl)
 
 COPYRIGHT_files_gpl= README COPYING
@@ -155,7 +154,7 @@
$(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \
done
 
-package: check-up-to-date check-tagversion check-all-packages check-textdomain 
package-local
+package: check-up-to-date check-tagversion check-textdomain package-local
 
 TAGVERSION  = $(Y2TOOL) tagversion
 
@@ -185,21 +184,6 @@
 check-parse:
@echo "Not running parseycp."
 
-check-all-packages:
-   @if [ ! -e "$(ALL_PACKAGES)" ]; then\
-   echo ERROR: "Can't find $(ALL_PACKAGES)"; false;\
-   fi
-   @if ! grep -q "^$(RPMNAME)[[:space:]]" $(ALL_PACKAGES); then
\
-   echo ERROR: "$(RPMNAME) not in $(ALL_PACKAGES)"; false; \
-   fi
-   @if grep -q "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); then \
-   echo ERROR: "$(RPMNAME) info in $(ALL_PACKAGES) contains some 
unknown (?) fields:"; \
-   echo;   \
-   grep "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); \
-   echo;   \
-   false;  \
-   fi
-
 check-textdomain:
$(Y2TOOL) check-textdomain $(srcdir)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-tv-2.21.2/Makefile.in 
new/yast2-tv-2.21.4/Makefile.in
--- old/yast2-tv-2.21.2/Makefile.in 2011-09-15 10:04:03.0 +0200
+++ new/yast2-tv-2.21.4/Makefile.in 2011-10-04 15:16:03.0 +0200
@@ -261,7 +261,6 @@
 # do we do Makefile.am for devtools? It is a little special...
 IS_DEVTOOLS = $(findstring yast2-devtools,$(RPMNAME))
 DEVTOOLS_DIR = $(if 
$(IS_DEVTOOLS),$(srcdir

commit yast2-qt-pkg for openSUSE:Factory

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package yast2-qt-pkg for openSUSE:Factory
checked in at Wed Oct 5 17:48:54 CEST 2011.




--- openSUSE:Factory/yast2-qt-pkg/yast2-qt-pkg.changes  2011-09-23 
12:53:21.0 +0200
+++ /mounts/work_src_done/STABLE/yast2-qt-pkg/yast2-qt-pkg.changes  
2011-10-05 09:34:44.0 +0200
@@ -1,0 +2,7 @@
+Wed Oct  5 08:34:23 CEST 2011 - tgoettlic...@suse.de
+
+- Applied Stano's patch to make installation history accessible
+  from Yast GUI
+- 2.21.8
+
+---

calling whatdependson for head-i586


Old:

  yast2-qt-pkg-2.21.7.tar.bz2

New:

  yast2-qt-pkg-2.21.8.tar.bz2



Other differences:
--
++ yast2-qt-pkg.spec ++
--- /var/tmp/diff_new_pack.DXsSUj/_old  2011-10-05 17:48:51.0 +0200
+++ /var/tmp/diff_new_pack.DXsSUj/_new  2011-10-05 17:48:51.0 +0200
@@ -15,17 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:   yast2-qt-pkg
-Version:2.21.7
+Version:2.21.8
 Release:0
 
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-qt-pkg-2.21.7.tar.bz2
+Source0:yast2-qt-pkg-2.21.8.tar.bz2
 Group: System/YaST
 License: GPL v2 or later
 BuildRequires: docbook-xsl-stylesheets doxygen libdrm-devel libjpeg-devel 
libxcrypt-devel
-BuildRequires:  libxslt perl-XML-Writer libqt4-devel sgml-skel 
update-desktop-files
+BuildRequires:  libqt4-devel libxslt perl-XML-Writer sgml-skel 
update-desktop-files
 
 Summary:   YaST2 - Graphical User Interface
 BuildRequires:  yast2-devtools >= 2.16.3
@@ -68,7 +69,6 @@
 %clean
 rm -rf "$RPM_BUILD_ROOT"
 
-
 %files
 %defattr (-, root, root)
 %doc COPYING

++ yast2-qt-pkg-2.21.7.tar.bz2 -> yast2-qt-pkg-2.21.8.tar.bz2 ++
 2026 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-qt-pkg-2.21.7/VERSION.cmake new/yast2-qt-pkg-2.21.8/VERSION.cmake
--- old/yast2-qt-pkg-2.21.7/VERSION.cmake   2011-09-20 16:47:17.0 
+0200
+++ new/yast2-qt-pkg-2.21.8/VERSION.cmake   2011-10-05 10:29:44.0 
+0200
@@ -1,3 +1,3 @@
 SET(VERSION_MAJOR "2")
 SET(VERSION_MINOR "21")
-SET(VERSION_PATCH "7")
+SET(VERSION_PATCH "8")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-qt-pkg-2.21.7/package/yast2-qt-pkg.changes 
new/yast2-qt-pkg-2.21.8/package/yast2-qt-pkg.changes
--- old/yast2-qt-pkg-2.21.7/package/yast2-qt-pkg.changes2011-09-20 
16:47:17.0 +0200
+++ new/yast2-qt-pkg-2.21.8/package/yast2-qt-pkg.changes2011-10-05 
10:29:44.0 +0200
@@ -1,4 +1,11 @@
 ---
+Wed Oct  5 08:34:23 CEST 2011 - tgoettlic...@suse.de
+
+- Applied Stano's patch to make installation history accessible
+  from Yast GUI
+- 2.21.8
+
+---
 Tue Sep 20 14:42:24 CEST 2011 - tgoettlic...@suse.de
 
 - respect stylesheet in package selector
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-qt-pkg-2.21.7/src/CMakeLists.txt 
new/yast2-qt-pkg-2.21.8/src/CMakeLists.txt
--- old/yast2-qt-pkg-2.21.7/src/CMakeLists.txt  2011-09-20 16:47:17.0 
+0200
+++ new/yast2-qt-pkg-2.21.8/src/CMakeLists.txt  2011-10-05 10:29:44.0 
+0200
@@ -35,6 +35,7 @@
 YQPkgFileListView.cc
 YQPkgFilterTab.cc
 YQPkgGenericDetailsView.cc
+YQPkgHistoryDialog.cc
 YQPkgLangList.cc
 YQPkgList.cc
 YQPkgObjList.cc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-qt-pkg-2.21.7/src/YQPackageSelector.cc 
new/yast2-qt-pkg-2.21.8/src/YQPackageSelector.cc
--- old/yast2-qt-pkg-2.21.7/src/YQPackageSelector.cc2011-09-20 
16:47:17.0 +0200
+++ new/yast2-qt-pkg-2.21.8/src/YQPackageSelector.cc2011-10-05 
10:29:44.

commit yast2-apparmor for openSUSE:Factory

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package yast2-apparmor for openSUSE:Factory
checked in at Wed Oct 5 17:48:46 CEST 2011.




--- openSUSE:Factory/yast2-apparmor/yast2-apparmor.changes  2011-09-23 
12:53:05.0 +0200
+++ /mounts/work_src_done/STABLE/yast2-apparmor/yast2-apparmor.changes  
2011-10-05 14:58:33.0 +0200
@@ -1,0 +2,15 @@
+Fri Sep 30 11:57:42 UTC 2011 - jsrain@site
+
+- fixed enabling/disabling apparmor
+- fixed setting notifications (and enabling aaeventsd as part of
+  global switch only)
+- prevent profile generator from failing immediately
+- prevent window from disappearing when starting a module
+- don't close the module after running a report (bnc#531512)
+- run the dialog to select application for profiling without
+  pop-up (bnc#531512)
+- disabled Reports part due to changes in AppArmor
+- merged editation and deleting of a profile
+- 2.21.5
+
+---

calling whatdependson for head-i586


Old:

  yast2-apparmor-2.21.4.tar.bz2

New:

  yast2-apparmor-2.21.5.tar.bz2



Other differences:
--
++ yast2-apparmor.spec ++
--- /var/tmp/diff_new_pack.RCFGAT/_old  2011-10-05 17:48:39.0 +0200
+++ /var/tmp/diff_new_pack.RCFGAT/_new  2011-10-05 17:48:39.0 +0200
@@ -19,16 +19,16 @@
 
 
 Name:   yast2-apparmor
-Version:2.21.4
+Version:2.21.5
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-apparmor-2.21.4.tar.bz2
+Source0:yast2-apparmor-2.21.5.tar.bz2
 
 Prefix: /usr
 
 Group:  Productivity/Security
-License:GPL v2 or later
+License:GPL-2.0+
 
 Summary:YaST2 - Plugins for AppArmor Profile Management
 Requires:   yast2 perl-TimeDate
@@ -53,7 +53,7 @@
 SubDomain.
 
 %prep
-%setup -n yast2-apparmor-2.21.4
+%setup -n yast2-apparmor-2.21.5
 
 %build
 %{prefix}/bin/y2tool y2autoconf
@@ -93,7 +93,7 @@
 /usr/lib/YaST2/servers_non_y2
 %dir %{perl_vendorlib}/Immunix
 %{perl_vendorlib}/Immunix/Notify.pm
-# license is questionable, PDB says GPL v2 or later
+# license is questionable, PDB says GPL-2.0+
 #%doc COPYING.LGPL
 %dir %attr(-,root,root) /etc/apparmor
 %config(noreplace) /etc/apparmor/reports.crontab

++ yast2-apparmor-2.21.4.tar.bz2 -> yast2-apparmor-2.21.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-apparmor-2.21.4/VERSION 
new/yast2-apparmor-2.21.5/VERSION
--- old/yast2-apparmor-2.21.4/VERSION   2011-09-22 14:42:05.0 +0200
+++ new/yast2-apparmor-2.21.5/VERSION   2011-10-05 14:59:40.0 +0200
@@ -1 +1 @@
-2.21.4
+2.21.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-apparmor-2.21.4/configure 
new/yast2-apparmor-2.21.5/configure
--- old/yast2-apparmor-2.21.4/configure 2011-09-22 14:46:20.0 +0200
+++ new/yast2-apparmor-2.21.5/configure 2011-10-05 15:03:16.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for yast2-apparmor 2.21.4.
+# Generated by GNU Autoconf 2.68 for yast2-apparmor 2.21.5.
 #
 # Report bugs to .
 #
@@ -559,8 +559,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-apparmor'
 PACKAGE_TARNAME='yast2-apparmor'
-PACKAGE_VERSION='2.21.4'
-PACKAGE_STRING='yast2-apparmor 2.21.4'
+PACKAGE_VERSION='2.21.5'
+PACKAGE_STRING='yast2-apparmor 2.21.5'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1230,7 +1230,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures yast2-apparmor 2.21.4 to adapt to many kinds of 
systems.
+\`configure' configures yast2-apparmor 2.21.5 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1301,7 +1301,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of yast2-apparmor 2.21.4:";;
+ short | recursive ) echo "Configuration of yast2-apparmor 2.21.5:";;
esac
   cat <<\_ACEOF
 
@@ -1381,7 +1381,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-yast2-apparmor configure 2.21.4
+yast2-apparmor configure 2.21.5
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1398,7 +1398,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-apparmor $as_me 2.21.4, which was
+It was created by yast2-apparmor $as_me 2.21.5, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2328,7 +2328,7 @@
 
 # Define the id

commit yast2 for openSUSE:Factory

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package yast2 for openSUSE:Factory
checked in at Wed Oct 5 17:48:32 CEST 2011.




--- openSUSE:Factory/yast2/yast2.changes2011-10-02 11:18:40.0 
+0200
+++ /mounts/work_src_done/STABLE/yast2/yast2.changes2011-10-05 
12:29:39.0 +0200
@@ -1,0 +2,18 @@
+Wed Oct  5 10:21:02 UTC 2011 - jsrain@site
+
+- removed list of controller modules not to be included in ititrd
+  (bnc#719696)
+- 2.21.24
+
+---
+Thu Sep 29 14:54:07 UTC 2011 - lsle...@suse.cz
+
+- Service::RunInitScriptWithTimeOut() - fixed memory leak,
+  release the process info at the end
+
+---
+Mon Sep 26 10:58:19 UTC 2011 - jsr...@suse.cz
+
+- simplify usage of save_y2logs (bnc#673990)
+
+---

calling whatdependson for head-i586


Old:

  yast2-2.21.23.tar.bz2

New:

  yast2-2.21.24.tar.bz2



Other differences:
--
++ yast2.spec ++
--- /var/tmp/diff_new_pack.4ZSTNm/_old  2011-10-05 17:48:29.0 +0200
+++ /var/tmp/diff_new_pack.4ZSTNm/_new  2011-10-05 17:48:29.0 +0200
@@ -19,16 +19,16 @@
 
 
 Name:   yast2
-Version:2.21.23
+Version:2.21.24
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-%{version}.tar.bz2
+Source0:yast2-2.21.24.tar.bz2
 
 Prefix: /usr
 
 Group:  System/YaST
-License:GPL v2 or later
+License:GPL-2.0+
 Source1:yast2-rpmlintrc
 
 BuildRequires:  perl-XML-Writer update-desktop-files yast2-devtools 
yast2-perl-bindings yast2-testsuite
@@ -129,7 +129,7 @@
 installation with YaST2.
 
 %prep
-%setup -n yast2-%{version}
+%setup -n yast2-2.21.24
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++ yast2-2.21.23.tar.bz2 -> yast2-2.21.24.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-2.21.23/VERSION new/yast2-2.21.24/VERSION
--- old/yast2-2.21.23/VERSION   2011-09-23 16:51:27.0 +0200
+++ new/yast2-2.21.24/VERSION   2011-10-05 12:22:17.0 +0200
@@ -1 +1 @@
-2.21.23
+2.21.24
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-2.21.23/configure new/yast2-2.21.24/configure
--- old/yast2-2.21.23/configure 2011-09-23 16:51:58.0 +0200
+++ new/yast2-2.21.24/configure 2011-10-05 12:24:03.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for yast2 2.21.23.
+# Generated by GNU Autoconf 2.68 for yast2 2.21.24.
 #
 # Report bugs to .
 #
@@ -559,8 +559,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2'
 PACKAGE_TARNAME='yast2'
-PACKAGE_VERSION='2.21.23'
-PACKAGE_STRING='yast2 2.21.23'
+PACKAGE_VERSION='2.21.24'
+PACKAGE_STRING='yast2 2.21.24'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1232,7 +1232,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures yast2 2.21.23 to adapt to many kinds of systems.
+\`configure' configures yast2 2.21.24 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1303,7 +1303,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of yast2 2.21.23:";;
+ short | recursive ) echo "Configuration of yast2 2.21.24:";;
esac
   cat <<\_ACEOF
 
@@ -1383,7 +1383,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-yast2 configure 2.21.23
+yast2 configure 2.21.24
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1400,7 +1400,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2 $as_me 2.21.23, which was
+It was created by yast2 $as_me 2.21.24, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2330,7 +2330,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2'
- VERSION='2.21.23'
+ VERSION='2.21.24'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2452,7 +2452,7 @@
 
 
 
-VERSION="2.21.23"
+VERSION="2.21.24"
 RPMNAME="yast2"
 MAINTAINER="Jiri Srain "
 
@@ -3498,7 +3498,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by yast2 $as_me 2.21.23, which was
+This file was extended by yast2 $as_me 2.21.24, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -3551,7 +3551

commit telepathy-glib for openSUSE:Factory

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package telepathy-glib for openSUSE:Factory
checked in at Wed Oct 5 17:48:20 CEST 2011.




--- openSUSE:Factory/telepathy-glib/telepathy-glib.changes  2011-10-04 
18:15:20.0 +0200
+++ /mounts/work_src_done/STABLE/telepathy-glib/telepathy-glib.changes  
2011-10-05 07:53:21.0 +0200
@@ -1,0 +2,18 @@
+Wed Oct  5 05:38:12 UTC 2011 - vu...@opensuse.org
+
+- Update to version 0.15.7:
+  + Fixes:
+- fdo#40555: Memory leaks in TpConnection and protocol.c
+- Memory leak if the debug message cache is disabled
+- fdo#38060: Fix a crash in TpMessageMixin, triggered by
+  delivery reports.
+- fdo#38997: Cope beter if UNIX sockets are not supported.
+- fdo#40523: Connection Manager crash when a client acks the
+  same message twice.
+- fdo#41414: Make sure tp_connection_upgrade_contacts() is
+  no-op if all features are already prepared.
+- fdo#41368: Fix introspection.
+- fdo#41435: Ensure sent messages have a sender even with
+  butterfly, which does not set "message-sender".
+
+---

calling whatdependson for head-i586


Old:

  telepathy-glib-0.15.6.tar.gz

New:

  telepathy-glib-0.15.7.tar.gz



Other differences:
--
++ telepathy-glib.spec ++
--- /var/tmp/diff_new_pack.WBe17c/_old  2011-10-05 17:48:08.0 +0200
+++ /var/tmp/diff_new_pack.WBe17c/_new  2011-10-05 17:48:08.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   telepathy-glib
-Version:0.15.6
+Version:0.15.7
 Release:1
 License:LGPLv2.1
 Summary:Libraries for adding telepathy support to applications that 
use glib

++ telepathy-glib-0.15.6.tar.gz -> telepathy-glib-0.15.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telepathy-glib-0.15.6/ChangeLog 
new/telepathy-glib-0.15.7/ChangeLog
--- old/telepathy-glib-0.15.6/ChangeLog 2011-09-30 15:51:34.0 +0200
+++ new/telepathy-glib-0.15.7/ChangeLog 2011-10-04 17:05:40.0 +0200
@@ -1,3 +1,140 @@
+commit b0c14c2613232de12ce8800230471db93517d7d4
+Author: Xavier Claessens 
+Date:   2011-10-03 14:38:03 +0200
+
+Version 0.15.7
+
+commit f1b611ea1a5e06cd801d059db05dd00de6ad5e1c
+Merge: be94076 41be1c9
+Author: Will Thompson 
+Date:   2011-10-04 15:41:18 +0100
+
+Merge branch 'telepathy-glib-0.14'
+
+Conflicts:
+   NEWS
+   configure.ac
+   telepathy-glib/message-mixin.c
+
+commit 41be1c9d7467a643efc6c12cf3b96816d98fbd30
+Author: Will Thompson 
+Date:   2011-10-04 15:31:12 +0100
+
+Nano-version bump to 0.14.10.1
+
+commit 041f910c3c94caa7eed412acd645bec68408fc22
+Author: Will Thompson 
+Date:   2011-10-04 15:22:21 +0100
+
+Version 0.14.10
+
+commit cb7875e4bf52b8553d4cab670ac6e0484afa5f6d
+Author: Will Thompson 
+Date:   2011-10-04 15:21:25 +0100
+
+More NEWS for 0.14.10
+
+commit 1c1c688e8c6ceda679c1473c7454ee6db2710007
+Merge: a899ab8 dff3ce5
+Author: Will Thompson 
+Date:   2011-10-04 15:05:11 +0100
+
+Merge branch '40523-crash-on-ack' into telepathy-glib-0.14
+
+Reviewed-by: Xavier Claessens 
+
+commit dff3ce56fe82a9b16068d0cdcbc508d2d3c390ba
+Author: Will Thompson 
+Date:   2011-10-04 14:16:07 +0100
+
+MessageMixin: DEBUG if AckPM gets an id more than once
+
+commit be940765ac3e355ee7efb52a49bf68431e52b0c0
+Author: Xavier Claessens 
+Date:   2011-10-03 15:05:05 +0200
+
+test_upgrade_noop: verify with all features
+
+commit 535ac16a74b535c3256e7acd9757a61e23bfc493
+Author: Xavier Claessens 
+Date:   2011-10-03 14:18:20 +0200
+
+Add regression test case to verify no-op upgrade
+
+commit b693c190495599b90ca07f9441cf6ecc41bd5169
+Author: Xavier Claessens 
+Date:   2011-10-03 12:41:10 +0200
+
+Make sure tp_connection_upgrade_contacts() is no-op if all features are 
already prepared
+
+commit dedd4a32647c96dd3854120c5c20b319ed00fbae
+Author: Xavier Claessens 
+Date:   2011-10-04 10:48:05 +0200
+
+Add unit test for sent message without message-sender
+
+commit bd5f36739a0e9b16c9351b1ac71a5ba26e24cf87
+Author: Xavier Claessens 
+Date:   2011-10-04 08:05:56 +0200
+
+TpTextChannel: Fallback to self contact if sent message does not have a 
sender
+
+This was a regression, butterfly does not set message-sender on sent 
messages.
+
+Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=41435
+
+commit e6886e1af905cbd11b91dcd82104ee5a394863fa
+Author: Will Thompson 
+Date:   2011-10-03 14:20:01 +0100
+
+MessageMixin: don't repeatedly scan pending message list
+
+g_queue_remove() has to traverse the list, comparing data pointers,
+until it finds the link we want to remove. It's stupid to use it here,
+because we already *have* a pointer to each link we want to remove.
+
+commit 4d41eec6c0b51c8bedd2a15fafc6

commit solfege for openSUSE:Factory

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package solfege for openSUSE:Factory
checked in at Wed Oct 5 17:48:03 CEST 2011.




--- openSUSE:Factory/solfege/solfege.changes2011-09-23 12:46:38.0 
+0200
+++ /mounts/work_src_done/STABLE/solfege/solfege.changes2011-09-28 
19:05:53.0 +0200
@@ -1,0 +2,32 @@
+Wed Sep 28 16:12:02 UTC 2011 - davejpla...@gmail.com
+
+- Changed license field to GPL-3.0+ as solfege upgraded their
+  license February 5, 2008. bnc#720834
+- Added post script to create /dev/music if it doesn't exist after
+  reading "README" and moved timidity from "Recommends:" to
+  "Requires" as solfege needs this for most sound cards to produce
+  sound.
+
+---
+Mon Sep 26 10:20:52 UTC 2011 - davejpla...@gmail.com
+
+- Update to version 3.20.3, cleaned spec file & refreshed patches.
+- Upstream changes and new features :
+  *Translation updated: French
+  *Added Spanish translation of the user manual.
+  *User manual spelling fix
+  *Added a section in the user manual describing the directory
+   structure of user lessonfiles.
+  *Quote all labels in the generated user manual theory images.
+   This fixes lilypond build problems.
+  *solfege.desktop: add GenericName
+  *Help->User Exercises (F9) will now only display lesson files in
+   USERDATA/.exercises/user/lesson-files since users with lots of
+   files would have performance problems.
+  *Add a notice in "User Exercises" that files in ~/lessonfiles
+   have to be moved into USERDATA/.exercises because future
+   releases might not list the files.
+  *See http://www.solfege.org/release-notes/ for other new features
+   and changes since version 3.18.7
+
+---

calling whatdependson for head-i586


Old:

  solfege-3.18.7.tar.bz2

New:

  solfege-3.20.3.tar.bz2



Other differences:
--
++ solfege.spec ++
--- /var/tmp/diff_new_pack.FrtvyV/_old  2011-10-05 17:47:54.0 +0200
+++ /var/tmp/diff_new_pack.FrtvyV/_new  2011-10-05 17:47:54.0 +0200
@@ -15,27 +15,32 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
+%define usemyprovides 1
 
 Name:   solfege
-Summary:Eartraining program
-Version:3.18.7
+Summary:An ear training program
+Version:3.20.3
 Release:2
-License:GPLv2+
+# Solfege has updated it's license.
+License:GPL-3.0+
 Group:  Productivity/Multimedia/Sound/Utilities
 Url:http://www.solfege.org/
 BuildRequires:  docbook-xsl-stylesheets fdupes gnome-doc-utils-devel libxslt
-BuildRequires:  lilypond python-devel swig texinfo update-desktop-files
+BuildRequires:  python-devel swig texinfo update-desktop-files
 BuildRequires:  python-gtk-devel
+
+%if 0%{?usemyprovides} == 1
 %define _use_internal_dependency_generator 0
 %define my_provides /tmp/my-provides
-Source: %{name}-%{version}.tar.bz2
+%endif
+
+Source0:%{name}-%{version}.tar.bz2
 Source1:lessonfile_editor.1
 Patch0: solfege-configure-fix.dif
 Patch1: solfege-python-fixcompile.patch
-Requires:   python-gtk
-Recommends: timidity
+Requires:   python-gtk timidity
+Recommends: lilypond
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -46,10 +51,6 @@
 sizes, sing the intervals the computer asks for, identify chords,
 sing chords, scales, dictation and remember rhythmic patterns.
 
-Authors:
-
-Tom Cato Amundsen 
-
 %prep
 %setup -q
 %patch0
@@ -66,40 +67,43 @@
 
 %install
 %makeinstall
+
+%if 0%{?usemyprovides} == 1
 # exclude plugins from the provide-list
 cat << EOF > %{my_provides}
-grep -v $RPM_BUILD_ROOT%{_libdir}/%{name} | %{__find_provides}
+grep -v %{buildroot}%{_libdir}/%{name} | %{__find_provides}
 EOF
 chmod 755 %{my_provides}
 %define __find_provides %{my_provides}
+%endif
+
 %suse_update_desktop_file solfege Education X-SuSE-Music
-install -m 644 -D graphics/solfege.png \
-  $RPM_BUILD_ROOT%{_datadir}/pixmaps/solfege.png
+
 # This line caused bnc#664826
 #rm -f %%{buildroot}/%%{_datadir}/%%{name}/%%{name}/_version.*
 %find_lang %{name}
-%fdupes -s $RPM_BUILD_ROOT
+%fdupes -s %{buildroot}
 # Fix any .py files with shebangs and wrong permissions.
-if test -z `find %{buildroot} -name "*.py" -perm 0644 -print0|xargs -0r grep 
-l '#!'`; \
-then break;
-else chmod -f 0755 `find %{buildroot} -name "*.py" -perm 0644 -print0|xargs 
-0r grep -l '#!'`; \
+if test -n `find %{buildroot} -name "*.py" -perm 0644 -print0|xargs -0r grep 
-l '#!'`; \
+then chmod -f 0755 `find %{buildroot} -name "*.py" -perm 0644 -print0|xargs 
-0r grep -l '#!'`; \
 fi
 
-%post -p /sbin/ldconfig
+%post
+/sbin/ldconfig
+if test -a /dev/music;
+then break;
+else mknod /dev/music u 14 8 > /dev/null;
+fi
 
 %postun -p /

commit seed for openSUSE:Factory

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package seed for openSUSE:Factory
checked in at Wed Oct 5 17:47:47 CEST 2011.




--- openSUSE:Factory/seed/seed.changes  2011-09-23 12:45:58.0 +0200
+++ /mounts/work_src_done/STABLE/seed/seed.changes  2011-09-22 
13:28:28.0 +0200
@@ -1,0 +2,14 @@
+Thu Sep 22 11:09:25 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.2.0:
+  + Move to LGPL2+.
+  + Add support for handling GUINT32.
+  + Add support for GPtrArray as return type.
+  + Add support for GStrv conversion to SeedValue.
+  + Several bug fixes.
+  + Fix build issues with new webkit.
+- Drop seed-javascriptcore.patch: fixed upstream.
+- Remove gnome-common BuildRequires and call to gnome-autogen.sh:
+  they were only needed for the patch above.
+
+---
seed2.changes: same change

calling whatdependson for head-i586


Old:

  seed-3.1.1.tar.bz2
  seed-javascriptcore.patch

New:

  seed-3.2.0.tar.bz2



Other differences:
--
++ seed.spec ++
--- /var/tmp/diff_new_pack.bZs58K/_old  2011-10-05 17:47:41.0 +0200
+++ /var/tmp/diff_new_pack.bZs58K/_new  2011-10-05 17:47:41.0 +0200
@@ -31,19 +31,15 @@
 
 Name:   seed
 %define _name   seed
-License:LGPLv3+ ; GPLv2+
+License:LGPLv2+
 Group:  Development/Libraries/GNOME
-Version:3.1.1
-Release:5
+Version:3.2.0
+Release:1
 Summary:JavaScript bindings based on gobject-introspection and WebKit
 Url:http://live.gnome.org/Seed
-Source: %{_name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM seed-javascriptcore.patch bgo#653077 dims...@opensuse.org 
-- Fix build with split javascriptcoregtk.
-Patch0: seed-javascriptcore.patch
+Source: 
http://download.gnome.org/sources/seed/3.2/%{_name}-%{version}.tar.bz2
 BuildRequires:  cairo-devel
 BuildRequires:  dbus-1-glib-devel
-# Needed by patch0
-BuildRequires:  gnome-common
 BuildRequires:  gnome-js-common
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
@@ -71,7 +67,7 @@
 %if %{build_for_gtk3}
 
 %package doc
-License:LGPLv3+ ; GPLv2+
+License:LGPLv2+
 Summary:JavaScript bindings based on gobject-introspection and WebKit
 Group:  Development/Libraries/GNOME
 Requires:   %{name} = %{version}
@@ -85,8 +81,7 @@
 %endif
 
 %package -n libseed%{?_pkgsoname_suffix}0
-
-License:LGPLv3+
+License:LGPLv2+
 Summary:JavaScript bindings based on gobject-introspection and WebKit
 Group:  Development/Libraries/GNOME
 Recommends: gnome-js-common
@@ -103,8 +98,7 @@
 embed JavaScript as a scripting language in your GObject library.
 
 %package -n libseed%{?_gtk_suffix}-devel
-
-License:LGPLv3+
+License:LGPLv2+
 Summary:JavaScript bindings based on gobject-introspection and WebKit
 Group:  Development/Libraries/GNOME
 Requires:   libseed%{?_pkgsoname_suffix}0 = %{version}
@@ -123,11 +117,8 @@
 
 %prep
 %setup -q -n %{_name}-%{version}
-%patch0 -p1
 
 %build
-# Needed by patch0
-NOCONFIGURE=1 gnome-autogen.sh
 %configure \
--disable-static \
 --with-webkit=%{_webkitver} \

++ seed2.spec ++
--- /var/tmp/diff_new_pack.bZs58K/_old  2011-10-05 17:47:41.0 +0200
+++ /var/tmp/diff_new_pack.bZs58K/_new  2011-10-05 17:47:41.0 +0200
@@ -31,19 +31,15 @@
 
 Name:   seed2
 %define _name   seed
-License:LGPLv3+ ; GPLv2+
+License:LGPLv2+
 Group:  Development/Libraries/GNOME
-Version:3.1.1
-Release:3
+Version:3.2.0
+Release:1
 Summary:JavaScript bindings based on gobject-introspection and WebKit
 Url:http://live.gnome.org/Seed
-Source: %{_name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM seed-javascriptcore.patch bgo#653077 dims...@opensuse.org 
-- Fix build with split javascriptcoregtk.
-Patch0: seed-javascriptcore.patch
+Source: 
http://download.gnome.org/sources/seed/3.2/%{_name}-%{version}.tar.bz2
 BuildRequires:  cairo-devel
 BuildRequires:  dbus-1-glib-devel
-# Needed by patch0
-BuildRequires:  gnome-common
 BuildRequires:  gnome-js-common
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
@@ -71,8 +67,7 @@
 %if %{build_for_gtk3}
 
 %package doc
-
-License:LGPLv3+ ; GPLv2+
+License:LGPLv2+
 Summary:JavaScript bindings based on gobject-introspection and WebKit
 Group:  Development/Libraries/GNOME
 Requires:   %{name} = %{version}
@@ -86,8 +81,7 @@
 %endif
 
 %package -n libseed%{?_pkgsoname_suffix}0
-
-License:LGPLv3+
+License:LGPLv2+
 Summary:JavaScript bindings based on gobject-introspection and WebKit
 Group:  Development/Libraries/GNOME
 Recommends: gnome-js-common
@@ -104,8 +

commit psmisc for openSUSE:Factory

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package psmisc for openSUSE:Factory
checked in at Wed Oct 5 17:47:31 CEST 2011.




--- openSUSE:Factory/psmisc/psmisc.changes  2011-10-04 17:01:00.0 
+0200
+++ /mounts/work_src_done/STABLE/psmisc/psmisc.changes  2011-10-05 
11:49:24.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct  5 09:47:38 UTC 2011 - wer...@suse.de
+
+- Handle internal size of structure stat by including config.h
+  to avoid size missmatch during copy result back (bnc#720882)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ psmisc.spec ++
--- /var/tmp/diff_new_pack.iwFObO/_old  2011-10-05 17:47:27.0 +0200
+++ /var/tmp/diff_new_pack.iwFObO/_new  2011-10-05 17:47:27.0 +0200
@@ -51,7 +51,7 @@
 %prep
 %setup -q
 %patch42 -p1
-#%patch43 -p1
+%patch43 -p1 -b .to
 %patch1 -p0 -b .tigetstr
 %patch2 -p0 -b .pstree
 %patch0 -p0 -b .0

++ psmisc-22.15-timeout.patch ++
--- /var/tmp/diff_new_pack.iwFObO/_old  2011-10-05 17:47:27.0 +0200
+++ /var/tmp/diff_new_pack.iwFObO/_new  2011-10-05 17:47:27.0 +0200
@@ -120,7 +120,7 @@
 index e69de29..3b582a3 100644
 --- a/src/timeout.c
 +++ b/src/timeout.c
-@@ -0,0 +1,208 @@
+@@ -0,0 +1,215 @@
 +/*
 + * timout.c   Advanced timeout handling for file system calls
 + *to avoid deadlocks on remote file shares.
@@ -141,6 +141,8 @@
 +#define _GNU_SOURCE
 +#endif
 +
++#include "config.h"   /* For _FILE_OFFSET_BITS */
++
 +#include 
 +#include 
 +#include 
@@ -164,6 +166,9 @@
 +# ifndef  constructor
 +#  define constructor __constructor__
 +# endif
++# ifndef  packed
++#  define packed  __packed__
++# endif
 +# ifndef  inline
 +#  define inline  __inline__
 +# endif
@@ -187,8 +192,7 @@
 +  int errcode;
 +  struct stat argument;
 +  stat_t function;
-+  char *path;
-+} handle_t;
++} attribute((packed)) handle_t;
 +
 +static volatile handle_t handle;
 +
@@ -205,6 +209,7 @@
 +static void attribute((constructor)) start(void)
 +{
 +  sigset_t sigset, oldset;
++  char path[PATH_MAX];
 +  handle_t handle;
 +  ssize_t in;
 +
@@ -234,12 +239,10 @@
 +  pipes[0] = pipes[3] = -1;
 +
 +  while ((in = read(0, &handle, sizeof(handle_t))) == sizeof(handle_t) &&
-+ (handle.path = (char*)malloc(handle.len)) &&
-+ (in = read(0, handle.path, handle.len)) == handle.len) {
-+  if (handle.function(handle.path, &handle.argument) < 0)
++ (in = read(0, path, handle.len)) == handle.len) {
++  if (handle.function(path, &handle.argument) < 0)
 +  handle.errcode = errno;
 +  write(1, &handle.errcode, 
sizeof(handle.errcode)+sizeof(handle.argument));
-+  free(handle.path);
 +  }
 +  sigprocmask(SIG_SETMASK, &oldset, NULL);
 +  exit(0);
@@ -273,7 +276,6 @@
 +{
 +  struct sigaction old_act, new_act;
 +  sigset_t sigset, oldset;
-+  handle_t handle;
 +
 +  if (active <= 0) {  /* Oops, last one failed therefore clear status 
and restart */
 +  int status;
@@ -282,10 +284,13 @@
 +  }
 +
 +  handle.len = strlen(path) + 1;
++  if (handle.len >= PATH_MAX) {
++  errno = ENAMETOOLONG;
++  goto error;
++  }
 +  handle.errcode = 0;
 +  handle.argument = *argument;
 +  handle.function = function;
-+  handle.path = (char*)0;
 +
 +  sigemptyset(&sigset);
 +  sigaddset(&sigset, SIGALRM);
@@ -314,8 +319,10 @@
 +  errno = handle.errcode;
 +  goto error;
 +  }
++
 +  *argument = handle.argument;
 +  sigprocmask(SIG_SETMASK, &oldset, NULL);
++
 +  return 0;
 +timed:
 +  (void) alarm(0);
@@ -333,7 +340,7 @@
 index e69de29..50dd135 100644
 --- a/src/timeout.h
 +++ b/src/timeout.h
-@@ -0,0 +1,33 @@
+@@ -0,0 +1,36 @@
 +/*
 + * timout.h   Advanced timeout handling for file system calls
 + *to avoid deadlocks on remote file shares.
@@ -353,9 +360,12 @@
 +#ifndef _TIMEOUT_H
 +#define _TIMEOUT_H
 +
++#include "config.h"   /* For _FILE_OFFSET_BITS */
++
 +#include 
 +#include 
 +#include 
++#include 
 +
 +#if !defined(__STDC_VERSION__) || (__STDC_VERSION__ < 199901L)
 +# ifndef  restrict

continue with "q"...



Remember to have fun...

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



commit proftpd for openSUSE:Factory

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package proftpd for openSUSE:Factory
checked in at Wed Oct 5 17:47:21 CEST 2011.




--- openSUSE:Factory/proftpd/proftpd.changes2011-09-23 12:41:58.0 
+0200
+++ /mounts/work_src_done/STABLE/proftpd/proftpd.changes2011-10-05 
00:10:05.0 +0200
@@ -1,0 +2,10 @@
+Tue Oct  4 22:03:10 UTC 2011 - ch...@computersalat.de
+
+- update to 1.3.3f
+  + Fixes segfault if mod_sql_mysql and "SQLAuthenticate groupsetfast"
+configuration used.
+  + Fixes mod_wrap syslog level (regression from Bug#3317).
+  + Fixes mod_ifsession segfault if regular expression patterns used in
+a  section.
+
+---

calling whatdependson for head-i586


Old:

  proftpd-1.3.3e.tar.bz2

New:

  proftpd-1.3.3f.tar.bz2



Other differences:
--
++ proftpd.spec ++
--- /var/tmp/diff_new_pack.FhJehh/_old  2011-10-05 17:47:05.0 +0200
+++ /var/tmp/diff_new_pack.FhJehh/_new  2011-10-05 17:47:05.0 +0200
@@ -21,7 +21,7 @@
 Summary:Highly configurable GPL-licensed FTP server software
 # Please save your time and do not update to "rc" versions.
 # We only accept updates for "STABLE" Versions
-Version:1.3.3e
+Version:1.3.3f
 Release:1
 License:GPLv2+
 Group:  Productivity/Networking/Ftp/Servers

++ proftpd-1.3.3e.tar.bz2 -> proftpd-1.3.3f.tar.bz2 ++
 5410 lines of diff (skipped)

continue with "q"...



Remember to have fun...

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



commit perl-Term-ReadKey for openSUSE:Factory

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package perl-Term-ReadKey for 
openSUSE:Factory
checked in at Wed Oct 5 17:46:57 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-Term-ReadKey/perl-Term-ReadKey.changes
2011-10-02 20:57:00.0 +0200
@@ -0,0 +1,100 @@
+---
+Wed Sep 28 16:25:45 CET 2011 - pascal.ble...@opensuse.org
+
+- renamed to perl-Term-ReadKey
+
+---
+Tue Nov 30 19:20:48 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Mon Nov 29 18:31:09 UTC 2010 - co...@novell.com
+
+- remove /var/adm/perl-modules
+
+---
+Tue Oct 19 08:39:07 UTC 2010 - co...@novell.com
+
+- add perl as explicit buildrequire
+
+---
+Sun Dec 20 16:32:06 CET 2009 - jeng...@medozas.de
+
+- enable parallel build
+- enable testsuite on SPARC (there is a /dev/tty)
+
+---
+Wed Jan 25 21:39:58 CET 2006 - m...@suse.de
+
+- converted neededforbuild to BuildRequires
+
+---
+Mon Aug  1 13:30:59 CEST 2005 - mjan...@suse.cz
+
+- update to 2.30
+
+---
+Fri Mar 26 10:43:20 CET 2004 - ku...@suse.de
+
+- Fix Requires (/bin/stty is needed, not XFree86)
+
+---
+Wed Feb 18 08:49:33 CET 2004 - ku...@suse.de
+
+- Remove unused packages from neededforbuild
+- Don't run test suite on machines without /dev/tty
+
+---
+Sat Jan 10 21:11:59 CET 2004 - adr...@suse.de
+
+- build as user
+
+---
+Fri Aug 22 15:48:43 CEST 2003 - mjan...@suse.cz
+
+- require the perl version we build with
+
+---
+Tue Jul 15 16:26:29 CEST 2003 - mjan...@suse.cz
+
+- adapt to perl-5.8.1
+- use %perl_process_packlist
+
+---
+Wed Jun 18 09:08:08 CEST 2003 - co...@suse.de
+
+- package directories
+
+---
+Tue May 20 12:40:30 CEST 2003 - mjan...@suse.cz
+
+- remove unpackaged files
+
+---
+Tue Nov 12 15:53:36 CET 2002 - pre...@suse.cz
+
+- updated to version 2.21
+- updated neededforbuild after xf86-rename
+
+---
+Mon Jul 22 20:07:37 CEST 2002 - pre...@suse.cz
+
+- update to version 2.20
+- enabled make test
+
+---
+Tue Jul  2 17:40:06 MEST 2002 - m...@suse.de
+
+- remove race in .packlist generation
+
+---
+Thu Jan 17 13:07:02 CET 2002 - rvas...@suse.cz
+
+- update to version 2.16
+
+---
+Fri Nov  2 11:36:35 CET 2001 - rvas...@suse.cz
+
+- initial package release (version 2.14)
+

calling whatdependson for head-i586


New:

  TermReadKey-2.30.tar.gz
  perl-Term-ReadKey.changes
  perl-Term-ReadKey.spec



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

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



Name:   perl-Term-ReadKey
Version:2.30
Release:0
License:GNU General Public License version 2 or later or Artistic 
(GPLv2+ or Artistic)
Summary:Module for Simple Terminal Control
Url:http://search.cpan.org/dist/Term-ReadKey
Group:  Development/Libraries/Perl
Source: 
http://search.cpan.org/CPAN/authors/id/J/JS/JSTOWE/TermReadKey-%{version}.tar.gz
BuildRequires:  make
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  p

commit man-pages for openSUSE:Factory

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package man-pages for openSUSE:Factory
checked in at Wed Oct 5 17:46:32 CEST 2011.




--- openSUSE:Factory/man-pages/man-pages.changes2011-09-26 
17:05:55.0 +0200
+++ /mounts/work_src_done/STABLE/man-pages/man-pages.changes2011-10-05 
11:31:46.0 +0200
@@ -1,0 +2,83 @@
+Wed Oct  5 11:23:28 CEST 2011 - pgaj...@suse.cz
+
+- update to version 3.35
+  * New and rewritten pages
+  recvmmsg.2
+New man page for recvmmsg(2)
+  setns.2
+New manual page for setns(2)
+Various improvements
+  * Global changes
+  * Various pages
+Global fix: remove spaces around em-dash
+Normal English typographical convention is not to have
+spaces around em dashes.
+  * Various pages
+Global fix: s/null pointer/NULL pointer/
+  * Various pages
+Global fix: use ORing
+Use "ORing", not "OR'ing", nor an italic ".IR OR ing".
+  * Various pages
+Global fix: consistent use of "null wide character"
+Bring more consistency to the discussion of
+"[terminating] null wide character"
+by writing (at least in the initial use in a page)
+"[terminating] null wide character (L'\0')".
+  * Various pages
+Global fix: consistent use of "null byte"
+Bring more consistency to the discussion of
+"[terminating] null byte"
+by writing (at least in the initial use in a page)
+"[terminating] null byte ('\0')".
+  mount.2, prctl.2
+s/task/thread/ for consistency with other pages
+  * Changes to individual pages
+  lseek.2
+CONFORMING TO: Note other systems that have SEEK_HOLE+SEEK_DATA
+  recv.2
+Add mention of recvmmsg(2)
+  recvmmsg.2
+SEE ALSO: add sendmmsg(2)
+  send.2
+CONFORMING TO: POSIX.1-2008 adds MSG_NOSIGNAL
+  sigwaitinfo.2
+Note that attempts to wait for SIGKILL and SIGSTOP are silently ignored
+  stat.2
+Note POSIX.1-2001 and POSIX.1-2008 requirements for lstat()
+Regarding automounter action, add a reference to fstatat(2)
+Clean up text describing which POSIX describes S_IF* constants
+  aio_cancel.3
+Clarify meaning of "return status" and "error status"
+  gets.3
+POSIX.1-2008 marks gets() obsolescent
+The page formerly erroneously stated that POSIX.1-2008
+removed the specification of this function.
+  mbsnrtowcs.3
+CONFORMING TO: Add POSIX.1-2008
+This function is specified in the POSIX.1-2008 revision.
+  regex.3
+Change "terminating null" to "terminating null byte"
+  stpcpy.3
+  stpncpy.3
+Note that these functions are in POSIX.1-2008
+Update the "CONFORMING TO" sections of these functions to
+note that they are now part of the POSIX.1-2008 standard.
+  stpncpy.3
+Change "terminating null" to "terminating null byte"
+  strcpy.3
+SEE ALSO: Add stpncpy(3)
+  strdup.3
+CONFORMING TO: strndup() is in POSIX.1-2008
+  wcpcpy.3
+  wcpncpy.3
+  wcsnlen.3
+  wcsnrtombs.3
+CONFORMING TO: Add POSIX.1-2008
+These functions are specified in the POSIX.1-2008 revision.
+  proc.5
+Document /proc/[pid]/ns/
+Some edit's to Eric Biederman's /proc/[pid]/ns/ additions
+  capabilities.7
+List setns(2) as an operation allowed by CAP_SYS_ADMIN
+
+---

calling whatdependson for head-i586


Old:

  man-pages-3.34.tar.bz2
  needed_space_in_mb

New:

  man-pages-3.35.tar.bz2



Other differences:
--
++ man-pages.spec ++
--- /var/tmp/diff_new_pack.nhTECJ/_old  2011-10-05 17:46:24.0 +0200
+++ /var/tmp/diff_new_pack.nhTECJ/_new  2011-10-05 17:46:24.0 +0200
@@ -24,7 +24,7 @@
 License:BSD3c(or similar) ; GPLv2+ ; Other uncritical OpenSource 
License
 Group:  Documentation/Man
 AutoReqProv:on
-Version:3.34
+Version:3.35
 Release:1
 Summary:Linux  Manual Pages
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ man-pages-3.34.tar.bz2 -> man-pages-3.35.tar.bz2 ++
 14169 lines of diff (skipped)

++ update.sh ++
--- /var/tmp/diff_new_pack.nhTECJ/_old  2011-10-05 17:46:25.0 +0200
+++ /var/tmp/diff_new_pack.nhTECJ/_new  2011-10-05 17:46:25.0 +0200
@@ -1,5 +1,12 @@
-#!/bin/bash
-set -x
+#
+# USAGE: bash update.sh VERSION
+#
+
+function usage()
+{
+  echo "USAGE: bash update.sh VERSION"
+}
+
 function acquire_changes()
 {
   CHANGES_FILE="$1"
@@ -8,7 +15,13 @@
   LINETAIL=$((LINESUM-LINENUM+1))
   tail -n $LINETAIL $CHANGES_FILE | egrep -v "^$" | grep -v "\" | grep -v 
"^[A-Z]" | sed "s:\(^

commit libwpg for openSUSE:Factory

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package libwpg for openSUSE:Factory
checked in at Wed Oct 5 17:46:15 CEST 2011.




--- openSUSE:Factory/libwpg/libwpg.changes  2011-09-23 02:11:13.0 
+0200
+++ /mounts/work_src_done/STABLE/libwpg/libwpg.changes  2011-10-04 
16:56:00.0 +0200
@@ -1,0 +2,7 @@
+Tue Oct  4 16:47:46 CEST 2011 - fridrich.st...@suse.com
+
+- Upgrade to upstream 0.2.1
+  - Improvement of line styles and
+  - General conversion fidelity
+
+---

calling whatdependson for head-i586


Old:

  libwpg-0.2.0.tar.bz2

New:

  libwpg-0.2.1.tar.bz2



Other differences:
--
++ libwpg.spec ++
--- /var/tmp/diff_new_pack.vkm16x/_old  2011-10-05 17:46:07.0 +0200
+++ /var/tmp/diff_new_pack.vkm16x/_new  2011-10-05 17:46:07.0 +0200
@@ -27,8 +27,8 @@
 %endif
 BuildRequires:  gcc-c++ libwpd-devel >= 0.9.0 pkgconfig
 Summary:Library to read and parse graphics in WordPerfect Graphics 
format
-Version:0.2.0
-Release:6
+Version:0.2.1
+Release:0
 License:LGPLv2.1+
 Group:  System/Libraries
 Url:http://libwpg.sourceforge.net/

++ libwpg-0.2.0.tar.bz2 -> libwpg-0.2.1.tar.bz2 ++
 22487 lines of diff (skipped)

continue with "q"...



Remember to have fun...

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



commit gnome-utils for openSUSE:Factory

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package gnome-utils for openSUSE:Factory
checked in at Wed Oct 5 17:46:00 CEST 2011.




--- openSUSE:Factory/gnome-utils/gnome-utils.changes2011-10-02 
10:08:32.0 +0200
+++ /mounts/work_src_done/STABLE/gnome-utils/gnome-utils.changes
2011-10-04 14:25:39.0 +0200
@@ -1,0 +2,7 @@
+Tue Oct  4 12:25:15 UTC 2011 - vu...@opensuse.org
+
+- Remove tango-icon-theme Requires: there is absolutely no reason
+  for this requirement, and it blocks gnome-utils from being on the
+  live image (since tango-icon-theme is locked there).
+
+---

calling whatdependson for head-i586




Other differences:
--
++ gnome-utils.spec ++
--- /var/tmp/diff_new_pack.Ch5Spl/_old  2011-10-05 17:45:52.0 +0200
+++ /var/tmp/diff_new_pack.Ch5Spl/_new  2011-10-05 17:45:52.0 +0200
@@ -41,7 +41,6 @@
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
 BuildRequires:  pkgconfig(libcanberra-gtk3) >= 0.26
 Requires:   gnome-icon-theme
-Requires:   tango-icon-theme
 # We need xdg-su for gnome-utils-logview-run-as-root.patch
 Requires:   xdg-utils
 Recommends: %{name}-lang

continue with "q"...



Remember to have fun...

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



commit gnome-themes-standard for openSUSE:Factory

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package gnome-themes-standard for 
openSUSE:Factory
checked in at Wed Oct 5 17:45:46 CEST 2011.




--- openSUSE:Factory/gnome-themes-standard/gnome-themes-standard.changes
2011-10-02 10:08:08.0 +0200
+++ 
/mounts/work_src_done/STABLE/gnome-themes-standard/gnome-themes-standard.changes
2011-10-05 10:02:38.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct  5 08:02:01 UTC 2011 - vu...@opensuse.org
+
+- Add gnome-themes-standard-fallback-improvements.patch: fixes from
+  git to make fallback mode look better.
+
+---

calling whatdependson for head-i586


New:

  gnome-themes-standard-fallback-improvements.patch



Other differences:
--
++ gnome-themes-standard.spec ++
--- /var/tmp/diff_new_pack.vdayNm/_old  2011-10-05 17:45:41.0 +0200
+++ /var/tmp/diff_new_pack.vdayNm/_new  2011-10-05 17:45:41.0 +0200
@@ -25,6 +25,8 @@
 Group:  System/GUI/GNOME
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/gnome-themes-standard/3.2/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM gnome-themes-standard-fallback-improvements.patch 
vu...@opensuse.org -- Taken from git, improve fallback mode look and feel
+Patch0: gnome-themes-standard-fallback-improvements.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.1.18
@@ -98,6 +100,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure

++ gnome-themes-standard-fallback-improvements.patch ++
>From 66337c9988063766f2b84f9fbea61915e617693e Mon Sep 17 00:00:00 2001
From: Cosimo Cecchi 
Date: Tue, 04 Oct 2011 00:41:04 +
Subject: fallback: fixup gnome-panel theming for fallback mode

The panel in fallback mode looks really bad with the current theme.
Fixup a number of issues with the background colors and borders for the
taskbar, menu and clock items.
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css 
b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 34eba5c..ced424e 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -1603,13 +1603,10 @@ GtkCalendar.highlight {
  * Fallback Mode Panel
  **/
 
-PanelWidget,
-PanelApplet,
-PanelApplet > GtkMenuBar.menubar,
 .gnome-panel-menu-bar,
+PanelWidget,
 PanelAppletFrame,
-PanelMenuBar.menubar,
-PanelToplevel {
+PanelApplet {
 background-color: @os_chrome_bg_color;
 background-image: none;
 color: @os_chrome_fg_color;
@@ -1620,37 +1617,47 @@ ClockBox,
 font: bold;
 }
 
-PanelApplet > GtkMenuBar.menubar.menuitem:prelight,
-.gnome-panel-menu-bar.menuitem:prelight {
+.gnome-panel-menu-bar .menuitem:prelight {
 background-color: @os_chrome_selected_bg_color;
 color: @os_chrome_selected_fg_color;
-border-color: lighter (@os_chrome_selected_bg_color);
 }
 
-/* panel buttons (clock, tasklist etc) */
-PanelApplet GtkToggleButton {
-background-color: @os_chrome_bg_color;
+.gnome-panel-menu-bar .menuitem *:prelight {
+color: @os_chrome_selected_fg_color;
+text-shadow: @os_chrome_bg_color 0 1;
+}
+
+PanelApplet .button,
+PanelApplet .button:prelight {
+padding: 6 0;
+
+border-image: none;
+border-width: 0;
+border-radius: 0;
+
 background-image: none;
-border-color: @os_chrome_bg_color;
-border-width: 1;
+background-color: alpha(@theme_base_color, 0.0);
+
 color: @os_chrome_fg_color;
 }
 
-PanelApplet GtkToggleButton:prelight:active,
-PanelApplet GtkToggleButton:active {
-background-color: @os_chrome_selected_bg_color;
+PanelApplet .button:active:prelight,
+PanelApplet .button:active {
+border-image: none;
 background-image: none;
-border-color: lighter (@os_chrome_selected_bg_color);
-border-width: 1;
+background-color: @os_chrome_selected_bg_color;
+border-width: 0;
+border-radius: 0;
+}
+
+PanelApplet *:prelight {
 color: @os_chrome_selected_fg_color;
 }
 
-PanelApplet GtkToggleButton:prelight {
-background-color: @os_chrome_bg_color;
-background-image: none;
-border-color: @os_chrome_bg_color;
-border-width: 1;
+PanelApplet *:active,
+PanelApplet *:prelight:active {
 color: @os_chrome_selected_fg_color;
+text-shadow: @os_chrome_bg_color 0 1;
 }
 
 NaTrayApplet {
--
cgit v0.9.0.2
>From 7cd3b3403d038bc94fd620c221976e30907b092d Mon Sep 17 00:00:00 2001
From: Cosimo Cecchi 
Date: Tue, 04 Oct 2011 01:03:57 +
Subject: fallback: add a missing selector

---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css 
b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index ced424e..f3ff1d5 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -1604,6 +1604,7 @@ GtkCalendar.highlight {
  **/
 
 .gnome-panel-menu-bar,
+PanelToplev

commit gnome-commander for openSUSE:Factory

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package gnome-commander for openSUSE:Factory
checked in at Wed Oct 5 17:45:34 CEST 2011.




--- openSUSE:Factory/gnome-commander/gnome-commander.changes2011-09-23 
02:00:24.0 +0200
+++ /mounts/work_src_done/STABLE/gnome-commander/gnome-commander.changes
2011-10-05 09:37:23.0 +0200
@@ -1,0 +2,7 @@
+Wed Oct  5 07:36:07 UTC 2011 - vu...@opensuse.org
+
+- Update to version 1.2.8.14:
+  + bgo#621756: custom port for ftp is not saved.
+  + bgo#657780: bugs in nl translation.
+
+---

calling whatdependson for head-i586


Old:

  gnome-commander-1.2.8.13.tar.bz2

New:

  gnome-commander-1.2.8.14.tar.bz2



Other differences:
--
++ gnome-commander.spec ++
--- /var/tmp/diff_new_pack.AyrEAs/_old  2011-10-05 17:45:27.0 +0200
+++ /var/tmp/diff_new_pack.AyrEAs/_new  2011-10-05 17:45:27.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   gnome-commander
-Version:1.2.8.13
+Version:1.2.8.14
 Release:1
 License:GPLv2+
 Summary:Nice and Fast File Manager for the GNOME Desktop

++ gnome-commander-1.2.8.13.tar.bz2 -> gnome-commander-1.2.8.14.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-commander-1.2.8.13/ChangeLog 
new/gnome-commander-1.2.8.14/ChangeLog
--- old/gnome-commander-1.2.8.13/ChangeLog  2011-08-06 17:54:46.0 
+0200
+++ new/gnome-commander-1.2.8.14/ChangeLog  2011-10-04 21:02:05.0 
+0200
@@ -1,6 +1,112 @@
+commit 683d9301d0aa4753700ee01069f6bd99826e1f79
+Author: Piotr Eljasiak 
+Date:   2011-10-04
+
+1.2.8.14 release
+
+M  doc/gnome-commander.1
+
+commit b3a3e29e7406c95eab16bdb16c83fd7b0a88eb03
+Author: Piotr Eljasiak 
+Date:  2011-10-04
+
+Revert "advrename: make dialog transient"
+
+This reverts commit df84d84cbb300183997a5f8f406fc35d62844e2e.
+
+M  src/gnome-cmd-advrename-dialog.cc
+
+commit 0994b7a4c1a4afa61ee0b7593c9c8f2e7f541d98
+Author: Piotr Eljasiak 
+Date:  2011-10-03
+
+Fixed problem #657780 (bugs in nl.po)
+
+M  NEWS
+M  doc/C/gnome-commander.xml
+M  po/nl.po
+
+commit 40307caad5250ab7eec7b6366ad6aae9f4aab66c
+Author: Piotr Eljasiak 
+Date:  2011-10-03
+
+Fixed problem #621756 (custom port for ftp is not saved)
+
+M  NEWS
+M  doc/C/gnome-commander.xml
+M  src/gnome-cmd-con-dialog.cc
+
+commit dafa03669f94743fc45fec0d326a1f14de1fbc56
+Author: Piotr Eljasiak 
+Date:  2011-10-03
+
+Docs update
+
+M  doc/C/gnome-commander.xml
+
+commit 9744727483fc01e3cfcfef96f21b0ac0be7ca25f
+Author: Piotr Eljasiak 
+Date:  2011-10-03
+
+NEWS update
+
+M  NEWS
+
+commit 6a45984172b684befde8dedbeb8914a33c056565
+Author: Piotr Eljasiak 
+Date:  2011-10-02
+
+Revert "docs: drop outdated references to
+~/.gnome-commander/connections"
+
+This reverts commit 4908f72f514e97afe6eb1d50c5f499d4eb1a395a.
+
+M  doc/gnome-commander.1
+
+commit 5d03320094908da2aa1ca883da5d4dd8aee19935
+Author: Piotr Eljasiak 
+Date:  2011-09-18
+
+docs: drop outdated references to ~/.gnome-commander/ftp-servers
+
+M  doc/gnome-commander.1
+
+commit 4908f72f514e97afe6eb1d50c5f499d4eb1a395a
+Author: Piotr Eljasiak 
+Date:  2011-09-18
+
+docs: drop outdated references to ~/.gnome-commander/connections
+
+M  doc/gnome-commander.1
+
+commit eed8ada396f6687c9a307ebe2fd89da79783b95b
+Author: Piotr Eljasiak 
+Date:  2011-09-04
+
+GnomeCmdConList: kill dead code
+
+M  src/gnome-cmd-con-list.cc
+M  src/gnome-cmd-con-list.h
+
+commit df84d84cbb300183997a5f8f406fc35d62844e2e
+Author: Piotr Eljasiak 
+Date:  2011-08-20
+
+advrename: make dialog transient
+
+M  src/gnome-cmd-advrename-dialog.cc
+
+commit 14aec17958da80aad6bc58957db80f8fca6fc9a8
+Author: Piotr Eljasiak 
+Date:  2011-10-02
+
+Bump version to 1.2.8.14
+
+M  configure.in
+
 commit 2ac074e815ae5d7c9dc6db9c7bfdbc2e30d20a6c
 Author: Piotr Eljasiak 
-Date:   2011-08-06
+Date:  2011-08-06
 
 1.2.8.13 release
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-commander-1.2.8.13/NEWS 
new/gnome-commander-1.2.8.14/NEWS
--- old/gnome-commander-1.2.8.13/NEWS   2011-08-06 17:48:31.0 +0200
+++ new/gnome-commander-1.2.8.14/NEWS   2011-10-04 20:59:52.0 +0200
@@ -1,4 +1,13 @@
 ===
+gnome-commander 1.2.8.14
+---
+
+Bug fixes:
+ * Fixed problem #621756 (custom port for ftp is not saved)
+ * Fixed problem #657780 (bugs in nl.po)
+
+
+===
 gnome-commander 1.2.8.13
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-commander-1.2.8.13/README 
new/gnome-commander-1.2.8.14/README
--- old/gnom

commit glib2-branding-openSUSE for openSUSE:Factory

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package glib2-branding-openSUSE for 
openSUSE:Factory
checked in at Wed Oct 5 17:45:23 CEST 2011.




--- openSUSE:Factory/glib2-branding-openSUSE/glib2-branding-openSUSE.changes
2011-10-02 10:04:20.0 +0200
+++ 
/mounts/work_src_done/STABLE/glib2-branding-openSUSE/glib2-branding-openSUSE.changes
2011-10-04 17:53:32.0 +0200
@@ -1,0 +2,10 @@
+Tue Oct  4 15:52:20 UTC 2011 - vu...@opensuse.org
+
+- Change GSettings default:
+  + Set org.gnome.settings-daemon.plugins.media-keys/toggle-mute to
+false, porting an old default we had in gconf2-branding.
+  + Add a comment about org.gnome.login-screen/logo so that people
+know it can be set. Leave it unset for now since it doesn't
+look that good.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ glib2-branding.gschema.override.in ++
--- /var/tmp/diff_new_pack.DcV43Q/_old  2011-10-05 17:45:20.0 +0200
+++ /var/tmp/diff_new_pack.DcV43Q/_new  2011-10-05 17:45:20.0 +0200
@@ -15,6 +15,10 @@
 primary-color = "#258c06"
 secondary-color = "#258c06"
 
+[org.gnome.login-screen]
+## Logo in the gdm login dialog
+# logo='/usr/share/icons/hicolor/scalable/apps/distributor.svg'
+
 [org.gnome.libgnomekbd.desktop]
 ## Set keyboard layout global per session instead of per window
 group-per-window = false
@@ -25,6 +29,11 @@
 @@IF_openSUSE@@# theme-name = ""
 @@IF_SLE@@theme-name = "novell"
 
+[org.gnome.settings-daemon.plugins.media-keys]
+## Mute button always mute, instead of toggling.
+## Comes from gnome-settings-daemon-bnc462640-mute-action.patch in 
gnome-settings-daemon
+toggle-mute = false
+
 [org.gnome.settings-daemon.plugins.power]
 ## Enable Energy Star compliant default configuration
 sleep-display-ac = 300

continue with "q"...



Remember to have fun...

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



commit gconf2-branding-openSUSE for openSUSE:Factory

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package gconf2-branding-openSUSE for 
openSUSE:Factory
checked in at Wed Oct 5 17:37:10 CEST 2011.




--- openSUSE:Factory/gconf2-branding-openSUSE/gconf2-branding-SLED.changes  
2011-09-26 10:30:39.0 +0200
+++ 
/mounts/work_src_done/STABLE/gconf2-branding-openSUSE/gconf2-branding-SLED.changes
  2011-10-05 12:27:59.0 +0200
@@ -1,0 +2,14 @@
+Tue Oct  4 15:44:02 UTC 2011 - vu...@opensuse.org
+
+- Remove openSUSE-dynamic-wallpaper subpackage: this has now moved
+  to the branding-openSUSE source package.
+- Remove openSUSE-dynamic-wallpapers-old: this is moving to a new
+  dynamic-wallpapers-11x source package. Also remove the
+  gnome-wallpaper-* source files that were needed only for this.
+- Remove now unneeded desktop-data-openSUSE BuildRequires: this was
+  only needed for the dynamic wallpaper.
+- Stop changing /apps/gnome_settings_daemon/toggle_mute gconf key:
+  this is now handled with a GSettings override, in
+  glib2-branding-openSUSE.
+
+---
gconf2-branding-SLES.changes: same change
gconf2-branding-openSUSE.changes: same change

calling whatdependson for head-i586


Old:

  gnome-wallpaper-11.0.2.tar.bz2
  gnome-wallpaper-11.1.tar.bz2
  gnome-wallpaper-11.2.tar.bz2
  gnome-wallpaper-11.3.tar.bz2
  gnome-wallpaper-11.4.tar.bz2



Other differences:
--
++ gconf2-branding-SLED.spec ++
--- /var/tmp/diff_new_pack.0hxwp2/_old  2011-10-05 17:37:04.0 +0200
+++ /var/tmp/diff_new_pack.0hxwp2/_new  2011-10-05 17:37:04.0 +0200
@@ -24,20 +24,14 @@
 %if %build_openSUSE
 %define branding_name openSUSE
 %define pkg_version   12.1
-%define desktop_data  openSUSE
-%define dynamic_file  stripes/stripes.xml
 %endif # %%build_openSUSE
 %if %build_SLED
 %define branding_name SLED
 %define pkg_version   11
-%define desktop_data  SLED
-%define dynamic_file  nonexisting
 %endif
 %if %build_SLES
 %define branding_name SLES
 %define pkg_version   11
-%define desktop_data  SLED
-%define dynamic_file  nonexisting
 %endif
 
 # Do not edit this auto generated file! Edit gconf2-branding.spec.in.
@@ -56,21 +50,12 @@
 Source10:   GnomeOnlineHelp.desktop
 Source11:   suse-help.svg
 %endif
-%if %build_openSUSE
-# Dynamic wallpapers
-Source20:   gnome-wallpaper-11.0.2.tar.bz2
-Source21:   gnome-wallpaper-11.1.tar.bz2
-Source22:   gnome-wallpaper-11.2.tar.bz2
-Source23:   gnome-wallpaper-11.3.tar.bz2
-Source24:   gnome-wallpaper-11.4.tar.bz2
-%endif
 %if %build_SLED || %build_SLES
 # Novell sound theme
 Source30:   novell-sound-index.theme
 Source31:   novell-sound-desktop-login.ogg
 %endif
 Source99:   HACKING
-BuildRequires:  desktop-data-%{desktop_data}
 BuildRequires:  gconf2
 # For directory ownership of %{_datadir}/backgrounds:
 # BuildRequires:  gnome-themes
@@ -93,38 +78,6 @@
 This package provides SLED defaults for configurations based
 on GConf database system.
 
-%if %build_openSUSE
-
-%package -n SLED-dynamic-wallpaper
-License:BSD3c(or similar)
-Summary:Dynamic wallpaper for GNOME, with SLED Look
-Group:  System/GUI/GNOME
-Requires(post): update-alternatives
-Requires(postun): update-alternatives
-Supplements:packageand(desktop-data-%{desktop_data}:gnome-settings-daemon)
-Provides:   desktop-data-SLED-extra-gnome = %{version}
-Obsoletes:  desktop-data-SLED-extra-gnome < %{version}
-
-%description -n SLED-dynamic-wallpaper
-This package contains a dynamic wallpaper with SLED look.
-
-A dynamic wallpaper changes depending on the time of the day: it is
-generally bright during the day, and dark during the night.
-
-%package -n SLED-dynamic-wallpapers-old
-License:BSD3c(or similar)
-Summary:Dynamic wallpapers for GNOME, from previous versions of SLED
-Group:  System/GUI/GNOME
-Enhances:   SLED-dynamic-wallpaper
-
-%description -n SLED-dynamic-wallpapers-old
-This package contains dynamic wallpapers from previous versions of
-SLED.
-
-A dynamic wallpaper changes depending on the time of the day: it is
-generally bright during the day, and dark during the night.
-%endif
-
 %if %build_SLED || %build_SLES
 
 %package -n novell-sound-theme
@@ -139,53 +92,12 @@
 %endif
 
 %prep
-%if %build_openSUSE
-%setup -q -T -a20 -a21 -a22 -a23 -a24 -c %{name}-%{version}
-%else
 %setup -q -T -c %{name}-%{version}
-%endif
 cp -a %{S:3} COPYING
 
 %build
-%if %suse_version < 1140
-echo "Sorry, the setup to install the default background only works on 11.4 
and later when building this package."
-false
-%endif
 
 %install
-# dynamic backgrounds
-%if %build_openSUSE
-# Here's the setup we use (assuming openSUSE for branding in this example):
-#  - /usr/share/wallpapers/openSUSE-default.xml is t

commit fwzs for openSUSE:Factory

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package fwzs for openSUSE:Factory
checked in at Wed Oct 5 17:36:06 CEST 2011.




--- openSUSE:Factory/fwzs/fwzs.changes  2011-09-23 01:58:28.0 +0200
+++ /mounts/work_src_done/STABLE/fwzs/fwzs.changes  2011-10-05 
11:38:30.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct  5 09:37:59 UTC 2011 - lnus...@suse.de
+
+- new version 0.5:
+  * automatic zone switching based on NM connection
+
+---

calling whatdependson for head-i586


Old:

  fwzs-0.4.tar.bz2

New:

  fwzs-0.5.tar.bz2



Other differences:
--
++ fwzs.spec ++
--- /var/tmp/diff_new_pack.dGAEoW/_old  2011-10-05 17:36:02.0 +0200
+++ /var/tmp/diff_new_pack.dGAEoW/_new  2011-10-05 17:36:02.0 +0200
@@ -21,8 +21,8 @@
 Name:   fwzs
 Url:http://gitorious.org/opensuse/fwzs
 Summary:Tray applet that allows to switch firewall zones of interfaces
-Version:0.4
-Release:3
+Version:0.5
+Release:1
 License:GPLv2
 Group:  System/GUI/Other
 Source: fwzs-%version.tar.bz2
@@ -69,9 +69,9 @@
 %{_datadir}/fwzs
 %{_datadir}/dbus-1/system-services/org.opensuse.zoneswitcher.service
 %{_datadir}/applications/fwzsapp.desktop
+%if 0%{?suse_version} < 1130
 %dir %{_datadir}/PolicyKit
 %dir %{_datadir}/PolicyKit/policy
-%if 0%{?suse_version} < 1130
 %{_datadir}/PolicyKit/policy/org.opensuse.zoneswitcher.policy
 %else
 %dir %{_datadir}/polkit-1

++ fwzs-0.4.tar.bz2 -> fwzs-0.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fwzs-0.4/TODO new/fwzs-0.5/TODO
--- old/fwzs-0.4/TODO   2010-06-18 10:43:00.0 +0200
+++ new/fwzs-0.5/TODO   2011-10-05 12:02:56.0 +0200
@@ -1,7 +1,5 @@
-- watch NetworkManager for connection changes and switch to default
-  automatically
-- also support polkit1
 - properly survive dbus restarts
+- apply status after SuSEfirewall2 has run if run for the first time
 
 Optional:
 - other firewall backends
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fwzs-0.4/configure new/fwzs-0.5/configure
--- old/fwzs-0.4/configure  2011-04-27 18:25:52.0 +0200
+++ new/fwzs-0.5/configure  2011-10-05 11:53:54.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for fwzs 0.4.
+# Generated by GNU Autoconf 2.68 for fwzs 0.5.
 #
 # Report bugs to .
 #
@@ -559,8 +559,8 @@
 # Identity of this package.
 PACKAGE_NAME='fwzs'
 PACKAGE_TARNAME='fwzs'
-PACKAGE_VERSION='0.4'
-PACKAGE_STRING='fwzs 0.4'
+PACKAGE_VERSION='0.5'
+PACKAGE_STRING='fwzs 0.5'
 PACKAGE_BUGREPORT='ludwig.nus...@suse.de'
 PACKAGE_URL=''
 
@@ -1187,7 +1187,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures fwzs 0.4 to adapt to many kinds of systems.
+\`configure' configures fwzs 0.5 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1257,7 +1257,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of fwzs 0.4:";;
+ short | recursive ) echo "Configuration of fwzs 0.5:";;
esac
   cat <<\_ACEOF
 
@@ -1330,7 +1330,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-fwzs configure 0.4
+fwzs configure 0.5
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1347,7 +1347,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by fwzs $as_me 0.4, which was
+It was created by fwzs $as_me 0.5, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2236,7 +2236,7 @@
 
 # Define the identity of the package.
  PACKAGE='fwzs'
- VERSION='0.4'
+ VERSION='0.5'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2845,7 +2845,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by fwzs $as_me 0.4, which was
+This file was extended by fwzs $as_me 0.5, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -2898,7 +2898,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/&/g'`"
 ac_cs_version="\\
-fwzs config.status 0.4
+fwzs config.status 0.5
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fwzs-0.4/configure

commit enchant for openSUSE:Factory

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package enchant for openSUSE:Factory
checked in at Wed Oct 5 17:35:58 CEST 2011.




--- openSUSE:Factory/enchant/enchant.changes2011-09-23 01:56:35.0 
+0200
+++ /mounts/work_src_done/STABLE/enchant/enchant.changes2011-10-04 
10:35:01.0 +0200
@@ -1,0 +2,18 @@
+Tue Oct  4 08:33:20 UTC 2011 - vu...@opensuse.org
+
+- Change zemberek-server Requires in zemberek subpackage to a
+  Recommends since we don't have the zemberek-server package in
+  Factory; in addition, the plugin uses dbus to communicate with
+  the server, and won't fail badly if the server is not there.
+- Add a Supplements to zemberek subpackage for
+  packageand(libenchant1:zemberek-server), to automatically install
+  the zemberek plugin.
+
+---
+Sun Sep 18 17:17:12 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/obsolete tags/sections from specfile
+  (cf. packaging guidelines)
+- Use %_smp_mflags for parallel build
+
+---

calling whatdependson for head-i586




Other differences:
--
++ enchant.spec ++
--- /var/tmp/diff_new_pack.uk0NUB/_old  2011-10-05 17:35:54.0 +0200
+++ /var/tmp/diff_new_pack.uk0NUB/_new  2011-10-05 17:35:54.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package enchant (Version 1.6.0)
+# spec file for package enchant
 #
-# 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,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   enchant
@@ -70,7 +69,8 @@
 Provides:   locale(%{name}:tr)
 Provides:   locale(%{name}:tt)
 # Only zemberek-server over D-Bus is supported. Server must be installed 
locally:
-Requires:   zemberek-server
+Recommends: zemberek-server
+Supplements:packageand(libenchant1:zemberek-server)
 
 %description zemberek
 Zemberek plugin (Azeri, Turkmen, Turkish, Tatar) for enchant, a library
@@ -105,7 +105,7 @@
 %configure --with-pic \
--disable-static \
 --enable-zemberek
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 %makeinstall
@@ -113,9 +113,6 @@
 find %{buildroot} -type f -name "*.la" -delete -print
 %endif
 
-%clean
-rm -rf %{buildroot}
-
 %post -n libenchant1 -p /sbin/ldconfig
 
 %postun -n libenchant1 -p /sbin/ldconfig

continue with "q"...



Remember to have fun...

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



commit branding-basedonopensuse for openSUSE:Factory

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package branding-basedonopensuse for 
openSUSE:Factory
checked in at Wed Oct 5 17:35:48 CEST 2011.




--- openSUSE:Factory/branding-basedonopensuse/branding-basedonopensuse.changes  
2011-09-26 10:29:43.0 +0200
+++ 
/mounts/work_src_done/STABLE/branding-basedonopensuse/branding-basedonopensuse.changes
  2011-10-05 11:52:20.0 +0200
@@ -1,0 +2,11 @@
+Wed Oct  5 09:51:55 UTC 2011 - co...@suse.com
+
+- require branding-basedonopensuse to avoid an accidental
+  branding switch
+
+---
+Wed Oct  5 09:49:58 UTC 2011 - co...@suse.com
+
+- adapt to new branding set
+
+---

calling whatdependson for head-i586




Other differences:
--
++ branding-basedonopensuse.spec ++
--- /var/tmp/diff_new_pack.KSyugX/_old  2011-10-05 17:35:44.0 +0200
+++ /var/tmp/diff_new_pack.KSyugX/_new  2011-10-05 17:35:44.0 +0200
@@ -24,6 +24,7 @@
 #BRQ-START
 BuildRequires:  bootsplash-branding-openSUSE
 BuildRequires:  compiz-branding-openSUSE
+BuildRequires:  dynamic-wallpaper-branding-openSUSE
 BuildRequires:  epiphany-branding-openSUSE
 BuildRequires:  exo-branding-openSUSE
 BuildRequires:  gconf2-branding-openSUSE
@@ -42,15 +43,20 @@
 BuildRequires:  kdelibs4-branding-openSUSE
 BuildRequires:  kdm-branding-openSUSE
 BuildRequires:  kio_sysinfo-branding-openSUSE
+BuildRequires:  ksplashx-branding-openSUSE
 BuildRequires:  libgarcon-branding-openSUSE
 BuildRequires:  libpurple-branding-openSUSE
 BuildRequires:  libreoffice-branding-openSUSE
 BuildRequires:  libsocialweb-branding-openSUSE
 BuildRequires:  libxfce4ui-branding-openSUSE
+BuildRequires:  lightdm-gtk-greeter-branding-openSUSE
 BuildRequires:  lxde-common-branding-openSUSE
 BuildRequires:  MozillaFirefox-branding-openSUSE
 BuildRequires:  PackageKit-branding-openSUSE
 BuildRequires:  splashy-branding-openSUSE
+BuildRequires:  susegreeter-branding-openSUSE
+BuildRequires:  systemd-presets-branding-openSUSE
+BuildRequires:  wallpaper-branding-openSUSE
 BuildRequires:  xfce4-notifyd-branding-openSUSE
 BuildRequires:  xfce4-panel-branding-openSUSE
 BuildRequires:  xfce4-session-branding-openSUSE
@@ -58,6 +64,7 @@
 BuildRequires:  xfdesktop-branding-openSUSE
 BuildRequires:  xfwm4-branding-openSUSE
 BuildRequires:  yast2-branding-openSUSE
+BuildRequires:  yast2-qt-branding-openSUSE
 #BRQ-END
 
 License:MIT License (or similar)
@@ -117,6 +124,7 @@
 #PSTART
 packages="$packages bootsplash-branding-openSUSE"
 packages="$packages compiz-branding-openSUSE"
+packages="$packages dynamic-wallpaper-branding-openSUSE"
 packages="$packages epiphany-branding-openSUSE"
 packages="$packages exo-branding-openSUSE"
 packages="$packages gconf2-branding-openSUSE"
@@ -135,15 +143,20 @@
 packages="$packages kdelibs4-branding-openSUSE"
 packages="$packages kdm-branding-openSUSE"
 packages="$packages kio_sysinfo-branding-openSUSE"
+packages="$packages ksplashx-branding-openSUSE"
 packages="$packages libgarcon-branding-openSUSE"
 packages="$packages libpurple-branding-openSUSE"
 packages="$packages libreoffice-branding-openSUSE"
 packages="$packages libsocialweb-branding-openSUSE"
 packages="$packages libxfce4ui-branding-openSUSE"
+packages="$packages lightdm-gtk-greeter-branding-openSUSE"
 packages="$packages lxde-common-branding-openSUSE"
 packages="$packages MozillaFirefox-branding-openSUSE"
 packages="$packages PackageKit-branding-openSUSE"
 packages="$packages splashy-branding-openSUSE"
+packages="$packages susegreeter-branding-openSUSE"
+packages="$packages systemd-presets-branding-openSUSE"
+packages="$packages wallpaper-branding-openSUSE"
 packages="$packages xfce4-notifyd-branding-openSUSE"
 packages="$packages xfce4-panel-branding-openSUSE"
 packages="$packages xfce4-session-branding-openSUSE"
@@ -151,6 +164,7 @@
 packages="$packages xfdesktop-branding-openSUSE"
 packages="$packages xfwm4-branding-openSUSE"
 packages="$packages yast2-branding-openSUSE"
+packages="$packages yast2-qt-branding-openSUSE"
 #PEND
 
 for i in $packages; do
@@ -241,6 +255,7 @@
 %package -n bootsplash-branding-basedonopensuse
 Summary:Provides bootsplash branding
 Provides:   bootsplash-branding
+Requires:   branding-basedonopensuse
 Conflicts:  otherproviders(bootsplash-branding)
 Supplements:packageand(bootsplash:branding-basedonopensuse)
 
@@ -259,6 +274,7 @@
 %package -n compiz-branding-basedonopensuse
 Summary:Provides compiz branding
 Provides:   compiz-branding
+Requires:   branding-basedonopensuse
 Conflicts:  otherproviders(compiz-branding)
 Supplements:packageand(compiz:branding-basedonopensuse)
 
@@ -267,9 +283,22 @@
 
 %files -f files.compiz-branding-openSUSE -n compiz-branding-basedonopensuse
 
+%package -n dynamic-wallpaper-branding-base

commit autoyast2 for openSUSE:Factory

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package autoyast2 for openSUSE:Factory
checked in at Wed Oct 5 17:35:18 CEST 2011.




--- openSUSE:Factory/autoyast2/autoyast2.changes2011-10-04 
18:06:41.0 +0200
+++ /mounts/work_src_done/STABLE/autoyast2/autoyast2.changes2011-10-05 
13:24:30.0 +0200
@@ -1,0 +2,7 @@
+Wed Oct  5 10:57:39 UTC 2011 - jsrain@site
+
+- prevent unwanted change of autoupgrade mode to autoinstallation
+  (bnc#722249)
+- 2.21.4
+
+---

calling whatdependson for head-i586


Old:

  autoyast2-2.21.3.tar.bz2

New:

  autoyast2-2.21.4.tar.bz2



Other differences:
--
++ autoyast2.spec ++
--- /var/tmp/diff_new_pack.4iFtTz/_old  2011-10-05 17:35:14.0 +0200
+++ /var/tmp/diff_new_pack.4iFtTz/_new  2011-10-05 17:35:14.0 +0200
@@ -19,11 +19,11 @@
 
 
 Name:   autoyast2
-Version:2.21.3
+Version:2.21.4
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:autoyast2-2.21.3.tar.bz2
+Source0:autoyast2-2.21.4.tar.bz2
 
 Prefix: /usr
 
@@ -65,7 +65,7 @@
 installation sources.
 
 %package installation
-Version:2.21.3
+Version:2.21.4
 
 
 Summary:YaST2 - Auto Installation Modules
@@ -84,7 +84,7 @@
 generated with the autoyast2 package.
 
 %prep
-%setup -n autoyast2-2.21.3
+%setup -n autoyast2-2.21.4
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++ autoyast2-2.21.3.tar.bz2 -> autoyast2-2.21.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-2.21.3/VERSION new/autoyast2-2.21.4/VERSION
--- old/autoyast2-2.21.3/VERSION2011-10-04 17:12:53.0 +0200
+++ new/autoyast2-2.21.4/VERSION2011-10-05 13:14:49.0 +0200
@@ -1 +1 @@
-2.21.3
+2.21.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-2.21.3/configure 
new/autoyast2-2.21.4/configure
--- old/autoyast2-2.21.3/configure  2011-10-04 17:14:00.0 +0200
+++ new/autoyast2-2.21.4/configure  2011-10-05 13:20:16.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for autoyast2 2.21.3.
+# Generated by GNU Autoconf 2.68 for autoyast2 2.21.4.
 #
 # Report bugs to .
 #
@@ -559,8 +559,8 @@
 # Identity of this package.
 PACKAGE_NAME='autoyast2'
 PACKAGE_TARNAME='autoyast2'
-PACKAGE_VERSION='2.21.3'
-PACKAGE_STRING='autoyast2 2.21.3'
+PACKAGE_VERSION='2.21.4'
+PACKAGE_STRING='autoyast2 2.21.4'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1237,7 +1237,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures autoyast2 2.21.3 to adapt to many kinds of systems.
+\`configure' configures autoyast2 2.21.4 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1308,7 +1308,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of autoyast2 2.21.3:";;
+ short | recursive ) echo "Configuration of autoyast2 2.21.4:";;
esac
   cat <<\_ACEOF
 
@@ -1388,7 +1388,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-autoyast2 configure 2.21.3
+autoyast2 configure 2.21.4
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1405,7 +1405,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by autoyast2 $as_me 2.21.3, which was
+It was created by autoyast2 $as_me 2.21.4, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2335,7 +2335,7 @@
 
 # Define the identity of the package.
  PACKAGE='autoyast2'
- VERSION='2.21.3'
+ VERSION='2.21.4'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2457,7 +2457,7 @@
 
 
 
-VERSION="2.21.3"
+VERSION="2.21.4"
 RPMNAME="autoyast2"
 MAINTAINER="Uwe Gansert "
 
@@ -3498,7 +3498,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by autoyast2 $as_me 2.21.3, which was
+This file was extended by autoyast2 $as_me 2.21.4, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -3551,7 +3551,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/&/g'`"
 ac_cs_version="\\
-autoyast2 config.status 2.21.3
+autoyast2 config.status 2.21.4
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$

commit aspell for openSUSE:Factory

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package aspell for openSUSE:Factory
checked in at Wed Oct 5 17:35:06 CEST 2011.




--- openSUSE:Factory/aspell/aspell.changes  2011-10-03 09:12:39.0 
+0200
+++ /mounts/work_src_done/STABLE/aspell/aspell.changes  2011-10-02 
19:59:09.0 +0200
@@ -1,0 +2,35 @@
+Sun Oct  2 17:58:18 UTC 2011 - asterios.dra...@gmail.com
+
+- update to version 0.60.6.1
+  * Update to Automake 1.10.3.
+  * Fix a bug which caused a race condition (leading to a likely crash)
+when two threads try to update the dictionary cache at the same
+time.
+  * Make it very clear that compiling Aspell with NDEBUG is a bad idea
+(see `http://aspell.net/ndebug.html') by outputting a warning when
+building with NDEBUG defined.
+  * Numerous other minor updates and bug fixes.
+- Spec file updates:
+  * Changes based on spec-cleaner run.
+  * Changed License: to LGPL-2.1+.
+  * Splitted the package according to the shared library packaging policy
+(added libaspell15 and libpspell15 sub-packages).
+  * Added descriptions for the patches based on openSUSE guidelines.
+  * Suggest also aspell-spell sub-package.
+  * Added versioned Provides:/Obsoletes: for pspell and pspell-devel (rpmlint
+warning fix).
+  * Removed libstdc++-devel from Requires: of aspell-devel (not needed).
+  * Improved summaries and descriptions.
+  * Clean up in %build, %install and %files sections.
+  * Install the "spell" script provided by the package for compatibility
+reasons (added a aspell-spell sub-package containing this script and moved
+the Provides: entry for "spell" into this package).
+  * Use %fdupes macro to fix rpmlint warning about duplicate files.
+  * Use %install_info_delete in %preun instead of %postun section.
+  * Add pspell-config.1 man page to the aspell-devel sub-package instead of
+aspell.
+- Removed the following patches (fixed upstream):
+  * aspell-iterator-after-erase.patch
+  * aspell-make-static-filters.patch
+
+---

calling whatdependson for head-i586


Old:

  aspell-0.60.6.tar.bz2
  aspell-iterator-after-erase.patch
  aspell-make-static-filters.patch

New:

  aspell-0.60.6.1.tar.gz



Other differences:
--
++ aspell.spec ++
--- /var/tmp/diff_new_pack.Mfvj7x/_old  2011-10-05 17:35:02.0 +0200
+++ /var/tmp/diff_new_pack.Mfvj7x/_new  2011-10-05 17:35:02.0 +0200
@@ -15,37 +15,39 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   aspell
-BuildRequires:  gcc-c++ ncurses-devel
-BuildRequires:  libtool
-License:LGPL v2.1 or later
+Version:0.60.6.1
+Release:1
+License:LGPL-2.1+
+Summary:A Free and Open Source Spell Checker
+Url:http://aspell.net/
 Group:  Productivity/Text/Spell
-Provides:   spell pspell
+Source0:ftp://ftp.gnu.org/gnu/aspell/%{name}-%{version}.tar.gz
+Source100:  baselibs.conf
+# PATCH-FIX-OPENSUSE aspell-strict-aliasing.patch pne...@suse.cz -- Fix gcc 
strict aliasing warnings
+Patch0: aspell-strict-aliasing.patch
+# PATCH-FIX-OPENSUSE aspell-quotes.patch lmichno...@suse.cz -- Fix command 
execution in script "run-with-aspell"
+Patch1: aspell-quotes.patch
+# PATCH-FIX-OPENSUSE aspell-epmty_file.patch bnc#266130 lmichno...@suse.cz -- 
Fix SIGSEV when checking empty file
+Patch2: aspell-epmty_file.patch
+BuildRequires:  fdupes
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
+BuildRequires:  ncurses-devel
+Requires(post): info
+Requires(preun): info
 Recommends: aspell-en
-Obsoletes:  pspell
-PreReq: %install_info_prereq
-AutoReqProv:on
+Suggests:   aspell-ispell
+Suggests:   aspell-spell
+Provides:   pspell = %{version}
+Obsoletes:  pspell < %{version}
 # bug437293
 %ifarch ppc64
 Obsoletes:  aspell-64bit
 %endif
-#
-Version:0.60.6
-Release:28
-Summary:A Free and Open Source Spell Checker
-Url:http://aspell.net/
-Source: aspell-%{version}.tar.bz2
-Source2:baselibs.conf
-Patch1: aspell-strict-aliasing.patch
-Patch3: aspell-quotes.patch
-Patch4: aspell-epmty_file.patch
-Patch6: aspell-make-static-filters.patch
-Patch7: aspell-iterator-after-erase.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Suggests:   aspell-ispell
 
 %description
 GNU Aspell is a spell checker designed to eventually replace Ispell. It
@@ -58,141 +60,166 @@
 memory for dictionaries and intelligently handling personal
 dictionaries when more than one Aspell process is open at once.
 
-
-
-Authors:
-
-Kevin Atkinson kev...@gnu.org
-
 %package devel
-License:LGPL v2.1 or later
-Provides:   pspell-devel
-Requires:   aspell = %{version} lib

commit PackageKit for openSUSE:Factory

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package PackageKit for openSUSE:Factory
checked in at Wed Oct 5 17:34:55 CEST 2011.




--- openSUSE:Factory/PackageKit/PackageKit.changes  2011-10-04 
18:06:13.0 +0200
+++ /mounts/work_src_done/STABLE/PackageKit/PackageKit.changes  2011-10-05 
07:57:39.0 +0200
@@ -1,0 +2,13 @@
+Wed Oct  5 05:53:32 UTC 2011 - vu...@opensuse.org
+
+- Update to version 0.6.19:
+  + New Features:
+- Offset the cache age by 30 minutes
+  + Bugfixes:
+- Use g_unix_signal_add_full() which has been renamed GLib
+- Use the newest filter when resolving for new packages to
+  install
+  + Non-zypp backends updates.
+- Drop PackageKit-glib-2.29.19.patch: fixed upstream.
+
+---

calling whatdependson for head-i586


Old:

  PackageKit-0.6.18.tar.xz
  PackageKit-glib-2.29.19.patch

New:

  PackageKit-0.6.19.tar.xz



Other differences:
--
++ PackageKit.spec ++
--- /var/tmp/diff_new_pack.4NUr6t/_old  2011-10-05 17:34:52.0 +0200
+++ /var/tmp/diff_new_pack.4NUr6t/_new  2011-10-05 17:34:52.0 +0200
@@ -34,7 +34,7 @@
 %endif
 
 Name:   PackageKit
-Version:0.6.18
+Version:0.6.19
 Release:1
 # FIXME: on update, check if we can remove the rm hack for .moc files in 
%%prep (see fdo#40662). Last checked: 0.6.18.
 License:GPLv2+
@@ -79,8 +79,6 @@
 Patch0: PackageKit-sysconfig-cron.patch
 # PATCH-FIX-UPSTREAM PackageKit-npapi.patch fdo#40026 w...@rosenauer.org -- 
Build against npapi-sdk instead of xulrunner
 Patch1: PackageKit-npapi.patch
-# PATCH-FIX-UPSTREAM PackageKit-glib-2.29.19.patch vu...@opensuse.org -- Fix 
usage of glib 2.29 API that got changed, taken from git
-Patch2: PackageKit-glib-2.29.19.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   %{name}-branding = %{version}
 Recommends: %{name}-lang
@@ -306,7 +304,6 @@
 %if 0%{suse_version} > 1140
 %patch1 -p1
 %endif
-%patch2 -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
 

continue with "q"...



Remember to have fun...

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



commit cyrus-imapd for openSUSE:11.4

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package cyrus-imapd for openSUSE:11.4
checked in at Wed Oct 5 16:59:05 CEST 2011.




--- old-versions/11.4/UPDATES/all/cyrus-imapd/cyrus-imapd.changes   
2011-09-09 09:41:31.0 +0200
+++ 11.4/cyrus-imapd/cyrus-imapd.changes2011-10-05 09:14:05.0 
+0200
@@ -1,0 +2,9 @@
+Tue Oct  4 08:53:22 UTC 2011 - rha...@suse.de
+
+- Malicious NNTP clients could bypass the authentication and
+  execute commands that normally require authentication.
+  (bnc#719998, CVE-2011-3372)
+- Fixed a potential DoS bug, when server-side threading is used
+  (bnc#718428, CVE-2011-3481)
+
+---

calling whatdependson for 11.4-i586


New:

  cyrus-imapd_nntp-auth-vuln.dif
  cyrus-imapd_references_header-dos.dif



Other differences:
--
++ cyrus-imapd.spec ++
--- /var/tmp/diff_new_pack.qrU65Q/_old  2011-10-05 16:58:14.0 +0200
+++ /var/tmp/diff_new_pack.qrU65Q/_new  2011-10-05 16:58:14.0 +0200
@@ -57,7 +57,7 @@
 %endif
 Summary:The Cyrus IMAP and POP Mail Server
 Version:2.3.16
-Release:16.
+Release:16.
 Source: %{prjname}-%{version}.tar.bz2
 Source1:cyrus-imapd-rc.tar.gz
 Source2:DB_CONFIG
@@ -75,6 +75,8 @@
 Patch19:cyrus-imapd-libdb-4_8.patch
 Patch20:cyrus-imapd-STARTTLS-plaintext-command-injection.dif
 Patch21:cyrus-imapd_nntp-overflow.dif
+Patch22:cyrus-imapd_references_header-dos.dif
+Patch23:cyrus-imapd_nntp-auth-vuln.dif
 
 %if %{with_kolab}
 # KOLAB_cyrus-imapd patches are maintained at
@@ -189,6 +191,8 @@
 %patch19 -p1
 %patch20 -p2
 %patch21 -p1
+%patch22 -p1
+%patch23 -p1
 
 %if %{with_kolab}
 %patch100 -p1

++ cyrus-imapd_nntp-auth-vuln.dif ++
Index: cyrus-imapd-2.3.16/imap/nntpd.c
===
--- cyrus-imapd-2.3.16.orig/imap/nntpd.c
+++ cyrus-imapd-2.3.16/imap/nntpd.c
@@ -887,7 +887,7 @@ static void cmdloop(void)
 
/* Only Authinfo/Capabilities/Check/Head/Help/Ihave/List Active/
   Mode/Quit/Starttls/Stat/Takethis allowed when not logged in */
-   if (!nntp_userid && !allowanonymous &&
+   if (!nntp_authstate && !allowanonymous &&
!strchr("ACHILMQST", cmd.s[0])) goto nologin;
 
switch (cmd.s[0]) {
@@ -928,7 +928,7 @@ static void cmdloop(void)
"501 Unrecognized AUTHINFO command\r\n");
}
else if (!(nntp_capa & MODE_READ)) goto noperm;
-   else if (!nntp_userid && !allowanonymous) goto nologin;
+   else if (!nntp_authstate && !allowanonymous) goto nologin;
else if (!strcmp(cmd.s, "Article")) {
char curgroup[MAX_MAILBOX_BUFFER], *msgid;
 
@@ -1084,7 +1084,7 @@ static void cmdloop(void)
cmd_help();
}
else if (!(nntp_capa & MODE_READ)) goto noperm;
-   else if (!nntp_userid && !allowanonymous) goto nologin;
+   else if (!nntp_authstate && !allowanonymous) goto nologin;
else if (!strcmp(cmd.s, "Hdr")) {
char curgroup[MAX_MAILBOX_BUFFER], *msgid;
 
@@ -1168,7 +1168,7 @@ static void cmdloop(void)
cmd_list(arg1.len ? arg1.s : NULL, arg2.len ? arg2.s : NULL);
}
else if (!(nntp_capa & MODE_READ)) goto noperm;
-   else if (!nntp_userid && !allowanonymous) goto nologin;
+   else if (!nntp_authstate && !allowanonymous) goto nologin;
else if (!strcmp(cmd.s, "Last")) {
if (c == '\r') c = prot_getc(nntp_in);
if (c != '\n') goto extraargs;
@@ -1445,7 +1445,7 @@ static void cmdloop(void)
mode = ARTICLE_STAT;
goto article;
}
-   else if (!nntp_userid && !allowanonymous) goto nologin;
+   else if (!nntp_authstate && !allowanonymous) goto nologin;
else if (!strcmp(cmd.s, "Slave")) { 
if (c == '\r') c = prot_getc(nntp_in);
if (c != '\n') goto extraargs;
@@ -1813,7 +1813,7 @@ static int open_group(char *name, int ha
 if (newserver) {
/* remote group */
backend_next = proxy_findserver(newserver, &nntp_protocol,
-   nntp_userid ? nntp_userid : "anonymous",
+   nntp_authstate ? nntp_userid : 
"anonymous",
&backend_cached, &backend_current,
NULL, nntp_in);
if (!backend_next) return IMAP_SERVER_UNAVAILABLE;
@@ -1881,7 +1881,7 @@ static void cmd_capabilities(char *keywo
 if (mechcount) prot_printf(nntp_out, "%s", mechlist);
 
 /* add the reader capabilities/extensions */
-if ((nntp_capa & MODE_READ) && (nntp_userid || 

commit seamonkey for openSUSE:11.4

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package seamonkey for openSUSE:11.4
checked in at Wed Oct 5 16:58:07 CEST 2011.




--- old-versions/11.4/UPDATES/all/seamonkey/seamonkey.changes   2011-09-26 
14:58:38.0 +0200
+++ 11.4/seamonkey/seamonkey.changes2011-10-03 09:47:38.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct  3 07:31:08 UTC 2011 - w...@rosenauer.org
+
+- update to minor release 2.4.1
+  * fixed staged addon updates
+
+---
@@ -4,0 +11,17 @@
+  * MFSA 2011-36/CVE-2011-2995/CVE-2011-2996/CVE-2011-2997
+Miscellaneous memory safety hazards
+  * MFSA 2011-39/CVE-2011-3000 (bmo#655389)
+Defense against multiple Location headers due to CRLF Injection
+  * MFSA 2011-40/CVE-2011-2372/CVE-2011-3001
+Code installation through holding down Enter
+  * MFSA 2011-41/CVE-2011-3002/CVE-2011-3003 (bmo#680840, bmo#682335)
+Potentially exploitable WebGL crashes
+  * MFSA 2011-42/CVE-2011-3232 (bmo#653672)
+Potentially exploitable crash in the YARR regular expression
+library
+  * MFSA 2011-43/CVE-2011-3004 (bmo#653926)
+loadSubScript unwraps XPCNativeWrapper scope parameter
+  * MFSA 2011-44/CVE-2011-3005 (bmo#675747)
+Use after free reading OGG headers
+  * MFSA 2011-45
+Inferring keystrokes from motion data

calling whatdependson for 11.4-i586


Old:

  l10n-2.4.tar.bz2
  seamonkey-2.4-source.tar.bz2

New:

  l10n-2.4.1.tar.bz2
  seamonkey-2.4.1-source.tar.bz2



Other differences:
--
++ seamonkey.spec ++
--- /var/tmp/diff_new_pack.KvZluX/_old  2011-10-05 16:57:09.0 +0200
+++ /var/tmp/diff_new_pack.KvZluX/_new  2011-10-05 16:57:09.0 +0200
@@ -23,9 +23,9 @@
 BuildRequires:  Mesa-devel autoconf213 dbus-1-glib-devel fdupes gcc-c++ 
hunspell-devel libgnomeui-devel libidl-devel libiw-devel libnotify-devel 
libproxy-devel nss-shared-helper-devel python startup-notification-devel unzip 
update-desktop-files yasm zip
 License:MPLv1.1 or GPLv2+ or LGPLv2+
 Provides:   web_browser
-Version:2.4
-Release:1.
-%define releasedate 2011092200
+Version:2.4.1
+Release:0.
+%define releasedate 2011092900
 Summary:The successor of the Mozilla Application Suite
 Url:http://www.mozilla.org/projects/seamonkey
 Group:  Productivity/Networking/Web/Browsers

++ compare-locales.tar.bz2 ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.KvZluX/_old  2011-10-05 16:57:09.0 +0200
+++ /var/tmp/diff_new_pack.KvZluX/_new  2011-10-05 16:57:09.0 +0200
@@ -1,8 +1,8 @@
 #!/bin/bash
 
 BRANCH="releases/comm-release"
-RELEASE_TAG="SEAMONKEY_2_4_RELEASE"
-VERSION="2.4"
+RELEASE_TAG="SEAMONKEY_2_4_1_RELEASE"
+VERSION="2.4.1"
 
 echo "cloning $BRANCH..."
 hg clone http://hg.mozilla.org/$BRANCH seamonkey

++ l10n-2.4.tar.bz2 -> l10n-2.4.1.tar.bz2 ++
old-versions/11.4/UPDATES/all/seamonkey/l10n-2.4.tar.bz2 
11.4/seamonkey/l10n-2.4.1.tar.bz2 differ: char 11, line 1

++ seamonkey-2.4-source.tar.bz2 -> seamonkey-2.4.1-source.tar.bz2 ++
old-versions/11.4/UPDATES/all/seamonkey/seamonkey-2.4-source.tar.bz2 
11.4/seamonkey/seamonkey-2.4.1-source.tar.bz2 differ: char 11, line 1

continue with "q"...



Remember to have fun...

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



commit MozillaFirefox for openSUSE:11.4

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package MozillaFirefox for openSUSE:11.4
checked in at Wed Oct 5 16:56:46 CEST 2011.




--- old-versions/11.4/UPDATES/all/MozillaFirefox/MozillaFirefox.changes 
2011-09-26 08:37:05.0 +0200
+++ 11.4/MozillaFirefox/MozillaFirefox.changes  2011-09-30 14:00:45.0 
+0200
@@ -1,0 +2,6 @@
+Fri Sep 30 10:52:36 UTC 2011 - w...@rosenauer.org
+
+- update to minor release 7.0.1
+  * fixed staged addon updates
+
+---
@@ -8,0 +15,17 @@
+  * MFSA 2011-36/CVE-2011-2995/CVE-2011-2996/CVE-2011-2997
+Miscellaneous memory safety hazards
+  * MFSA 2011-39/CVE-2011-3000 (bmo#655389)
+Defense against multiple Location headers due to CRLF Injection
+  * MFSA 2011-40/CVE-2011-2372/CVE-2011-3001
+Code installation through holding down Enter
+  * MFSA 2011-41/CVE-2011-3002/CVE-2011-3003 (bmo#680840, bmo#682335)
+Potentially exploitable WebGL crashes
+  * MFSA 2011-42/CVE-2011-3232 (bmo#653672)
+Potentially exploitable crash in the YARR regular expression
+library
+  * MFSA 2011-43/CVE-2011-3004 (bmo#653926)
+loadSubScript unwraps XPCNativeWrapper scope parameter
+  * MFSA 2011-44/CVE-2011-3005 (bmo#675747)
+Use after free reading OGG headers
+  * MFSA 2011-45
+Inferring keystrokes from motion data

calling whatdependson for 11.4-i586


Old:

  firefox-7.0-source.tar.bz2
  l10n-7.0.tar.bz2

New:

  firefox-7.0.1-source.tar.bz2
  l10n-7.0.1.tar.bz2



Other differences:
--
++ MozillaFirefox.spec ++
--- /var/tmp/diff_new_pack.0vqCP5/_old  2011-10-05 16:55:31.0 +0200
+++ /var/tmp/diff_new_pack.0vqCP5/_new  2011-10-05 16:55:31.0 +0200
@@ -33,9 +33,9 @@
 BuildRequires:  mozilla-nss-devel >= 3.12.10
 BuildRequires:  nss-shared-helper-devel
 License:MPLv1.1 or GPLv2+ or LGPLv2+
-Version:%{mainver}
-Release:1.
-%define releasedate 2011092200
+Version:%{mainver}.1
+Release:0.
+%define releasedate 2011092900
 Provides:   web_browser
 Provides:   firefox = %{version}-%{release}
 Provides:   firefox = %{mainver}

++ compare-locales.tar.bz2 ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.0vqCP5/_old  2011-10-05 16:55:31.0 +0200
+++ /var/tmp/diff_new_pack.0vqCP5/_new  2011-10-05 16:55:31.0 +0200
@@ -1,8 +1,8 @@
 #!/bin/bash
 
 BRANCH="releases/mozilla-release"
-RELEASE_TAG="FIREFOX_7_0_RELEASE"
-VERSION="7.0"
+RELEASE_TAG="FIREFOX_7_0_1_RELEASE"
+VERSION="7.0.1"
 
 # mozilla
 hg clone http://hg.mozilla.org/$BRANCH mozilla

++ firefox-7.0-source.tar.bz2 -> firefox-7.0.1-source.tar.bz2 ++
old-versions/11.4/UPDATES/all/MozillaFirefox/firefox-7.0-source.tar.bz2 
11.4/MozillaFirefox/firefox-7.0.1-source.tar.bz2 differ: char 11, line 1


++ l10n-7.0.tar.bz2 -> l10n-7.0.1.tar.bz2 ++
old-versions/11.4/UPDATES/all/MozillaFirefox/l10n-7.0.tar.bz2 
11.4/MozillaFirefox/l10n-7.0.1.tar.bz2 differ: char 11, line 1

++ source-stamp.txt ++
--- /var/tmp/diff_new_pack.0vqCP5/_old  2011-10-05 16:55:32.0 +0200
+++ /var/tmp/diff_new_pack.0vqCP5/_new  2011-10-05 16:55:32.0 +0200
@@ -1,2 +1,2 @@
-REV=273977a2c0ea
+REV=a6c276265898
 REPO=http://hg.mozilla.org/releases/mozilla-release

continue with "q"...



Remember to have fun...

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



commit neon for openSUSE:11.4

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package neon for openSUSE:11.4
checked in at Wed Oct 5 16:55:03 CEST 2011.




--- old-versions/11.4/all/neon/neon.changes 2010-08-22 16:30:37.0 
+0200
+++ 11.4/neon/neon.changes  2011-10-04 18:45:17.0 +0200
@@ -1,0 +2,9 @@
+Tue Oct  4 18:43:33 CEST 2011 - dmuel...@suse.de
+
+- Update to version 0.29.4 (bnc#721661):
+  * Fix SNI support (Tobias Gruetzmacher)
+  * Fix error handling when pulling a request body from an file (thanks to Lou 
Montulli)
+  * Fix ne_request_dispatch() return value for SOCKS proxy failure cases
+  * Tighten SSL cert ID checks to deny a wildcard match against an IP address 
+
+---

Package does not exist at destination yet. Using Fallback 
old-versions/11.4/all/neon
Destination is old-versions/11.4/UPDATES/all/neon
calling whatdependson for 11.4-i586


Old:

  neon-0.29.3.tar.bz2

New:

  neon-0.29.4.tar.bz2



Other differences:
--
++ neon.spec ++
--- /var/tmp/diff_new_pack.o1eKHr/_old  2011-10-05 16:52:58.0 +0200
+++ /var/tmp/diff_new_pack.o1eKHr/_new  2011-10-05 16:52:58.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package neon (Version 0.29.3)
+# spec file for package neon
 #
-# 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
@@ -18,8 +18,8 @@
 
 
 Name:   neon
-Version:0.29.3
-Release:1
+Version:0.29.4
+Release:0.
 License:GPLv2+
 Summary:An HTTP and WebDAV Client Library
 BuildRequires:  krb5-devel

++ neon-0.29.3.tar.bz2 -> neon-0.29.4.tar.bz2 ++
 5083 lines of diff (skipped)

continue with "q"...



Remember to have fun...

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



commit puppet for openSUSE:11.4

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package puppet for openSUSE:11.4
checked in at Wed Oct 5 16:52:45 CEST 2011.




--- old-versions/11.4/UPDATES/all/puppet/puppet.changes 2011-05-20 
09:54:54.0 +0200
+++ 11.4/puppet/puppet.changes  2011-10-04 17:25:46.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct  4 15:25:27 UTC 2011 - vci...@suse.com
+
+- Resist directory traversal attacks through indirections
+  CVE-2011-3848 (bnc#721139)
+
+---

calling whatdependson for 11.4-i586


New:

  puppet-2.6-CVE-2011-3848.patch



Other differences:
--
++ puppet.spec ++
--- /var/tmp/diff_new_pack.4XtDaG/_old  2011-10-05 16:49:03.0 +0200
+++ /var/tmp/diff_new_pack.4XtDaG/_new  2011-10-05 16:49:03.0 +0200
@@ -21,7 +21,7 @@
 
 Name:   puppet
 Version:2.6.4
-Release:4.
+Release:4.
 License:GPLv2+
 Group:  Productivity/Networking/System
 Url:http://reductivelabs.com/projects/puppet/
@@ -32,6 +32,7 @@
 Source4:puppetmasterd.sysconfig
 Patch:  %{name}-%{version}-yumconf.diff
 Patch1: %{name}-%{version}-init.diff
+Patch2: puppet-2.6-CVE-2011-3848.patch
 Requires:   ruby >= 1.8.1 
 Requires:   facter >= 1.1.4
 PreReq: pwdutils %insserv_prereq %fillup_prereq 
@@ -68,6 +69,7 @@
 %setup -q
 %patch
 %patch1
+%patch2 -p1
 sed -i 's#/usr/local/bin/ruby#/usr/bin/ruby#' lib/puppet/external/nagios.rb
 
 %build

++ puppet-2.6-CVE-2011-3848.patch ++
>From 0a92a70a22b7e85ef60ed9b4d4070433b5ec3220 Mon Sep 17 00:00:00 2001
From: Daniel Pittman 
Date: Sat, 24 Sep 2011 12:44:20 -0700
Subject: [PATCH] Resist directory traversal attacks through indirections.

In various versions of Puppet it was possible to cause a directory traversal
attack through the SSLFile indirection base class.  This was variously
triggered through the user-supplied key, or the Subject of the certificate, in
the code.

Now, we detect bad patterns down in the base class for our indirections, and
fail hard on them.  This reduces the attack surface with as little disruption
to the overall codebase as possible, making it suitable to deploy as part of
older, stable versions of Puppet.

In the long term we will also address this higher up the stack, to prevent
these problems from reoccurring, but for now this will suffice.

Huge thanks to Kristian Erik Hermansen  for the
responsible disclosure, and useful analysis, around this defect.

Signed-off-by: Daniel Pittman 
---
 lib/puppet/indirector.rb  |7 +++
 lib/puppet/indirector/ssl_file.rb |6 +-
 lib/puppet/indirector/yaml.rb |5 +
 spec/unit/indirector/ssl_file_spec.rb |   19 +++
 spec/unit/indirector/yaml_spec.rb |   14 ++
 5 files changed, 50 insertions(+), 1 deletions(-)

diff --git a/lib/puppet/indirector.rb b/lib/puppet/indirector.rb
index e6472f4..fd6bf30 100644
--- a/lib/puppet/indirector.rb
+++ b/lib/puppet/indirector.rb
@@ -68,4 +68,11 @@ module Puppet::Indirector
   self.class.indirection.save key, self
 end
   end
+
+
+  # Helper definition for indirections that handle filenames.
+  BadNameRegexp = Regexp.union(/^\.\./,
+   %r{[\\/]},
+   "\0",
+   /(?i)^[a-z]:/)
 end
diff --git a/lib/puppet/indirector/ssl_file.rb 
b/lib/puppet/indirector/ssl_file.rb
index 531180f..4510499 100644
--- a/lib/puppet/indirector/ssl_file.rb
+++ b/lib/puppet/indirector/ssl_file.rb
@@ -52,8 +52,12 @@ class Puppet::Indirector::SslFile < 
Puppet::Indirector::Terminus
 (collection_directory || file_location) or raise Puppet::DevError, "No 
file or directory setting provided; terminus #{self.class.name} cannot function"
   end
 
-  # Use a setting to determine our path.
   def path(name)
+if name =~ Puppet::Indirector::BadNameRegexp then
+  Puppet.crit("directory traversal detected in #{self.class}: 
#{name.inspect}")
+  raise ArgumentError, "invalid key"
+end
+
 if ca?(name) and ca_location
   ca_location
 elsif collection_directory
diff --git a/lib/puppet/indirector/yaml.rb b/lib/puppet/indirector/yaml.rb
index 23997e9..4c488da 100644
--- a/lib/puppet/indirector/yaml.rb
+++ b/lib/puppet/indirector/yaml.rb
@@ -43,6 +43,11 @@ class Puppet::Indirector::Yaml < Puppet::Indirector::Terminus
 
   # Return the path to a given node's file.
   def path(name,ext='.yaml')
+if name =~ Puppet::Indirector::BadNameRegexp then
+  Puppet.crit("directory traversal detected in #{self.class}: 
#{name.inspect}")
+  raise ArgumentError, "invalid key"
+end
+
 base = Puppet.run_mode.master? ? Puppet[:yamldir] : Puppet[:clientyamldir]
 File.join(base, self.class.indirection_name.to_s, name.to_s + ext)
   end
diff --git a/spec/unit/in

commit cyrus-imapd for openSUSE:11.3

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package cyrus-imapd for openSUSE:11.3
checked in at Wed Oct 5 16:48:57 CEST 2011.




--- old-versions/11.3/UPDATES/all/cyrus-imapd/cyrus-imapd.changes   
2011-09-09 09:40:56.0 +0200
+++ 11.3/cyrus-imapd/cyrus-imapd.changes2011-10-05 09:13:29.0 
+0200
@@ -1,0 +2,9 @@
+Tue Oct  4 08:53:22 UTC 2011 - rha...@suse.de
+
+- Malicious NNTP clients could bypass the authentication and
+  execute commands that normally require authentication.
+  (bnc#719998, CVE-2011-3372)
+- Fixed a potential DoS bug, when server-side threading is used
+  (bnc#718428, CVE-2011-3481)
+
+---

calling whatdependson for 11.3-i586


New:

  cyrus-imapd_nntp-auth-vuln.dif
  cyrus-imapd_references_header-dos.dif



Other differences:
--
++ cyrus-imapd.spec ++
--- /var/tmp/diff_new_pack.ijcwGw/_old  2011-10-05 16:47:41.0 +0200
+++ /var/tmp/diff_new_pack.ijcwGw/_new  2011-10-05 16:47:41.0 +0200
@@ -50,7 +50,7 @@
 %endif
 Summary:The Cyrus IMAP and POP Mail Server
 Version:2.3.16
-Release:8.
+Release:8.
 Source: %{prjname}-%{version}.tar.bz2
 Source1:cyrus-imapd-rc.tar.gz
 Source2:DB_CONFIG
@@ -69,6 +69,8 @@
 Patch19:cron-job-ctl_mboxlist-path.patch
 Patch20:cyrus-imapd-STARTTLS-plaintext-command-injection.dif
 Patch21:cyrus-imapd_nntp-overflow.dif
+Patch22:cyrus-imapd_references_header-dos.dif
+Patch23:cyrus-imapd_nntp-auth-vuln.dif
 
 %if %{with_kolab}
 # KOLAB_cyrus-imapd patches are maintained at
@@ -184,6 +186,8 @@
 %patch19 -p1
 %patch20 -p2
 %patch21 -p1
+%patch22 -p1
+%patch23 -p1
 
 %if %{with_kolab}
 %patch100 -p1

++ cyrus-imapd_nntp-auth-vuln.dif ++
Index: cyrus-imapd-2.3.16/imap/nntpd.c
===
--- cyrus-imapd-2.3.16.orig/imap/nntpd.c
+++ cyrus-imapd-2.3.16/imap/nntpd.c
@@ -887,7 +887,7 @@ static void cmdloop(void)
 
/* Only Authinfo/Capabilities/Check/Head/Help/Ihave/List Active/
   Mode/Quit/Starttls/Stat/Takethis allowed when not logged in */
-   if (!nntp_userid && !allowanonymous &&
+   if (!nntp_authstate && !allowanonymous &&
!strchr("ACHILMQST", cmd.s[0])) goto nologin;
 
switch (cmd.s[0]) {
@@ -928,7 +928,7 @@ static void cmdloop(void)
"501 Unrecognized AUTHINFO command\r\n");
}
else if (!(nntp_capa & MODE_READ)) goto noperm;
-   else if (!nntp_userid && !allowanonymous) goto nologin;
+   else if (!nntp_authstate && !allowanonymous) goto nologin;
else if (!strcmp(cmd.s, "Article")) {
char curgroup[MAX_MAILBOX_BUFFER], *msgid;
 
@@ -1084,7 +1084,7 @@ static void cmdloop(void)
cmd_help();
}
else if (!(nntp_capa & MODE_READ)) goto noperm;
-   else if (!nntp_userid && !allowanonymous) goto nologin;
+   else if (!nntp_authstate && !allowanonymous) goto nologin;
else if (!strcmp(cmd.s, "Hdr")) {
char curgroup[MAX_MAILBOX_BUFFER], *msgid;
 
@@ -1168,7 +1168,7 @@ static void cmdloop(void)
cmd_list(arg1.len ? arg1.s : NULL, arg2.len ? arg2.s : NULL);
}
else if (!(nntp_capa & MODE_READ)) goto noperm;
-   else if (!nntp_userid && !allowanonymous) goto nologin;
+   else if (!nntp_authstate && !allowanonymous) goto nologin;
else if (!strcmp(cmd.s, "Last")) {
if (c == '\r') c = prot_getc(nntp_in);
if (c != '\n') goto extraargs;
@@ -1445,7 +1445,7 @@ static void cmdloop(void)
mode = ARTICLE_STAT;
goto article;
}
-   else if (!nntp_userid && !allowanonymous) goto nologin;
+   else if (!nntp_authstate && !allowanonymous) goto nologin;
else if (!strcmp(cmd.s, "Slave")) { 
if (c == '\r') c = prot_getc(nntp_in);
if (c != '\n') goto extraargs;
@@ -1813,7 +1813,7 @@ static int open_group(char *name, int ha
 if (newserver) {
/* remote group */
backend_next = proxy_findserver(newserver, &nntp_protocol,
-   nntp_userid ? nntp_userid : "anonymous",
+   nntp_authstate ? nntp_userid : 
"anonymous",
&backend_cached, &backend_current,
NULL, nntp_in);
if (!backend_next) return IMAP_SERVER_UNAVAILABLE;
@@ -1881,7 +1881,7 @@ static void cmd_capabilities(char *keywo
 if (mechcount) prot_printf(nntp_out, "%s", mechlist);
 
 /* add the reader capabilities/extensions */
-if ((nntp_capa & MODE_READ) && (nntp_userid 

commit seamonkey for openSUSE:11.3

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package seamonkey for openSUSE:11.3
checked in at Wed Oct 5 16:47:14 CEST 2011.




--- old-versions/11.3/UPDATES/all/seamonkey/seamonkey.changes   2011-09-26 
14:58:38.0 +0200
+++ 11.3/seamonkey/seamonkey.changes2011-10-03 09:47:38.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct  3 07:31:08 UTC 2011 - w...@rosenauer.org
+
+- update to minor release 2.4.1
+  * fixed staged addon updates
+
+---
@@ -4,0 +11,17 @@
+  * MFSA 2011-36/CVE-2011-2995/CVE-2011-2996/CVE-2011-2997
+Miscellaneous memory safety hazards
+  * MFSA 2011-39/CVE-2011-3000 (bmo#655389)
+Defense against multiple Location headers due to CRLF Injection
+  * MFSA 2011-40/CVE-2011-2372/CVE-2011-3001
+Code installation through holding down Enter
+  * MFSA 2011-41/CVE-2011-3002/CVE-2011-3003 (bmo#680840, bmo#682335)
+Potentially exploitable WebGL crashes
+  * MFSA 2011-42/CVE-2011-3232 (bmo#653672)
+Potentially exploitable crash in the YARR regular expression
+library
+  * MFSA 2011-43/CVE-2011-3004 (bmo#653926)
+loadSubScript unwraps XPCNativeWrapper scope parameter
+  * MFSA 2011-44/CVE-2011-3005 (bmo#675747)
+Use after free reading OGG headers
+  * MFSA 2011-45
+Inferring keystrokes from motion data

calling whatdependson for 11.3-i586


Old:

  l10n-2.4.tar.bz2
  seamonkey-2.4-source.tar.bz2

New:

  l10n-2.4.1.tar.bz2
  seamonkey-2.4.1-source.tar.bz2



Other differences:
--
++ seamonkey.spec ++
--- /var/tmp/diff_new_pack.NV6Ofv/_old  2011-10-05 16:45:03.0 +0200
+++ /var/tmp/diff_new_pack.NV6Ofv/_new  2011-10-05 16:45:03.0 +0200
@@ -23,9 +23,9 @@
 BuildRequires:  Mesa-devel autoconf213 dbus-1-glib-devel fdupes gcc-c++ 
hunspell-devel libgnomeui-devel libidl-devel libiw-devel libnotify-devel 
libproxy-devel nss-shared-helper-devel python startup-notification-devel unzip 
update-desktop-files yasm zip
 License:MPLv1.1 or GPLv2+ or LGPLv2+
 Provides:   web_browser
-Version:2.4
-Release:1.
-%define releasedate 2011092200
+Version:2.4.1
+Release:0.
+%define releasedate 2011092900
 Summary:The successor of the Mozilla Application Suite
 Url:http://www.mozilla.org/projects/seamonkey
 Group:  Productivity/Networking/Web/Browsers

++ compare-locales.tar.bz2 ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.NV6Ofv/_old  2011-10-05 16:45:04.0 +0200
+++ /var/tmp/diff_new_pack.NV6Ofv/_new  2011-10-05 16:45:04.0 +0200
@@ -1,8 +1,8 @@
 #!/bin/bash
 
 BRANCH="releases/comm-release"
-RELEASE_TAG="SEAMONKEY_2_4_RELEASE"
-VERSION="2.4"
+RELEASE_TAG="SEAMONKEY_2_4_1_RELEASE"
+VERSION="2.4.1"
 
 echo "cloning $BRANCH..."
 hg clone http://hg.mozilla.org/$BRANCH seamonkey

++ l10n-2.4.tar.bz2 -> l10n-2.4.1.tar.bz2 ++
old-versions/11.3/UPDATES/all/seamonkey/l10n-2.4.tar.bz2 
11.3/seamonkey/l10n-2.4.1.tar.bz2 differ: char 11, line 1

++ seamonkey-2.4-source.tar.bz2 -> seamonkey-2.4.1-source.tar.bz2 ++
old-versions/11.3/UPDATES/all/seamonkey/seamonkey-2.4-source.tar.bz2 
11.3/seamonkey/seamonkey-2.4.1-source.tar.bz2 differ: char 11, line 1

continue with "q"...



Remember to have fun...

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



commit puppet for openSUSE:11.3

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package puppet for openSUSE:11.3
checked in at Wed Oct 5 16:44:47 CEST 2011.




--- old-versions/11.3/all/puppet/puppet.changes 2010-03-02 17:32:57.0 
+0100
+++ 11.3/puppet/puppet.changes  2011-10-05 16:43:00.032891000 +0200
@@ -1,0 +2,11 @@
+Tue Oct  4 15:20:41 UTC 2011 - vci...@suse.com
+
+- Resist directory traversal attacks through indirections
+  CVE-2011-3848 (bnc#721139)
+
+---
+Thu Jul 22 16:10:22 CEST 2010 - ani...@suse.cz
+
+- create user puppet not only for server package (bnc#623884)
+
+---

Package does not exist at destination yet. Using Fallback 
old-versions/11.3/all/puppet
Destination is old-versions/11.3/UPDATES/all/puppet
calling whatdependson for 11.3-i586


New:

  puppet-0.25.4-CVE-2011-3848.patch



Other differences:
--
++ puppet.spec ++
--- /var/tmp/diff_new_pack.zaYwun/_old  2011-10-05 16:44:24.0 +0200
+++ /var/tmp/diff_new_pack.zaYwun/_new  2011-10-05 16:44:24.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package puppet (Version 0.25.4)
+# spec file for package puppet
 #
-# 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
@@ -21,7 +21,7 @@
 
 Name:   puppet
 Version:0.25.4
-Release:1
+Release:4.
 License:GPLv2+
 Group:  Productivity/Networking/System
 Url:http://reductivelabs.com/projects/puppet/
@@ -32,6 +32,7 @@
 Patch:  %{name}-%{version}-yumconf.diff
 Patch1: %{name}-%{version}-init.diff
 Patch2: %{name}-%{version}-zypper.diff
+Patch3: puppet-0.25.4-CVE-2011-3848.patch
 Requires:   ruby >= 1.8.1 
 Requires:   facter >= 1.1.4
 PreReq: pwdutils %insserv_prereq %fillup_prereq 
@@ -69,6 +70,7 @@
 %patch
 %patch1
 %patch2
+%patch3 -p1
 sed -i 's#/usr/local/bin/ruby#/usr/bin/ruby#' lib/puppet/external/nagios.rb
 
 %build
@@ -96,7 +98,7 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%pre server
+%pre
 getent group puppet >/dev/null || /usr/sbin/groupadd -o -r puppet 
 getent passwd puppet >/dev/null || /usr/sbin/useradd -r -g puppet -d 
/var/lib/puppet -s /bin/false -c "Puppet daemon" puppet 
 

++ puppet-0.25.4-CVE-2011-3848.patch ++
>From 6e5a821cbf94b220dfc021ff7ebad0831c60e207 Mon Sep 17 00:00:00 2001
From: Daniel Pittman 
Date: Sat, 24 Sep 2011 12:44:20 -0700
Subject: [PATCH] Resist directory traversal attacks through indirections.

In various versions of Puppet it was possible to cause a directory traversal
attack through the SSLFile indirection base class.  This was variously
triggered through the user-supplied key, or the Subject of the certificate, in
the code.

Now, we detect bad patterns down in the base class for our indirections, and
fail hard on them.  This reduces the attack surface with as little disruption
to the overall codebase as possible, making it suitable to deploy as part of
older, stable versions of Puppet.

In the long term we will also address this higher up the stack, to prevent
these problems from reoccurring, but for now this will suffice.

Huge thanks to Kristian Erik Hermansen  for the
responsible disclosure, and useful analysis, around this defect.

Signed-off-by: Daniel Pittman 
---
 lib/puppet/indirector.rb  |8 +++-
 lib/puppet/indirector/ssl_file.rb |5 +
 lib/puppet/indirector/yaml.rb |5 +
 spec/unit/indirector/ssl_file.rb  |   19 +++
 spec/unit/indirector/yaml.rb  |   15 +++
 5 files changed, 51 insertions(+), 1 deletions(-)

diff --git a/lib/puppet/indirector.rb b/lib/puppet/indirector.rb
index 61ef2db..20a460d 100644
--- a/lib/puppet/indirector.rb
+++ b/lib/puppet/indirector.rb
@@ -31,7 +31,13 @@ module Puppet::Indirector
 @indirection
 end
 
-module ClassMethods   
+# Helper definition for indirections that handle filenames.
+BadNameRegexp = Regexp.union(/^\.\./,
+ %r{[\\/]},
+ "\0",
+ /(?i)^[a-z]:/)
+
+module ClassMethods
 attr_reader :indirection
 
 def cache_class=(klass)
diff --git a/lib/puppet/indirector/ssl_file.rb 
b/lib/puppet/indirector/ssl_file.rb
index fc1e65d..9defcb5 100644
--- a/lib/puppet/indirector/ssl_file.rb
+++ b/lib/puppet/indirector/ssl_file.rb
@@ -54,6 +54,11 @@ class Puppet::Indirector::SslFile < 
Puppet::Indirector::Terminus
 
 # Use a setting to determine our path.
 def path(name)
+if name =~ Puppet::Indirector::BadNameRegexp then
+Puppet.crit

commit libapr1 for openSUSE:Factory

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package libapr1 for openSUSE:Factory
checked in at Wed Oct 5 12:37:50 CEST 2011.




--- openSUSE:Factory/libapr1/libapr1.changes2011-09-23 02:07:49.0 
+0200
+++ /mounts/work_src_done/STABLE/libapr1/libapr1.changes2011-08-07 
03:22:56.0 +0200
@@ -1,0 +2,32 @@
+Sun Aug  7 01:21:44 UTC 2011 - crrodrig...@opensuse.org
+
+- Fix broken linux 3 version test in configure,make the configure
+  script assume linux 2.6.0
+
+---
+Sat Jul 16 04:10:44 UTC 2011 - crrodrig...@opensuse.org
+
+- remove -fno-strict-aliasing and LDAP_DEPRECATED from CFLAGS
+  no longer needed.
+
+---
+Thu May 26 03:43:35 UTC 2011 - crrodrig...@opensuse.org
+
+- Update to APR 1.4.5
+ * Security: CVE-2011-1928
+   apr_fnmatch(): Fix high CPU loop.  [William Rowe]
+  * Fix top_builddir in installed apr_rules.mk.  [Bojan Smojver] 
+
+---
+Fri May 20 19:41:33 UTC 2011 - crrodrig...@opensuse.org
+
+- Update to APR 1.4.4
+* Security: CVE-2011-0419 
+* Fix address handling when accepting an AF_INET socket from a socket
+   bound as AF_INET6.
+* Add configure option --enable-allocator-uses-mmap to reduce memory
+  fragmentation.
+* Avoid a redundant fcntl() call in apr_file_open() where O_CLOEXEC
+  is supported.
+
+---

calling whatdependson for head-i586


Old:

  apr-1.4.2.tar.bz2

New:

  apr-1.4.5-linux3.patch
  apr-1.4.5.tar.bz2



Other differences:
--
++ libapr1.spec ++
--- /var/tmp/diff_new_pack.t50CC9/_old  2011-10-05 12:37:42.0 +0200
+++ /var/tmp/diff_new_pack.t50CC9/_new  2011-10-05 12:37:42.0 +0200
@@ -36,13 +36,14 @@
 Obsoletes:  libapr1-32bit
 %endif
 #
-Version:1.4.2
+Version:1.4.5
 Release:2
 Summary:Apache Portable Runtime (APR) Library
 Source: http://www.apache.org/dist/apr/apr-%{version}.tar.bz2
 Source2:baselibs.conf
 Patch1: string-compare.diff
 Patch3: apr-1.3.0-testshm-apr_shm_remove.patch
+Patch4: apr-1.4.5-linux3.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define aprver 1
 %define installbuilddir %{_libdir}/apr-%{aprver}/build
@@ -90,9 +91,10 @@
 examples being the Apache HTTP server.
 
 %prep
-%setup -n apr-%{version}
+%setup -q -n apr-%{version}
 %patch1
 %patch3 -p1
+%patch4
 #
 # workaround for ugly bug 400488
 # Xen kernel on sles9 x86_64 is set up to behave different than all other 
kernels
@@ -126,7 +128,7 @@
 %endif
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -DLDAP_DEPRECATED -fPIC"
+export CFLAGS="$RPM_OPT_FLAGS -fPIC"
 #
 rm -rf aclocal.m4 autom4te*.cache
 autoheader
@@ -146,6 +148,7 @@
--enable-nonportable-atomics=yes \
 %endif
 %endif
+--enable-allocator-uses-mmap \
--with-devrandom=/dev/urandom \
 --disable-static \
 --with-pic 

++ apr-1.4.5-linux3.patch ++
--- configure.in.orig
+++ configure.in
@@ -650,7 +650,7 @@ case $host in
 fi
 ;;
 *linux*)
-os_version=`uname -r | sed -e 's/\(.\)\.\(.\)\.\(.\).*/\1\2\3/'`
+os_version=260
 ;;
 *os390)
 os_version=`uname -r | sed -e 's/\.//g'`
++ apr-1.4.2.tar.bz2 -> apr-1.4.5.tar.bz2 ++
 112498 lines of diff (skipped)

continue with "q"...



Remember to have fun...

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



commit sysconfig for openSUSE:Factory

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package sysconfig for openSUSE:Factory
checked in at Wed Oct 5 11:10:36 CEST 2011.




--- openSUSE:Factory/sysconfig/sysconfig.changes2011-09-26 
17:07:39.0 +0200
+++ /mounts/work_src_done/STABLE/sysconfig/sysconfig.changes2011-10-05 
10:18:27.0 +0200
@@ -1,0 +2,8 @@
+Wed Oct  5 08:12:14 UTC 2011 - m...@suse.com
+
+- version 0.75.4
+- Don't fail when wireless power setting isn't supported
+  Thanks to Manuel Stol for the patch (bnc#716652).
+- Cleanup link / dad wait verify flag after status update
+
+--

calling whatdependson for head-i586


Old:

  0001-inverted-link-ready-return-value-test.patch
  sysconfig-0.75.3.tar.bz2

New:

  sysconfig-0.75.4.tar.bz2



Other differences:
--
++ sysconfig.spec ++
--- /var/tmp/diff_new_pack.X8Tyt4/_old  2011-10-05 11:10:29.0 +0200
+++ /var/tmp/diff_new_pack.X8Tyt4/_new  2011-10-05 11:10:29.0 +0200
@@ -19,8 +19,8 @@
 
 
 Name:   sysconfig
-Version:0.75.3
-Release:1
+Version:0.75.4
+Release:0
 Summary:The sysconfig scheme and traditional network scripts
 Url:http://gitorious.org/opensuse/sysconfig
 Group:  System/Base
@@ -32,7 +32,6 @@
 Requires:   iproute2 dbus-1 procps
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: %name-%version.tar.bz2
-Patch1: 0001-inverted-link-ready-return-value-test.patch
 
 %description
 This package provides the SuSE system configuration scheme and
@@ -52,7 +51,6 @@
 
 %prep
 %setup -n sysconfig-%{version}
-%patch1 -p1
 
 %build
 autoreconf --force --install

++ sysconfig-0.75.3.tar.bz2 -> sysconfig-0.75.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sysconfig-0.75.3/ChangeLog 
new/sysconfig-0.75.4/ChangeLog
--- old/sysconfig-0.75.3/ChangeLog  2011-09-26 12:40:36.0 +0200
+++ new/sysconfig-0.75.4/ChangeLog  2011-10-05 10:16:06.0 +0200
@@ -1,4 +1,30 @@
-commit 1445822f75850654a42235e06a61d6ba9de5bcde (HEAD, master)
+commit ec9e9b09f9c53a965fbd35cd00ca8b7f5c793654 (HEAD, master)
+Author: Marius Tomaschewski 
+Date:   Wed Oct 5 10:15:40 2011 +0200
+
+version 0.75.4, updated changes file
+
+commit 9eb69f416c51d8717503db51ea3642c2512d4f92 (origin/master)
+Author: Marius Tomaschewski 
+Date:   Tue Sep 27 13:30:55 2011 +0200
+
+Don't fail when wireless power setting isn't supported
+
+Thanks to Manuel Stol for the patch (bnc#716652).
+
+commit 18f2d6a3006d8a90739a1c540585d7cf72eb67c2
+Author: Marius Tomaschewski 
+Date:   Tue Sep 27 13:28:49 2011 +0200
+
+Cleanup verify flag after status update
+
+commit 8fed34d78851f6fba1c6451e74cba6c9772b157e
+Author: Marius Tomaschewski 
+Date:   Mon Sep 26 14:32:25 2011 +0200
+
+Fixed inverted link ready return value test
+
+commit 1445822f75850654a42235e06a61d6ba9de5bcde
 Author: Marius Tomaschewski 
 Date:   Mon Sep 26 12:39:42 2011 +0200
 
@@ -28,7 +54,7 @@
 detection finished what can cause failures of further services.
 Added LINK_READY_WAIT and IPV6_DAD_WAIT variables (bnc#697929).
 
-commit 21c4b70cf6204b3bac37d0ef70a159724b1af51a (public/master, origin/master)
+commit 21c4b70cf6204b3bac37d0ef70a159724b1af51a (public/master)
 Author: Marius Tomaschewski 
 Date:   Thu Sep 22 20:58:23 2011 +0200
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sysconfig-0.75.3/VERSION new/sysconfig-0.75.4/VERSION
--- old/sysconfig-0.75.3/VERSION2011-09-26 12:10:01.0 +0200
+++ new/sysconfig-0.75.4/VERSION2011-10-05 10:10:24.0 +0200
@@ -1 +1 @@
-0.75.3
+0.75.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sysconfig-0.75.3/configure 
new/sysconfig-0.75.4/configure
--- old/sysconfig-0.75.3/configure  2011-09-26 12:40:16.0 +0200
+++ new/sysconfig-0.75.4/configure  2011-10-05 10:15:57.0 +0200
@@ -1,7 +1,7 @@
 #! /bin/sh
 # From configure.in Revision: 1.13 .
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for sysconfig 0.75.3.
+# Generated by GNU Autoconf 2.68 for sysconfig 0.75.4.
 #
 # Report bugs to .
 #
@@ -710,8 +710,8 @@
 # Identity of this package.
 PACKAGE_NAME='sysconfig'
 PACKAGE_TARNAME='sysconfig'
-PACKAGE_VERSION='0.75.3'
-PACKAGE_STRING='sysconfig 0.75.3'
+PACKAGE_VERSION='0.75.4'
+PACKAGE_STRING='sysconfig 0.75.4'
 PACKAGE_BUGREPORT='http://www.suse.de/feedback/'
 PACKAGE_URL=''
 
@@ -1437,7 +1437,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures sysconfig 0

commit rubygem-passenger for openSUSE:Factory

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package rubygem-passenger for 
openSUSE:Factory
checked in at Wed Oct 5 11:10:23 CEST 2011.




--- openSUSE:Factory/rubygem-passenger/rubygem-passenger.changes
2011-09-23 12:44:58.0 +0200
+++ /mounts/work_src_done/STABLE/rubygem-passenger/rubygem-passenger.changes
2011-09-23 15:44:37.0 +0200
@@ -1,0 +2,56 @@
+Fri Sep 23 13:43:18 UTC 2011 - ro...@priesol.net
+
+- [Nginx] Fixed include path
+
+---
+Mon Aug 22 13:03:16 UTC 2011 - mrueck...@suse.de
+
+- update to version 3.0.8
+  * [Nginx] Upgraded preferred Nginx version to 1.0.5.
+  * [Nginx] Fixed various compilation problems on various platforms.
+  * [Nginx] We now ensure that SERVER_NAME is equal to HTTP_HOST
+without the port part.  This is needed for Rack compliance. By
+default Nginx sets SERVER_NAME to whatever is specified in the
+server_name directive, but that's not necessarily the correct
+value. This fixes, for example, the use of the 'map' statement
+in config.ru.
+  * [Nginx] Added the options passenger_buffer_size,
+passenger_buffers and passenger_busy_buffers_size.  These
+options are similar to proxy_module's similarly named options.
+You can use these to e.g. increase the maximum header size
+limit.
+  * [Nginx] passenger_pre_start now supports virtual hosts that
+listen on Unix domain sockets.
+  * [Apache] Fixed the pcre.h compilation problem.
+  * [Standalone] Fixed 'passenger stop'.
+It didn't work properly because it kept waiting for 'tail' to
+exit.  We now properly terminate 'tail' as well.
+  * Fixed compatibility with Rake 0.9.
+  * Fixed various Ruby 1.9 compatibility issues.
+  * Various documentation improvements.
+  * New Union Station filter language features.
+It now supports status codes and response times.  Please refer
+to https://engage.unionstationapp.com/help#filtering for more
+information.
+
+---
+Mon Aug 22 12:59:04 UTC 2011 - mrueck...@suse.de
+
+- make sure the passenger root variable always points to the
+  passenger version in the package. To achieve that we introduce a
+  (mod_)passenger_root.include file which will be included from the
+  old (mod_)passenger.conf. the new file is not marked as
+  config(noreplace) and will be overwritten by the package.
+
+---
+Tue Aug 16 12:15:01 UTC 2011 - mrueck...@suse.de
+
+- buildrequire rubygem-rack-1_3 to fix the have choice problem
+- use the mod_full_name macro
+
+---
+Wed Jun  8 14:32:23 UTC 2011 - amm...@openttdcoop.org
+
+- add config template to -nginx subpackage
+
+---

calling whatdependson for head-i586


Old:

  passenger-3.0.7.gem

New:

  mod_passenger_root.include
  nginx_passenger.conf
  nginx_passenger_root.include
  passenger-3.0.8.gem



Other differences:
--
++ rubygem-passenger.spec ++
--- /var/tmp/diff_new_pack.Yn6jef/_old  2011-10-05 11:10:18.0 +0200
+++ /var/tmp/diff_new_pack.Yn6jef/_new  2011-10-05 11:10:18.0 +0200
@@ -16,12 +16,11 @@
 #
 
 # norootforbuild
-
-
 Name:   rubygem-passenger
-Version:3.0.7
-Release:1
+Version:3.0.8
+Release:0
 %define mod_name passenger
+%define mod_full_name %{mod_name}-%{version}
 %define apxs /usr/sbin/apxs2
 %define apache_libexecdir %(%{apxs} -q LIBEXECDIR)
 %define apache_sysconfdir %(%{apxs} -q SYSCONFDIR)
@@ -37,13 +36,17 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
 %rubygems_requires
+# rake >= 0.8.1
 BuildRequires:  rubygem-rake >= 0.8.1
 Requires:   rubygem-rake >= 0.8.1
+# fastthread >= 1.0.1
 BuildRequires:  rubygem-fastthread >= 1.0.1
 Requires:   rubygem-fastthread >= 1.0.1
+# daemon_controller >= 0.2.5
 BuildRequires:  rubygem-daemon_controller >= 0.2.5
 Requires:   rubygem-daemon_controller >= 0.2.5
-BuildRequires:  rubygem-rack
+# rack >= 0
+BuildRequires:  rubygem-rack-1_1
 Requires:   rubygem-rack
 BuildRequires:  apache2-devel
 BuildRequires:  boost-devel
@@ -60,72 +63,62 @@
 Recommends: packageand(nginx:rubygem-passenger-nginx)
 #
 Url:http://www.modrails.com/
-Source: %{mod_name}-%{version}.gem
+Source: %{mod_full_name}.gem
 # patches are just in for the case i find time to forward port them.
 # atm we use the static boost library that ships with passenger
 Source1:rubygem-passenger-2.0.5_system_boost.patch
 Source2:rubygem-passenger-2.0.5_boost_exception.patch
 Source3:rubygem-passenger-2.0.5_missing_includes.patch
 Source4:mod_passenger

commit myspell-german-old for openSUSE:Factory

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package myspell-german-old for 
openSUSE:Factory
checked in at Wed Oct 5 11:10:10 CEST 2011.




--- openSUSE:Factory/myspell-german-old/myspell-german-old.changes  
2011-09-23 02:14:01.0 +0200
+++ /mounts/work_src_done/STABLE/myspell-german-old/myspell-german-old.changes  
2011-10-04 15:52:46.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct  4 13:52:20 UTC 2011 - pmla...@suse.com
+
+- updated description for LibreOffice (bnc#718113)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ myspell-german-old.spec ++
--- /var/tmp/diff_new_pack.D9TkHw/_old  2011-10-05 11:10:07.0 +0200
+++ /var/tmp/diff_new_pack.D9TkHw/_new  2011-10-05 11:10:07.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package myspell-german-old (Version 20030428)
+# spec file for package myspell-german-old
 #
-# Copyright (c) 2008 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
@@ -33,35 +33,43 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
+
 %description
-The old German dictionary for MySpell. It provides spell checking
-according to the old German spelling rules.
+This dictionary supports spell checking according to the old German spelling
+rules.
 
-The MySpell spell checker is used by the OpenOffice.org office suite,
-the Mozilla Composer, and the Mozilla Mail message composition window.
+MySpell dictionaries are compatible with MySpell and Hunspell spell-checker.
+They are used by various desktop applications, for example, LibreOffice,
+Mozilla Thunderbird, and Mozilla Firefox.
 
 
 
 %prep
 %setup -q -c -a 1
 
+
 %build
 # add the Novell jargon into dictionary bnc#306333
 # the file Nwordlist needs to contain extra newline on the beginning!
 cat Nwordlist >> de_OLDSPELL.dic
 
+
 %install
 install -m 755 -d $RPM_BUILD_ROOT%{_datadir}/myspell/
 install -m 644 de_OLDSPELL.dic $RPM_BUILD_ROOT%{_datadir}/myspell/de_DE.dic
 install -m 644 de_OLDSPELL.aff $RPM_BUILD_ROOT%{_datadir}/myspell/de_DE.aff
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+
 %files
 %defattr(-,root,root)
 %dir %{_datadir}/myspell/
 %{_datadir}/myspell/de_DE.dic
 %{_datadir}/myspell/de_DE.aff
 
+
+
 %changelog

continue with "q"...



Remember to have fun...

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



commit myspell-dictionaries for openSUSE:Factory

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package myspell-dictionaries for 
openSUSE:Factory
checked in at Wed Oct 5 11:10:04 CEST 2011.




--- openSUSE:Factory/myspell-dictionaries/myspell-dictionaries.changes  
2011-09-23 02:13:58.0 +0200
+++ 
/mounts/work_src_done/STABLE/myspell-dictionaries/myspell-dictionaries.changes  
2011-10-04 14:06:35.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct  4 12:03:58 UTC 2011 - pmla...@suse.com
+
+- updated description for LibreOffice (bnc#718113)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ myspell-dictionaries.spec ++
 2962 lines (skipped)
 between openSUSE:Factory/myspell-dictionaries/myspell-dictionaries.spec
 and 
/mounts/work_src_done/STABLE/myspell-dictionaries/myspell-dictionaries.spec





























































++ myspell-dictionaries-gen-spec ++
--- /var/tmp/diff_new_pack.qw4U5c/_old  2011-10-05 11:09:58.0 +0200
+++ /var/tmp/diff_new_pack.qw4U5c/_new  2011-10-05 11:09:58.0 +0200
@@ -380,8 +380,9 @@
 $out .= "%description -n myspell-$pld->{'default'}{'pack_suffix'}\n";
 $out .= "The $pld->{'default'}{'language'} dictionary for MySpell.\n";
 $out .= "\n";
-$out .= "The MySpell spell-checker is used by the OpenOffice.org office 
suite,\n";
-$out .= "the Mozilla Composer, and the Mozilla Mail message composition 
window.\n";
+$out .= "MySpell dictionaries are compatible with MySpell and Hunspell 
spell-checker.\n";
+$out .= "They are used by various desktop applications, for example, 
LibreOffice,\n";
+$out .= "Mozilla Thunderbird, and Mozilla Firefox.\n";
 
 return $out;
 }















continue with "q"...



Remember to have fun...

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



commit media-player-info for openSUSE:Factory

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package media-player-info for 
openSUSE:Factory
checked in at Wed Oct 5 11:09:05 CEST 2011.




--- openSUSE:Factory/media-player-info/media-player-info.changes
2011-09-23 02:12:53.0 +0200
+++ /mounts/work_src_done/STABLE/media-player-info/media-player-info.changes
2011-10-05 07:50:55.0 +0200
@@ -1,0 +2,21 @@
+Wed Oct  5 05:41:38 UTC 2011 - vu...@opensuse.org
+
+- Update to version 15:
+  + Add playlist path to all Android devices.
+  + Remove %File references from PlaylistPath property.
+  + Define "FolderSeparator" and "LineEnding" properties.
+  + Add support for Acer Liquid, Archos A43 Internet Tablet,
+Barnes and Noble Nook eReaders, Cowon iAUDIO E2,
+Creative Zen Style 300, Galaxy S 2, GoGear Vibe 4Gb, HP Pre 3,
+HP Touchpad, LG Optimus S, MicroMax A60, Motorola Atrix,
+Nokia 6730 Classic, Notion Ink Adam Tablet, Palm Pre 2,
+Philips GoGear Raga, Samsung Galaxy Ace, Samsung Freeform II,
+Samsung Galaxy S2, Samsung Galaxy SII, Samsung Reality,
+Sharp IS03, Sony Ericsson Vivaz, Sony Ericsson W705,
+Sony Ericsson Xperia mini pro, Sony Ericsson Xperia Play,
+Sony Ericsson Xperia X12 (Arc), TrekStor i.Beat rock,
+Vodafone 845 (Huawei U8120).
+  + Improve support for Sandisk Sansa Clip+, Sandisk Sansa Fuze,
+Sony Walkman NWZ-S638F
+
+---

calling whatdependson for head-i586


Old:

  media-player-info-14.tar.bz2

New:

  media-player-info-15.tar.gz



Other differences:
--
++ media-player-info.spec ++
--- /var/tmp/diff_new_pack.jpW5WZ/_old  2011-10-05 11:09:02.0 +0200
+++ /var/tmp/diff_new_pack.jpW5WZ/_new  2011-10-05 11:09:02.0 +0200
@@ -18,13 +18,13 @@
 
 
 Name:   media-player-info
-Version:14
+Version:15
 Release:1
 License:BSD
 Group:  System/GUI/Other
 Summary:Media Player Information
 Url:http://hal.freedesktop.org/releases/
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://www.freedesktop.org/software/media-player-info/%{name}-%{version}.tar.gz
 BuildRequires:  pkg-config
 BuildRequires:  udev
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

continue with "q"...



Remember to have fun...

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



commit lighttpd for openSUSE:Factory

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package lighttpd for openSUSE:Factory
checked in at Wed Oct 5 11:08:58 CEST 2011.




--- openSUSE:Factory/lighttpd/lighttpd.changes  2011-09-23 02:11:37.0 
+0200
+++ /mounts/work_src_done/STABLE/lighttpd/lighttpd.changes  2011-10-02 
14:18:35.0 +0200
@@ -1,0 +2,31 @@
+Sun Oct  2 12:17:02 UTC 2011 - co...@suse.com
+
+- avoid endless loop in tests by using the right php path for 12.1
+
+---
+Mon Jul 11 16:09:22 UTC 2011 - mrueck...@suse.com
+
+- update to 1.4.29
+  - Fix mod_proxy waiting for response even if content-length is 0
+(fixes #2259)
+  - Silence annoying "connection closed: poll() -> ERR" error.log
+message (fixes #2257)
+  - mod_cgi: make read buffer as big as incoming data block
+  - [build] Fix detection of libev (fixes #2300)
+  - ssl: Support for Diffie-Hellman and Elliptic-Curve
+Diffie-Hellman key exchange (fixes #2301)
+ add ssl.use-sslv3 (fixes #2246)
+ load all algorithms (fixes #2239)
+  - [ssl/md5] prefix our own md5 implementation with li_ so it
+doesn't conflict with the openssl one (fixes #2269)
+  - [ssl/build] some minor fixes; fix compile without ssl, cleanup
+ssl config buffers
+  - [proc,include_shell] log error if exec shell fails (fixes
+#2280)
+  - [*cgi] Use physical base dir (alias, userdir) as DOCUMENT_ROOT
+in cgi environments (fixes #2216)
+  - [doc] Move docs to outdated/ subdir and refer to wiki instead
+(fixes #2248)
+  - fdevent: add solaris eventports (fixes #2171)
+
+---

calling whatdependson for head-i586


Old:

  lighttpd-1.4.28.tar.bz2
  lighttpd_1.4.28-0.1~backport1.diff.gz
  lighttpd_1.4.28-0.1~backport1.dsc
  lighttpd_1.4.28.orig.tar.gz

New:

  lighttpd-1.4.29.tar.bz2
  lighttpd_1.4.29-1.debian.tar.gz
  lighttpd_1.4.29-1.dsc
  lighttpd_1.4.29.orig.tar.gz



Other differences:
--
++ lighttpd.spec ++
--- /var/tmp/diff_new_pack.sEkpt9/_old  2011-10-05 11:08:54.0 +0200
+++ /var/tmp/diff_new_pack.sEkpt9/_new  2011-10-05 11:08:54.0 +0200
@@ -19,8 +19,8 @@
 
 
 Name:   lighttpd
-Version:1.4.28
-Release:1
+Version:1.4.29
+Release:0
 #
 %define pkg_name lighttpd
 %define pkg_user lighttpd
@@ -83,7 +83,7 @@
 #
 Url:http://www.lighttpd.net/
 # Source: 
http://www.lighttpd.net/download/%{pkg_name}-%{version}.tar.bz2
-Source: lighttpd-1.4.28.tar.bz2
+Source: lighttpd-1.4.29.tar.bz2
 Source1:%{pkg_name}.init
 Source2:%{pkg_name}.sysconfig
 Source4:lightytest.sh
@@ -93,7 +93,6 @@
 Patch:  lighttpd-1.4.13_geoip.patch
 #
 Summary:A Secure, Fast, Compliant, and Very Flexible Web Server
-
 %description
 Lighttpd is a secure, fast, compliant, and very flexible Web server
 that has been optimized for high-performance environments. It has a
@@ -113,7 +112,6 @@
 Requires:   %{name} = %{version}
 Group:  Productivity/Networking/Web/Servers
 Summary:CML (Cache Meta Language) module for Lighttpd
-
 %description mod_cml
 CML is a Meta language to describe the dependencies of a page at one
 side and building a page from its fragments on the oth er side using
@@ -142,7 +140,6 @@
 Requires:   %{name} = %{version}
 Group:  Productivity/Networking/Web/Servers
 Summary:A module to control the request handling in lighttpd
-
 %description mod_magnet
 A module to control the request handling in lighttpd.
 
@@ -159,7 +156,6 @@
 Requires:   %{name} = %{version}
 Group:  Productivity/Networking/Web/Servers
 Summary:MySQL based virtual hosts (vhosts) module for Lighttpd
-
 %description mod_mysql_vhost
 With MySQL based vhosting you can put the information where to look for
 a. document-root of a given host into a MySQL database.
@@ -175,7 +171,6 @@
 Requires:   %{name} = %{version}
 Group:  Productivity/Networking/Web/Servers
 Summary:Another anti hot-linking module for Lighttpd
-
 %description mod_trigger_b4_dl
 Anti Hotlinking:
 
@@ -203,7 +198,6 @@
 Requires:   rrdtool
 Group:  Productivity/Networking/Web/Servers
 Summary:Lighttpd module to feed rrdtool databases
-
 %description mod_rrdtool
 RRD_tool is a system to store and display time-series data (i.e.
 network bandwidth, machine-room temperature, server load average).
@@ -224,7 +218,6 @@
 Requires:   %{name} = %{version}
 Group:  Productivity/Networking/Web/Servers
 Summary:A Secure, Fast, Compliant, and Very Flexible Web Server
-
 %description mod_geoip
 Lighttpd a secure, fast, compliant, and very flexible Web server that
 has been optimized for high-performance environments. It has a very low
@@ -249,7 +242,6 @@
 Requires:   %{

commit gnome-shell-extensions for openSUSE:Factory

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package gnome-shell-extensions for 
openSUSE:Factory
checked in at Wed Oct 5 11:08:44 CEST 2011.




--- openSUSE:Factory/gnome-shell-extensions/gnome-shell-extensions.changes  
2011-09-23 02:01:04.0 +0200
+++ 
/mounts/work_src_done/STABLE/gnome-shell-extensions/gnome-shell-extensions.changes
  2011-10-04 09:22:16.0 +0200
@@ -1,0 +2,21 @@
+Mon Oct  3 20:12:10 CEST 2011 - malcolmle...@opensuse.org
+
+- Update to version 3.2.0:
+  + Various updates for gnome-shell API changes.
+- Changes from version 3.1.91:
+  + Update for gnome-shell API changes in gajim.
+- Changes from version 3.1.90:
+  + All extensions have been ported to the new extension
+system (including live enable/disable).
+  + xrandr-indicator no longer requires a specific gjs version.
+  + windowsNavigator fixed for more than 2 workspaces.
+  + Updated translations.
+- Drop
+  gnome-shell-extensions-fix-zero-length-warning-for-stylesheets.patch:
+  fixed upstream.
+- Drop gnome-common BuildRequires and call to autogen.sh: we're not
+  using a git checkout anymore.
+- Add intltool BuildRequires: it was implicitly brought in by
+  gnome-common before.
+
+---

calling whatdependson for head-i586


Old:

  gnome-shell-extensions-3.1.4.tar.bz2
  gnome-shell-extensions-fix-zero-length-warning-for-stylesheets.patch

New:

  gnome-shell-extensions-3.2.0.tar.bz2



Other differences:
--
++ gnome-shell-extensions.spec ++
--- /var/tmp/diff_new_pack.R31w7g/_old  2011-10-05 11:08:40.0 +0200
+++ /var/tmp/diff_new_pack.R31w7g/_new  2011-10-05 11:08:40.0 +0200
@@ -19,22 +19,19 @@
 
 
 Name:   gnome-shell-extensions
-Version:3.1.4
+Version:3.2.0
 Release:1
 License:GPL-2.0+
 Summary:A collection of extensions for GNOME Shell
 Url:http://live.gnome.org/GnomeShell/Extensions
 Group:  System/GUI/GNOME
-Source: 
http://download.gnome.org/sources/gnome-shell-extensions/3.1/%{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/gnome-shell-extensions/3.2/%{name}-%{version}.tar.bz2
 Source1:README.SUSE
-# PATCH-FIX-UPSTREAM 
gnome-shell-extensions-fix-zero-length-warning-for-stylesheets.patch bgo#654274 
malcolmle...@opensuse.org -- Fix zero-length warning for stylesheets
-Patch0: 
gnome-shell-extensions-fix-zero-length-warning-for-stylesheets.patch
-# Needed because we build from a git checkout
-BuildRequires:  gnome-common
 # Needed for directory ownership
 BuildRequires:  gnome-shell
 # gobject-introspection is needed for the typelib() rpm magic.
 BuildRequires:  gobject-introspection
+BuildRequires:  intltool
 BuildRequires:  pkgconfig(gnome-desktop-3.0)
 BuildRequires:  pkgconfig(libgtop-2.0) >= 2.28.3
 Requires:   gnome-shell
@@ -220,12 +217,9 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 cp %{S:1} .
 
 %build
-# Needed because we build from a git checkout
-[ -x autogen.sh ] && NOCONFIGURE=1 ./autogen.sh
 %configure --enable-extensions=all
 make %{?_smp_mflags}
 

++ gnome-shell-extensions-3.1.4.tar.bz2 -> 
gnome-shell-extensions-3.2.0.tar.bz2 ++
 6188 lines of diff (skipped)

continue with "q"...



Remember to have fun...

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



commit gnome-control-center for openSUSE:Factory

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package gnome-control-center for 
openSUSE:Factory
checked in at Wed Oct 5 11:08:31 CEST 2011.




--- openSUSE:Factory/gnome-control-center/gnome-control-center.changes  
2011-09-23 02:00:25.0 +0200
+++ 
/mounts/work_src_done/STABLE/gnome-control-center/gnome-control-center.changes  
2011-10-03 09:37:55.0 +0200
@@ -1,0 +2,83 @@
+Mon Oct  3 07:36:56 UTC 2011 - vu...@opensuse.org
+
+- Remove usage of %mime_database_{post,postun} macros as there is
+  no MIME definition installed.
+- Do not pass --disable-update-mimedb to configure since it's not
+  useful anymore.
+
+---
+Mon Sep 26 19:41:43 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.2.0:
+  + System info:
+- Don't crash when systemd isn't used (bgo#659367)
+- Don't warn if PackageKit isn't around
+- Continue on filesystem query info (bgo#654563)
+  + Wacom:
+- Show "stand-by" page when Wacom not available (bgo#657424)
+  + Updated translations.
+
+---
+Tue Sep 20 08:32:23 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.1.92:
+  + Color:
+- Fix help links for gnome-help 3.1*
+- Don't assert if the user double clicks the delete profile
+  button
+- Fix spawning of gcm-viewer
+- Do not allow the user to choose profiles owned by other users
+- Do not allow the user to set default a profile they cannot
+  access
+- Disable 'View details' button if gcm-viewer is not installed
+- Escape profile titles that have markup in the titles
+  (bgo#659127)
+- Pack the left and right button groups into two GtkBox
+  containers (bgo#659273)
+  + Common:
+- Add a way for panels to receive additional arguments
+  (bgo#657093)
+- Bump GTK+ deps
+- Tell the actual required version for NM
+  + Display:
+- Remove duplicate/unused translations
+  + Info:
+- Don't warn when the hostname is empty
+- Do fallback correctly when reading hostnames
+- Split the hostname setting
+  + Keyboard:
+- Link directly to the layouts page
+  + Network:
+- Show wireless dialogs when asked (bgo#657093)
+- Fix memleak when argv changes
+- A segfault was introduced when assigning to args (bgo#658670)
+- Bind HTTP host entry to the 'host' setting in GSettings
+  + Printers:
+- Match lower-case properly
+  + Region:
+- Add ability to switch pages
+- Fix display of layouts on the system tab
+- Only offer to copy settings if they are different
+  + Screen:
+- Don't fill up the space
+- Fix resulting top-padding (bgo#657606)
+- Remove indent on "Turn off..." label
+  + Shell:
+- Replace window sizing code (bgo#658068)
+  + Sound:
+- Put the level bar at 0 when muting (bgo#644537)
+- Allow switching tabs from the command-line
+  + Universal access:
+- Fix sensitivity of keyboard a11y (bgo#649452)
+- Add context for text sizes (bgo#645729)
+- Set contrast combo on startup (bgo#658990)
+  + User accounts:
+- Hide old message when enrolling
+  + Wacom:
+- Add a left-handed switch (bgo#657810)
+- Improve alignment of lines and widgets (bgo#657425)
+- Make string as translatable
+  + Updated translations.
+- Add pkgconfig(libnm-gtk) BuildRequires: new dependency.
+
+---

calling whatdependson for head-i586


Old:

  gnome-control-center-3.1.91.tar.bz2

New:

  gnome-control-center-3.2.0.tar.bz2



Other differences:
--
++ gnome-control-center.spec ++
--- /var/tmp/diff_new_pack.R75XYW/_old  2011-10-05 11:08:26.0 +0200
+++ /var/tmp/diff_new_pack.R75XYW/_new  2011-10-05 11:08:26.0 +0200
@@ -40,7 +40,7 @@
 BuildRequires:  pkgconfig(gnome-settings-daemon) >= 2.91.94
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
 BuildRequires:  pkgconfig(gstreamer-0.10)
-BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.1.19
 BuildRequires:  pkgconfig(iso-codes)
 BuildRequires:  pkgconfig(libcanberra-gtk3)
 BuildRequires:  pkgconfig(libgnomekbd)
@@ -48,6 +48,7 @@
 BuildRequires:  pkgconfig(libgnome-menu-3.0)
 BuildRequires:  pkgconfig(libgtop-2.0)
 BuildRequires:  pkgconfig(libnm-glib) >= 0.8.992
+BuildRequires:  pkgconfig(libnm-gtk) >= 0.8.992
 BuildRequires:  pkgconfig(libnotify) >= 0.7.3
 BuildRequires:  pkgconfig(libpulse)
 BuildRequires:  pkgconfig(libpulse-mainloop-glib)
@@ -63,10 +64,10 @@
 Group:  System/GUI/GNOME
 Obsoletes:  fontilus themus acme
 Provides:   fontilus themus acme
-Version:3.1.91
+Version:3.2.0
 Release:1
 Summary:The GNOME Control Center
-Source: 
http://download.gnome.org/sources/gnome-control-center/3.1/%{name}-%{version}.tar.bz2

commit evolution-sharp for openSUSE:Factory

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package evolution-sharp for openSUSE:Factory
checked in at Wed Oct 5 11:08:21 CEST 2011.




--- openSUSE:Factory/evolution-sharp/evolution-sharp.changes2011-10-02 
10:00:30.0 +0200
+++ /mounts/work_src_done/STABLE/evolution-sharp/evolution-sharp.changes
2011-09-30 22:12:45.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep 30 20:08:00 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to make the spec file more reliable
+
+---

calling whatdependson for head-i586




Other differences:
--
++ evolution-sharp.spec ++
--- /var/tmp/diff_new_pack.zRRmUZ/_old  2011-10-05 11:08:18.0 +0200
+++ /var/tmp/diff_new_pack.zRRmUZ/_new  2011-10-05 11:08:18.0 +0200
@@ -22,6 +22,7 @@
 BuildRequires:  glib-sharp2
 BuildRequires:  gtk-sharp2
 BuildRequires:  gtk-sharp2-gapi
+BuildRequires:  libtool
 BuildRequires:  mono-devel
 License:GPLv2+
 Group:  Productivity/Networking/Email/Clients

continue with "q"...



Remember to have fun...

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



commit eog for openSUSE:Factory

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package eog for openSUSE:Factory
checked in at Wed Oct 5 11:08:15 CEST 2011.




--- openSUSE:Factory/eog/eog.changes2011-10-02 09:58:13.0 +0200
+++ /mounts/work_src_done/STABLE/eog/eog.changes2011-09-30 
22:12:24.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep 30 20:07:58 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to make the spec file more reliable
+
+---

calling whatdependson for head-i586




Other differences:
--
++ eog.spec ++
--- /var/tmp/diff_new_pack.YxiWpx/_old  2011-10-05 11:08:12.0 +0200
+++ /var/tmp/diff_new_pack.YxiWpx/_new  2011-10-05 11:08:12.0 +0200
@@ -31,6 +31,7 @@
 BuildRequires:  intltool
 BuildRequires:  libexempi-devel
 BuildRequires:  libjpeg-devel
+BuildRequires:  libtool
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)

continue with "q"...



Remember to have fun...

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



commit ecryptfs-utils for openSUSE:Factory

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package ecryptfs-utils for openSUSE:Factory
checked in at Wed Oct 5 11:08:08 CEST 2011.




--- openSUSE:Factory/ecryptfs-utils/ecryptfs-utils.changes  2011-09-23 
01:56:07.0 +0200
+++ /mounts/work_src_done/STABLE/ecryptfs-utils/ecryptfs-utils.changes  
2011-09-30 22:12:16.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep 30 20:07:57 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to make the spec file more reliable
+
+---

calling whatdependson for head-i586




Other differences:
--
++ ecryptfs-utils.spec ++
--- /var/tmp/diff_new_pack.ZkUxnM/_old  2011-10-05 11:08:05.0 +0200
+++ /var/tmp/diff_new_pack.ZkUxnM/_new  2011-10-05 11:08:05.0 +0200
@@ -29,6 +29,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gtk2-devel intltool keyutils-devel keyutils-libs 
libgcrypt-devel mozilla-nss-devel openssl-devel pam-devel pkcs11-helper-devel 
python-devel trousers-devel
 BuildRequires:  update-desktop-files
+BuildRequires:  libtool
 
 %description
 A stacked cryptographic filesystem for Linux.

continue with "q"...



Remember to have fun...

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



commit cyrus-imapd for openSUSE:Factory

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package cyrus-imapd for openSUSE:Factory
checked in at Wed Oct 5 11:08:00 CEST 2011.




--- openSUSE:Factory/cyrus-imapd/cyrus-imapd.changes2011-10-02 
09:55:24.0 +0200
+++ /mounts/work_src_done/STABLE/cyrus-imapd/cyrus-imapd.changes
2011-10-05 09:15:00.0 +0200
@@ -1,0 +2,8 @@
+Wed Oct  5 07:10:08 UTC 2011 - rha...@suse.de
+
+- Update to 2.3.18:
+  Malicious NNTP clients could bypass the authentication and
+  execute commands that normally require authentication.
+  (bnc#719998, CVE-2011-3372)
+
+---

calling whatdependson for head-i586


Old:

  KOLAB_cyrus-imapd-2.3.17_Cyradm_Annotations.patch
  KOLAB_cyrus-imapd-2.3.17_Folder-names.patch
  KOLAB_cyrus-imapd-2.3.17_Groups2.patch
  KOLAB_cyrus-imapd-2.3.17_Logging.patch
  KOLAB_cyrus-imapd-2.3.17_UID.patch
  KOLAB_cyrus-imapd-2.3.17_cross-domain-acls.patch
  KOLAB_cyrus-imapd-2.3.17_timsieved_starttls-sendcaps.patch
  cyrus-imapd-2.3.17.tar.gz

New:

  KOLAB_cyrus-imapd-2.3.18_Cyradm_Annotations.patch
  KOLAB_cyrus-imapd-2.3.18_Folder-names.patch
  KOLAB_cyrus-imapd-2.3.18_Groups2.patch
  KOLAB_cyrus-imapd-2.3.18_Logging.patch
  KOLAB_cyrus-imapd-2.3.18_UID.patch
  KOLAB_cyrus-imapd-2.3.18_cross-domain-acls.patch
  KOLAB_cyrus-imapd-2.3.18_timsieved_starttls-sendcaps.patch
  cyrus-imapd-2.3.18.tar.gz



Other differences:
--
++ cyrus-imapd.spec ++
--- /var/tmp/diff_new_pack.PwToTd/_old  2011-10-05 11:07:56.0 +0200
+++ /var/tmp/diff_new_pack.PwToTd/_new  2011-10-05 11:07:56.0 +0200
@@ -55,7 +55,7 @@
 Conflicts:  cyrus-imapd-kolab
 %endif
 Summary:The Cyrus IMAP and POP Mail Server
-Version:2.3.17
+Version:2.3.18
 Release:22
 Source: %{prjname}-%{version}.tar.gz
 Source1:cyrus-imapd-rc.tar.gz
@@ -72,7 +72,6 @@
 Patch20:cyrus-imapd-perl-5.14.patch
 Patch22:cyrus-imapd_tls-session-leak.dif
 Patch23:cyrus-imapd_references_header-dos.dif
-
 %if %{with_kolab}
 # KOLAB_cyrus-imapd patches are maintained at
 # http://kolab.org/cgi-bin/viewcvs-kolab.cgi/server/imapd/patches/

++ KOLAB_cyrus-imapd-2.3.17_Cyradm_Annotations.patch -> 
KOLAB_cyrus-imapd-2.3.18_Cyradm_Annotations.patch ++

++ KOLAB_cyrus-imapd-2.3.17_Folder-names.patch -> 
KOLAB_cyrus-imapd-2.3.18_Folder-names.patch ++

++ KOLAB_cyrus-imapd-2.3.17_Groups2.patch -> 
KOLAB_cyrus-imapd-2.3.18_Groups2.patch ++

++ KOLAB_cyrus-imapd-2.3.17_Logging.patch -> 
KOLAB_cyrus-imapd-2.3.18_Logging.patch ++

++ KOLAB_cyrus-imapd-2.3.17_UID.patch -> KOLAB_cyrus-imapd-2.3.18_UID.patch 
++

++ KOLAB_cyrus-imapd-2.3.17_cross-domain-acls.patch -> 
KOLAB_cyrus-imapd-2.3.18_cross-domain-acls.patch ++

++ KOLAB_cyrus-imapd-2.3.17_timsieved_starttls-sendcaps.patch -> 
KOLAB_cyrus-imapd-2.3.18_timsieved_starttls-sendcaps.patch ++

++ cyrus-imapd-2.3.17.tar.gz -> cyrus-imapd-2.3.18.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cyrus-imapd-2.3.17/Makefile.in 
new/cyrus-imapd-2.3.18/Makefile.in
--- old/cyrus-imapd-2.3.17/Makefile.in  2011-09-08 20:02:23.0 +0200
+++ new/cyrus-imapd-2.3.18/Makefile.in  2011-10-04 21:59:14.0 +0200
@@ -65,7 +65,7 @@
 COMPILE_ET = @COMPILE_ET@
 
 PACKAGE = cyrus-imapd
-VERSION = 2.3.17
+VERSION = 2.3.18
 
 all:: 
@for d in  $(SUBDIRS); \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cyrus-imapd-2.3.17/doc/changes.html 
new/cyrus-imapd-2.3.18/doc/changes.html
--- old/cyrus-imapd-2.3.17/doc/changes.html 2011-09-08 20:02:23.0 
+0200
+++ new/cyrus-imapd-2.3.18/doc/changes.html 2011-10-04 21:59:14.0 
+0200
@@ -8,6 +8,13 @@
 
 
 
+Changes to the Cyrus IMAP Server since 2.3.17
+
+Fix for incomplete authentication checks in nntpd,
+reported by Secunia as SA46093 - thanks Stefan Cornelius,
+Secunia Research
+
+
 Changes to the Cyrus IMAP Server since 2.3.16
 
 Fix for CVE-2011-3208, a remotely exploitable buffer
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cyrus-imapd-2.3.17/doc/man/arbitron.8.html 
new/cyrus-imapd-2.3.18/doc/man/arbitron.8.html
--- old/cyrus-imapd-2.3.17/doc/man/arbitron.8.html  2011-09-08 
20:03:46.0 +0200
+++ new/cyrus-imapd-2.3.18/doc/man/arbitron.8.html  2011-10-04 
21:59:24.0 +0200
@@ -1,5 +1,5 @@
 
-
+
 http://www.w3.org/TR/html4/loose.dtd";>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cyrus-imapd-2.3.17/doc/man/chk_cyrus.8.html 
new/cyrus-imapd-2.3.18/doc/man/chk_cyrus.8.html
--- old/cyrus-imapd-2.3.17/doc/man/chk_cyrus.8.html 2011-09-08 
20:03:46.0 +0200
+++ new/cyrus-imapd-2.3.18/doc

commit branding-openSUSE for openSUSE:Factory

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package branding-openSUSE for 
openSUSE:Factory
checked in at Wed Oct 5 11:07:46 CEST 2011.




--- openSUSE:Factory/branding-openSUSE/branding-openSUSE.changes
2011-10-04 21:33:20.0 +0200
+++ /mounts/work_src_done/STABLE/branding-openSUSE/branding-openSUSE.changes
2011-10-05 10:49:40.0 +0200
@@ -1,0 +2,7 @@
+Wed Oct  5 08:49:08 UTC 2011 - co...@suse.com
+
+- Update openSUSE.tar.gz from git:
+  + More aspect ratios supported
+  + Updated dynamic GNOME wallpapers
+
+---

calling whatdependson for head-i586




Other differences:
--
++ branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.ovAbbZ/_old  2011-10-05 11:07:42.0 +0200
+++ /var/tmp/diff_new_pack.ovAbbZ/_new  2011-10-05 11:07:42.0 +0200
@@ -257,23 +257,27 @@
 
 install -d %{buildroot}/usr/share/kde4/apps/ksplash/Themes
 cp -a openSUSE/ksplashx 
%{buildroot}/usr/share/kde4/apps/ksplash/Themes/ksplashx-suse
-ln -s /usr/share/wallpapers/default-1600x1200.jpg 
%{buildroot}/usr/share/kde4/apps/ksplash/Themes/ksplashx-suse/1600x1200/background.jpg
+ln -s /usr/share/wallpapers/openSUSEdefault/contents/images/1600x1200.jpg 
%{buildroot}/usr/share/kde4/apps/ksplash/Themes/ksplashx-suse/1600x1200/background.jpg
 mkdir -p 
%{buildroot}/usr/share/kde4/apps/ksplash/Themes/ksplashx-suse/1920x1200
-ln -s /usr/share/wallpapers/default-1920x1200.jpg 
%{buildroot}/usr/share/kde4/apps/ksplash/Themes/ksplashx-suse/1920x1200/background.jpg
+ln -s /usr/share/wallpapers/openSUSEdefault/contents/images/1920x1200.jpg 
%{buildroot}/usr/share/kde4/apps/ksplash/Themes/ksplashx-suse/1920x1200/background.jpg
+mkdir -p 
%{buildroot}/usr/share/kde4/apps/ksplash/Themes/ksplashx-suse/1280x1024
+ln -s /usr/share/wallpapers/openSUSEdefault/contents/images/1280x1024.jpg 
%{buildroot}/usr/share/kde4/apps/ksplash/Themes/ksplashx-suse/1280x1024/background.jpg
+mkdir -p 
%{buildroot}/usr/share/kde4/apps/ksplash/Themes/ksplashx-suse/1920x1080
+ln -s /usr/share/wallpapers/openSUSEdefault/contents/images/1920x1080.jpg 
%{buildroot}/usr/share/kde4/apps/ksplash/Themes/ksplashx-suse/1920x1080/background.jpg
+
 %suse_update_desktop_file  
%{buildroot}/usr/share/kde4/apps/ksplash/Themes/ksplashx-suse/Theme.rc
 
-# as long as its just links, it's better to keep them in wallpaper-branding. 
If we need custom ones, we should split
-install -d %{buildroot}/usr/share/wallpapers/openSUSEdefault/contents/images
-ln -s /usr/share/wallpapers/default-1600x1200.jpg 
%{buildroot}/usr/share/wallpapers/openSUSEdefault/contents/images/1600x1200.jpg
-ln -s /usr/share/wallpapers/default-1920x1200.jpg 
%{buildroot}/usr/share/wallpapers/openSUSEdefault/contents/images/1920x1200.jpg
-cp openSUSE/kde-workspace/screenshot.jpg 
%{buildroot}/usr/share/wallpapers/openSUSEdefault/contents/screenshot.jpg
-cp openSUSE/kde-workspace/metadata.desktop 
%{buildroot}/usr/share/wallpapers/openSUSEdefault/metadata.desktop
 %suse_update_desktop_file 
%{buildroot}/usr/share/wallpapers/openSUSEdefault/metadata.desktop
 
 mkdir -p %{buildroot}%{_kde4_appsdir}
 cp -a openSUSE/kdm %{buildroot}%{_kde4_appsdir}/kdm
-ln -s /usr/share/wallpapers/default-1600x1200.jpg 
%{buildroot}/usr/share/kde4/apps/kdm/themes/SUSE/background-1600x1200.jpg
-ln -s /usr/share/wallpapers/default-1920x1200.jpg 
%{buildroot}/usr/share/kde4/apps/kdm/themes/SUSE/background-1920x1200.jpg
+ln -s /usr/share/wallpapers/openSUSEdefault/contents/images/1600x1200.jpg 
%{buildroot}/usr/share/kde4/apps/kdm/themes/SUSE/background-1600x1200.jpg
+ln -s /usr/share/wallpapers/openSUSEdefault/contents/images/1920x1200.jpg 
%{buildroot}/usr/share/kde4/apps/kdm/themes/SUSE/background-1920x1200.jpg
+ln -s /usr/share/wallpapers/openSUSEdefault/contents/images/1280x1024.jpg 
%{buildroot}/usr/share/kde4/apps/kdm/themes/SUSE/background-1280x1024.jpg
+ln -s /usr/share/wallpapers/openSUSEdefault/contents/images/1920x1080.jpg 
%{buildroot}/usr/share/kde4/apps/kdm/themes/SUSE/background-1920x1080.jpg
+
+# try how far we get without them
+rm -v %{buildroot}/usr/share/wallpapers/openSUSE*desktop 
%{buildroot}/usr/share/wallpapers/openSUSE*jpg 
%{buildroot}/usr/share/wallpapers/default*
 
 %check
 ## Check GNOME-related xml files have contant that make sense

++ openSUSE.tar.gz ++
openSUSE:Factory/branding-openSUSE/openSUSE.tar.gz 
/mounts/work_src_done/STABLE/branding-openSUSE/openSUSE.tar.gz differ: char 5, 
line 1

continue with "q"...



Remember to have fun...

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



commit boost for openSUSE:Factory

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package boost for openSUSE:Factory
checked in at Wed Oct 5 11:07:34 CEST 2011.




--- openSUSE:Factory/boost/boost.changes2011-09-23 01:52:46.0 
+0200
+++ /mounts/work_src_done/STABLE/boost/boost.changes2011-10-03 
12:17:57.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct  3 12:17:41 CEST 2011 - dmuel...@suse.de
+
+- disable openmpi on %%arm
+
+---

calling whatdependson for head-i586




Other differences:
--
++ boost.spec ++
--- /var/tmp/diff_new_pack.PEKf1E/_old  2011-10-05 11:07:31.0 +0200
+++ /var/tmp/diff_new_pack.PEKf1E/_new  2011-10-05 11:07:31.0 +0200
@@ -31,7 +31,7 @@
 # Just hardcode build_mpi to 1 as soon as openmpi builds on all
 # named architectures.
 
-%ifarch s390 s390x ia64 hppa
+%ifarch s390 s390x ia64 hppa %arm
 %define build_mpi 0
 %else
 %define build_mpi 1
@@ -134,7 +134,6 @@
 
 %package -n boost-license%{lib_appendix}
 
-
 License:BSD3c
 Summary:Boost License
 Group:  Development/Libraries/C and C++
@@ -197,7 +196,6 @@
 
 %package-n libboost_date_time%{lib_appendix}
 
-
 License:BSD3c
 Summary:Boost::Date.Time Runtime libraries
 Group:  System/Libraries
@@ -211,7 +209,6 @@
 
 %package-n libboost_filesystem%{lib_appendix}
 
-
 License:BSD3c
 Summary:Boost::Filesystem Runtime Libraries
 Group:  System/Localization
@@ -225,7 +222,6 @@
 
 %package-n libboost_graph%{lib_appendix}
 
-
 License:BSD3c
 Summary:Boost::Graph Runtime Libraries
 Group:  System/Libraries
@@ -239,7 +235,6 @@
 
 %package-n libboost_iostreams%{lib_appendix}
 
-
 License:BSD3c
 Summary:Boost::IOStreams Runtime Libraries
 Group:  System/Libraries
@@ -253,7 +248,6 @@
 
 %package-n libboost_math%{lib_appendix}
 
-
 License:BSD3c
 Summary:Boost::Math Runtime Libraries
 Group:  System/Libraries
@@ -268,7 +262,6 @@
 
 %package-n libboost_mpi%{lib_appendix}
 
-
 License:BSD3c
 Summary:Boost::MPI Runtime libraries
 Group:  System/Libraries
@@ -282,7 +275,6 @@
 
 %package-n libboost_test%{lib_appendix}
 
-
 License:BSD3c
 Summary:Boost::Test Runtime Libraries
 Group:  System/Libraries
@@ -296,7 +288,6 @@
 
 %package-n libboost_program_options%{lib_appendix}
 
-
 License:BSD3c
 Summary:Boost::ProgramOptions Runtime libraries
 Group:  System/Libraries
@@ -310,7 +301,6 @@
 
 %package-n libboost_python%{lib_appendix}
 
-
 License:BSD3c
 Summary:Boost::Python Runtime Libraries
 Group:  System/Libraries
@@ -324,7 +314,6 @@
 
 %package-n libboost_serialization%{lib_appendix}
 
-
 License:BSD3c
 Summary:Boost::Serialization Runtime Libraries
 Group:  System/Libraries
@@ -338,7 +327,6 @@
 
 %package-n libboost_signals%{lib_appendix}
 
-
 License:BSD3c
 Summary:Boost::Signals Runtime Libraries
 Group:  System/Libraries
@@ -352,7 +340,6 @@
 
 %package-n libboost_system%{lib_appendix}
 
-
 License:BSD3c
 Summary:Boost::System Runtime Libraries
 Group:  System/Libraries
@@ -366,7 +353,6 @@
 
 %package-n libboost_thread%{lib_appendix}
 
-
 License:BSD3c
 Summary:Boost::Thread Runtime Libraries
 Group:  System/Libraries
@@ -380,7 +366,6 @@
 
 %package-n libboost_wave%{lib_appendix}
 
-
 License:BSD3c
 Summary:Boost::Wave Runtime Libraries
 Group:  System/Libraries
@@ -394,7 +379,6 @@
 
 %package-n libboost_regex%{lib_appendix}
 
-
 License:BSD3c
 Summary:The Boost::Regex runtime library
 Group:  System/Libraries
@@ -406,7 +390,6 @@
 
 %package-n libboost_random%{lib_appendix}
 
-
 License:BSD3c
 Summary:The Boost::Random runtime library
 Group:  System/Libraries




continue with "q"...



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-10-05 Thread h_root

Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory
checked in at Wed Oct 5 11:07:14 CEST 2011.




--- openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes
2011-10-04 18:06:31.0 +0200
+++ 
/mounts/work_src_done/STABLE/arpwatch-ethercodes/arpwatch-ethercodes.changes
2011-10-05 07:40:08.0 +0200
@@ -2 +2 @@
-Tue Oct  4 07:40:07 CEST 2011 - autobu...@suse.de
+Wed Oct  5 07:40:08 CEST 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-10-04
+- automated update on 2011-10-05

calling whatdependson for head-i586




Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.7GMsPQ/_old  2011-10-05 11:07:11.0 +0200
+++ /var/tmp/diff_new_pack.7GMsPQ/_new  2011-10-05 11:07:11.0 +0200
@@ -23,7 +23,7 @@
 License:BSD3c
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.10.4
+Version:2011.10.5
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.7GMsPQ/_old  2011-10-05 11:07:11.0 +0200
+++ /var/tmp/diff_new_pack.7GMsPQ/_new  2011-10-05 11:07:11.0 +0200
@@ -18258,10 +18258,11 @@
SAN JOSE CA 95131
UNITED STATES
 
-00-0B-33   (hex)   Vivato
-000B33 (base 16)   Vivato
-   12610 East Mirabeau Parkway
-   Spokane WA 99216
+00-0B-33   (hex)   Vivato Technologies
+000B33 (base 16)   Vivato Technologies
+   444 Cedros Ave
+   Suite 175
+   Solana Beach CA 92027
UNITED STATES
 
 00-0B-34   (hex)   ShangHai Broadband Technologies CO.LTD
@@ -81812,6 +81813,12 @@
ShenZhen GuangDong 518026
CHINA
 
+08-A9-5A   (hex)   Azurewave
+08A95A (base 16)   Azurewave
+   8F., No. 94, Baozhong Rd., Xindian 
+   New Taipei City  231
+   TAIWAN, REPUBLIC OF CHINA
+
 08-AC-A5   (hex)   Benu Video, Inc.
 08ACA5 (base 16)   Benu Video, Inc.
300 Concord Rd., Suite #110
@@ -83623,6 +83630,12 @@
Aurora OH 44202
UNITED STATES
 
+24-BB-C1   (hex)   Absolute Analysis
+24BBC1 (base 16)   Absolute Analysis
+   2393 Teller Road Ste #109
+   Newbury Park California 91320
+   UNITED STATES
+
 24-BC-82   (hex)   Dali Wireless, Inc.
 24BC82 (base 16)   Dali Wireless, Inc.
125 University Avenue, Suite 88
@@ -84083,6 +84096,12 @@
Gumi Gyeongbuk 730-350
KOREA, REPUBLIC OF
 
+2C-67-FB   (hex)   ShenZhen Zhengjili Electronics Co., LTD
+2C67FB (base 16)   ShenZhen Zhengjili Electronics Co., LTD
+   The Longhua Town Shenzhen City Streets huaning 
three house Science Park Road Chiayi Source fifth floor
+   Shenzhen Guangdong 518000
+   CHINA
+
 2C-6B-F5   (hex)   Juniper networks
 2C6BF5 (base 16)   Juniper networks
1194 N. Mathilda ave
@@ -84262,9 +84281,6 @@
Auckland  0632
NEW ZEALAND
 
-30-1E-80   (hex)   PRIVATE
-301E80 (base 16)
-
 30-2D-E8   (hex)   JDA, LLC (JDA Systems)
 302DE8 (base 16)   JDA, LLC (JDA Systems)
4080 Pike Lane
@@ -85533,6 +85549,12 @@
TREMBLAY EN FRANCE Ile de France 93290
FRANCE
 
+40-E7-93   (hex)   Shenzhen Siviton Technology Co.,Ltd
+40E793 (base 16)   Shenzhen Siviton Technology Co.,Ltd
+   4F,Block6,Coolpad Business Centre,North of 
Keyuan Road,Hi-technology Zone,Nanshan District
+   Shenzhen Guangdong 518057
+   CHINA
+
 40-EC-F8   (hex)   Siemens AG
 40ECF8 (base 16)   Siemens AG
I IS MS EDM
@@ -88565,6 +88587,12 @@
 70-6F-81   (hex)   PRIVATE
 706F81 (base 16)