commit openexr for openSUSE:Factory

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package openexr for openSUSE:Factory checked 
in at 2012-08-08 10:56:55

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


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

Changes:

--- /work/SRC/openSUSE:Factory/openexr/openexr.changes  2012-05-03 
10:59:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.openexr.new/openexr.changes 2012-08-08 
10:57:01.0 +0200
@@ -1,0 +2,10 @@
+Thu Aug  2 12:46:25 UTC 2012 - mvysko...@suse.cz
+
+- Update to 1.7.1 
+  * Updated the .so verison to 7.
+  * obsoletes openexr-includes.patch
+- require new ilmbase-devel for build
+- rename libopenexr-devel to openexr devel to be compatible
+  with renamed ilmbase package
+
+---

Old:

  openexr-1.7.0.tar.bz2
  openexr-includes.patch

New:

  openexr-1.7.1.tar.gz



Other differences:
--
++ openexr.spec ++
--- /var/tmp/diff_new_pack.fXcDIx/_old  2012-08-08 10:57:03.0 +0200
+++ /var/tmp/diff_new_pack.fXcDIx/_new  2012-08-08 10:57:03.0 +0200
@@ -17,17 +17,17 @@
 
 
 Name:   openexr
+Version:1.7.1
+Release:0
 Summary:Utilities for work with HDR images in OpenEXR format
 License:BSD-3-Clause ; GPL-2.0+
 Group:  Productivity/Graphics/Other
-Version:1.7.0
-Release:0
 Url:http://www.openexr.com/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fltk-devel
 BuildRequires:  freeglut-devel
 BuildRequires:  gcc-c++
-BuildRequires:  libilmbase-devel
+BuildRequires:  ilmbase-devel
 # bug437293
 %ifarch ppc64
 Obsoletes:  OpenEXR-64bit
@@ -35,12 +35,11 @@
 #
 Obsoletes:  OpenEXR = 1.6.1
 Provides:   OpenEXR = %{version}
-Source0:%{name}-%version.tar.bz2
+Source0:%{name}-%version.tar.gz
 Source1:baselibs.conf
 Patch0: openexr-suse-docdir.patch
-Patch1: openexr-includes.patch
 # disable broken tests
-Patch2: openexr-disable-tests.patch
+Patch1: openexr-disable-tests.patch
 
 %description
 OpenEXR is a high dynamic-range (HDR) image file format developed by
@@ -55,29 +54,40 @@
 * exr2aces, converter to ACES format
 * exrmultiview, combine two or more images into one multi-view
 
-%package -n libIlmImf6
+%package -n libIlmImf7
 Summary:Library to Handle EXR Pictures in 16-Bit Floating-Point Format
 Group:  Development/Libraries/C and C++
 # provide also the most expected symbol
-Provides:   libopenexr6 = %{version}
+Provides:   libopenexr7 = %{version}
 
-%description -n libIlmImf6
+%description -n libIlmImf7
 OpenEXR is a high dynamic-range (HDR) image file format developed by
 Industrial Light  Magic for use in computer imaging applications.
 
 This package contains libIlmImf.so.6
 
-%package -n libopenexr-devel
+%post -n libIlmImf7 -p /sbin/ldconfig
+
+%postun -n libIlmImf7 -p /sbin/ldconfig
+
+%files -n libIlmImf7
+%defattr(-,root,root)
+%doc COPYING
+%{_libdir}/libIlmImf.so.*
+
+%package devel
 Summary:Library to Handle EXR Pictures (16-bit floating-point format)
 Group:  Development/Libraries/C and C++
 Obsoletes:  OpenEXR-devel = 1.6.1
 Provides:   OpenEXR-devel = %{version}
+Obsoletes:  libopenexr-devel = 1.7.0
+Provides:   libopenexr-devel = %{version}
 Requires:   libilmbase-devel
-Requires:   libopenexr6 = %{version}
+Requires:   libopenexr7 = %{version}
 Requires:   pkg-config
 Requires:   zlib-devel
 
-%description -n libopenexr-devel
+%description devel
 OpenEXR is a high dynamic-range (HDR) image file format developed by
 Industrial Light  Magic for use in computer imaging applications.
 
@@ -97,10 +107,10 @@
 
 %prep
 %setup -q
-%patch0 -b .sav
-%patch1 -b .sav
-%patch2 -p1 -b .sav
-# rename a non-linux file
+%patch0 -p0
+%patch1 -p1
+
+# remove a non-linux file
 %{__rm} README.win32 README.OSX
 
 %build
@@ -124,10 +134,6 @@
 # so let disable it
 # % {__make} check
 
-%post -n libIlmImf6 -p /sbin/ldconfig
-
-%postun -n libIlmImf6 -p /sbin/ldconfig
-
 %files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING LICENSE NEWS README*
@@ -139,12 +145,7 @@
 %{_bindir}/exr2aces
 %{_bindir}/exrmultiview
 
-%files -n libIlmImf6
-%defattr(-,root,root)
-%doc COPYING
-%{_libdir}/libIlmImf.so.*
-
-%files -n libopenexr-devel
+%files devel
 %defattr(-,root,root)
 %{_includedir}/OpenEXR
 %{_libdir}/libIlmImf.so

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



commit 844-ksc-pcf for openSUSE:Factory

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package 844-ksc-pcf for openSUSE:Factory 
checked in at 2012-08-08 11:04:40

Comparing /work/SRC/openSUSE:Factory/844-ksc-pcf (Old)
 and  /work/SRC/openSUSE:Factory/.844-ksc-pcf.new (New)


Package is 844-ksc-pcf, Maintainer is dmzh...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/844-ksc-pcf/844-ksc-pcf.changes  2011-09-23 
01:50:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.844-ksc-pcf.new/844-ksc-pcf.changes 
2012-08-08 11:05:02.0 +0200
@@ -1,0 +2,10 @@
+Wed Aug  8 07:16:16 UTC 2012 - pgaj...@suse.com
+
+- call spec-cleaner
+
+---
+Mon Aug  6 16:30:04 UTC 2012 - pgaj...@suse.com
+
+- prepare spec file for dropping SuSEconfig.fonts (openFATE#313536)
+
+---



Other differences:
--
++ 844-ksc-pcf.spec ++
--- /var/tmp/diff_new_pack.tMeKiJ/_old  2012-08-08 11:05:03.0 +0200
+++ /var/tmp/diff_new_pack.tMeKiJ/_new  2012-08-08 11:05:03.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package 844-ksc-pcf
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,27 +16,24 @@
 #
 
 
-
 Name:   844-ksc-pcf
-%definefontdir /usr/share/fonts/misc
-Url:http://www.debian.or.kr/~cwryu/archive/fonttools/
+Version:19990207
+Release:0
+Summary:Korean 8x4x4 Johab Fonts
 License:SUSE-Public-Domain
 Group:  System/X11/Fonts
-PreReq: %suseconfig_fonts_prereq
-Provides:   locale(xorg-x11:ko)
-Summary:Korean 8x4x4 Johab Fonts
-Version:19990207
-Release:772
+Url:http://www.debian.or.kr/~cwryu/archive/fonttools/
 Source0:844-ksc-pcf-19990207.1.tar.bz2
 Source1:README.844-ksc.fonts.TXT
-BuildArch:  noarch
+BuildRequires:  fontpackages-devel
+Provides:   locale(xorg-x11:ko)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
+%reconfigure_fonts_prereq
 
 %description
 Korean 8x4x4 johab fonts.
 
-
-
 %prep
 %setup -q -n 844-ksc-pcf-19990207.1
 cp $RPM_SOURCE_DIR/README.844-ksc.fonts.TXT .
@@ -49,9 +46,9 @@
 %build
 
 %install
-mkdir -p %{buildroot}%{fontdir}
+mkdir -p %{buildroot}%{_miscfontsdir}
 gzip --best *.pcf
-install -m 644 *.gz   %{buildroot}%{fontdir}
+install -m 644 *.gz   %{buildroot}%{_miscfontsdir}
 
 # Ruediger Oertel wrote:
 #  that is the way an update works with rpm:
@@ -63,15 +60,11 @@
 #  remove all files from old package not present in new package
 #  %postun old package
 
-%post
-%run_suseconfig_fonts
-
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-,root,root)
 %doc README*
-%{fontdir}
+%{_miscfontsdir}
 
 %changelog

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



commit cdparanoia for openSUSE:Factory

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package cdparanoia for openSUSE:Factory 
checked in at 2012-08-08 11:07:57

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


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

Changes:

--- /work/SRC/openSUSE:Factory/cdparanoia/cdparanoia.changes2011-12-21 
09:59:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.cdparanoia.new/cdparanoia.changes   
2012-08-08 11:08:00.0 +0200
@@ -1,0 +2,6 @@
+Sun Jul 15 16:58:15 UTC 2012 - co...@suse.com
+
+- own directories for japanese man pages, no need to buildrequire man
+  for that
+
+---



Other differences:
--
++ cdparanoia.spec ++
--- /var/tmp/diff_new_pack.jD3hrV/_old  2012-08-08 11:08:01.0 +0200
+++ /var/tmp/diff_new_pack.jD3hrV/_new  2012-08-08 11:08:01.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cdparanoia
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -130,7 +130,7 @@
 %defattr(-,root,root)
 %doc README COPYING*
 %{_mandir}/man1/*
-%{_mandir}/ja/man1/*
+%{_mandir}/ja
 %{_bindir}/*
 
 %files -n libcdda_interface0

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



commit clanlib for openSUSE:Factory

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package clanlib for openSUSE:Factory checked 
in at 2012-08-08 11:09:43

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


Package is clanlib, Maintainer is prus...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/clanlib/clanlib-doc.changes  2012-05-16 
21:06:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.clanlib.new/clanlib-doc.changes 2012-08-08 
11:09:44.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul 12 15:07:19 UTC 2012 - adr...@suse.de
+
+- fix build on arm architecture
+
+---
clanlib.changes: same change



Other differences:
--
++ clanlib-doc.spec ++
--- /var/tmp/diff_new_pack.FRdgtm/_old  2012-08-08 11:09:46.0 +0200
+++ /var/tmp/diff_new_pack.FRdgtm/_new  2012-08-08 11:09:46.0 +0200
@@ -79,6 +79,10 @@
 %build
 export CFLAGS=%{optflags}
 export CXXFLAGS=$CFLAGS
+%ifarch %arm
+export CFLAGS=$CFLAGS -DCL_ARM_PLATFORM
+export CXXFLAGS=$CFLAGS -DCL_ARM_PLATFORM
+%endif
 %ifarch %ix86
 %configure --with-pic --disable-static --enable-asm386 --enable-docs
 %else

++ clanlib.spec ++
--- /var/tmp/diff_new_pack.FRdgtm/_old  2012-08-08 11:09:46.0 +0200
+++ /var/tmp/diff_new_pack.FRdgtm/_new  2012-08-08 11:09:46.0 +0200
@@ -75,6 +75,10 @@
 %build
 export CFLAGS=%{optflags}
 export CXXFLAGS=$CFLAGS
+%ifarch %arm
+export CFLAGS=$CFLAGS -DCL_ARM_PLATFORM
+export CXXFLAGS=$CFLAGS -DCL_ARM_PLATFORM
+%endif
 %ifarch %ix86
 %configure --with-pic --disable-static --enable-asm386 --disable-docs
 %else

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



commit fonts-config for openSUSE:Factory

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package fonts-config for openSUSE:Factory 
checked in at 2012-08-08 11:10:20

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


Package is fonts-config, Maintainer is pgaj...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/fonts-config/fonts-config.changes
2012-07-30 20:26:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.fonts-config.new/fonts-config.changes   
2012-08-08 11:10:21.0 +0200
@@ -1,0 +2,10 @@
+Wed Aug  8 07:12:28 UTC 2012 - pgaj...@suse.com
+
+- call spec-cleaner
+
+---
+Mon Aug  6 15:51:33 UTC 2012 - pgaj...@suse.com
+
+- prepare spec file for dropping SuSEconfig.fonts (openFATE#313536)
+
+---



Other differences:
--
++ fonts-config.spec ++
--- /var/tmp/diff_new_pack.UPHLGp/_old  2012-08-08 11:10:21.0 +0200
+++ /var/tmp/diff_new_pack.UPHLGp/_new  2012-08-08 11:10:21.0 +0200
@@ -17,12 +17,6 @@
 
 
 Name:   fonts-config
-Provides:   xf86tools:/usr/sbin/fonts-config
-Requires:   fontconfig = 2.3.93.20060103
-Requires:   perl(English)
-Requires(pre):  %suseconfig_fonts_prereq
-Recommends: ft2demos
-PreReq: %fillup_prereq
 Version:20080121
 Release:0
 Summary:Configures Fonts for X Windows and other applications
@@ -36,8 +30,16 @@
 Source6:suse-hinting.conf.template
 Source7:suse-bitmaps.conf.template
 Source8:suse-font-dirs.conf.template
-BuildArch:  noarch
+BuildRequires:  fontconfig
+BuildRequires:  fontpackages-devel
+Requires(pre):  %fillup_prereq
+Requires:   fontconfig = 2.3.93.20060103
+Requires:   perl(English)
+Recommends: ft2demos
+Provides:   xf86tools:/usr/sbin/fonts-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
+%reconfigure_fonts_prereq
 
 %description
 Configures Fonts for X Windows and other applications.
@@ -52,43 +54,44 @@
 %build
 
 %install
-mkdir -p $RPM_BUILD_ROOT/sbin/conf.d
-mkdir -p $RPM_BUILD_ROOT/usr/sbin
-mkdir -p $RPM_BUILD_ROOT/usr/share/fonts-config
-mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1
-mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates
-install -m 755 $RPM_SOURCE_DIR/SuSEconfig.fonts $RPM_BUILD_ROOT/sbin/conf.d
-install -m 755 $RPM_SOURCE_DIR/fonts-config $RPM_BUILD_ROOT/usr/sbin
-install -m 644 $RPM_SOURCE_DIR/*.template 
$RPM_BUILD_ROOT/usr/share/fonts-config
+mkdir -p %{buildroot}/sbin/conf.d
+mkdir -p %{buildroot}%{_prefix}/sbin
+mkdir -p %{buildroot}%{_datadir}/fonts-config
+mkdir -p %{buildroot}/%{_mandir}/man1
+mkdir -p %{buildroot}%{_localstatedir}/adm/fillup-templates
+install -m 755 $RPM_SOURCE_DIR/SuSEconfig.fonts %{buildroot}/sbin/conf.d
+install -m 755 $RPM_SOURCE_DIR/fonts-config %{buildroot}%{_prefix}/sbin
+install -m 644 $RPM_SOURCE_DIR/*.template %{buildroot}%{_datadir}/fonts-config
 pod2man --section 1 --center=  $RPM_SOURCE_DIR/fonts-config  \
-  $RPM_BUILD_ROOT/%{_mandir}/man1/fonts-config.1
+  %{buildroot}/%{_mandir}/man1/fonts-config.1
 install -m 644 $RPM_SOURCE_DIR/sysconfig.fonts-config \
-  $RPM_BUILD_ROOT/var/adm/fillup-templates/
+  %{buildroot}%{_localstatedir}/adm/fillup-templates/
 #
-mkdir -p $RPM_BUILD_ROOT/etc/fonts/conf.d
-mkdir -p $RPM_BUILD_ROOT/etc/fonts/conf.avail
-sed -e's/_BYTECODE_BW_MAX_PIXEL_/0/' %{S:6} \
-   $RPM_BUILD_ROOT/etc/fonts/conf.avail/12-suse-hinting-bc.conf
-sed -e's/_USE_EMBEDDED_BITMAPS_PLACEHOLDER_//' %{S:7} \
-   $RPM_BUILD_ROOT/etc/fonts/conf.avail/17-suse-bitmaps.conf
+mkdir -p %{buildroot}%{_fontsconfddir}
+mkdir -p %{buildroot}%{_fontsconfavaildir}
+sed -e's/_BYTECODE_BW_MAX_PIXEL_/0/' %{SOURCE6} \
+   %{buildroot}%{_fontsconfavaildir}/12-suse-hinting-bc.conf
+sed -e's/_USE_EMBEDDED_BITMAPS_PLACEHOLDER_//' %{SOURCE7} \
+   %{buildroot}%{_fontsconfavaildir}/17-suse-bitmaps.conf
 ln -s ../conf.avail/12-suse-hinting-bc.conf \
-$RPM_BUILD_ROOT/etc/fonts/conf.d/12-suse-hinting-bc.conf
+%{buildroot}%{_fontsconfddir}/12-suse-hinting-bc.conf
 ln -s ../conf.avail/17-suse-bitmaps.conf \
-$RPM_BUILD_ROOT/etc/fonts/conf.d/17-suse-bitmaps.conf 
+%{buildroot}%{_fontsconfddir}/17-suse-bitmaps.conf
 
 %post
 %{fillup_only -n fonts-config}
-%run_suseconfig_fonts
+%reconfigure_fonts_post
 exit 0
 
 %files
 %defattr(-,root,root)
-/usr/sbin/fonts-config
-%dir /usr/share/fonts-config/
-/usr/share/fonts-config/*
+%{_sbindir}/fonts-config
+%dir %{_datadir}/fonts-config/
+%{_datadir}/fonts-config/*
 /sbin/conf.d/SuSEconfig.fonts
 %{_mandir}/man1/fonts-config.1.gz
-/var/adm/fillup-templates/sysconfig.fonts-config
-/etc/fonts

commit gnome-patch-translation for openSUSE:Factory

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package gnome-patch-translation for 
openSUSE:Factory checked in at 2012-08-08 11:10:44

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


Package is gnome-patch-translation, Maintainer is gnome-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-patch-translation/gnome-patch-translation.changes
  2011-10-24 13:40:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-patch-translation.new/gnome-patch-translation.changes
 2012-08-08 11:10:49.0 +0200
@@ -1,0 +2,7 @@
+Tue Jul 24 17:16:14 CEST 2012 - sbra...@suse.cz
+
+- Updated ar, cs, de, el, es, fi, fr, gl, hu, km, lt, nb, pl, pt,
+  pt_BR, ro, zh_CN, zh_TW.
+- Migrate to svn.opensuse.org.
+
+---



Other differences:
--
++ gnome-patch-translation.spec ++
--- /var/tmp/diff_new_pack.LK2HXW/_old  2012-08-08 11:10:51.0 +0200
+++ /var/tmp/diff_new_pack.LK2HXW/_new  2012-08-08 11:10:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-patch-translation
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,16 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   gnome-patch-translation
+Version:12.2
+Release:0
+Summary:Collect and Merge Translations From RPM Patches
 License:GPL-2.0+
 Group:  System/GUI/GNOME
-AutoReqProv:on
-Version:12.1
-Release:1
-Summary:Collect and Merge Translations From RPM Patches
 Source: gnome-patch-translation-files.tar.bz2
 Source1:gnome-patch-translation.tar.bz2
 Source2:README
@@ -46,12 +43,6 @@
 This package provides scripts for collecting strings changed in RPM
 patches and merging them to one translation compendium.
 
-
-
-Authors:
-
-Stanislav Brabec sbra...@suse.cz
-
 %prep
 %setup -T -a0 -a1 -c %{name}-%{version}
 cp -a %{S:2} %{S:3} %{S:4} %{S:5} %{S:6} .

++ gnome-patch-translation.conf ++
--- /var/tmp/diff_new_pack.LK2HXW/_old  2012-08-08 11:10:51.0 +0200
+++ /var/tmp/diff_new_pack.LK2HXW/_new  2012-08-08 11:10:51.0 +0200
@@ -2,13 +2,13 @@
 # updating of gnome-patch-translation package.
 #
 
-# Your account at Berlios. Empty means your local id.
+# Your account at svn.opensuse.org. Empty means your local id.
 NAME=
 
 # URI of LCN SVN repository.
 # It should contain string $BRANCH_PATH, which will be replaced by the
 # BRANCH path (see below) and may contain NAME, which will be replaced by user 
name above.
-LCN_SVN_URI='https://$n...@svn.berlios.de/svnroot/repos/opensuse-i18n/$BRANCH_PATH/lcn'
+LCN_SVN_URI='https://$n...@svn.opensuse.org/svn/opensuse-i18n/$BRANCH_PATH/lcn'
 
 # lcn branch on LCN SVN
 LCN_BRANCH=trunk
@@ -21,7 +21,7 @@
 GPT_PACKAGES=gconf-editor gdm gnome-panel gnome-screensaver gnome-vfs2 
gstreamer-0_10 gtk2 pan xchat
 
 # Version of gnome-patch-translation-package.
-GPT_VERSION=12.1
+GPT_VERSION=12.2
 
 # osc server, empty for using of the osc default
 OSC_APIURL=

++ gnome-patch-translation.tar.bz2 ++
 3890 lines of diff (skipped)

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



commit gnome-patch-translation for openSUSE:12.2

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package gnome-patch-translation for 
openSUSE:12.2 checked in at 2012-08-08 11:11:04

Comparing /work/SRC/openSUSE:12.2/gnome-patch-translation (Old)
 and  /work/SRC/openSUSE:12.2/.gnome-patch-translation.new (New)


Package is gnome-patch-translation, Maintainer is gnome-maintain...@suse.de

Changes:




Other differences:
--
++ gnome-patch-translation.spec ++
--- /var/tmp/diff_new_pack.QJjAkY/_old  2012-08-08 11:11:07.0 +0200
+++ /var/tmp/diff_new_pack.QJjAkY/_new  2012-08-08 11:11:07.0 +0200
@@ -43,12 +43,6 @@
 This package provides scripts for collecting strings changed in RPM
 patches and merging them to one translation compendium.
 
-
-
-Authors:
-
-Stanislav Brabec sbra...@suse.cz
-
 %prep
 %setup -T -a0 -a1 -c %{name}-%{version}
 cp -a %{S:2} %{S:3} %{S:4} %{S:5} %{S:6} .

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



commit libev for openSUSE:Factory

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package libev for openSUSE:Factory checked 
in at 2012-08-08 11:11:32

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


Package is libev, Maintainer is r...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libev/libev.changes  2011-11-16 
17:19:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.libev.new/libev.changes 2012-08-08 
11:11:40.0 +0200
@@ -1,0 +2,76 @@
+Sat Jul  7 14:38:42 UTC 2012 - reddw...@opensuse.org
+
+- update to version 4,11
+  - INCOMPATIBLE CHANGE: ev_timer_again now clears the pending
+status, as was documented already, but not implemented in the
+repeating case.
+  - new compiletime symbols: EV_NO_SMP and EV_NO_THREADS.
+  - fix a race where the workaround against the epoll fork bugs
+caused signals to not be handled anymore.
+  - correct backend_fudge for most backends, and implement a
+windows specific workaround to avoid looping because we call
+both select and Sleep, both with different time resolutions.
+  - document range and guarantees of ev_sleep.
+  - document reasonable ranges for periodics interval and offset.
+  - rename backend_fudge to backend_mintime to avoid future
+confusion :)
+  - change the default periodic reschedule function to hopefully
+be more exact and correct even in corner cases or in the far
+future.
+  - do not rely on -lm anymore: use it when available but use our
+own floor () if it is missing. This should make it easier to
+embed, as no external libraries are required.
+  - strategically import macros from libecb and mark rarely-used
+functions as cache-cold (saving almost 2k code size on typical
+amd64 setups).
+  - add Symbols.ev and Symbols.event files, that were missing.
+  - fix backend_mintime value for epoll (was 1/1024, is 1/1000 now).
+  - fix #3 be smart about timeouts to not deadlock when
+timeout == now, also improve the section overall.
+  - avoid AVOIDING FINISHING BEFORE RETURNING idiom.
+  - support new EV_API_STATIC mode to make all libev symbols
+static.
+  - supply default CFLAGS of -g -O3 with gcc when original CFLAGS
+were empty.
+- generate .pc manually to avoid having to regenerate the patch
+  (that is not accepted upstream) and autoreconf call
+
+---
+Fri Dec 16 12:01:39 UTC 2011 - stbueh...@web.de
+
+- update to version 4.04
+  - fix two problems in the native win32 backend, where reuse of fd's
+with different underlying handles caused handles not to be removed
+or added to the select set (analyzed and tested by Bert Belder).
+  - do no rely on ceil() in ev_e?poll.c.
+  - backport libev to HP-UX versions before 11 v3.
+  - configure did not detect nanosleep and clock_gettime properly when
+they are available in the libc (as opposed to -lrt).
+- update to version 4.03
+  - officially support polling files with all backends.
+  - support files, /dev/zero etc. the same way as select in the epoll
+backend, by generating events on our own.
+  - ports backend: work around solaris bug 6874410 and many related ones
+(EINTR, maybe more), with no performance loss (note that the solaris
+bug report is actually wrong, reality is far more bizarre and broken
+than that).
+  - define EV_READ/EV_WRITE as macros in event.h, as some programs use
+#ifdef to test for them.
+  - new (experimental) function: ev_feed_signal.
+  - new (to become default) EVFLAG_NOSIGMASK flag.
+  - new EVBACKEND_MASK symbol.
+  - updated COMMON IDIOMS SECTION.
+
+---
+Fri Dec 16 10:13:55 UTC 2011 - sweet_...@gmx.de
+
+- explicit specify package group for subpackages to fix SLE build
+  error: Group field must be present in package: libev4
+- BuildRequire pkgconfig instead of pkg-config to be more compatible
+
+---
+Thu Dec  8 13:59:12 UTC 2011 - co...@suse.com
+
+- license seems to be BSD-2-Clause
+
+---

Old:

  libev-3.9_pkg-config.patch
  libev-4.01.tar.bz2
  libev_4.01-0.1.diff.gz
  libev_4.01-0.1.dsc
  libev_4.01.orig.tar.gz

New:

  libev-4.11.tar.gz
  libev.pc



Other differences:
--
++ libev.spec ++
--- /var/tmp/diff_new_pack.GFlrRB/_old  2012-08-08 11:11:41.0 +0200
+++ /var/tmp/diff_new_pack.GFlrRB/_new  2012-08-08 11:11:41.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libev (Version 3.9)
+# spec file for package libev
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX 

commit libmlt for openSUSE:Factory

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package libmlt for openSUSE:Factory checked 
in at 2012-08-08 11:12:27

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


Package is libmlt, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libmlt/libmlt.changes2012-08-05 
08:01:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmlt.new/libmlt.changes   2012-08-08 
11:12:31.0 +0200
@@ -1,0 +2,8 @@
+Tue Aug  7 21:47:34 UTC 2012 - reddw...@opensuse.org
+
+- Version modules and data directories
+- Put the full python module in %python_sitearch
+- Added mlt(%{soname})(avformat) and python-%{_name}%{soname}
+  provides to help openshot select the versions it needs
+
+---

New:

  libmlt-0.8.0-versioned_dirs.patch



Other differences:
--
++ libmlt.spec ++
--- /var/tmp/diff_new_pack.4Ai4Zy/_old  2012-08-08 11:12:32.0 +0200
+++ /var/tmp/diff_new_pack.4Ai4Zy/_new  2012-08-08 11:12:32.0 +0200
@@ -38,6 +38,8 @@
 Patch0: libmlt-0.8.0-optflags.patch
 # PATCH-FIX-UPSTREAM libmlt-0.8.0-vdpau.patch 
http://permalink.gmane.org/gmane.comp.video.mlt.devel/2392 
reddw...@opensuse.org -- Fix build with VDPAU support
 Patch1: libmlt-0.8.0-vdpau.patch
+# PATCH-FIX-UPSTREAM libmlt-0.8.0-vdpau.patch sf#3555214 reddw...@opensuse.org 
-- Install modules and data in versioned directories
+Patch2: libmlt-0.8.0-versioned_dirs.patch
 BuildRequires:  gcc-c++
 BuildRequires:  ladspa-devel
 BuildRequires:  pkg-config
@@ -145,6 +147,9 @@
 Requires:   %{libname}%{soname} = %{version}
 Requires:   %{libname}%{soname}-data
 Recommends: frei0r-plugins
+%if %{with ffmpeg}
+Provides:   mlt(%{soname})(avformat)
+%endif
 
 %description -n %{libname}%{soname}-modules
 MLT is an open source multimedia framework, designed and developed for
@@ -173,6 +178,7 @@
 BuildRequires:  swig
 Requires:   %{libname}%{soname} = %{version}
 %{py_requires}
+Provides:   python-%{_name}%{soname}
 
 %description -n python-%{_name}
 This package is needed to use MLT from Python.
@@ -181,6 +187,7 @@
 %setup -q -n %{_name}-%{version}
 %patch0
 %patch1
+%patch2
 
 %build
 %configure --enable-gpl --enable-gpl3 \
@@ -197,7 +204,7 @@
 %make_install
 install -Dpm 0644 docs/melt.1 '%{buildroot}%{_mandir}/man1/melt.1'
 install -Dpm 0644 src/swig/python/_%{_name}.so 
'%{buildroot}%{python_sitearch}/_%{_name}.so'
-install -Dpm 0644 src/swig/python/%{_name}.py 
'%{buildroot}%{python_sitelib}/%{_name}.py'
+install -Dpm 0644 src/swig/python/%{_name}.py 
'%{buildroot}%{python_sitearch}/%{_name}.py'
 
 %post -n %{libname}%{soname} -p /sbin/ldconfig
 
@@ -237,15 +244,15 @@
 
 %files -n %{libname}%{soname}-modules
 %defattr(0644, root, root, 0755)
-%{_libdir}/%{_name}
+%{_libdir}/%{_name}-%{soname}/
 
 %files -n %{libname}%{soname}-data
 %defattr(0644, root, root, 0755)
-%{_datadir}/%{_name}
+%{_datadir}/%{_name}-%{soname}/
 
 %files -n python-%{_name}
 %defattr(0644, root, root, 0755)
 %{python_sitearch}/_%{_name}.so
-%{python_sitelib}/%{_name}.py
+%{python_sitearch}/%{_name}.py
 
 %changelog

++ libmlt-0.8.0-versioned_dirs.patch ++
 680 lines (skipped)

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



commit mono-core for openSUSE:Factory

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package mono-core for openSUSE:Factory 
checked in at 2012-08-08 11:13:05

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


Package is mono-core, Maintainer is mono-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/mono-core/mono-core.changes  2011-10-13 
00:07:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.mono-core.new/mono-core.changes 2012-08-08 
11:13:13.0 +0200
@@ -1,0 +2,5 @@
+Sat Jul 21 23:08:36 UTC 2012 - dval...@suse.com
+
+- fix ppc build 
+
+---



Other differences:
--
++ mono-core.spec ++
--- /var/tmp/diff_new_pack.qUwXuS/_old  2012-08-08 11:13:15.0 +0200
+++ /var/tmp/diff_new_pack.qUwXuS/_new  2012-08-08 11:13:15.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mono-core
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,12 +26,12 @@
 %endif
 
 Name:   mono-core
+Summary:A .NET Runtime Environment
 License:LGPL-2.1
 Group:  Development/Languages/Mono
-Summary:A .NET Runtime Environment
 Url:http://www.mono-project.com
 Version:2.10.6
-Release:1
+Release:0
 Source0:mono-%{version}.tar.bz2
 BuildRequires:  bison
 BuildRequires:  fdupes
@@ -116,6 +116,9 @@
   --enable-loadedllvm \
   --disable-system-aot \
 %endif
+%ifarch ppc
+  --with-mcs-docs=no \
+%endif
 %ifnarch %ix86 x86_64
   --disable-system-aot \
 %endif
@@ -307,8 +310,8 @@
 %_prefix/lib/mono/mono-configuration-crypto
 
 %package -n libmono-2_0-1
-License:LGPL-2.1
 Summary:A Library for embedding Mono in your Application
+License:LGPL-2.1
 Group:  Development/Libraries/C and C++
 
 %description -n libmono-2_0-1
@@ -329,8 +332,8 @@
 %postun -n libmono-2_0-1 -p /sbin/ldconfig
 
 %package -n libmono-2_0-devel
-License:LGPL-2.1
 Summary:Development files for libmono
+License:LGPL-2.1
 Group:  Development/Languages/Mono
 Requires:   libmono-2_0-1 == %version
 Requires:   mono-core == %version
@@ -355,8 +358,8 @@
 %if %sgen == yes
 
 %package -n libmonosgen-2_0-0
-License:LGPL-2.1
 Summary:A Library for embedding Mono in your Application (sgen version)
+License:LGPL-2.1
 Group:  Development/Libraries/C and C++
 
 %description -n libmonosgen-2_0-0
@@ -377,11 +380,11 @@
 %postun -n libmonosgen-2_0-0 -p /sbin/ldconfig
 
 %package -n libmonosgen-2_0-devel
-License:LGPL-2.1
 Summary:Development files for libmonosgen
+License:LGPL-2.1
 Group:  Development/Languages/Mono
-Requires:   mono-core == %version
 Requires:   libmono-2_0-devel
+Requires:   mono-core == %version
 
 %description -n libmonosgen-2_0-devel
 The Mono Project is an open development initiative that is working to
@@ -403,8 +406,8 @@
 %if %llvm == yes
 
 %package -n libmono-llvm0
-License:LGPL-2.1
 Summary:Loadable LLVM libary for mono
+License:LGPL-2.1
 Group:  Development/Libraries/C and C++
 
 %description -n libmono-llvm0
@@ -426,8 +429,8 @@
 %endif
 
 %package -n mono-locale-extras
-License:LGPL-2.1
 Summary:Extra locale information
+License:LGPL-2.1
 Group:  Development/Languages/Mono
 Requires:   mono-core == %version
 Provides:   mono(I18N.CJK) = 1.0.5000.0
@@ -460,8 +463,8 @@
 %_prefix/lib/mono/gac/I18N.Rare
 
 %package -n mono-data
-License:LGPL-2.1
 Summary:Database connectivity for Mono
+License:LGPL-2.1
 Group:  Development/Languages/Mono
 Requires:   mono-core == %version
 Obsoletes:  mono-directory
@@ -523,8 +526,8 @@
 %_prefix/lib/mono/gac/WebMatrix.Data
 
 %package -n mono-winforms
-License:LGPL-2.1
 Summary:Mono's Windows Forms implementation
+License:LGPL-2.1
 Group:  Development/Languages/Mono
 Requires:   mono-core == %version
 Provides:   mono-window-forms
@@ -565,8 +568,8 @@
 %_prefix/lib/mono/gac/System.Windows.Forms.DataVisualization
 
 %package -n ibm-data-db2
-License:LGPL-2.1
 Summary:Database connectivity for DB2
+License:LGPL-2.1
 Group:  Development/Languages/Mono
 Requires:   mono-core == %version
 
@@ -586,8 +589,8 @@
 %_prefix/lib/mono/gac/IBM.Data.DB2
 
 %package -n mono-extras
-License:LGPL-2.1
 Summary:

commit openssl for openSUSE:Factory

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package openssl for openSUSE:Factory checked 
in at 2012-08-08 11:18:03

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


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

Changes:

--- /work/SRC/openSUSE:Factory/openssl/openssl.changes  2012-05-21 
10:00:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.openssl.new/openssl.changes 2012-08-08 
11:18:04.0 +0200
@@ -1,0 +2,5 @@
+Tue Aug  7 17:17:34 UTC 2012 - dmuel...@suse.com
+
+- fix build on armv5 (bnc#774710)
+
+---



Other differences:
--
++ openssl.spec ++
--- /var/tmp/diff_new_pack.JIc8BB/_old  2012-08-08 11:18:06.0 +0200
+++ /var/tmp/diff_new_pack.JIc8BB/_new  2012-08-08 11:18:06.0 +0200
@@ -210,6 +210,9 @@
 sed -i -e s|#define DATE \(.*\).LC_ALL.*date.|#define DATE \1$CHANGES| 
crypto/Makefile
 
 %build
+%ifarch armv5el armv5tel
+export MACHINE=armv5el
+%endif
 ./config --test-sanity 
 #
 config_flags=threads shared no-rc5 no-idea \

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



commit optipng for openSUSE:Factory

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package optipng for openSUSE:Factory checked 
in at 2012-08-08 11:19:56

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


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

Changes:

--- /work/SRC/openSUSE:Factory/optipng/optipng.changes  2012-03-02 
13:49:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.optipng.new/optipng.changes 2012-08-08 
11:20:05.0 +0200
@@ -1,0 +2,8 @@
+Tue Aug  7 12:41:22 UTC 2012 - pgaj...@suse.com
+
+- updated to 0.7.1:
+  !! Fixed a regression in the reduction of palette-encoded grayscale
+ images.  This regression was introduced in version 0.7.
+ (Thanks to Adam Ciarcinski for the fix.)
+
+---

Old:

  optipng-0.7.tar.gz

New:

  optipng-0.7.1.tar.gz



Other differences:
--
++ optipng.spec ++
--- /var/tmp/diff_new_pack.M96HNO/_old  2012-08-08 11:20:15.0 +0200
+++ /var/tmp/diff_new_pack.M96HNO/_new  2012-08-08 11:20:15.0 +0200
@@ -15,16 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   optipng
 BuildRequires:  libpng-devel
+Summary:A PNG File Compressor
 License:Zlib
 Group:  Productivity/Archiving/Compression
-Summary:A PNG File Compressor
-Version:0.7
-Release:1
+Version:0.7.1
+Release:0
 Url:http://optipng.sourceforge.net/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%name-%{version}.tar.gz

++ optipng-0.7.tar.gz - optipng-0.7.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/optipng-0.7/AUTHORS.txt new/optipng-0.7.1/AUTHORS.txt
--- old/optipng-0.7/AUTHORS.txt 1970-01-01 01:00:00.0 +0100
+++ new/optipng-0.7.1/AUTHORS.txt   2012-03-20 01:19:00.0 +0100
@@ -0,0 +1,25 @@
+# OptiPNG version 0.7.1
+# Copyright (C) 2001-2012 Cosmin Truta and the Contributing Authors.
+# See the accompanying LICENSE file for details.
+#
+# A Contributing Author is a person or company who contributed code that
+# is now part of OptiPNG.
+#
+# For the purpose of copyright and licensing, this is the official list
+# of Contributing Authors, in alphabetic order.
+
+Adam Ciarcinski
+Brian McQuade
+Elias Pipping
+Fabien Barbier
+Maciej Pilichowski
+Matthew Fearnley
+Nelson A. de Oliveira
+Niels de Koning
+Petr Gajdos
+Piotr Bandurski
+Ramona C. Truta
+Sebastian Pipping
+Stefan Br�ns
+Till Maas
+Ville Skytt�
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/optipng-0.7/LICENSE.txt new/optipng-0.7.1/LICENSE.txt
--- old/optipng-0.7/LICENSE.txt 2011-01-24 07:05:00.0 +0100
+++ new/optipng-0.7.1/LICENSE.txt   2012-03-01 04:09:00.0 +0100
@@ -1,5 +1,7 @@
 
-Copyright (C) 2001-2011 Cosmin Truta.
+Copyright (C) 2001-2012 Cosmin Truta and the Contributing Authors.
+For the purpose of copyright and licensing, the list of Contributing
+Authors is available in the accompanying AUTHORS file.
 
 This software is provided 'as-is', without any express or implied
 warranty.  In no event will the author(s) be held liable for any damages
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/optipng-0.7/README.txt new/optipng-0.7.1/README.txt
--- old/optipng-0.7/README.txt  2011-12-19 19:40:00.0 +0100
+++ new/optipng-0.7.1/README.txt2012-03-20 01:19:00.0 +0100
@@ -1,6 +1,6 @@
 
-OptiPNG 0.7: Advanced PNG optimizer.
-Copyright (C) 2001-2011 Cosmin Truta.
+OptiPNG 0.7.1: Advanced PNG optimizer.
+Copyright (C) 2001-2012 Cosmin Truta.
 =
 
 License
@@ -23,12 +23,12 @@
 Build instructions
 --
   On Unix, or under a Bourne-compatible shell, run ./configure and make:
-cd optipng-0.7/
+cd optipng-0.7.1/
 ./configure  make
 
   Alternatively, use a pre-configured makefile that matches your compiler;
   e.g.:
-cd optipng-0.7/
+cd optipng-0.7.1/
 nmake -f build/visualc.mk
 
 Installation instructions
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/optipng-0.7/doc/history.txt 
new/optipng-0.7.1/doc/history.txt
--- old/optipng-0.7/doc/history.txt 2012-02-29 18:07:00.0 +0100
+++ new/optipng-0.7.1/doc/history.txt   2012-03-20 01:19:00.0 +0100
@@ -13,6 +13,12 @@
(crash, data/metadata loss or security hazard).
  * Other modification (e.g. architectural improvement).
 
+Version 0.7.1   19-mar-2012
+-
+!! Fixed a regression 

commit pam-config for openSUSE:Factory

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package pam-config for openSUSE:Factory 
checked in at 2012-08-08 11:23:04

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


Package is pam-config, Maintainer is ku...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/pam-config/pam-config.changes2012-04-12 
09:44:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.pam-config.new/pam-config.changes   
2012-08-08 11:23:11.0 +0200
@@ -1,0 +2,8 @@
+Tue Aug  7 13:07:26 CEST 2012 - ku...@suse.de
+
+- Update to pam-config 0.81:
+  - pam_ssh: fix try_first_pass bug fixed [bnc#773560]
+  - pam_ecryptfs: fix order, still does not work with 
+krb5 [bnc#740110]
+
+---

Old:

  pam-config-0.80.tar.bz2

New:

  pam-config-0.81.tar.bz2



Other differences:
--
++ pam-config.spec ++
--- /var/tmp/diff_new_pack.lfeqo7/_old  2012-08-08 11:23:14.0 +0200
+++ /var/tmp/diff_new_pack.lfeqo7/_new  2012-08-08 11:23:14.0 +0200
@@ -20,7 +20,7 @@
 Summary:Modify common PAM configuration files
 License:GPL-2.0
 Group:  System/Management
-Version:0.80
+Version:0.81
 Release:0
 BuildRequires:  automake
 PreReq: pam = 0.99

++ pam-config-0.80.tar.bz2 - pam-config-0.81.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.80/ChangeLog 
new/pam-config-0.81/ChangeLog
--- old/pam-config-0.80/ChangeLog   2012-04-03 16:05:37.0 +0200
+++ new/pam-config-0.81/ChangeLog   2012-08-07 10:07:56.0 +0200
@@ -1,8 +1,20 @@
+2012-08-06  Thorsten Kukuk  ku...@suse.de
+
+   * release version 0.81
+
+   * src/mod_pam_ssh.c (write_config_ssh): Remove try_first_pass
+   as extra option and write it always in auth section [bnc#773560].
+
+   * src/supported-modules.h: Move pam_ecryptfs after pam_unix2.
+   Does not work with krb5, but else it does not work at all [bnc#740110].
+
 2012-04-03  Thorsten Kukuk  ku...@suse.de
 
+   * release version 0.80
+
* src/Makefile.am: Add mod_pam_ecryptfs.c
* src/mod_pam_cryptfs: New.
-   * src/supported-modules: Add pam_ecryptfs.c
+   * src/supported-modules.h: Add pam_ecryptfs.c
Patch from Darin Perusich da...@darins.net, bnc#752851.
 
 2011-08-18  Thorsten Kukuk  ku...@suse.de
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.80/NEWS new/pam-config-0.81/NEWS
--- old/pam-config-0.80/NEWS2012-04-03 16:04:52.0 +0200
+++ new/pam-config-0.81/NEWS2012-08-07 10:09:05.0 +0200
@@ -1,9 +1,13 @@
 pam-config NEWS -- history of user-visible changes.
 
-Copyright (C) 2006-2011 Thorsten Kukuk ku...@suse.de.
+Copyright (C) 2006-2012 Thorsten Kukuk ku...@suse.de.
 
 Please enter bug reports into bugzilla.novell.com.
 
+Version 0.81
+* pam_ssh: Fix usage of try_first_pass option
+* pam_ecryptfs: Move after pam_unix2, even if this will not work with krb5
+
 Version 0.80
 * Add pam_systemd and pam_ecryptfs [bnc#752851].
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.80/configure 
new/pam-config-0.81/configure
--- old/pam-config-0.80/configure   2012-04-03 16:03:48.0 +0200
+++ new/pam-config-0.81/configure   2012-08-07 10:08:17.0 +0200
@@ -2209,7 +2209,7 @@
 
 # Define the identity of the package.
  PACKAGE=pam-config
- VERSION=0.80
+ VERSION=0.81
 
 
 cat confdefs.h _ACEOF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.80/configure.in 
new/pam-config-0.81/configure.in
--- old/pam-config-0.80/configure.in2012-04-03 16:03:42.0 +0200
+++ new/pam-config-0.81/configure.in2012-08-07 10:08:07.0 +0200
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(src/pam-config.c)
-AM_INIT_AUTOMAKE(pam-config, 0.80)
+AM_INIT_AUTOMAKE(pam-config, 0.81)
 AM_CONFIG_HEADER(config.h)
 AC_PREFIX_DEFAULT(/usr)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.80/src/Makefile.in 
new/pam-config-0.81/src/Makefile.in
--- old/pam-config-0.80/src/Makefile.in 2012-04-03 16:03:47.0 +0200
+++ new/pam-config-0.81/src/Makefile.in 2012-08-07 10:08:15.0 +0200
@@ -248,9 +248,9 @@
  exit 1;; \
  esac; \
done; \
-   echo ' cd $(top_srcdir)  $(AUTOMAKE) --gnits  src/Makefile'; \
+   echo ' cd $(top_srcdir)  $(AUTOMAKE) --gnu  src/Makefile'; \
cd $(top_srcdir)  

commit plymouth for openSUSE:Factory

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2012-08-08 11:28:36

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


Package is plymouth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2012-08-04 
09:26:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2012-08-08 
11:28:37.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug  6 12:39:41 UTC 2012 - dmuel...@suse.com
+
+- remove suspend dependency on ARM
+
+---



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.TUOhhK/_old  2012-08-08 11:28:39.0 +0200
+++ /var/tmp/diff_new_pack.TUOhhK/_new  2012-08-08 11:28:39.0 +0200
@@ -64,7 +64,9 @@
 BuildRequires:  pkgconfig(libkms)
 Requires:   %{name}-branding
 Requires:   gnu-unifont-bitmap-fonts
+%ifarch %ix86 x86_64 ppc ppc64
 Requires:   suspend = 0.80.20100129.1
+%endif
 Requires:   systemd = 44
 Requires(post): plymouth-scripts
 Requires(post): mkinitrd
@@ -304,7 +306,9 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%ifarch %ix86 x86_64 ppc ppc64
 %patch5 -p1
+%endif
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1


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



commit rhythmbox for openSUSE:Factory

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package rhythmbox for openSUSE:Factory 
checked in at 2012-08-08 11:35:45

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


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

Changes:

--- /work/SRC/openSUSE:Factory/rhythmbox/rhythmbox.changes  2012-07-24 
17:22:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.rhythmbox.new/rhythmbox.changes 2012-08-08 
11:35:48.0 +0200
@@ -1,0 +2,9 @@
+Mon Aug  6 13:14:46 UTC 2012 - dims...@opensuse.org
+
+- Add rhythmbox-link-discid.patch: Link against libdiscid: this
+  used to be linked to by libmusicbrainz, but this changed lately
+  (bnc#771436).
+- Add gnome-common BuildRequires and call to autogen.sh: above
+  patch touches the build system.
+
+---

New:

  rhythmbox-link-discid.patch



Other differences:
--
++ rhythmbox.spec ++
--- /var/tmp/diff_new_pack.RtLyqX/_old  2012-08-08 11:35:49.0 +0200
+++ /var/tmp/diff_new_pack.RtLyqX/_new  2012-08-08 11:35:49.0 +0200
@@ -26,6 +26,10 @@
 Source: 
http://download.gnome.org/sources/rhythmbox/2.97/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM rhythmbox-CVE-2012-3355.patch CVE-2012-3355 bnc#768681 
vu...@opensuse.org -- Fix insecure temporary directory use in context plugin
 Patch0: rhythmbox-CVE-2012-3355.patch
+# PATCH-FIX-UPSTREAM rhythmbox-link-discid.patch bnc#774636 bgo#681296 
dims...@opensuse.org -- Link against libdiscid
+Patch1: rhythmbox-link-discid.patch
+# Needed by patch1
+BuildRequires:  gnome-common
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
@@ -100,9 +104,12 @@
 %setup -q
 translation-update-upstream
 %patch0 -p1
+%patch1 -p1
 
 %build
 export MOZILLA_PLUGINDIR=%{_libdir}/browser-plugins
+# Needed by patch1
+NOCONFIGURE=1 ./autogen.sh
 %configure\
--disable-static\
--disable-scrollkeeper\


++ rhythmbox-link-discid.patch ++
Index: rhythmbox-2.97/configure.ac
===
--- rhythmbox-2.97.orig/configure.ac
+++ rhythmbox-2.97/configure.ac
@@ -355,7 +355,7 @@ if test x$enable_musicbrainz != xno;
AC_SUBST(MUSICBRAINZ3_CFLAGS)
AC_SUBST(MUSICBRAINZ3_LIBS)
 
-   PKG_CHECK_MODULES(MUSICBRAINZ4, libmusicbrainz4 = $MUSICBRAINZ4_REQS 
gconf-2.0, [have_musicbrainz4=yes], [have_musicbrainz4=no])
+   PKG_CHECK_MODULES(MUSICBRAINZ4, libmusicbrainz4 = $MUSICBRAINZ4_REQS 
gconf-2.0 libdiscid, [have_musicbrainz4=yes], [have_musicbrainz4=no])
AC_SUBST(MUSICBRAINZ4_CFLAGS)
AC_SUBST(MUSICBRAINZ4_LIBS)
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit samba for openSUSE:Factory

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package samba for openSUSE:Factory checked 
in at 2012-08-08 11:37:45

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


Package is samba, Maintainer is samba-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/samba/samba.changes  2012-07-14 
11:51:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.samba.new/samba.changes 2012-08-08 
11:38:09.0 +0200
@@ -1,0 +2,34 @@
+Mon Aug  6 20:41:15 UTC 2012 - lmue...@suse.com
+
+- Update to 3.6.7.
+  + Fix resolving our own Domain Local groups; (bso#9052).
+  + Fix migrating printers while upgrading from 3.5.x; (bso#9026).
+
+---
+Mon Aug  6 19:40:23 UTC 2012 - lmue...@suse.com
+
+- Correct documentation of case sensitive; (bso#8552).
+- Printing fails in function cups_job_submit; (bso#8719).
+- Fix kernel oplocks when uid(file) != uid(process); (bso#8974).
+- Send correct responses to NT Transact Secondary when no data and no params
+  for the Trans2 calls are set; (bso#8989).
+- Fix build without ads support; (bso#8996).
+- Don't turn negative cache entries into valid idmappings; (bso#9002).
+- Fix posix acl on gpfs; (bso#9003).
+- Make vfs_gpfs less verbose in get/set_xattr functions; (bso#9022).
+- Fix migrating printers while upgrading from 3.5.x; (bso#9026).
+- Fix typo in set_re_uid() call when USE_SETRESUID selected in configure;
+  (bso#9034).
+- Using asynchronous IO with SMB2 can return NT_STATUS_FILE_CLOSED in error
+  instead ofNT_STATUS_FILE_LOCK_CONFLICT; (bso#9040).
+- Fix resolving our own Domain Local groups; (bso#9052).
+- Fix build against CUPS 1.6; (bso#9055).
+- Fix bugs in SMB2 credit handling code; (bso#9057).
+- rpcclient: Fix bad call to data_blob_const; (bso#9062).
+
+---
+Mon Jul 16 14:35:39 UTC 2012 - lmue...@suse.com
+
+- BuildRequire gcc, make, and patch; (bnc#771516).
+
+---

Old:

  samba-3.6.6.tar.bz2

New:

  samba-3.6.7.tar.bz2



Other differences:
--
++ samba-doc.spec ++
--- /var/tmp/diff_new_pack.Nse0Q9/_old  2012-08-08 11:38:15.0 +0200
+++ /var/tmp/diff_new_pack.Nse0Q9/_new  2012-08-08 11:38:15.0 +0200
@@ -22,6 +22,9 @@
 %if 0%{?suse_version} == 0 || 0%{?suse_version}  1140
 BuildRequires:  autoconf
 %endif
+BuildRequires:  gcc
+BuildRequires:  make
+BuildRequires:  patch
 BuildRequires:  cups-devel
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  fam-devel
@@ -90,7 +93,7 @@
 BuildRequires:  libtdb-devel
 BuildRequires:  libtevent-devel
 %endif
-%definesamba_ver 3.6.6
+%definesamba_ver 3.6.7
 %definesamba_ver_suffix %nil
 %definesamba_ver_full %{samba_ver}%{samba_ver_suffix}
 %if 0%{?suse_version}  0%{?suse_version}  
@@ -114,7 +117,7 @@
 %else
 %definebuild_make_smp_mflags %{?jobs:-j%jobs}
 %endif
-Version:3.6.6
+Version:3.6.7
 Release:1
 %defineldapsmb_ver 1.34b
 Url:http://www.samba.org/
@@ -459,7 +462,7 @@
 the man pages.
 
 
-Source Timestamp: 2823
-Branch  : 3.6.6
+Source Timestamp: 2831
+Branch  : 3.6.7
 
 %changelog

++ samba.spec ++
--- /var/tmp/diff_new_pack.Nse0Q9/_old  2012-08-08 11:38:15.0 +0200
+++ /var/tmp/diff_new_pack.Nse0Q9/_new  2012-08-08 11:38:15.0 +0200
@@ -22,6 +22,9 @@
 %if 0%{?suse_version} == 0 || 0%{?suse_version}  1140
 BuildRequires:  autoconf
 %endif
+BuildRequires:  gcc
+BuildRequires:  make
+BuildRequires:  patch
 BuildRequires:  cups-devel
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  fam-devel
@@ -90,7 +93,7 @@
 BuildRequires:  libtdb-devel
 BuildRequires:  libtevent-devel
 %endif
-%definesamba_ver 3.6.6
+%definesamba_ver 3.6.7
 %definesamba_ver_suffix %nil
 %definesamba_ver_full %{samba_ver}%{samba_ver_suffix}
 %if 0%{?suse_version}  0%{?suse_version}  
@@ -114,7 +117,7 @@
 %else
 %definebuild_make_smp_mflags %{?jobs:-j%jobs}
 %endif
-Version:3.6.6
+Version:3.6.7
 Release:1
 %defineldapsmb_ver 1.34b
 License:GPL-3.0+
@@ -221,8 +224,8 @@
 how to.
 
 
-Source Timestamp: 2823
-Branch  : 3.6.6
+Source Timestamp: 2831
+Branch  : 3.6.7
 
 %package client
 License:GPL-3.0+
@@ -262,8 +265,8 @@
 how to.
 
 
-Source Timestamp: 2823
-Branch  : 3.6.6
+Source Timestamp: 2831
+Branch  : 3.6.7
 
 %if 0%{?suse_version} == 0 || 0%{?suse_version}  1020
 
@@ -282,8 +285,8 @@
 develop programs which make use of Samba.
 
 
-Source Timestamp: 2823
-Branch  : 3.6.6
+Source Timestamp: 2831
+Branch

commit tcl for openSUSE:Factory

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package tcl for openSUSE:Factory checked in 
at 2012-08-08 11:40:34

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


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

Changes:

--- /work/SRC/openSUSE:Factory/tcl/tcl.changes  2012-01-20 22:08:05.0 
+0100
+++ /work/SRC/openSUSE:Factory/.tcl.new/tcl.changes 2012-08-08 
11:40:42.0 +0200
@@ -1,0 +2,13 @@
+Sun Jul 29 18:02:41 UTC 2012 - jeng...@inai.de
+
+- Disable profiling on SPARC due to compiler bug [gcc #54121]
+- Remove redundant tags/sections from specfile
+- Parallel build with %_smp_mflags
+- Remove outdated PPC obsoletes (there is no tcl-devel-XXbit built)
+
+---
+Thu Jul 26 08:59:49 UTC 2012 - m...@suse.com
+
+- 8.5.12rc2
+
+---

Old:

  tcl8.5.11-src.tar.gz

New:

  tcl8.5.12rc2-src.tar.gz



Other differences:
--
++ tcl.spec ++
--- /var/tmp/diff_new_pack.oWXUnV/_old  2012-08-08 11:40:44.0 +0200
+++ /var/tmp/diff_new_pack.oWXUnV/_new  2012-08-08 11:40:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tcl
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,11 +16,11 @@
 #
 
 
-
 Name:   tcl
 Url:http://www.tcl.tk
-Version:8.5.11
+Version:8.5.12
 Release:0
+%define rrc rc2
 %define TCL_MINOR %(echo %version | cut -c1-3)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:The Tcl Programming Language
@@ -31,9 +31,10 @@
 Obsoletes:  tcl-64bit
 %endif
 #
-Provides:   tclsh tclsh%{TCL_MINOR}
+Provides:   tclsh
+Provides:   tclsh%{TCL_MINOR}
 PreReq: /bin/rm
-Source0:%name%{version}-src.tar.gz
+Source0:%name%{version}%{rrc}-src.tar.gz
 Source1:tcl-rpmlintrc
 Source2:baselibs.conf
 Source3:macros.tcl
@@ -82,7 +83,7 @@
--enable-man-symlinks \
--enable-man-compression=gzip
 %define scriptdir %_libdir/tcl
-MAKE='make %{?jobs:-j%jobs}
+MAKE='make %{?_smp_mflags}
TCL_LIBRARY=%scriptdir/tcl%TCL_MINOR
TCL_PACKAGE_PATH=%_libdir/tcl %_datadir/tcl
 %ifnarch hppa
@@ -92,8 +93,10 @@
 %endif
LDFLAGS_OPTIMIZE=%optflags $PFLAGS
SHLIB_LD=%__cc -shared %optflags $PFLAGS'
+%ifnarch %sparc
 # Build with instrumentation for profiling
 PFLAGS=%{?cflags_profile_generate}
+%endif
 eval $MAKE
 # Some of the regressioin tests write to $HOME, so better redirect them
 mkdir home
@@ -125,10 +128,7 @@
 mkdir -p %buildroot%_datadir/tcl
 install -D %{S:3} -m 644 %buildroot/etc/rpm/macros.tcl
 
-%clean
-rm -rf %buildroot
 %if %_lib == lib64
-
 %post
 test -L /usr/lib/tcl%TCL_MINOR  /bin/rm -f /usr/lib/tcl%TCL_MINOR
 exit 0

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



commit turpial for openSUSE:Factory

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package turpial for openSUSE:Factory checked 
in at 2012-08-08 11:42:30

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


Package is turpial, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/turpial/turpial.changes  2012-02-06 
16:41:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.turpial.new/turpial.changes 2012-08-08 
11:42:33.0 +0200
@@ -1,0 +2,6 @@
+Mon Aug  6 22:41:19 UTC 2012 - dims...@opensuse.org
+
+- Add pyton-distribute Requires: /usr/bin/turpial has
+  from pkg_resources import load_entry_point (bnc#751192).
+
+---



Other differences:
--
++ turpial.spec ++
--- /var/tmp/diff_new_pack.NBigF2/_old  2012-08-08 11:42:34.0 +0200
+++ /var/tmp/diff_new_pack.NBigF2/_new  2012-08-08 11:42:34.0 +0200
@@ -28,6 +28,8 @@
 BuildRequires:  python-imaging
 BuildRequires:  python-setuptools
 Requires:   python-cairo
+# bnc#751192: /usr/bin/turpial has from pkg_resources import load_entry_point 
(pkg_resources coming from pyton-distribute)
+Requires:   python-distribute
 %if 0%{?suse_version}  1130
 Requires:   python-gconf
 %else

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



commit turpial for openSUSE:12.2

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package turpial for openSUSE:12.2 checked in 
at 2012-08-08 11:42:44

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


Package is turpial, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.2/turpial/turpial.changes 2012-06-25 
15:56:21.0 +0200
+++ /work/SRC/openSUSE:12.2/.turpial.new/turpial.changes2012-08-08 
11:42:46.0 +0200
@@ -1,0 +2,6 @@
+Mon Aug  6 22:41:19 UTC 2012 - dims...@opensuse.org
+
+- Add pyton-distribute Requires: /usr/bin/turpial has
+  from pkg_resources import load_entry_point (bnc#751192).
+
+---



Other differences:
--
++ turpial.spec ++
--- /var/tmp/diff_new_pack.ltsft6/_old  2012-08-08 11:42:46.0 +0200
+++ /var/tmp/diff_new_pack.ltsft6/_new  2012-08-08 11:42:46.0 +0200
@@ -28,6 +28,8 @@
 BuildRequires:  python-imaging
 BuildRequires:  python-setuptools
 Requires:   python-cairo
+# bnc#751192: /usr/bin/turpial has from pkg_resources import load_entry_point 
(pkg_resources coming from pyton-distribute)
+Requires:   python-distribute
 %if 0%{?suse_version}  1130
 Requires:   python-gconf
 %else

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



commit udev for openSUSE:Factory

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package udev for openSUSE:Factory checked in 
at 2012-08-08 11:43:16

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


Package is udev, Maintainer is rmila...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/udev/udev.changes2012-08-07 
08:24:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.udev.new/udev.changes   2012-08-08 
11:43:20.0 +0200
@@ -1,0 +2,7 @@
+Tue Aug  7 08:34:49 UTC 2012 - rmila...@suse.com
+
+- Patch to fix regression in udev where sg driver is no longer loaded 
+  for disc events. Will need a non-udev solution for 12.3 (bnc#761109)
+add: 0027-udev-fix-sg-autoload-regression.patch 
+
+---

New:

  0027-udev-fix-sg-autoload-regression.patch



Other differences:
--
++ udev.spec ++
--- /var/tmp/diff_new_pack.KAV3CM/_old  2012-08-08 11:43:22.0 +0200
+++ /var/tmp/diff_new_pack.KAV3CM/_new  2012-08-08 11:43:22.0 +0200
@@ -104,6 +104,8 @@
 Patch25:0025-keyboard-force-release-Apply-to-all-Fujitso-AMILO-mo.patch
 # PATCH-FIX-OPENSUSE 0026-udev-netlink-null-rules.patch
 Patch26:0026-udev-netlink-null-rules.patch
+# PATCH-FIX-OPENSUSE 0027-udev-fix-sg-autoload-regression.patch
+Patch27:0027-udev-fix-sg-autoload-regression.patch
 
 # Upstream First - Policy:
 # Never add any patches to this package without the upstream commit id
@@ -199,6 +201,7 @@
 %patch24 -p1
 %patch25 -p1
 %patch26 -p1
+%patch27 -p1
 
 %build
 autoreconf -vfi

++ 0027-udev-fix-sg-autoload-regression.patch ++
Index: udev-182/rules/80-drivers.rules
===
--- udev-182.orig/rules/80-drivers.rules
+++ udev-182/rules/80-drivers.rules
@@ -7,6 +7,7 @@ SUBSYSTEM==tifm, ENV{TIFM_CARD_TYPE}==
 SUBSYSTEM==tifm, ENV{TIFM_CARD_TYPE}==MS, IMPORT{builtin}=kmod load 
tifm_ms
 SUBSYSTEM==memstick, IMPORT{builtin}=kmod load ms_block mspro_block
 SUBSYSTEM==i2o, IMPORT{builtin}=kmod load i2o_block
+SUBSYSTEM==scsi, ENV{DEVTYPE}==scsi_device, TEST!=[module/sg], 
IMPORT{builtin}=kmod load sg
 SUBSYSTEM==module, KERNEL==parport_pc, IMPORT{builtin}=kmod load ppdev
 
 LABEL=drivers_end
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit udev for openSUSE:12.2

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package udev for openSUSE:12.2 checked in at 
2012-08-08 11:43:48

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


Package is udev, Maintainer is rmila...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/udev/udev.changes   2012-08-07 08:24:36.0 
+0200
+++ /work/SRC/openSUSE:12.2/.udev.new/udev.changes  2012-08-08 
11:44:10.0 +0200
@@ -1,0 +2,7 @@
+Tue Aug  7 08:34:49 UTC 2012 - rmila...@suse.com
+
+- Patch to fix regression in udev where sg driver is no longer loaded 
+  for disc events. Will need a non-udev solution for 12.3 (bnc#761109)
+add: 0027-udev-fix-sg-autoload-regression.patch 
+
+---

New:

  0027-udev-fix-sg-autoload-regression.patch



Other differences:
--
++ udev.spec ++
--- /var/tmp/diff_new_pack.b0pJmh/_old  2012-08-08 11:44:10.0 +0200
+++ /var/tmp/diff_new_pack.b0pJmh/_new  2012-08-08 11:44:10.0 +0200
@@ -104,6 +104,8 @@
 Patch25:0025-keyboard-force-release-Apply-to-all-Fujitso-AMILO-mo.patch
 # PATCH-FIX-OPENSUSE 0026-udev-netlink-null-rules.patch
 Patch26:0026-udev-netlink-null-rules.patch
+# PATCH-FIX-OPENSUSE 0027-udev-fix-sg-autoload-regression.patch
+Patch27:0027-udev-fix-sg-autoload-regression.patch
 
 # Upstream First - Policy:
 # Never add any patches to this package without the upstream commit id
@@ -199,6 +201,7 @@
 %patch24 -p1
 %patch25 -p1
 %patch26 -p1
+%patch27 -p1
 
 %build
 autoreconf -vfi

++ 0027-udev-fix-sg-autoload-regression.patch ++
Index: udev-182/rules/80-drivers.rules
===
--- udev-182.orig/rules/80-drivers.rules
+++ udev-182/rules/80-drivers.rules
@@ -7,6 +7,7 @@ SUBSYSTEM==tifm, ENV{TIFM_CARD_TYPE}==
 SUBSYSTEM==tifm, ENV{TIFM_CARD_TYPE}==MS, IMPORT{builtin}=kmod load 
tifm_ms
 SUBSYSTEM==memstick, IMPORT{builtin}=kmod load ms_block mspro_block
 SUBSYSTEM==i2o, IMPORT{builtin}=kmod load i2o_block
+SUBSYSTEM==scsi, ENV{DEVTYPE}==scsi_device, TEST!=[module/sg], 
IMPORT{builtin}=kmod load sg
 SUBSYSTEM==module, KERNEL==parport_pc, IMPORT{builtin}=kmod load ppdev
 
 LABEL=drivers_end
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xdm for openSUSE:Factory

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package xdm for openSUSE:Factory checked in 
at 2012-08-08 11:44:39

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


Package is xdm, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xdm/xdm.changes  2012-07-02 11:20:43.0 
+0200
+++ /work/SRC/openSUSE:Factory/.xdm.new/xdm.changes 2012-08-08 
11:44:53.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug  7 09:11:51 UTC 2012 - sndir...@suse.com
+
+- /etc/init.d/xdm: overwrite displaymanager's PIDFILE symlink if
+  neccessary (bnc#774555)
+
+---



Other differences:
--
++ xdm.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/etc/init.d/xdm new/etc/init.d/xdm
--- old/etc/init.d/xdm  2012-07-01 09:47:02.0 +0200
+++ new/etc/init.d/xdm  2012-08-07 11:11:20.0 +0200
@@ -221,7 +221,7 @@
chown root:tty /dev/xconsole /dev/tty0
chmod 622  /dev/xconsole /dev/tty0
fi
-   ln -s $PIDFILE $PIDFILELNK
+   ln -snf $PIDFILE $PIDFILELNK
fi
rc_status -v
;;

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



commit xdm for openSUSE:12.2

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package xdm for openSUSE:12.2 checked in at 
2012-08-08 11:44:59

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


Package is xdm, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.2/xdm/xdm.changes 2012-07-30 02:37:15.0 
+0200
+++ /work/SRC/openSUSE:12.2/.xdm.new/xdm.changes2012-08-08 
11:45:02.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug  7 09:11:51 UTC 2012 - sndir...@suse.com
+
+- /etc/init.d/xdm: overwrite displaymanager's PIDFILE symlink if
+  neccessary (bnc#774555)
+
+---



Other differences:
--
++ xdm.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/etc/init.d/xdm new/etc/init.d/xdm
--- old/etc/init.d/xdm  2012-07-01 09:47:02.0 +0200
+++ new/etc/init.d/xdm  2012-08-07 11:11:20.0 +0200
@@ -221,7 +221,7 @@
chown root:tty /dev/xconsole /dev/tty0
chmod 622  /dev/xconsole /dev/tty0
fi
-   ln -s $PIDFILE $PIDFILELNK
+   ln -snf $PIDFILE $PIDFILELNK
fi
rc_status -v
;;

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



commit yast2 for openSUSE:Factory

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package yast2 for openSUSE:Factory checked 
in at 2012-08-08 11:47:27

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


Package is yast2, Maintainer is jsr...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2/yast2.changes  2012-05-10 
15:13:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2.new/yast2.changes 2012-08-08 
11:47:42.0 +0200
@@ -1,0 +2,18 @@
+Tue Aug  7 14:53:33 CEST 2012 - jsuch...@suse.cz
+
+- fixed checking for systemd status (bnc#774799)
+- 2.23.3 
+
+---
+Tue Jun 26 11:45:26 CEST 2012 - g...@suse.de
+
+- added color schemes highcontrast and inverted to description
+  of Y2NCURSES_COLOR_THEME in sysconfig.yast2 
+
+---
+Fri Jun 22 11:25:10 UTC 2012 - tgoettlic...@suse.de
+
+- search for UI plugins at new and old location
+- 2.23.2 
+
+---

Old:

  yast2-2.23.0.tar.bz2

New:

  yast2-2.23.3.tar.bz2



Other differences:
--
++ yast2.spec ++
--- /var/tmp/diff_new_pack.X8Q2zf/_old  2012-08-08 11:47:43.0 +0200
+++ /var/tmp/diff_new_pack.X8Q2zf/_new  2012-08-08 11:47:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2
-Version:2.23.0
+Version:2.23.3
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -47,7 +47,7 @@
 
 # changed StartPackage callback signature
 Requires:   yast2-pkg-bindings = 2.20.3
-Requires:   yast2_ui
+Requires:   yui_backend
 # For Cron Agent, Module
 Requires:   perl-Config-Crontab
 # for ag_tty (/bin/stty)

++ yast2-2.23.0.tar.bz2 - yast2-2.23.3.tar.bz2 ++
 2713 lines of diff (skipped)

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



commit yast2 for openSUSE:12.2

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package yast2 for openSUSE:12.2 checked in 
at 2012-08-08 11:47:55

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


Package is yast2, Maintainer is jsr...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/yast2/yast2.changes 2012-07-30 02:38:21.0 
+0200
+++ /work/SRC/openSUSE:12.2/.yast2.new/yast2.changes2012-08-08 
11:48:07.0 +0200
@@ -1,0 +2,18 @@
+Tue Aug  7 14:53:33 CEST 2012 - jsuch...@suse.cz
+
+- fixed checking for systemd status (bnc#774799)
+- 2.23.3 
+
+---
+Tue Jun 26 11:45:26 CEST 2012 - g...@suse.de
+
+- added color schemes highcontrast and inverted to description
+  of Y2NCURSES_COLOR_THEME in sysconfig.yast2 
+
+---
+Fri Jun 22 11:25:10 UTC 2012 - tgoettlic...@suse.de
+
+- search for UI plugins at new and old location
+- 2.23.2 
+
+---

Old:

  yast2-2.23.0.tar.bz2

New:

  yast2-2.23.3.tar.bz2



Other differences:
--
++ yast2.spec ++
--- /var/tmp/diff_new_pack.93zb2N/_old  2012-08-08 11:48:07.0 +0200
+++ /var/tmp/diff_new_pack.93zb2N/_new  2012-08-08 11:48:07.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2
-Version:2.23.0
+Version:2.23.3
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -47,7 +47,7 @@
 
 # changed StartPackage callback signature
 Requires:   yast2-pkg-bindings = 2.20.3
-Requires:   yast2_ui
+Requires:   yui_backend
 # For Cron Agent, Module
 Requires:   perl-Config-Crontab
 # for ag_tty (/bin/stty)

++ yast2-2.23.0.tar.bz2 - yast2-2.23.3.tar.bz2 ++
 2713 lines of diff (skipped)

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



commit yast2-storage for openSUSE:Factory

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2012-08-08 11:58:08

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


Package is yast2-storage, Maintainer is aschn...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes  
2012-06-13 22:48:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2012-08-08 11:58:33.0 +0200
@@ -1,0 +2,35 @@
+Tue Aug 07 11:42:41 CEST 2012 - aschn...@suse.de
+
+- added sanity check for arbitrary mount options (bnc#774521)
+- avoid too big error popups (bnc#774521)
+- 2.22.7
+
+---
+Mon Jul 30 12:07:47 CEST 2012 - aschn...@suse.de
+
+- fixed list of available physical volumes when creating new
+  volume group (bnc#772044)
+
+---
+Tue Jul 24 18:35:04 CEST 2012 - f...@suse.de
+
+- improve handling of btrfs on non-formatted root fs  
+
+---
+Thu Jul 19 11:39:18 CEST 2012 - f...@suse.de
+
+- 2.22.6
+- code FATE#313521 - Define disk order for MD Raid with Yast
+
+---
+Tue Jul 10 16:08:30 CEST 2012 - f...@suse.de
+
+- add pointer to mdadm man page for raid10 parity algo (bnc#757340)
+
+---
+Mon Jun 18 15:05:47 CEST 2012 - aschn...@suse.de
+
+- 2.22.5
+- set btrfs subvolumes during fstab import (bnc#765409)
+
+---

Old:

  yast2-storage-2.22.4.tar.bz2

New:

  yast2-storage-2.22.7.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.66Iomn/_old  2012-08-08 11:58:53.0 +0200
+++ /var/tmp/diff_new_pack.66Iomn/_new  2012-08-08 11:58:53.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:2.22.4
+Version:2.22.7
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-2.22.4.tar.bz2 - yast2-storage-2.22.7.tar.bz2 ++
 23193 lines of diff (skipped)

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



commit yast2-storage for openSUSE:12.2

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:12.2 
checked in at 2012-08-08 11:58:59

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


Package is yast2-storage, Maintainer is aschn...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/yast2-storage/yast2-storage.changes 2012-07-30 
02:38:33.0 +0200
+++ /work/SRC/openSUSE:12.2/.yast2-storage.new/yast2-storage.changes
2012-08-08 11:59:09.0 +0200
@@ -1,0 +2,35 @@
+Tue Aug 07 11:42:41 CEST 2012 - aschn...@suse.de
+
+- added sanity check for arbitrary mount options (bnc#774521)
+- avoid too big error popups (bnc#774521)
+- 2.22.7
+
+---
+Mon Jul 30 12:07:47 CEST 2012 - aschn...@suse.de
+
+- fixed list of available physical volumes when creating new
+  volume group (bnc#772044)
+
+---
+Tue Jul 24 18:35:04 CEST 2012 - f...@suse.de
+
+- improve handling of btrfs on non-formatted root fs  
+
+---
+Thu Jul 19 11:39:18 CEST 2012 - f...@suse.de
+
+- 2.22.6
+- code FATE#313521 - Define disk order for MD Raid with Yast
+
+---
+Tue Jul 10 16:08:30 CEST 2012 - f...@suse.de
+
+- add pointer to mdadm man page for raid10 parity algo (bnc#757340)
+
+---
+Mon Jun 18 15:05:47 CEST 2012 - aschn...@suse.de
+
+- 2.22.5
+- set btrfs subvolumes during fstab import (bnc#765409)
+
+---

Old:

  yast2-storage-2.22.4.tar.bz2

New:

  yast2-storage-2.22.7.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.4iIjKw/_old  2012-08-08 11:59:09.0 +0200
+++ /var/tmp/diff_new_pack.4iIjKw/_new  2012-08-08 11:59:09.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:2.22.4
+Version:2.22.7
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-2.22.4.tar.bz2 - yast2-storage-2.22.7.tar.bz2 ++
 23193 lines of diff (skipped)

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



commit bind for openSUSE:11.4:Update

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package bind for openSUSE:11.4:Update 
checked in at 2012-08-08 13:52:23

Comparing /work/SRC/openSUSE:11.4:Update/bind (Old)
 and  /work/SRC/openSUSE:11.4:Update/.bind.new (New)


Package is bind, Maintainer is u...@suse.com

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.l02kkS/_old  2012-08-08 13:52:47.0 +0200
+++ /var/tmp/diff_new_pack.l02kkS/_new  2012-08-08 13:52:47.0 +0200
@@ -1 +1 @@
-link package='bind.601' cicount='copy' /
+link package='bind.714' cicount='copy' /

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



commit bind for openSUSE:12.1:Update

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package bind for openSUSE:12.1:Update 
checked in at 2012-08-08 13:54:46

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


Package is bind, Maintainer is u...@suse.com

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.PVK4nt/_old  2012-08-08 13:54:49.0 +0200
+++ /var/tmp/diff_new_pack.PVK4nt/_new  2012-08-08 13:54:49.0 +0200
@@ -1 +1 @@
-link package='bind.600' cicount='copy' /
+link package='bind.715' cicount='copy' /

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



commit krb5 for openSUSE:12.1:Update

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package krb5 for openSUSE:12.1:Update 
checked in at 2012-08-08 14:02:11

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


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

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.gwQNcT/_old  2012-08-08 14:02:17.0 +0200
+++ /var/tmp/diff_new_pack.gwQNcT/_new  2012-08-08 14:02:17.0 +0200
@@ -1 +1 @@
-link package='krb5.558' cicount='copy' /
+link package='krb5.730' cicount='copy' /

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



commit krb5 for openSUSE:11.4:Update

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package krb5 for openSUSE:11.4:Update 
checked in at 2012-08-08 14:02:32

Comparing /work/SRC/openSUSE:11.4:Update/krb5 (Old)
 and  /work/SRC/openSUSE:11.4:Update/.krb5.new (New)


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

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.oYrsg3/_old  2012-08-08 14:02:36.0 +0200
+++ /var/tmp/diff_new_pack.oYrsg3/_new  2012-08-08 14:02:36.0 +0200
@@ -1 +1 @@
-link package='krb5.558' cicount='copy' /
+link package='krb5.730' cicount='copy' /

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



commit yast2 for openSUSE:12.2

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package yast2 for openSUSE:12.2 checked in 
at 2012-08-08 19:24:21

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


Package is yast2, Maintainer is jsr...@suse.com

Changes:




Other differences:
--
++ yast2.spec ++
--- /var/tmp/diff_new_pack.6INEmV/_old  2012-08-08 19:24:22.0 +0200
+++ /var/tmp/diff_new_pack.6INEmV/_new  2012-08-08 19:24:22.0 +0200
@@ -47,7 +47,7 @@
 
 # changed StartPackage callback signature
 Requires:   yast2-pkg-bindings = 2.20.3
-Requires:   yui_backend
+Requires:   yast2_ui
 # For Cron Agent, Module
 Requires:   perl-Config-Crontab
 # for ag_tty (/bin/stty)

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



commit kdebase4-runtime for openSUSE:Factory

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-runtime for 
openSUSE:Factory checked in at 2012-08-08 21:34:18

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


Package is kdebase4-runtime, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdebase4-runtime/kdebase4-runtime.changes
2012-06-12 21:42:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdebase4-runtime.new/kdebase4-runtime.changes   
2012-08-08 21:34:20.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:53:05 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  kde-runtime-4.8.4.tar.xz

New:

  kde-runtime-4.8.5.tar.xz



Other differences:
--
++ kdebase4-runtime.spec ++
--- /var/tmp/diff_new_pack.0P5qa9/_old  2012-08-08 21:34:23.0 +0200
+++ /var/tmp/diff_new_pack.0P5qa9/_new  2012-08-08 21:34:23.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdebase4-runtime
-Version:4.8.4
+Version:4.8.5
 Release:0
 Summary:The KDE Runtime Components
 License:GPL-2.0+



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



commit dhcp for openSUSE:Factory

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package dhcp for openSUSE:Factory checked in 
at 2012-08-08 21:53:26

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


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

Changes:

--- /work/SRC/openSUSE:Factory/dhcp/dhcp.changes2012-04-17 
07:44:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.dhcp.new/dhcp.changes   2012-08-08 
21:53:28.0 +0200
@@ -1,0 +2,113 @@
+Wed Jul 25 18:13:59 UTC 2012 - m...@suse.com
+
+- Update to ISC dhcp-4.2.4-P1 release, providing following security
+  fixes (bnc#772924):
+  - Previously the server code was relaxed to allow packets with zero
+length client ids to be processed.  Under some situations use of
+zero length client ids can cause the server to go into an infinite
+loop. As such ids are not valid according to RFC 2132 section 9.14
+the server no longer accepts them.  Client ids with a length of 1
+are also invalid but the server still accepts them in order to
+minimize disruption.  The restriction will likely be tightened in
+the future to disallow ids with a length of 1.
+Thanks to Markus Hietava of Codenomicon CROSS project for the
+finding this issue and CERT-FI for vulnerability coordination.
+[ISC-Bugs #29851] CVE: CVE-2012-3571
+  - When attempting to convert a DUID from a client id option
+into a hardware address handle unexpected client ids properly.
+Thanks to Markus Hietava of Codenomicon CROSS project for the
+finding this issue and CERT-FI for vulnerability coordination.
+[ISC-Bugs #29852] CVE: CVE-2012-3570
+  - A pair of memory leaks were found and fixed.  Thanks to Glen
+Eustace of Massey University, New Zealand for finding this issue.
+[ISC-Bugs #30024] CVE: CVE-2012-3954
+- Moved lease file check to a separate action so it is not used in
+  restart -- it can fail when the daemon rewrites the lease causing
+  a restart failure then (bnc#762108 regression).
+- Request dhcp6.sntp-servers in /etc/dhclient6.conf and forward to
+  netconfig for processing (bnc#770236).
+- Removed RFC 4833 TZ options from client requests [unused].
+
+---
+Tue Jun 19 06:40:03 UTC 2012 - m...@suse.com
+
+- Update to ISC dhcp-4.2.4 release, fixing a dhcpv6 server assert
+  crash while accessing lease on heap (bnc#767661) and providing
+  the following fixes:
+  - Rotate the lease file when running in v6 mode.
+Thanks to Christoph Moench-Tegeder at Astaro for the
+report and the first version of the patch. [ISC-Bugs #24887]
+  - Fixed the code that checks if an address the server is planning
+to hand out is in a reserved range.  This would appear as the
+server being out of addresses in pools with particular ranges.
+[ISC-Bugs #26498]
+  - In the DDNS code handle error conditions more gracefully and
+add more logging code. The major change is to handle unexpected
+cancel events from the DNS client code. [ISC-Bugs #26287]
+  - Tidy up the receive calls and eliminate the need for found_pkt.
+[ISC-Bugs #25066]
+  - Add support for Infiniband over sockets to the server and
+relay code.  We've tested this on Solaris and hope to expand
+support for Infiniband in the future.  This patch also corrects
+some issues we found in the socket code. [ISC-Bugs #24245]
+  - Add a compile time check for the presence of the noreturn attribute
+and use it for log_fatal if it's available.  This will help code
+checking programs to eliminate false positives. [ISC-Bugs #27539]
+  - Fixed many compilation problems (set, but not used warnings) for
+gcc 4.6 that may affect Ubuntu 11.10 users. [ISC-Bugs #27588]
+  - Modify the code that determines if an outstanding DDNS request
+should be cancelled.  This patch results in cancelling the
+outstanding request less often.  It fixes the problem caused
+by a client doing a release where  the TXT and PTR records
+weren't removed from the DNS. [ISC-BUGS #27858]
+  - Use offsetof() instead of sizeof() to get the sizes for
+dhcpv6_relay_packet and dhcpv6_packet in several more places.
+Thanks to a report from Bruno Verstuyft and Vincent Demaertelaere
+of Excentis. [ISC-Bugs #27941]
+  - Remove outdated note in the description of the bootp keyword about
+the option not satisfying the requirement of failover peers for
+denying dynamic bootp clients. [ISC-bugs #28574]
+  - Multiple items to clean up IPv6 address processing. When processing
+an IA that we've seen check to see if the addresses are usable
+(not in use by somebody else) before handing it out.
+When reading in leases from the file discard expired addresses.
+When picking an address for a client include the 

commit dhcp for openSUSE:12.2

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package dhcp for openSUSE:12.2 checked in at 
2012-08-08 21:53:33

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


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

Changes:

--- /work/SRC/openSUSE:12.2/dhcp/dhcp.changes   2012-06-25 15:17:39.0 
+0200
+++ /work/SRC/openSUSE:12.2/.dhcp.new/dhcp.changes  2012-08-08 
21:53:35.0 +0200
@@ -1,0 +2,113 @@
+Wed Jul 25 18:13:59 UTC 2012 - m...@suse.com
+
+- Update to ISC dhcp-4.2.4-P1 release, providing following security
+  fixes (bnc#772924):
+  - Previously the server code was relaxed to allow packets with zero
+length client ids to be processed.  Under some situations use of
+zero length client ids can cause the server to go into an infinite
+loop. As such ids are not valid according to RFC 2132 section 9.14
+the server no longer accepts them.  Client ids with a length of 1
+are also invalid but the server still accepts them in order to
+minimize disruption.  The restriction will likely be tightened in
+the future to disallow ids with a length of 1.
+Thanks to Markus Hietava of Codenomicon CROSS project for the
+finding this issue and CERT-FI for vulnerability coordination.
+[ISC-Bugs #29851] CVE: CVE-2012-3571
+  - When attempting to convert a DUID from a client id option
+into a hardware address handle unexpected client ids properly.
+Thanks to Markus Hietava of Codenomicon CROSS project for the
+finding this issue and CERT-FI for vulnerability coordination.
+[ISC-Bugs #29852] CVE: CVE-2012-3570
+  - A pair of memory leaks were found and fixed.  Thanks to Glen
+Eustace of Massey University, New Zealand for finding this issue.
+[ISC-Bugs #30024] CVE: CVE-2012-3954
+- Moved lease file check to a separate action so it is not used in
+  restart -- it can fail when the daemon rewrites the lease causing
+  a restart failure then (bnc#762108 regression).
+- Request dhcp6.sntp-servers in /etc/dhclient6.conf and forward to
+  netconfig for processing (bnc#770236).
+- Removed RFC 4833 TZ options from client requests [unused].
+
+---
+Tue Jun 19 06:40:03 UTC 2012 - m...@suse.com
+
+- Update to ISC dhcp-4.2.4 release, fixing a dhcpv6 server assert
+  crash while accessing lease on heap (bnc#767661) and providing
+  the following fixes:
+  - Rotate the lease file when running in v6 mode.
+Thanks to Christoph Moench-Tegeder at Astaro for the
+report and the first version of the patch. [ISC-Bugs #24887]
+  - Fixed the code that checks if an address the server is planning
+to hand out is in a reserved range.  This would appear as the
+server being out of addresses in pools with particular ranges.
+[ISC-Bugs #26498]
+  - In the DDNS code handle error conditions more gracefully and
+add more logging code. The major change is to handle unexpected
+cancel events from the DNS client code. [ISC-Bugs #26287]
+  - Tidy up the receive calls and eliminate the need for found_pkt.
+[ISC-Bugs #25066]
+  - Add support for Infiniband over sockets to the server and
+relay code.  We've tested this on Solaris and hope to expand
+support for Infiniband in the future.  This patch also corrects
+some issues we found in the socket code. [ISC-Bugs #24245]
+  - Add a compile time check for the presence of the noreturn attribute
+and use it for log_fatal if it's available.  This will help code
+checking programs to eliminate false positives. [ISC-Bugs #27539]
+  - Fixed many compilation problems (set, but not used warnings) for
+gcc 4.6 that may affect Ubuntu 11.10 users. [ISC-Bugs #27588]
+  - Modify the code that determines if an outstanding DDNS request
+should be cancelled.  This patch results in cancelling the
+outstanding request less often.  It fixes the problem caused
+by a client doing a release where  the TXT and PTR records
+weren't removed from the DNS. [ISC-BUGS #27858]
+  - Use offsetof() instead of sizeof() to get the sizes for
+dhcpv6_relay_packet and dhcpv6_packet in several more places.
+Thanks to a report from Bruno Verstuyft and Vincent Demaertelaere
+of Excentis. [ISC-Bugs #27941]
+  - Remove outdated note in the description of the bootp keyword about
+the option not satisfying the requirement of failover peers for
+denying dynamic bootp clients. [ISC-bugs #28574]
+  - Multiple items to clean up IPv6 address processing. When processing
+an IA that we've seen check to see if the addresses are usable
+(not in use by somebody else) before handing it out.
+When reading in leases from the file discard expired addresses.
+When picking an address for a client include the IA ID in
+

commit icedtea-web for openSUSE:Factory

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package icedtea-web for openSUSE:Factory 
checked in at 2012-08-08 21:54:48

Comparing /work/SRC/openSUSE:Factory/icedtea-web (Old)
 and  /work/SRC/openSUSE:Factory/.icedtea-web.new (New)


Package is icedtea-web, Maintainer is bnc-team-j...@forge.provo.novell.com

Changes:

--- /work/SRC/openSUSE:Factory/icedtea-web/icedtea-web.changes  2012-08-04 
09:15:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.icedtea-web.new/icedtea-web.changes 
2012-08-08 21:54:49.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug  8 12:55:43 UTC 2012 - mvysko...@suse.cz
+
+- fix PR1106: Icedtea 1.2.1 crashes Firefox 14
+  * http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1106
+
+---

New:

  icedtea-web-pr1106-firefox-crash.patch
  icetea-web-1.2.1-old-xulrunner-typo.patch



Other differences:
--
++ icedtea-web.spec ++
--- /var/tmp/diff_new_pack.WMbeTd/_old  2012-08-08 21:54:52.0 +0200
+++ /var/tmp/diff_new_pack.WMbeTd/_new  2012-08-08 21:54:52.0 +0200
@@ -65,6 +65,11 @@
 # https://bugzilla.mozilla.org/show_bug.cgi?id=582130
 # http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=622
 Patch1: icedtea-web-1.1-moonlight-symbol-clash.patch
+#PATCH-FIX-OPENSUSE: for old mozilla-xulrunner, already upstream
+Patch2: icetea-web-1.2.1-old-xulrunner-typo.patch
+#PATCH-FIX-UPSTREAM: crash with FF 14
+#http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1106
+Patch3: icedtea-web-pr1106-firefox-crash.patch
 Patch1000:  icedtea-web-suse-desktop-files.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  java-1_7_0-openjdk-devel
@@ -125,6 +130,10 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%if 0%{suse_version} = 1120
+%patch2 -p1
+%endif
+%patch3 -p1
 
 %patch1000 -p1
 

++ icedtea-web-pr1106-firefox-crash.patch ++
Index: icedtea-web-1.2.1/ChangeLog
===
--- icedtea-web-1.2.1.orig/ChangeLog2012-07-24 20:38:05.154359763 +0200
+++ icedtea-web-1.2.1/ChangeLog 2012-08-08 14:44:47.042059960 +0200
@@ -1,3 +1,10 @@
+2012-08-07  Adam Domurad  adomu...@redhat.com
+
+   Fixes PR1106, plugin crashing with firefox + archlinux/gentoo
+   * plugin/icedteanp/IcedTeaNPPlugin.cc
+   (initialize_browser_functions): Account for the fact that
+   browserTable-size can be larger than sizeof(NPNetscapeFuncs)
+
 2012-07-24  Deepak Bhole dbh...@redhat.com
 
* configure.ac: Prepare for 1.2.1
Index: icedtea-web-1.2.1/NEWS
===
--- icedtea-web-1.2.1.orig/NEWS 2012-07-24 20:38:05.155359749 +0200
+++ icedtea-web-1.2.1/NEWS  2012-08-08 14:45:12.747058745 +0200
@@ -17,6 +17,7 @@
   - PR811: javaws is not handling urls with spaces (and other characters 
needing encoding) correctly
   - 816592: icedtea-web not loading GeoGebra java applets in Firefox or Chrome
 * Plugin
+  - PR1106: Buffer overflow in plugin table-
   - PR863: Error passing strings to applet methods in Chromium
   - PR895: IcedTea-Web searches for missing classes on each loadClass or 
findClass
   - PR518: NPString.utf8characters not guaranteed to be nul-terminated
Index: icedtea-web-1.2.1/plugin/icedteanp/IcedTeaNPPlugin.cc
===
--- icedtea-web-1.2.1.orig/plugin/icedteanp/IcedTeaNPPlugin.cc  2012-08-08 
14:43:56.826062333 +0200
+++ icedtea-web-1.2.1/plugin/icedteanp/IcedTeaNPPlugin.cc   2012-08-08 
14:44:09.008061757 +0200
@@ -2053,8 +2053,13 @@
 
   //Ensure any unused fields are NULL
   memset(browser_functions, 0, sizeof(NPNetscapeFuncs));
+
+  //browserTable-size can be larger than sizeof(NPNetscapeFuncs) (PR1106)
+  size_t copySize = browserTable-size  sizeof(NPNetscapeFuncs) ?
+browserTable-size : sizeof(NPNetscapeFuncs);
+
   //Copy fields according to given size
-  memcpy(browser_functions, browserTable, browserTable-size);
+  memcpy(browser_functions, browserTable, copySize);
 
   return true;
 }
++ icetea-web-1.2.1-old-xulrunner-typo.patch ++
Index: icedtea-web-1.2.1/plugin/icedteanp/IcedTeaPluginUtils.cc
===
--- icedtea-web-1.2.1.orig/plugin/icedteanp/IcedTeaPluginUtils.cc   
2012-08-02 10:56:32.954210938 +0200
+++ icedtea-web-1.2.1/plugin/icedteanp/IcedTeaPluginUtils.cc2012-08-02 
11:13:41.286162332 +0200
@@ -903,9 +903,9 @@
 IcedTeaPluginUtilities::NPVariantAsString(NPVariant variant)
 {
 #if MOZILLA_VERSION_COLLAPSED  1090200
-  return std::string((
+  return std::string(
 NPVARIANT_TO_STRING(variant).utf8characters,
-

commit icedtea-web for openSUSE:12.2

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package icedtea-web for openSUSE:12.2 
checked in at 2012-08-08 21:54:52

Comparing /work/SRC/openSUSE:12.2/icedtea-web (Old)
 and  /work/SRC/openSUSE:12.2/.icedtea-web.new (New)


Package is icedtea-web, Maintainer is bnc-team-j...@forge.provo.novell.com

Changes:

--- /work/SRC/openSUSE:12.2/icedtea-web/icedtea-web.changes 2012-08-04 
09:15:56.0 +0200
+++ /work/SRC/openSUSE:12.2/.icedtea-web.new/icedtea-web.changes
2012-08-08 21:54:53.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug  8 12:55:43 UTC 2012 - mvysko...@suse.cz
+
+- fix PR1106: Icedtea 1.2.1 crashes Firefox 14
+  * http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1106
+
+---

New:

  icedtea-web-pr1106-firefox-crash.patch
  icetea-web-1.2.1-old-xulrunner-typo.patch



Other differences:
--
++ icedtea-web.spec ++
--- /var/tmp/diff_new_pack.fNXvUj/_old  2012-08-08 21:54:53.0 +0200
+++ /var/tmp/diff_new_pack.fNXvUj/_new  2012-08-08 21:54:53.0 +0200
@@ -65,6 +65,11 @@
 # https://bugzilla.mozilla.org/show_bug.cgi?id=582130
 # http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=622
 Patch1: icedtea-web-1.1-moonlight-symbol-clash.patch
+#PATCH-FIX-OPENSUSE: for old mozilla-xulrunner, already upstream
+Patch2: icetea-web-1.2.1-old-xulrunner-typo.patch
+#PATCH-FIX-UPSTREAM: crash with FF 14
+#http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1106
+Patch3: icedtea-web-pr1106-firefox-crash.patch
 Patch1000:  icedtea-web-suse-desktop-files.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  java-1_7_0-openjdk-devel
@@ -125,6 +130,10 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%if 0%{suse_version} = 1120
+%patch2 -p1
+%endif
+%patch3 -p1
 
 %patch1000 -p1
 

++ icedtea-web-pr1106-firefox-crash.patch ++
Index: icedtea-web-1.2.1/ChangeLog
===
--- icedtea-web-1.2.1.orig/ChangeLog2012-07-24 20:38:05.154359763 +0200
+++ icedtea-web-1.2.1/ChangeLog 2012-08-08 14:44:47.042059960 +0200
@@ -1,3 +1,10 @@
+2012-08-07  Adam Domurad  adomu...@redhat.com
+
+   Fixes PR1106, plugin crashing with firefox + archlinux/gentoo
+   * plugin/icedteanp/IcedTeaNPPlugin.cc
+   (initialize_browser_functions): Account for the fact that
+   browserTable-size can be larger than sizeof(NPNetscapeFuncs)
+
 2012-07-24  Deepak Bhole dbh...@redhat.com
 
* configure.ac: Prepare for 1.2.1
Index: icedtea-web-1.2.1/NEWS
===
--- icedtea-web-1.2.1.orig/NEWS 2012-07-24 20:38:05.155359749 +0200
+++ icedtea-web-1.2.1/NEWS  2012-08-08 14:45:12.747058745 +0200
@@ -17,6 +17,7 @@
   - PR811: javaws is not handling urls with spaces (and other characters 
needing encoding) correctly
   - 816592: icedtea-web not loading GeoGebra java applets in Firefox or Chrome
 * Plugin
+  - PR1106: Buffer overflow in plugin table-
   - PR863: Error passing strings to applet methods in Chromium
   - PR895: IcedTea-Web searches for missing classes on each loadClass or 
findClass
   - PR518: NPString.utf8characters not guaranteed to be nul-terminated
Index: icedtea-web-1.2.1/plugin/icedteanp/IcedTeaNPPlugin.cc
===
--- icedtea-web-1.2.1.orig/plugin/icedteanp/IcedTeaNPPlugin.cc  2012-08-08 
14:43:56.826062333 +0200
+++ icedtea-web-1.2.1/plugin/icedteanp/IcedTeaNPPlugin.cc   2012-08-08 
14:44:09.008061757 +0200
@@ -2053,8 +2053,13 @@
 
   //Ensure any unused fields are NULL
   memset(browser_functions, 0, sizeof(NPNetscapeFuncs));
+
+  //browserTable-size can be larger than sizeof(NPNetscapeFuncs) (PR1106)
+  size_t copySize = browserTable-size  sizeof(NPNetscapeFuncs) ?
+browserTable-size : sizeof(NPNetscapeFuncs);
+
   //Copy fields according to given size
-  memcpy(browser_functions, browserTable, browserTable-size);
+  memcpy(browser_functions, browserTable, copySize);
 
   return true;
 }
++ icetea-web-1.2.1-old-xulrunner-typo.patch ++
Index: icedtea-web-1.2.1/plugin/icedteanp/IcedTeaPluginUtils.cc
===
--- icedtea-web-1.2.1.orig/plugin/icedteanp/IcedTeaPluginUtils.cc   
2012-08-02 10:56:32.954210938 +0200
+++ icedtea-web-1.2.1/plugin/icedteanp/IcedTeaPluginUtils.cc2012-08-02 
11:13:41.286162332 +0200
@@ -903,9 +903,9 @@
 IcedTeaPluginUtilities::NPVariantAsString(NPVariant variant)
 {
 #if MOZILLA_VERSION_COLLAPSED  1090200
-  return std::string((
+  return std::string(
 NPVARIANT_TO_STRING(variant).utf8characters,
-

commit libstorage for openSUSE:Factory

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package libstorage for openSUSE:Factory 
checked in at 2012-08-08 21:55:12

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


Package is libstorage, Maintainer is aschn...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libstorage/libstorage.changes2012-07-18 
17:24:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.libstorage.new/libstorage.changes   
2012-08-08 21:55:13.0 +0200
@@ -1,0 +2,23 @@
+Tue Aug  7 19:18:21 CEST 2012 - f...@suse.de
+
+- 2.22.9
+- use mount point as base for dm name if available (bnc#768572)
+
+---
+Thu Aug  2 13:11:39 CEST 2012 - f...@suse.de
+
+- fix handling of LVMs with mix of encrypted and unencrypted PVs
+- fix handling of encrypted PVs with non-standard dm name 
+
+---
+Tue Jul 24 18:35:04 CEST 2012 - f...@suse.de
+
+- improve handling of btrfs on non-formatted root fs  
+
+---
+Mon Jul 23 17:22:34 CEST 2012 - f...@suse.de
+
+- fix uuid handling when changing format false-true-false for
+  btrfs filesystems (bnc#772112)
+
+---

Old:

  libstorage-2.22.8.tar.bz2

New:

  libstorage-2.22.9.tar.bz2



Other differences:
--
++ libstorage.spec ++
--- /var/tmp/diff_new_pack.Wbiwpy/_old  2012-08-08 21:55:14.0 +0200
+++ /var/tmp/diff_new_pack.Wbiwpy/_new  2012-08-08 21:55:14.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libstorage
-Version:2.22.8
+Version:2.22.9
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: libstorage-%{version}.tar.bz2

++ libstorage-2.22.8.tar.bz2 - libstorage-2.22.9.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.22.8/VERSION 
new/libstorage-2.22.9/VERSION
--- old/libstorage-2.22.8/VERSION   2012-07-16 15:19:31.0 +0200
+++ new/libstorage-2.22.9/VERSION   2012-08-08 13:49:37.0 +0200
@@ -1 +1 @@
-2.22.8
+2.22.9
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.22.8/examples/TestLogging.cc 
new/libstorage-2.22.9/examples/TestLogging.cc
--- old/libstorage-2.22.8/examples/TestLogging.cc   2012-06-13 
10:15:45.0 +0200
+++ new/libstorage-2.22.9/examples/TestLogging.cc   2012-08-02 
13:17:13.0 +0200
@@ -4,6 +4,7 @@
  *  the disk_* and volume_* files in /var/log/YaST2/ will be generated.
  */
 
+#include stdlib.h
 #include unistd.h
 #include iostream
 #include fstream
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.22.8/storage/Btrfs.cc 
new/libstorage-2.22.9/storage/Btrfs.cc
--- old/libstorage-2.22.8/storage/Btrfs.cc  2012-04-25 11:58:58.0 
+0200
+++ new/libstorage-2.22.9/storage/Btrfs.cc  2012-07-24 18:40:52.0 
+0200
@@ -131,6 +131,43 @@
 y2mil( devs:  devs );
 }
 
+void Btrfs::detectSubvol()
+{
+y2mil( dev:  device() );
+if( getFormat() )
+clearSubvol();
+else
+{
+bool mounted = false;
+string mp = getMount();
+if( !isMounted()  getStorage()-mountTmpRo( this, mp ) )
+mounted = true;
+if( !mp.empty() )
+{
+clearSubvol();
+SystemCmd cmd( BTRFSBIN  subvolume list  + mp );
+for( vectorstring::const_iterator s=cmd.stdout().begin(); 
+ s!=cmd.stdout().end(); ++s )
+{
+string subvol;
+string::size_type pos = s-find(  path  );
+if( pos!=string::npos )
+pos = s-find_first_not_of( app_ws, pos+5 );
+if( pos!=string::npos )
+subvol = s-substr( pos, s-find_last_not_of( app_ws ) );
+if( !subvol.empty() )
+addSubvol( subvol );
+}
+}
+if( mounted )
+{
+getStorage()-umountDev( device() );
+if( mp!=getMount() )
+rmdir( mp.c_str() );
+}
+}
+y2mil( ret dev:  device()   subvol:  subvol );
+}
 
 void Btrfs::addSubvol( const string path )
 {
@@ -504,13 +541,12 @@
 ret = Volume::setFormat( val, new_fs );
 if( ret==0 )
{
-   if( val )
-   {
-   orig_uuid = uuid;
-   uuid = co()-fakeUuid();
-   }
+if( val )
+uuid = co()-fakeUuid();
+ 

commit libstorage for openSUSE:12.2

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package libstorage for openSUSE:12.2 checked 
in at 2012-08-08 21:55:17

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


Package is libstorage, Maintainer is aschn...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/libstorage/libstorage.changes   2012-07-18 
17:33:25.0 +0200
+++ /work/SRC/openSUSE:12.2/.libstorage.new/libstorage.changes  2012-08-08 
21:55:19.0 +0200
@@ -1,0 +2,23 @@
+Tue Aug  7 19:18:21 CEST 2012 - f...@suse.de
+
+- 2.22.9
+- use mount point as base for dm name if available (bnc#768572)
+
+---
+Thu Aug  2 13:11:39 CEST 2012 - f...@suse.de
+
+- fix handling of LVMs with mix of encrypted and unencrypted PVs
+- fix handling of encrypted PVs with non-standard dm name 
+
+---
+Tue Jul 24 18:35:04 CEST 2012 - f...@suse.de
+
+- improve handling of btrfs on non-formatted root fs  
+
+---
+Mon Jul 23 17:22:34 CEST 2012 - f...@suse.de
+
+- fix uuid handling when changing format false-true-false for
+  btrfs filesystems (bnc#772112)
+
+---

Old:

  libstorage-2.22.8.tar.bz2

New:

  libstorage-2.22.9.tar.bz2



Other differences:
--
++ libstorage.spec ++
--- /var/tmp/diff_new_pack.Wl9tpZ/_old  2012-08-08 21:55:19.0 +0200
+++ /var/tmp/diff_new_pack.Wl9tpZ/_new  2012-08-08 21:55:19.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libstorage
-Version:2.22.8
+Version:2.22.9
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: libstorage-%{version}.tar.bz2

++ libstorage-2.22.8.tar.bz2 - libstorage-2.22.9.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.22.8/VERSION 
new/libstorage-2.22.9/VERSION
--- old/libstorage-2.22.8/VERSION   2012-07-16 15:19:31.0 +0200
+++ new/libstorage-2.22.9/VERSION   2012-08-08 13:49:37.0 +0200
@@ -1 +1 @@
-2.22.8
+2.22.9
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.22.8/examples/TestLogging.cc 
new/libstorage-2.22.9/examples/TestLogging.cc
--- old/libstorage-2.22.8/examples/TestLogging.cc   2012-06-13 
10:15:45.0 +0200
+++ new/libstorage-2.22.9/examples/TestLogging.cc   2012-08-02 
13:17:13.0 +0200
@@ -4,6 +4,7 @@
  *  the disk_* and volume_* files in /var/log/YaST2/ will be generated.
  */
 
+#include stdlib.h
 #include unistd.h
 #include iostream
 #include fstream
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.22.8/storage/Btrfs.cc 
new/libstorage-2.22.9/storage/Btrfs.cc
--- old/libstorage-2.22.8/storage/Btrfs.cc  2012-04-25 11:58:58.0 
+0200
+++ new/libstorage-2.22.9/storage/Btrfs.cc  2012-07-24 18:40:52.0 
+0200
@@ -131,6 +131,43 @@
 y2mil( devs:  devs );
 }
 
+void Btrfs::detectSubvol()
+{
+y2mil( dev:  device() );
+if( getFormat() )
+clearSubvol();
+else
+{
+bool mounted = false;
+string mp = getMount();
+if( !isMounted()  getStorage()-mountTmpRo( this, mp ) )
+mounted = true;
+if( !mp.empty() )
+{
+clearSubvol();
+SystemCmd cmd( BTRFSBIN  subvolume list  + mp );
+for( vectorstring::const_iterator s=cmd.stdout().begin(); 
+ s!=cmd.stdout().end(); ++s )
+{
+string subvol;
+string::size_type pos = s-find(  path  );
+if( pos!=string::npos )
+pos = s-find_first_not_of( app_ws, pos+5 );
+if( pos!=string::npos )
+subvol = s-substr( pos, s-find_last_not_of( app_ws ) );
+if( !subvol.empty() )
+addSubvol( subvol );
+}
+}
+if( mounted )
+{
+getStorage()-umountDev( device() );
+if( mp!=getMount() )
+rmdir( mp.c_str() );
+}
+}
+y2mil( ret dev:  device()   subvol:  subvol );
+}
 
 void Btrfs::addSubvol( const string path )
 {
@@ -504,13 +541,12 @@
 ret = Volume::setFormat( val, new_fs );
 if( ret==0 )
{
-   if( val )
-   {
-   orig_uuid = uuid;
-   uuid = co()-fakeUuid();
-   }
+if( val )
+uuid = co()-fakeUuid();
+

commit Mesa for openSUSE:Factory

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package Mesa for openSUSE:Factory checked in 
at 2012-08-08 21:55:48

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


Package is Mesa, Maintainer is sndir...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/Mesa/Mesa.changes2012-07-14 
11:50:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.Mesa.new/Mesa.changes   2012-08-08 
21:55:55.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug  8 15:43:20 CEST 2012 - ti...@suse.de
+
+- U_i965-gen7-Reduce-GT1-WM-thread-count-according-to-up.patch
+  * Fix GPU hang with IVB GT1 desktop (bnc#775048)
+
+---

New:

  U_i965-gen7-Reduce-GT1-WM-thread-count-according-to-up.patch



Other differences:
--
++ Mesa.spec ++
--- /var/tmp/diff_new_pack.fBn2mN/_old  2012-08-08 21:55:56.0 +0200
+++ /var/tmp/diff_new_pack.fBn2mN/_new  2012-08-08 21:55:56.0 +0200
@@ -95,6 +95,7 @@
 Patch13:u_mesa-8.0.1-fix-16bpp.patch
 # Patch to remove OS ABI tag from libGL, so it is no longer preferred over 
libGLs without OS ABI tag
 Patch14:u_remove-os-abi-tag.patch
+Patch15:U_i965-gen7-Reduce-GT1-WM-thread-count-according-to-up.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -477,6 +478,7 @@
 %patch12 -p1
 %patch13 -p1
 %patch14 -p1
+%patch15 -p1
 
 %build
 

++ U_i965-gen7-Reduce-GT1-WM-thread-count-according-to-up.patch ++
From 539a02b9a73276a6d012436e296cfab55d5257a3 Mon Sep 17 00:00:00 2001
From: Eric Anholt e...@anholt.net
Date: Fri, 27 Jul 2012 11:34:07 -0700
Subject: [PATCH 03/11] i965/gen7: Reduce GT1 WM thread count according to
 updated BSpec.

Acked-by: Kenneth Graunke kenn...@whitecape.org

https://bugs.freedesktop.org/show_bug.cgi?id=52382
(cherry picked from commit fbf86c7f0f1f12e52b927e3870535073879d0a4d)
---
 src/mesa/drivers/dri/i965/brw_context.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mesa/drivers/dri/i965/brw_context.c 
b/src/mesa/drivers/dri/i965/brw_context.c
index a66ccc7..78bc6f9 100644
--- a/src/mesa/drivers/dri/i965/brw_context.c
+++ b/src/mesa/drivers/dri/i965/brw_context.c
@@ -240,7 +240,7 @@ brwCreateContext(int api,
/* WM maximum threads is number of EUs times number of threads per EU. */
if (intel-gen = 7) {
   if (intel-gt == 1) {
-brw-max_wm_threads = 86;
+brw-max_wm_threads = 48;
 brw-max_vs_threads = 36;
 brw-max_gs_threads = 36;
 brw-urb.size = 128;
-- 
1.7.11.4

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



commit MozillaFirefox-branding-openSUSE for openSUSE:Factory

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package MozillaFirefox-branding-openSUSE for 
openSUSE:Factory checked in at 2012-08-08 21:56:09

Comparing /work/SRC/openSUSE:Factory/MozillaFirefox-branding-openSUSE (Old)
 and  /work/SRC/openSUSE:Factory/.MozillaFirefox-branding-openSUSE.new (New)


Package is MozillaFirefox-branding-openSUSE, Maintainer is m...@novell.com

Changes:

--- 
/work/SRC/openSUSE:Factory/MozillaFirefox-branding-openSUSE/MozillaFirefox-branding-openSUSE.changes
2012-06-28 15:36:44.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.MozillaFirefox-branding-openSUSE.new/MozillaFirefox-branding-openSUSE.changes
   2012-08-08 21:56:11.0 +0200
@@ -1,0 +2,5 @@
+Tue Aug  7 21:40:45 UTC 2012 - w...@rosenauer.org
+
+- move Firefox specific prefs to defaults/preferences (bnc#774914)
+
+---



Other differences:
--
++ MozillaFirefox-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.er7dhq/_old  2012-08-08 21:56:13.0 +0200
+++ /var/tmp/diff_new_pack.er7dhq/_new  2012-08-08 21:56:13.0 +0200
@@ -21,7 +21,7 @@
 BuildRequires:  bc
 BuildRequires:  unzip
 BuildRequires:  zip
-Version:6.0
+Version:6.1
 Release:0
 Summary:openSUSE branding of MozillaFirefox
 License:BSD-3-Clause ; GPL-2.0+
@@ -65,9 +65,10 @@
 install -m0644 %{SOURCE2} 
$RPM_BUILD_ROOT%{progdir}/defaults/profile/bookmarks.html
 # apply SUSE defaults
 install -d $RPM_BUILD_ROOT%{progdir}/defaults/pref
+install -d $RPM_BUILD_ROOT%{progdir}/defaults/preferences
 sed -e 's,GSSAPI,%{libgssapi},g' \
%{SOURCE3}  suse-default-prefs
-install -m0644 suse-default-prefs 
$RPM_BUILD_ROOT%{progdir}/defaults/pref/firefox-openSUSE.js
+install -m0644 suse-default-prefs 
$RPM_BUILD_ROOT%{progdir}/defaults/preferences/firefox-openSUSE.js
 rm suse-default-prefs
 install -m0644 %{SOURCE7} $RPM_BUILD_ROOT%{progdir}/defaults/pref/
 # distribution.ini
@@ -96,8 +97,9 @@
 %dir %{progdir}
 %dir %{progdir}/defaults/
 %dir %{progdir}/defaults/pref
+%dir %{progdir}/defaults/preferences
 %{progdir}/defaults/pref/all-openSUSE.js
-%{progdir}/defaults/pref/firefox-openSUSE.js
+%{progdir}/defaults/preferences/firefox-openSUSE.js
 %dir %{progdir}/defaults/profile/
 %{progdir}/defaults/profile/bookmarks.html
 %{progdir}/searchplugins/

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



commit package-translations for openSUSE:Factory

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package package-translations for 
openSUSE:Factory checked in at 2012-08-08 21:56:21

Comparing /work/SRC/openSUSE:Factory/package-translations (Old)
 and  /work/SRC/openSUSE:Factory/.package-translations.new (New)


Package is package-translations, Maintainer is co...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/package-translations/package-translations.changes
2012-08-07 08:12:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.package-translations.new/package-translations.changes
   2012-08-08 21:56:22.0 +0200
@@ -2 +2 @@
-Sun Aug  5 16:13:51 CEST 2012 - co...@suse.com
+Wed Aug  8 16:14:01 CEST 2012 - co...@suse.com
@@ -4 +4 @@
-- automated update on 2012-08-05
+- automated update on 2012-08-08



Other differences:
--
++ package-translations.tar.bz2 ++
Files old/mo/package-translations-de.mo and new/mo/package-translations-de.mo 
differ

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



commit package-translations for openSUSE:12.2

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package package-translations for 
openSUSE:12.2 checked in at 2012-08-08 21:56:26

Comparing /work/SRC/openSUSE:12.2/package-translations (Old)
 and  /work/SRC/openSUSE:12.2/.package-translations.new (New)


Package is package-translations, Maintainer is co...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/package-translations/package-translations.changes   
2012-08-07 08:12:11.0 +0200
+++ 
/work/SRC/openSUSE:12.2/.package-translations.new/package-translations.changes  
2012-08-08 21:56:27.0 +0200
@@ -2 +2 @@
-Sun Aug  5 16:13:51 CEST 2012 - co...@suse.com
+Wed Aug  8 16:14:01 CEST 2012 - co...@suse.com
@@ -4 +4 @@
-- automated update on 2012-08-05
+- automated update on 2012-08-08



Other differences:
--
++ package-translations.tar.bz2 ++
Files old/mo/package-translations-de.mo and new/mo/package-translations-de.mo 
differ

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



commit plymouth for openSUSE:Factory

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2012-08-08 21:56:55

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


Package is plymouth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2012-08-08 
11:28:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2012-08-08 
21:56:57.0 +0200
@@ -1,0 +2,9 @@
+Wed Aug  8 09:03:58 UTC 2012 - fcro...@suse.com
+
+- Add plymouth-fix-systemd-service.patch: remove dashes next to
+  semi-colons, it confuses systemd. (bnc#774400)
+- Update suse-initrd-support to not start plymouth if kernel
+  cmdline contains shell or plymouth.enable=0 or
+  rd.plymouth=0.
+
+---

New:

  plymouth-fix-systemd-service.patch



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.ihzZkr/_old  2012-08-08 21:56:58.0 +0200
+++ /var/tmp/diff_new_pack.ihzZkr/_new  2012-08-08 21:56:58.0 +0200
@@ -50,6 +50,8 @@
 # PATCH-FIX-UPSTREAM -- Recognize quotes often used in sysconfig-style files
 Patch9: 0001-ply-text-progress-bar-strip-quotes-if-present.patch
 Patch10:0001-Some-greenish-openSUSE-colors.patch
+# PATCH-FIX-UPSTREAM -- Fix systemd service file
+Patch11:plymouth-fix-systemd-service.patch
 BuildRequires:  automake
 BuildRequires:  kernel-headers
 BuildRequires:  libtool
@@ -310,9 +312,11 @@
 %patch5 -p1
 %endif
 %patch6 -p1
+%patch11 -p1
 %patch7 -p1
 %patch8 -p1
-%patch -P 9 -P 10 -p1
+%patch9 -p1
+%patch10 -p1
 
 # replace builddate with patch0date
 sed -i s/__DATE__/\$(stat -c %y %{_sourcedir}/%{name}.changes)\/ src/main.c


++ plymouth-fix-systemd-service.patch ++
From 88c2e7dcf8adff93a335418390fb5f23f83e4f3c Mon Sep 17 00:00:00 2001
From: Ray Strode rstr...@redhat.com
Date: Mon, 23 Jul 2012 17:36:03 -0400
Subject: [PATCH] systemd: more updates to start service

The dashes next to the semi-colons seem to confuse systemd so drop them.
---
 systemd-units/plymouth-start.service.in |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: plymouth-0.8.6.1/systemd-units/plymouth-start.service.in
===
--- plymouth-0.8.6.1.orig/systemd-units/plymouth-start.service.in
+++ plymouth-0.8.6.1/systemd-units/plymouth-start.service.in
@@ -9,5 +9,5 @@ ConditionPathExists=!@plymouthruntimedir
 
 [Service]
 ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=boot 
--pid-file=@plymouthruntimedir@/pid --attach-to-session
-ExecStartPost=-/bin/udevadm settle --timeout=30 
--exit-if-exists=/sys/class/drm/card0/dev;-/bin/udevadm settle --timeout=30 
--exit-if-exists=/sys/class/graphics/fb0/dev; -@PLYMOUTH_CLIENT_DIR@/plymouth 
show-splash
+ExecStartPost=-/bin/udevadm settle --timeout=30 
--exit-if-exists=/sys/class/drm/card0/dev ; /bin/udevadm settle --timeout=30 
--exit-if-exists=/sys/class/graphics/fb0/dev ; @PLYMOUTH_CLIENT_DIR@/plymouth 
show-splash
 Type=forking
++ plymouth-udevadm-path.patch ++
--- /var/tmp/diff_new_pack.ihzZkr/_old  2012-08-08 21:56:58.0 +0200
+++ /var/tmp/diff_new_pack.ihzZkr/_new  2012-08-08 21:56:58.0 +0200
@@ -6,6 +6,6 @@
  
  [Service]
  ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=boot 
--pid-file=@plymouthruntimedir@/pid --attach-to-session
--ExecStartPost=-/bin/udevadm settle --timeout=30 
--exit-if-exists=/sys/class/drm/card0/dev;-/bin/udevadm settle --timeout=30 
--exit-if-exists=/sys/class/graphics/fb0/dev; -@PLYMOUTH_CLIENT_DIR@/plymouth 
show-splash
-+ExecStartPost=-/sbin/udevadm settle --timeout=30 
--exit-if-exists=/sys/class/drm/card0/dev;-/sbin/udevadm settle --timeout=30 
--exit-if-exists=/sys/class/graphics/fb0/dev; -@PLYMOUTH_CLIENT_DIR@/plymouth 
show-splash
+-ExecStartPost=-/bin/udevadm settle --timeout=30 
--exit-if-exists=/sys/class/drm/card0/dev ; /bin/udevadm settle --timeout=30 
--exit-if-exists=/sys/class/graphics/fb0/dev ; @PLYMOUTH_CLIENT_DIR@/plymouth 
show-splash
++ExecStartPost=-/sbin/udevadm settle --timeout=30 
--exit-if-exists=/sys/class/drm/card0/dev ; /sbin/udevadm settle --timeout=30 
--exit-if-exists=/sys/class/graphics/fb0/dev ; @PLYMOUTH_CLIENT_DIR@/plymouth 
show-splash
  Type=forking

++ suse-initrd-support ++
--- /var/tmp/diff_new_pack.ihzZkr/_old  2012-08-08 21:56:58.0 +0200
+++ /var/tmp/diff_new_pack.ihzZkr/_new  2012-08-08 21:56:58.0 +0200
@@ -1,8 +1,8 @@
-Index: plymouth-0.8.4/configure.ac
+Index: plymouth-0.8.6.1/configure.ac
 ===
 plymouth-0.8.4.orig/configure.ac
-+++ 

commit plymouth for openSUSE:12.2

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:12.2 checked 
in at 2012-08-08 21:57:00

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


Package is plymouth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.2/plymouth/plymouth.changes   2012-08-04 
09:26:19.0 +0200
+++ /work/SRC/openSUSE:12.2/.plymouth.new/plymouth.changes  2012-08-08 
21:57:01.0 +0200
@@ -1,0 +2,14 @@
+Wed Aug  8 09:03:58 UTC 2012 - fcro...@suse.com
+
+- Add plymouth-fix-systemd-service.patch: remove dashes next to
+  semi-colons, it confuses systemd. (bnc#774400)
+- Update suse-initrd-support to not start plymouth if kernel
+  cmdline contains shell or plymouth.enable=0 or
+  rd.plymouth=0.
+
+---
+Mon Aug  6 12:39:41 UTC 2012 - dmuel...@suse.com
+
+- remove suspend dependency on ARM
+
+---

New:

  plymouth-fix-systemd-service.patch



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.b86F3o/_old  2012-08-08 21:57:02.0 +0200
+++ /var/tmp/diff_new_pack.b86F3o/_new  2012-08-08 21:57:02.0 +0200
@@ -50,6 +50,8 @@
 # PATCH-FIX-UPSTREAM -- Recognize quotes often used in sysconfig-style files
 Patch9: 0001-ply-text-progress-bar-strip-quotes-if-present.patch
 Patch10:0001-Some-greenish-openSUSE-colors.patch
+# PATCH-FIX-UPSTREAM -- Fix systemd service file
+Patch11:plymouth-fix-systemd-service.patch
 BuildRequires:  automake
 BuildRequires:  kernel-headers
 BuildRequires:  libtool
@@ -64,7 +66,9 @@
 BuildRequires:  pkgconfig(libkms)
 Requires:   %{name}-branding
 Requires:   gnu-unifont-bitmap-fonts
+%ifarch %ix86 x86_64 ppc ppc64
 Requires:   suspend = 0.80.20100129.1
+%endif
 Requires:   systemd = 44
 Requires(post): plymouth-scripts
 Requires(post): mkinitrd
@@ -304,11 +308,15 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%ifarch %ix86 x86_64 ppc ppc64
 %patch5 -p1
+%endif
 %patch6 -p1
+%patch11 -p1
 %patch7 -p1
 %patch8 -p1
-%patch -P 9 -P 10 -p1
+%patch9 -p1
+%patch10 -p1
 
 # replace builddate with patch0date
 sed -i s/__DATE__/\$(stat -c %y %{_sourcedir}/%{name}.changes)\/ src/main.c


++ plymouth-fix-systemd-service.patch ++
From 88c2e7dcf8adff93a335418390fb5f23f83e4f3c Mon Sep 17 00:00:00 2001
From: Ray Strode rstr...@redhat.com
Date: Mon, 23 Jul 2012 17:36:03 -0400
Subject: [PATCH] systemd: more updates to start service

The dashes next to the semi-colons seem to confuse systemd so drop them.
---
 systemd-units/plymouth-start.service.in |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: plymouth-0.8.6.1/systemd-units/plymouth-start.service.in
===
--- plymouth-0.8.6.1.orig/systemd-units/plymouth-start.service.in
+++ plymouth-0.8.6.1/systemd-units/plymouth-start.service.in
@@ -9,5 +9,5 @@ ConditionPathExists=!@plymouthruntimedir
 
 [Service]
 ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=boot 
--pid-file=@plymouthruntimedir@/pid --attach-to-session
-ExecStartPost=-/bin/udevadm settle --timeout=30 
--exit-if-exists=/sys/class/drm/card0/dev;-/bin/udevadm settle --timeout=30 
--exit-if-exists=/sys/class/graphics/fb0/dev; -@PLYMOUTH_CLIENT_DIR@/plymouth 
show-splash
+ExecStartPost=-/bin/udevadm settle --timeout=30 
--exit-if-exists=/sys/class/drm/card0/dev ; /bin/udevadm settle --timeout=30 
--exit-if-exists=/sys/class/graphics/fb0/dev ; @PLYMOUTH_CLIENT_DIR@/plymouth 
show-splash
 Type=forking
++ plymouth-udevadm-path.patch ++
--- /var/tmp/diff_new_pack.b86F3o/_old  2012-08-08 21:57:02.0 +0200
+++ /var/tmp/diff_new_pack.b86F3o/_new  2012-08-08 21:57:02.0 +0200
@@ -6,6 +6,6 @@
  
  [Service]
  ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=boot 
--pid-file=@plymouthruntimedir@/pid --attach-to-session
--ExecStartPost=-/bin/udevadm settle --timeout=30 
--exit-if-exists=/sys/class/drm/card0/dev;-/bin/udevadm settle --timeout=30 
--exit-if-exists=/sys/class/graphics/fb0/dev; -@PLYMOUTH_CLIENT_DIR@/plymouth 
show-splash
-+ExecStartPost=-/sbin/udevadm settle --timeout=30 
--exit-if-exists=/sys/class/drm/card0/dev;-/sbin/udevadm settle --timeout=30 
--exit-if-exists=/sys/class/graphics/fb0/dev; -@PLYMOUTH_CLIENT_DIR@/plymouth 
show-splash
+-ExecStartPost=-/bin/udevadm settle --timeout=30 
--exit-if-exists=/sys/class/drm/card0/dev ; /bin/udevadm settle --timeout=30 
--exit-if-exists=/sys/class/graphics/fb0/dev ; @PLYMOUTH_CLIENT_DIR@/plymouth 
show-splash
++ExecStartPost=-/sbin/udevadm settle --timeout=30 
--exit-if-exists=/sys/class/drm/card0/dev ; /sbin/udevadm settle 

commit python for openSUSE:Factory

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package python for openSUSE:Factory checked 
in at 2012-08-08 21:57:31

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


Package is python, Maintainer is jmate...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/python/python-base.changes   2012-07-21 
12:31:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.python.new/python-base.changes  2012-08-08 
21:57:32.0 +0200
@@ -1,0 +2,13 @@
+Fri Aug  3 18:43:32 UTC 2012 - dims...@opensuse.org
+
+- Add python-bundle-lang.patch: gettext: If bindtextdomain is
+  instructed to look in the default location of translations, we
+  check additionally in locale-bundle. Fixes issues like bnc#617751
+
+---
+Tue Jul 31 12:36:04 UTC 2012 - jmate...@suse.com
+
+- all subpackages require python-base=%{version}-%{release} explicitly
+  (fixes bnc#766778 bug and similar that might arise in the future)
+
+---
python.changes: same change

New:

  python-bundle-lang.patch



Other differences:
--
++ python-base.spec ++
--- /var/tmp/diff_new_pack.Y02ohe/_old  2012-08-08 21:57:37.0 +0200
+++ /var/tmp/diff_new_pack.Y02ohe/_new  2012-08-08 21:57:37.0 +0200
@@ -51,6 +51,8 @@
 # PATCH-FIX-OPENSUSE python-2.7.3-ssl_ca_path.patch [bnc#761501] -- Support 
directory-based certificate stores with the ca_certs parameter of SSL functions
 Patch18:python-2.7.3-ssl_ca_path.patch
 Patch19:python-2.7.3-fix-dbm-64bit-bigendian.patch
+# PATCH-FEATURE-OPENSUSE python-bundle-lang.patch bnc#617751 
dims...@opensuse.org -- gettext: when looking in default_localedir also check 
in locale-bundle.
+Patch20:python-bundle-lang.patch
 # COMMON-PATCH-END
 %define python_version%(echo %{tarversion} | head -c 3)
 BuildRequires:  automake
@@ -79,7 +81,7 @@
 Summary:Include Files and Libraries Mandatory for Building Python 
Modules
 Group:  Development/Languages/Python
 Requires:   glibc-devel
-Requires:   python-base = %{version}
+Requires:   python-base = %{version}-%{release}
 
 %description -n python-devel
 The Python programming language's interpreter can be extended with
@@ -92,7 +94,7 @@
 %package -n python-xml
 Summary:A Python XML Interface
 Group:  Development/Libraries/Python
-Requires:   python-base = %{version}
+Requires:   python-base = %{version}-%{release}
 # pyxml used to live out of tree
 Provides:   pyxml = 0.8.5
 Obsoletes:  pyxml  0.8.5
@@ -138,6 +140,7 @@
 %patch17
 %patch18
 %patch19 -p1
+%patch20 -p1
 # COMMON-PREP-END
 
 # drop Autoconf version requirement

++ python-doc.spec ++
--- /var/tmp/diff_new_pack.Y02ohe/_old  2012-08-08 21:57:37.0 +0200
+++ /var/tmp/diff_new_pack.Y02ohe/_new  2012-08-08 21:57:37.0 +0200
@@ -47,6 +47,8 @@
 # PATCH-FIX-OPENSUSE python-2.7.3-ssl_ca_path.patch [bnc#761501] -- Support 
directory-based certificate stores with the ca_certs parameter of SSL functions
 Patch18:python-2.7.3-ssl_ca_path.patch
 Patch19:python-2.7.3-fix-dbm-64bit-bigendian.patch
+# PATCH-FEATURE-OPENSUSE python-bundle-lang.patch bnc#617751 
dims...@opensuse.org -- gettext: when looking in default_localedir also check 
in locale-bundle.
+Patch20:python-bundle-lang.patch
 # COMMON-PATCH-END
 Provides:   pyth_doc
 Provides:   pyth_ps
@@ -95,6 +97,7 @@
 %patch17
 %patch18
 %patch19 -p1
+%patch20 -p1
 # COMMON-PREP-END
 
 %build

++ python.spec ++
--- /var/tmp/diff_new_pack.Y02ohe/_old  2012-08-08 21:57:37.0 +0200
+++ /var/tmp/diff_new_pack.Y02ohe/_new  2012-08-08 21:57:37.0 +0200
@@ -55,6 +55,8 @@
 # PATCH-FIX-OPENSUSE python-2.7.3-ssl_ca_path.patch [bnc#761501] -- Support 
directory-based certificate stores with the ca_certs parameter of SSL functions
 Patch18:python-2.7.3-ssl_ca_path.patch
 Patch19:python-2.7.3-fix-dbm-64bit-bigendian.patch
+# PATCH-FEATURE-OPENSUSE python-bundle-lang.patch bnc#617751 
dims...@opensuse.org -- gettext: when looking in default_localedir also check 
in locale-bundle.
+Patch20:python-bundle-lang.patch
 # COMMON-PATCH-END
 BuildRequires:  automake
 BuildRequires:  db-devel
@@ -70,7 +72,7 @@
 BuildRequires:  xorg-x11-devel
 %define python_version%(echo %{tarversion} | head -c 3)
 %define idle_name idle
-Requires:   python-base = %{version}
+Requires:   python-base = %{version}-%{release}
 Provides:   %{name} = %{python_version}
 Obsoletes:  python-elementtree
 Obsoletes:  python-nothreads
@@ -94,7 +96,7 @@
 

commit python for openSUSE:12.2

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package python for openSUSE:12.2 checked in 
at 2012-08-08 21:57:38

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


Package is python, Maintainer is jmate...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/python/python-base.changes  2012-07-31 
14:16:13.0 +0200
+++ /work/SRC/openSUSE:12.2/.python.new/python-base.changes 2012-08-08 
21:57:41.0 +0200
@@ -2 +2 @@
-Tue Jul 24 21:44:46 UTC 2012 - meiss...@suse.com
+Fri Aug  3 18:43:32 UTC 2012 - dims...@opensuse.org
@@ -4 +4,14 @@
-- fixed 64bit big endian problem in dbm module.
+- Add python-bundle-lang.patch: gettext: If bindtextdomain is
+  instructed to look in the default location of translations, we
+  check additionally in locale-bundle. Fixes issues like bnc#617751
+
+---
+Tue Jul 31 12:36:04 UTC 2012 - jmate...@suse.com
+
+- all subpackages require python-base=%{version}-%{release} explicitly
+  (fixes bnc#766778 bug and similar that might arise in the future)
+
+---
+Tue Jun 26 11:54:22 UTC 2012 - dval...@suse.com
+
+- Fix failing test_dbm on ppc64 
--- /work/SRC/openSUSE:12.2/python/python.changes   2012-07-31 
14:16:14.0 +0200
+++ /work/SRC/openSUSE:12.2/.python.new/python.changes  2012-08-08 
21:57:41.0 +0200
@@ -2 +2 @@
-Tue Jul 24 21:44:46 UTC 2012 - meiss...@suse.com
+Tue Jun 26 11:54:22 UTC 2012 - dval...@suse.com
@@ -4 +4 @@
-- fixed 64bit big endian problem in dbm module.
+- Fix failing test_dbm on ppc64

Old:

  python-2.6.8-dbm-ssize.patch

New:

  python-2.7.3-fix-dbm-64bit-bigendian.patch
  python-bundle-lang.patch



Other differences:
--
++ python-base.spec ++
--- /var/tmp/diff_new_pack.rS22h4/_old  2012-08-08 21:57:42.0 +0200
+++ /var/tmp/diff_new_pack.rS22h4/_new  2012-08-08 21:57:42.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-base
 #
-# Copyright (c) 2012 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
@@ -16,13 +16,14 @@
 #
 
 
+
 Name:   python-base
 Version:2.7.3
 Release:0
-Summary:Python Interpreter base package
 License:Python-2.0
-Group:  Development/Languages/Python
+Summary:Python Interpreter base package
 Url:http://www.python.org/
+Group:  Development/Languages/Python
 %define tarversion %{version}
 %define tarname Python-%{tarversion}
 Source0:%{tarname}.tar.bz2
@@ -49,7 +50,9 @@
 Patch17:remove-static-libpython.diff
 # PATCH-FIX-OPENSUSE python-2.7.3-ssl_ca_path.patch [bnc#761501] -- Support 
directory-based certificate stores with the ca_certs parameter of SSL functions
 Patch18:python-2.7.3-ssl_ca_path.patch
-Patch19:python-2.6.8-dbm-ssize.patch
+Patch19:python-2.7.3-fix-dbm-64bit-bigendian.patch
+# PATCH-FEATURE-OPENSUSE python-bundle-lang.patch bnc#617751 
dims...@opensuse.org -- gettext: when looking in default_localedir also check 
in locale-bundle.
+Patch20:python-bundle-lang.patch
 # COMMON-PATCH-END
 %define python_version%(echo %{tarversion} | head -c 3)
 BuildRequires:  automake
@@ -78,7 +81,7 @@
 Summary:Include Files and Libraries Mandatory for Building Python 
Modules
 Group:  Development/Languages/Python
 Requires:   glibc-devel
-Requires:   python-base = %{version}
+Requires:   python-base = %{version}-%{release}
 
 %description -n python-devel
 The Python programming language's interpreter can be extended with
@@ -91,7 +94,7 @@
 %package -n python-xml
 Summary:A Python XML Interface
 Group:  Development/Libraries/Python
-Requires:   python-base = %{version}
+Requires:   python-base = %{version}-%{release}
 # pyxml used to live out of tree
 Provides:   pyxml = 0.8.5
 Obsoletes:  pyxml  0.8.5
@@ -137,6 +140,7 @@
 %patch17
 %patch18
 %patch19 -p1
+%patch20 -p1
 # COMMON-PREP-END
 
 # drop Autoconf version requirement

++ python-doc.spec ++
--- /var/tmp/diff_new_pack.rS22h4/_old  2012-08-08 21:57:42.0 +0200
+++ /var/tmp/diff_new_pack.rS22h4/_new  2012-08-08 21:57:42.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-doc
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the 

commit screen for openSUSE:12.2

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package screen for openSUSE:12.2 checked in 
at 2012-08-08 21:57:54

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


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

Changes:

--- /work/SRC/openSUSE:12.2/screen/screen.changes   2012-06-25 
15:52:52.0 +0200
+++ /work/SRC/openSUSE:12.2/.screen.new/screen.changes  2012-08-08 
21:57:55.0 +0200
@@ -1,0 +2,10 @@
+Wed Aug  8 19:56:19 CEST 2012 - m...@suse.de
+
+- fix crash when doing 'screen -d -r' inside of screen
+
+---
+Tue Aug  7 17:08:55 CEST 2012 - m...@suse.de
+
+- add mappedcmd.diff to make ^A DEL work again
+
+---

New:

  mappedcmd.diff
  styroptcrash.diff



Other differences:
--
++ screen.spec ++
--- /var/tmp/diff_new_pack.BEwk51/_old  2012-08-08 21:57:55.0 +0200
+++ /var/tmp/diff_new_pack.BEwk51/_new  2012-08-08 21:57:55.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Url:http://www.gnu.org/software/screen/
 
 Name:   screen
@@ -41,6 +40,8 @@
 Patch4: term_too_long.diff
 Patch5: sort_command.patch
 Patch6: libtinfo.diff
+Patch7: mappedcmd.diff
+Patch8: styroptcrash.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -59,6 +60,8 @@
 %patch4 -p1
 %patch5
 %patch6
+%patch7 -p2
+%patch8 -p2
 
 %build
 CFLAGS=-DMAXWIN=1000 $RPM_OPT_FLAGS %configure --prefix=/usr 
--infodir=%{_infodir} \

++ mappedcmd.diff ++
commit ae3e007da3f50e9f4e3c4244e12fce5fcd3774db
Author: Michael Schroeder m...@suse.de
Date:   Tue Aug 7 17:05:15 2012 +0200

make ^A DEL work again

It was broken because we discarded all mapped sequences. Now we
let sequences with length 1 through to ProcessInput2.

diff --git a/src/process.c b/src/process.c
index d86c62c..bdf9355 100644
--- a/src/process.c
+++ b/src/process.c
@@ -6472,6 +6472,7 @@ int i;
 {
   struct action *act;
   int discard = 0;
+  int keyno = i;
 
   debug1(StuffKey #%d, i);
 #ifdef DEBUG
@@ -6511,6 +6512,9 @@ int i;
 
   if (discard  (!act || act-nr != RC_COMMAND))
 {
+  /* if the input was just a single byte we let it through */
+  if (D_tcs[keyno + T_CAPS].str  strlen(D_tcs[keyno + T_CAPS].str) == 1)
+   return -1;
   if (D_ESCseen)
 {
   D_ESCseen = 0;
++ styroptcrash.diff ++
commit c64f800e7b197e14433ac97be12f32385a27a04f
Author: Michael Schroeder m...@suse.de
Date:   Wed Aug 8 19:54:11 2012 +0200

extend commit #8c1b8e45, which fixed -x but forgot about -r

diff --git a/src/screen.c b/src/screen.c
index 949df01..6e19732 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -988,7 +988,7 @@ char **av;
 Panic(0, $HOME too long - sorry.);
 
   attach_tty = ;
-  if (!detached  !lsflag  !cmdflag  !(dflag  !mflag  !rflag  
!xflag)  !(!mflag  !SockMatch  sty  !xflag))
+  if (!detached  !lsflag  !cmdflag  !(dflag  !mflag  !rflag  
!xflag)  !(sty  !SockMatch  !mflag  !rflag  !xflag))
 {
 #ifndef NAMEDPIPE
   int fl;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xorg-x11-fonts for openSUSE:Factory

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-fonts for openSUSE:Factory 
checked in at 2012-08-08 21:58:28

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


Package is xorg-x11-fonts, Maintainer is sndir...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/xorg-x11-fonts/xorg-x11-fonts.changes
2012-06-26 17:43:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.xorg-x11-fonts.new/xorg-x11-fonts.changes   
2012-08-08 21:58:32.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug  6 10:31:44 UTC 2012 - pgaj...@suse.com
+
+- prepare spec file for dropping SuSEconfig.fonts (openFATE#313536)
+
+---



Other differences:
--
++ xorg-x11-fonts.spec ++
--- /var/tmp/diff_new_pack.UmnT5I/_old  2012-08-08 21:58:34.0 +0200
+++ /var/tmp/diff_new_pack.UmnT5I/_new  2012-08-08 21:58:34.0 +0200
@@ -18,6 +18,7 @@
 
 Name:   xorg-x11-fonts
 BuildRequires:  bdftopcf
+BuildRequires:  fontpackages-devel
 BuildRequires:  mkfontdir
 BuildRequires:  mkfontscale
 # ucs2any
@@ -146,17 +147,9 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
-%postun
-%run_suseconfig_fonts
-
-%post core
-%run_suseconfig_fonts
-
-%postun core
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets -n xorg-x11-fonts-core
 
 %files 
 %defattr(-,root,root)

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



commit kdelibs4 for openSUSE:Factory

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package kdelibs4 for openSUSE:Factory 
checked in at 2012-08-08 22:23:12

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


Package is kdelibs4, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdelibs4/kdelibs4-apidocs.changes
2012-07-13 11:31:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdelibs4.new/kdelibs4-apidocs.changes   
2012-08-08 22:23:15.0 +0200
@@ -2 +2,12 @@
-Mon Jul  2 08:02:40 UTC 2012 - m...@suse.com
+Mon Jul 30 18:31:35 UTC 2012 - ctri...@opensuse.org
+
+- Remove herqq support as this causes frequent crashes (bnc#768368)
+
+---
+Mon Jul 30 16:51:37 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---
+Mon Jul  2 08:00:13 UTC 2012 - m...@suse.com
--- /work/SRC/openSUSE:Factory/kdelibs4/kdelibs4.changes2012-07-13 
11:31:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdelibs4.new/kdelibs4.changes   2012-08-08 
22:23:15.0 +0200
@@ -1,0 +2,12 @@
+Mon Jul 30 18:31:35 UTC 2012 - ctri...@opensuse.org
+
+- Remove herqq support as this causes frequent crashes (bnc#768368)
+
+---
+Mon Jul 30 16:51:37 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+- remove upstreamed patches
+
+---

Old:

  76e0376d-kdelibs-soprano-276-1.diff
  bde5aad1-kdelibs-soprano-276-2.diff
  kdelibs-4.8.4.tar.xz
  kdelibs4-mount-vfat-fs-with-flush.diff
  solid_udisks_upower_fix_properties.diff

New:

  kdelibs-4.8.5.tar.xz



Other differences:
--
++ kdelibs4-apidocs.spec ++
--- /var/tmp/diff_new_pack.1jgUsV/_old  2012-08-08 22:23:18.0 +0200
+++ /var/tmp/diff_new_pack.1jgUsV/_new  2012-08-08 22:23:18.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdelibs4-apidocs
-Version:4.8.4
+Version:4.8.5
 Release:0
 Summary:KDE 4 API documentation
 License:LGPL-2.1+

++ kdelibs4.spec ++
--- /var/tmp/diff_new_pack.1jgUsV/_old  2012-08-08 22:23:18.0 +0200
+++ /var/tmp/diff_new_pack.1jgUsV/_new  2012-08-08 22:23:18.0 +0200
@@ -24,7 +24,7 @@
 %define kderev 0 
 
 Name:   kdelibs4
-Version:4.8.4
+Version:4.8.5
 Release:0
 %define default_branding 4.8
 BuildRequires:  OpenEXR-devel
@@ -42,7 +42,8 @@
 BuildRequires:  giflib-devel
 BuildRequires:  grantlee-devel
 BuildRequires:  help2man
-BuildRequires:  herqq-devel
+#Remove herqq support as this causes frequent crashes (bnc#768368)
+#BuildRequires:  herqq-devel
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  kde4-filesystem
 BuildRequires:  libQtWebKit-devel
@@ -111,10 +112,6 @@
 Patch24:ksuseinstall.diff
 Patch25:fix_kcalc_shortcut.diff
 Patch26:fix_kdeclarative_install_location.diff
-Patch28:solid_udisks_upower_fix_properties.diff
-Patch29:76e0376d-kdelibs-soprano-276-1.diff
-Patch30:bde5aad1-kdelibs-soprano-276-2.diff
-Patch31:kdelibs4-mount-vfat-fs-with-flush.diff
 PreReq: permissions
 Requires:   soprano = %( echo `rpm -q --queryformat '%{VERSION}' 
libsoprano-devel`)
 Recommends: strigi = %( echo `rpm -q --queryformat '%{VERSION}' 
strigi-devel`)
@@ -182,10 +179,6 @@
 %patch24
 %patch25
 %patch26 -p1
-%patch28 -p1
-%patch29 -p1
-%patch30 -p1
-%patch31 -p1
 
 #
 # define KDE version exactly


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