commit libzip for openSUSE:Factory

2011-03-22 Thread h_root

Hello community,

here is the log from the commit of package libzip for openSUSE:Factory
checked in at Tue Mar 22 10:29:50 CET 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/libzip/libzip.changes  2011-03-21 
16:24:41.0 +0100
@@ -0,0 +1,38 @@
+---
+Mon Mar 21 10:01:42 UTC 2011 - mvysko...@suse.cz
+
+- update to 0.10 - rename to libzip to avoid source package rename on
+  each soname change. Package libzip deprecate libzip-utils
+  * add zip_get_num_files(), deprecate zip_get_num_entries().
+  * support for traditional PKWARE encryption added.
+  * fix opening archives with more than 65535 entries.
+  * fix some memory leaks.
+  * fix cmake build and installation
+  * fix memory leak in error case in zip_open()
+  * fix CVE-2011-0421 (no security implications though) (bnc#681193)
+  * more documentation.
+- refresh libzip-0.8.hg20080403-visibility.patch
+- add libzip.test.diff from upstream fixing failed tests
+- add libzip-0.10-zipconf-location.patch installs zipconf.h to includedir
+- add pkg-config to BuildRequires
+
+---
+Sun Jul 27 06:25:54 CEST 2008 - crrodrig...@suse.de
+
+- update to version 0.9
+  * remove erroneous references to GPL
+  * add support for torrentzip
+  * new functions: zip_get_archive_flag, zip_set_archive_flag
+  * zip_source_zip: add flag to force recompression
+  * zip_sorce_file: only keep file open while reading from it 
+
+---
+Thu Apr  3 20:11:56 CEST 2008 - crrodrig...@suse.de
+
+- initial version for openSUSE 11, needed by ARK/KDE4 
+
+---
+Thu Jun  7 09:13:37 UTC 2007 - judas_iscari...@shorewall.net
+
+- update to stable 0.8 version 
+

calling whatdependson for head-i586


New:

  libzip-0.10-zipconf-location.patch
  libzip-0.10.tar.bz2
  libzip-0.8.hg20080403-visibility.patch
  libzip.changes
  libzip.spec
  libzip.test.diff



Other differences:
--
++ libzip.spec ++
#
# spec file for package libzip
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

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

# norootforbuild


Name:   libzip
Version:0.10
Release:1
Summary:C library for reading, creating, and modifying zip archives
License:BSD3c
Group:  Development/Libraries/C and C++
Source0:http://www.nih.at/libzip/%{name}-%{version}.tar.bz2
Url:http://www.nih.at/libzip
BuildRequires:  zlib-devel
BuildRequires:  pkg-config
Provides:   libzip-util = %{version}
Obsoletes:  libzip-util  %{version}
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Patch0: libzip-0.8.hg20080403-visibility.patch
#PATCH-FIX-UPSTREAM: for for failing tests by Thomas Klausner
Patch1: libzip.test.diff
#PATCH-FIX-OPENSUSE: install zipconf.h to includedir
Patch2: libzip-0.10-zipconf-location.patch

%description
libzip is a C library for reading, creating, and modifying zip
archives. Files can be added from data buffers, files, or compressed. This
package contains a set of small utilities built using libzip2 Set os small
utilities built around %{name}
 * zipmerge - merge source zip archives into the target one
 * zipcmp - compares the zip archives and check if they contains same files
 * ziptorrent - manipulate with a restricted file format used for using 
bittorrent on zip files.

%package -n libzip2
License:BSD3c
Summary:C library for reading, creating, and modifying zip archives
Group:  Development/Libraries/C and C++

%description -n libzip2
This is libzip, a C library for reading, creating, and modifying zip
archives.  Files can be added from data buffers, files, or compressed
data copied directly from other zip archives.  Changes made without
closing the archive can be reverted.  The API is documented by man
pages.

%package devel
License:BSD3c
Summary:C library for reading, creating, and modifying zip archives
Group:  Development/Libraries/C and C++
Requires:   libzip1 = %{version} glibc-devel

%description devel
libzip is a C library 

commit kiwi for openSUSE:Factory

2011-03-22 Thread h_root

Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory
checked in at Tue Mar 22 10:38:01 CET 2011.




--- kiwi/kiwi.changes   2011-03-15 18:14:35.0 +0100
+++ /mounts/work_src_done/STABLE/kiwi/kiwi.changes  2011-03-21 
16:06:56.0 +0100
@@ -1,0 +2,135 @@
+Mon Mar 21 15:41:19 CET 2011 - m...@suse.de
+  
+- added suseStripFirmware() which removes all firmware files
+  which are not referenced by any module (bnc #681234)
+  
+---
+Mon Mar 21 14:54:02 CET 2011 - m...@suse.de
+  
+- fixed use of uninitialized value in __checkPatternTypeAttrrValueConsistent
+  
+---
+Mon Mar 21 14:52:54 CET 2011 - m...@suse.de
+  
+- DB: update documentation, new attribute prefer-license
+  
+---
+Mon Mar 21 12:23:09 CET 2011 - m...@suse.de
+  
+- added support for the repository attribute 'prefered-license'
+  The repository providing this flag will be used to install
+  the license tarball due to request in bnc #633664. If no repo
+  with a prefered license flag exists the search happens over
+  all repos but it's not guaranteed in that case that the search
+  order follows the repo order like they are written into
+  the XML description (bnc #680886)
+  
+---
+Mon Mar 21 10:09:13 CET 2011 - m...@suse.de
+  
+- DB: update documentation and examples, new element oem-silent-boot
+  
+---
+Mon Mar 21 09:55:35 CET 2011 - m...@suse.de
+  
+- added support for the configuration of a silent OEM boot mode
+  Normally the oem boot process switches the splash screen off.
+  With oem-silent-boottrue/oem-silent-boot as part of the
+  oemconfig section, the splash stays on top
+  
+---
+Fri Mar 18 16:44:08 CET 2011 - m...@suse.de
+  
+- fixed examples, added boot.local script to the suse-live-stick
+  example which allows to mount the fat boot partition as data
+  container below /media/stickstorage
+  
+---
+Fri Mar 18 14:46:49 CET 2011 - m...@suse.de
+  
+- fixed kiwirevision check. In case of a git revision it's
+  invalid to check for less than a number. The check must
+  match the revision
+  
+---
+Fri Mar 18 14:40:53 CET 2011 - m...@suse.de
+  
+- DB: update documentation, kiwirevision specifies a git commit id
+  
+---
+Fri Mar 18 14:23:29 CET 2011 - m...@suse.de
+  
+- v4.82 released
+  
+---
+Fri Mar 18 10:58:06 CET 2011 - m...@suse.de
+  
+- fixed exit code handling:
+* kiwi --version = exit 0
+* kiwi --help | -h   = exit 0
+* unknown option = exit 1
+* no root privileges = exit 1
+* processsing error  = exit 1
+  
+---
+Fri Mar 18 10:34:46 CET 2011 - m...@suse.de
+  
+- move the knowledge about the default package manager from
+  the KIWIManager object into the XML object. This is a configuration
+  value and thus the default should be in the part of the code
+  that processes the configuration
+  
+---
+Fri Mar 18 09:59:04 CET 2011 - m...@suse.de
+  
+- added a new target to the Makefile to allow the execution of a
+  single unit test, i.e. support 'make KIWIXMLValidator.t'
+  This is useful when working on unit tests as it allows to
+  execute only the test being worked on.
+  
+---
+Thu Mar 17 18:47:24 CET 2011 - m...@suse.de
+  
+- fixed spec file. perl-satsolver from the 11.4 distro doesn't
+  contain the code changes Klaus made during the Studio workshop
+  Therefore kiwi provides the required version now in the
+  Virtualization:Appliances repo for 11.4 (bnc #680549)
+  
+---
+Thu Mar 17 17:57:50 CET 2011 - m...@suse.de
+  
+- fixed 11.3 and 11.4 JeOS templates. openssl-certs doesn't exist
+  there anymore. I replaced it by ca-certificates
+  
+---
+Thu Mar 17 12:19:23 CET 2011 - m...@suse.de
+  
+- increased size of boot partition from 60M to 100M. If
+  mkinitrd is called it might happen that /boot runs
+  out of space
+  
+---
+Wed Mar 16 20:30:15 CET 2011 - m...@suse.de
+  
+- The ISO generation code allows for either genisoimage or mkisofs.
+  The checker does not support this. The patch addresses this problem
+  and the checker no will be 

commit phpMyAdmin for openSUSE:Factory

2011-03-22 Thread h_root

Hello community,

here is the log from the commit of package phpMyAdmin for openSUSE:Factory
checked in at Tue Mar 22 10:52:04 CET 2011.




--- phpMyAdmin/phpMyAdmin.changes   2011-02-24 15:23:45.0 +0100
+++ /mounts/work_src_done/STABLE/phpMyAdmin/phpMyAdmin.changes  2011-03-21 
16:53:58.0 +0100
@@ -1,0 +2,13 @@
+Sat Mar 19 19:17:57 UTC 2011 - ch...@computersalat.de
+
+- update to 3.3.10
+  - patch sf#3147400 [structure] Aria table size printed as unknown,
+thanks to erickoh75 - erickoh75
+  - patch sf#3150164 [structure] Ordering by size gives incorrect results,
+thanks to Madhura Jayaratne - madhuracj
+  - bug sf#3153409 [core] 0 row(s) affected
+  - bug sf#3155842 [core] Edit relational page and page number
+  - [security] Minor security fixes, see PMASA-2010-9 and PMASA-2010-10
+  - [lang] German update, thanks to jannic...@users.sourceforge.net.
+
+---
@@ -50 +62,0 @@
-
@@ -253,0 +266,2 @@
+---
+Sun Aug 16 06:13:35 UTC 2009 - jav...@opensuse.org
@@ -255 +268,0 @@
-* Sun Aug 16 2009 jav...@opensuse.org  
@@ -281 +294,4 @@
-* Fri Jul 24 2009 jav...@opensuse.org  
+
+---
+Fri Jul 24 15:51:24 UTC 2009 - jav...@opensuse.org
+
@@ -283 +299,4 @@
-* Sun Jun 28 2009 jav...@opensuse.org  
+
+---
+Sun Jun 28 04:17:23 UTC 2009 - jav...@opensuse.org
+
@@ -285 +304,4 @@
-* Sun May 04 2008 crrodrig...@suse.de  
+
+---
+Sun May  4 16:19:43 UTC 2008 - crrodrig...@suse.de
+
@@ -317 +339,4 @@
-* Mon Apr 07 2008 crrodrig...@suse.de  
+
+---
+Mon Apr  7 11:27:24 UTC 2008 - crrodrig...@suse.de
+
@@ -319 +344,4 @@
-* Sat Mar 29 2008 crrodrig...@suse.de  
+
+---
+Sat Mar 29 15:53:44 UTC 2008 - crrodrig...@suse.de
+
@@ -322 +350,4 @@
-* Mon Mar 10 2008 crrodrig...@suse.de  
+
+---
+Mon Mar 10 04:13:27 UTC 2008 - crrodrig...@suse.de
+
@@ -324 +355,4 @@
-* Sat Mar 01 2008 crrodrig...@suse.de  
+
+---
+Sat Mar  1 23:34:52 UTC 2008 - crrodrig...@suse.de
+
@@ -349 +383,4 @@
-* Sun Jan 13 2008 crrodrig...@suse.de  
+
+---
+Sun Jan 13 11:02:14 UTC 2008 - crrodrig...@suse.de
+
@@ -380 +417,4 @@
-* Wed Aug 22 2007 crrodrig...@suse.de  
+
+---
+Wed Aug 22 12:36:22 UTC 2007 - crrodrig...@suse.de
+
@@ -385 +425,4 @@
-* Mon Aug 06 2007 ano...@suse.cz  
+
+---
+Mon Aug  6 21:59:16 UTC 2007 - ano...@suse.cz
+
@@ -387 +430,4 @@
-* Mon Jul 30 2007 ano...@suse.cz  
+
+---
+Mon Jul 30 11:38:44 UTC 2007 - ano...@suse.cz
+
@@ -455 +501,4 @@
-* Wed Jul 25 2007 ano...@suse.cz  
+
+---
+Wed Jul 25 14:31:02 UTC 2007 - ano...@suse.cz
+
@@ -469 +518,4 @@
-* Tue Jun 19 2007 ano...@suse.cz  
+
+---
+Tue Jun 19 03:39:00 UTC 2007 - ano...@suse.cz
+
@@ -497 +549,4 @@
-* Tue Jun 12 2007 ano...@suse.cz  
+
+---
+Tue Jun 12 21:48:10 UTC 2007 - ano...@suse.cz
+
@@ -516 +571,4 @@
-* Tue Jun 05 2007 ano...@suse.cz  
+
+---
+Tue Jun  5 00:56:30 UTC 2007 - ano...@suse.cz
+
@@ -519 +577,4 @@
-* Tue Apr 24 2007 ano...@suse.cz  
+
+---
+Tue Apr 24 08:46:01 UTC 2007 - ano...@suse.cz
+
@@ -522 +583,4 @@
-* Tue Mar 06 2007 ano...@suse.cz  
+
+---
+Tue Mar  6 16:34:13 UTC 2007 - ano...@suse.cz
+
@@ -526 +590,4 @@
-* Wed Feb 28 2007 ano...@suse.cz  
+
+---
+Wed Feb 28 14:16:10 UTC 2007 - ano...@suse.cz
+
@@ -534 +601,4 @@
-* Wed Jan 17 2007 ano...@suse.cz  
+
+---
+Wed Jan 17 12:14:04 UTC 2007 - ano...@suse.cz
+
@@ -545 +615,4 @@
-* Sat Dec 02 2006 mma...@suse.cz  
+
+---
+Sat Dec  2 21:16:07 UTC 2006 - mma...@suse.cz
+
@@ -548 +621,4 @@
-* Thu Nov 23 2006 ano...@suse.cz  
+
+---
+Thu Nov 23 16:01:59 UTC 2006 - ano...@suse.cz
+
@@ -550 +626,4 @@
-* Wed Nov 08 2006 ano...@suse.cz  
+

commit sfftobmp for openSUSE:Factory

2011-03-22 Thread h_root

Hello community,

here is the log from the commit of package sfftobmp for openSUSE:Factory
checked in at Tue Mar 22 17:20:23 CET 2011.




--- sfftobmp/sfftobmp.changes   2011-03-21 13:19:38.0 +0100
+++ /mounts/work_src_done/STABLE/sfftobmp/sfftobmp.changes  2011-03-21 
19:43:58.0 +0100
@@ -1,0 +2,6 @@
+Mon Mar 21 19:42:01 CET 2011 - p...@suse.de
+
+- Fix class member initialisation to quite the compiler.
+- Cast vars to the type matching the printf format.
+
+---

calling whatdependson for head-i586


New:

  sfftobmp-codecleanup.diff



Other differences:
--
++ sfftobmp.spec ++
--- /var/tmp/diff_new_pack.Hm4PVr/_old  2011-03-22 17:19:53.0 +0100
+++ /var/tmp/diff_new_pack.Hm4PVr/_new  2011-03-22 17:19:53.0 +0100
@@ -20,16 +20,18 @@
 
 Name:   sfftobmp
 BuildRequires:  boost-devel gcc-c++ libjpeg-devel libtiff-devel
+BuildRequires:  unix2dos
 License:MIT
 Group:  Hardware/ISDN
 AutoReqProv:on
 Version:3.1.1
-Release:111
+Release:112
 Summary:Tool to convert Structured Fax Files (.sff) to other image 
formats
 Source: %{name}-%{version}.tar.bz2 
 Url:http://sfftools.sourceforge.net/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Patch:  %{name}-gcc43.diff
+Patch1: sfftobmp-codecleanup.diff
 
 %description
 The CAPI interface for programming ISDN hardware expects and gives
@@ -49,7 +51,9 @@
 
 %prep
 %setup -q -n %{name}%{version}
+dos2unix -c mac src/output.h
 %patch
+%patch1
 
 %build
 #This will stop working with boost 1.48

++ sfftobmp-codecleanup.diff ++
Index: src/output.cpp
===
--- src/output.cpp.orig 2011-03-21 16:36:39.0 +0100
+++ src/output.cpp  2011-03-21 16:37:17.293874585 +0100
@@ -163,7 +163,7 @@ void CPBMFilter::BeginPage(sff_dword aPa
   m_pFile-Write(acBuf, strlen(acBuf));
   sprintf(acBuf, %s, # generated with SffToBmp\n);
   m_pFile-Write(acBuf, strlen(acBuf));
-  sprintf(acBuf, %ld %ld\n, aWidth, aHeight);
+  sprintf(acBuf, %u %u\n, (unsigned int)aWidth, (unsigned int)aHeight);
   m_pFile-Write(acBuf, strlen(acBuf));
 }
 
Index: src/output.h
===
--- src/output.h.orig   2011-03-21 16:37:14.482473442 +0100
+++ src/output.h2011-03-21 16:37:17.294874728 +0100
@@ -87,9 +87,9 @@ protected:
 
 public:
   COutputFilter(const std::string strExt, sff_word nPagecount) :
-  m_strExtension(strExt),
+  m_sink(m_abBuffer, sizeof(m_abBuffer)),
   m_nPageCount(nPagecount),
-  m_sink(m_abBuffer, sizeof(m_abBuffer))
+  m_strExtension(strExt)
{ /* nth. else */ }
 
   virtual void Init(CFile *pFile);
@@ -157,8 +157,8 @@ protected:
 public:
   CJPEGFilter(sff_word nPagecount, int nQuality = 40) :
 COutputFilter(.jpg, nPagecount),
-m_quality(nQuality),
-m_bytesink(m_abBuffer, sizeof(m_abBuffer))
+m_bytesink(m_abBuffer, sizeof(m_abBuffer)),
+m_quality(nQuality)
 { /* nth. else */ };
 
   CBitSink GetBitSink();
@@ -185,8 +185,8 @@ protected:
 public:
   CTIFFFilter(sff_word nPagecount, sff_word nCompression, time_t nModTime) :
 COutputFilter(.tif, nPagecount),
-m_wCompression(nCompression),
 m_tiffFile(NULL),
+m_wCompression(nCompression),
 m_nModTime(nModTime)
 { /* nth. else */ };
 
Index: src/cmdline.cpp
===
--- src/cmdline.cpp.orig2011-03-21 16:36:39.0 +0100
+++ src/cmdline.cpp 2011-03-21 16:37:17.322878722 +0100
@@ -140,7 +140,7 @@ void CCmdLineProcessor::printVersion()
 void CCmdLineProcessor::parseCmdLine()
 {
   // short options string (one colon: req arg, two colon: opt arg)
-  char *shortopts = vhbpT::t::frdj::o:q;
+  const char * const shortopts = vhbpT::t::frdj::o:q;
   // long options list
   struct option longopts[] =
   {





Remember to have fun...

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



commit plasmoid-quickaccess for openSUSE:Factory

2011-03-22 Thread h_root

Hello community,

here is the log from the commit of package plasmoid-quickaccess for 
openSUSE:Factory
checked in at Tue Mar 22 17:24:57 CET 2011.




--- KDE/plasmoid-quickaccess/plasmoid-quickaccess.changes   2009-07-11 
00:43:32.0 +0200
+++ 
/mounts/work_src_done/STABLE/plasmoid-quickaccess/plasmoid-quickaccess.changes  
2011-03-21 17:53:02.0 +0100
@@ -1,0 +2,20 @@
+Mon Mar 21 16:53:02 UTC 2011 - co...@novell.com
+
+- licenses package is about to die
+
+---
+Sun Mar 20 15:59:52 UTC 2011 - asterios.dra...@gmail.com
+
+- Added two patches to fix the issue that the widget icon in the panel does not
+  respect panel icon size (lp#670025). Patches are from
+  https://bugs.launchpad.net/quickaccess/+bug/670025.
+- Added a patch, taken from Fedora, to fix taking address of temporary object
+  build error (with -fpermissive) which appears when compiling with gcc-4.6.
+- Spec file updates:
+  * Changes based on rpmdevtools templates and spec-cleaner run.
+  * Changed License: to GPLv2+.
+  * Updates in Buildrequires: (replaced kdebase4-workspace-devel with
+libkde4-devel).
+  * Updates in %install and %files sections.
+
+---

calling whatdependson for head-i586


New:

  kde-plasma-quickaccess-0.8.1-fix-address-of-temporary-object-error.patch
  quickaccess.cpp.diff
  quickaccess.h.diff



Other differences:
--
++ plasmoid-quickaccess.spec ++
--- /var/tmp/diff_new_pack.34XffZ/_old  2011-03-22 17:23:07.0 +0100
+++ /var/tmp/diff_new_pack.34XffZ/_new  2011-03-22 17:23:07.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package plasmoid-quickaccess (Version 0.8.1)
+# spec file for package plasmoid-quickaccess
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2008-2009 Buschmann buschman...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,63 +18,69 @@
 
 # norootforbuild
 
-BuildRequires:  kdebase4-workspace-devel libkonq-devel licenses 
update-desktop-files
 
 Name:   plasmoid-quickaccess
+Version:0.8.1
+Release:12
 Summary:Quick Access Plasmoid for KDE Desktop
+
+License:GPLv2+
 Url:
http://www.kde-look.org/content/show.php/QuickAccess?content=101968
-Version:0.8.1
-Release:2
-License:GPL v2 only
 Group:  System/GUI/KDE
 Source0:101968-plasma-widget-quickaccess_%{version}.orig.tar.bz2
+# PATCH-FIX-UPSTREAM quickaccess.cpp.diff lp#670025 asterios.dra...@gmail.com 
-- Fix for widget icon in panel does not respect panel icon size (see 
https://bugs.launchpad.net/quickaccess/+bug/670025)
+Patch0: quickaccess.cpp.diff
+# PATCH-FIX-UPSTREAM quickaccess.h.diff lp#670025 asterios.dra...@gmail.com -- 
Fix for widget icon in panel does not respect panel icon size (see 
https://bugs.launchpad.net/quickaccess/+bug/670025)
+Patch1: quickaccess.h.diff
+# PATCH-FIX-OPENSUSE 
kde-plasma-quickaccess-0.8.1-fix-address-of-temporary-object-error.patch 
asterios.dra...@gmail.com -- Fix taking address of temporary object build 
error (with -fpermissive)
+Patch2: 
kde-plasma-quickaccess-0.8.1-fix-address-of-temporary-object-error.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-AutoReqProv:yes
-Requires:   kdebase4-workspace licenses
+
+BuildRequires:  libkde4-devel
+BuildRequires:  libkonq-devel
+%if 0%{?suse_version}
+BuildRequires:  update-desktop-files
+%endif
+Requires:   kdebase4-workspace
+%kde4_runtime_requires
 Provides:   kdebase3:/opt/kde3/share/apps/kicker/builtins/browser.desktop
 Provides:   kde4-plasmoid-quickaccess = 0.8.1
 Obsoletes:  kde4-plasmoid-quickaccess = 0.8.1
-%kde4_runtime_requires
 
 %description
 This is a small applet designed for the panel to have quick access to
 the most used folders.
 
-
-
-Authors:
-
-Mark Herbert wirr...@googlemail.com
-
-
 %prep
 %setup -qn plasma-widget-quickaccess-%{version}
+%patch0
+%patch1
+%patch2 -p1 -b .fix-address-of-temporary-object-error
 
 %build
-  %cmake_kde4 -d builddir
-  %make_jobs
+%cmake_kde4 -d builddir
+%make_jobs
 
 %install
-  pushd builddir
-  %makeinstall
-  popd
-  for FILE in COPYING ; do
-MD5SUM=$(md5sum $FILE | sed 's/ .*//')
-if test -f /usr/share/doc/licenses/md5/$MD5SUM ; then
-ln -sf /usr/share/doc/licenses/md5/$MD5SUM $FILE
-fi
-  done
-  %suse_update_desktop_file -n 
$RPM_BUILD_ROOT/usr/share/kde4/services/plasma-applet-quickaccess.desktop
-  %kde_post_install
-  %find_lang plasma_applet_quickaccess
+pushd builddir
+%kde4_makeinstall
+popd
+
+%if 0%{?suse_version}
+%suse_update_desktop_file 

commit ozerocdoff for openSUSE:Factory

2011-03-22 Thread h_root

Hello community,

here is the log from the commit of package ozerocdoff for openSUSE:Factory
checked in at Tue Mar 22 17:28:24 CET 2011.




--- ozerocdoff/ozerocdoff.changes   2010-02-23 10:57:32.0 +0100
+++ /mounts/work_src_done/STABLE/ozerocdoff/ozerocdoff.changes  2011-03-22 
06:11:38.0 +0100
@@ -1,0 +2,5 @@
+Tue Mar 22 05:11:38 UTC 2011 - co...@novell.com
+
+- licenses package is about to die
+
+---

calling whatdependson for head-i586


New:

  COPYING



Other differences:
--
++ ozerocdoff.spec ++
--- /var/tmp/diff_new_pack.38J2AM/_old  2011-03-22 17:28:10.0 +0100
+++ /var/tmp/diff_new_pack.38J2AM/_new  2011-03-22 17:28:10.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package ozerocdoff (Version 0.4)
+# spec file for package ozerocdoff
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,22 +19,23 @@
 
 
 Name:   ozerocdoff
-BuildRequires:  libusb-devel licenses
+BuildRequires:  libusb-devel
 # for directory ownership
 BuildRequires:  hal udev
 License:GPLv2+
 Group:  Hardware/Modem
 Version:0.4
-Release:4
+Release:14
 Summary:Enable the modem ports on Option ZeroCD devices
 Url:http://www.pharscape.org/ozerocdoff.html
 Source0:udev.tar.gz
+Source1:COPYING
 Patch0: ozerocdoff-makefile-libdir.diff
 Patch1: ozerocdoff-udevinfo.diff
 Patch2: ozerocdoff-udev.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 AutoReqProv:on
-Requires:   hal udev licenses
+Requires:   hal udev
 
 %description
 This tool allows to switch so called ZeroCD devices from Option into
@@ -48,10 +49,10 @@
 
 %prep
 %setup -n udev
+cp %{S:1} .
 %patch0 -p1
 %patch1 -p1
 %patch2 -p0
-ln -s /usr/share/doc/licenses/GPL-2.0.txt COPYING
 
 %build
 # This package failed when testing with -Wl,-as-needed being default.

++ COPYING ++
GNU GENERAL PUBLIC LICENSE
   Version 2, June 1991

 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
   59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

Preamble

  The licenses for most software are designed to take away your
freedom to share and change it.  By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users.  This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it.  (Some other Free Software Foundation software is covered by
the GNU Library General Public License instead.)  You can apply it to
your programs, too.

  When we speak of free software, we are referring to freedom, not
price.  Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things.

  To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.

  For example, if you distribute copies of such a program, whether
gratis or for a fee, you must give the recipients all the rights that
you have.  You must make sure that they, too, receive or can get the
source code.  And you must show them these terms so they know their
rights.

  We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.

  Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software.  If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original
authors' reputations.

  Finally, any free program is threatened constantly by software
patents.  We wish to avoid the danger that redistributors of a free
program will individually obtain patent licenses, in effect making 

commit kiwi-config-openSUSE for openSUSE:Factory

2011-03-22 Thread h_root

Hello community,

here is the log from the commit of package kiwi-config-openSUSE for 
openSUSE:Factory
checked in at Tue Mar 22 17:39:17 CET 2011.




--- kiwi-config-openSUSE/kiwi-config-openSUSE.changes   2011-03-06 
12:35:26.0 +0100
+++ 
/mounts/work_src_done/STABLE/kiwi-config-openSUSE/kiwi-config-openSUSE.changes  
2011-03-21 17:55:38.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar 21 16:55:21 UTC 2011 - co...@novell.com
+
+- licenses package is about to die
+
+---

calling whatdependson for head-i586


New:

  GPL-2.0.txt
  gpl-3.0.txt



Other differences:
--
++ kiwi-config-openSUSE.spec ++
--- /var/tmp/diff_new_pack.OvKPP8/_old  2011-03-22 17:38:22.0 +0100
+++ /var/tmp/diff_new_pack.OvKPP8/_new  2011-03-22 17:38:22.0 +0100
@@ -20,13 +20,13 @@
 Name:   kiwi-config-openSUSE
 BuildRequires:  fdupes kiwi-desc-isoboot
 BuildRequires:  kiwi-desc-oemboot kiwi-desc-usbboot kiwi-doc kiwi-tools
-BuildRequires:  licenses skelcd-control-openSUSE skelcd-openSUSE-CD
+BuildRequires:  skelcd-control-openSUSE skelcd-openSUSE-CD
 BuildRequires:  libxslt
 #opensuse-gnomequick_en-pdf opensuse-kdequick_en-pdf
 BuildRequires:  jing kiwi yast2-country
 Summary:KDE live CD
 Version:11.4
-Release:9
+Release:10
 Group:  System/Boot
 License:BSD3c(or similar)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -46,6 +46,8 @@
 Source23:   langset.sh
 Source26:   xdm-liveinstall.patch
 Source27:   SoftLocks
+Source30:   GPL-2.0.txt
+Source31:   gpl-3.0.txt
 ExcludeArch:ia64 ppc64 s390x s390 ppc
 
 %description
@@ -119,8 +121,8 @@
   #test -z $out # jing is a great tool always exit 0
   mkdir config-cdroot
   cd config-cdroot
-  install -m 644 /usr/share/doc/licenses/GPL-2.0.txt GPLv2.txt
-  install -m 644 /usr/share/doc/licenses/gpl-3.0.txt GPLv3.txt
+  install -m 644 %{SOURCE30} GPLv2.txt
+  install -m 644 %{SOURCE31} GPLv3.txt
   tar czf ../config-cdroot.tgz *
   cd ..
   rm -rf config-cdroot


++ GPL-2.0.txt ++
GNU GENERAL PUBLIC LICENSE
   Version 2, June 1991

 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
   59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

Preamble

  The licenses for most software are designed to take away your
freedom to share and change it.  By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users.  This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it.  (Some other Free Software Foundation software is covered by
the GNU Library General Public License instead.)  You can apply it to
your programs, too.

  When we speak of free software, we are referring to freedom, not
price.  Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things.

  To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.

  For example, if you distribute copies of such a program, whether
gratis or for a fee, you must give the recipients all the rights that
you have.  You must make sure that they, too, receive or can get the
source code.  And you must show them these terms so they know their
rights.

  We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.

  Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software.  If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original
authors' reputations.

  Finally, any free program is threatened constantly by software
patents.  We wish to avoid the danger that redistributors of a free
program will individually obtain patent licenses, in effect making the
program proprietary.  To prevent this, we have made it clear that any
patent must be licensed for 

commit kid3-qt for openSUSE:Factory

2011-03-22 Thread h_root

Hello community,

here is the log from the commit of package kid3-qt for openSUSE:Factory
checked in at Tue Mar 22 17:42:05 CET 2011.




--- kid3-qt/kid3-qt.changes 2011-03-18 00:00:02.0 +0100
+++ /mounts/work_src_done/STABLE/kid3-qt/kid3-qt.changes2011-03-21 
17:57:51.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar 21 16:57:50 UTC 2011 - co...@novell.com
+
+- licenses package is about to die
+
+---

calling whatdependson for head-i586




Other differences:
--
++ kid3-qt.spec ++
--- /var/tmp/diff_new_pack.QI1PlC/_old  2011-03-22 17:40:11.0 +0100
+++ /var/tmp/diff_new_pack.QI1PlC/_new  2011-03-22 17:40:11.0 +0100
@@ -20,7 +20,7 @@
 
 Name:   kid3-qt
 Version:1.6
-Release:1
+Release:2
 Summary:Efficient ID3 Tag Editor - Non Kde version
 Source0:kid3-%{version}.tar.bz2
 Patch0: kid3-qt-phonon.patch
@@ -28,7 +28,7 @@
 Group:  Productivity/Multimedia/Sound/Utilities
 License:GPLv2+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  licenses pkg-config
+BuildRequires:  pkg-config
 %if 0%{?suse_version} = 1130
 BuildRequires:  pkgconfig(phonon)
 %else
@@ -40,8 +40,6 @@
 BuildRequires:  jpackage-utils libmusicbrainz3-devel libvorbis-devel
 BuildRequires:  crimson fop hicolor-icon-theme susedoc xerces-j2
 
-Requires:   licenses
-
 Provides:   kid3 = %{version}
 Obsoletes:  kid3  %{version}
 
@@ -98,12 +96,6 @@
 #
 install -Dpm 0644 deb/kid3.1 %{buildroot}%{_mandir}/man1/kid3-qt.1
 
-for FILE in COPYING ; do
-MD5SUM=$(md5sum $FILE | sed 's/ .*//')
-if test -f /usr/share/doc/licenses/md5/$MD5SUM ; then
-ln -sf /usr/share/doc/licenses/md5/$MD5SUM $FILE
-fi
-done
 #find %%{buildroot} -type f -o -name *.so -exec strip {} \;
 cp -pr AUTHORS ChangeLog COPYING LICENSE NEWS README 
%{buildroot}%{_docdir}/%{name}/
 %find_lang %{name} %{name}-qt.lang --without-kde --with-qt --all-name 
--without-mo






Remember to have fun...

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



commit hugin for openSUSE:Factory

2011-03-22 Thread h_root

Hello community,

here is the log from the commit of package hugin for openSUSE:Factory
checked in at Tue Mar 22 17:42:38 CET 2011.




--- hugin/hugin.changes 2010-12-28 17:19:55.0 +0100
+++ /mounts/work_src_done/STABLE/hugin/hugin.changes2011-03-22 
08:15:26.0 +0100
@@ -1,0 +2,10 @@
+Mon Mar 22 08:12:00 UTC 2011 - idoen...@novell.com
+
+- Add hugin-fix-gcc46.patch: fix gcc 4.6 compilation 
+
+---
+Mon Mar 21 16:51:59 UTC 2011 - co...@novell.com
+
+- licenses package is about to die
+
+---

calling whatdependson for head-i586


New:

  hugin-fix-gcc46.patch



Other differences:
--
++ hugin.spec ++
--- /var/tmp/diff_new_pack.JsuznB/_old  2011-03-22 17:42:20.0 +0100
+++ /var/tmp/diff_new_pack.JsuznB/_new  2011-03-22 17:42:20.0 +0100
@@ -26,23 +26,24 @@
 BuildRequires:  python-wxGTK wxGTK-devel
 %endif
 %if %suse_version  1020
-BuildRequires:  fdupes licenses
-Requires:   licenses
+BuildRequires:  fdupes
 %endif
 License:GPLv2+
 Group:  Productivity/Graphics/Other
 Summary:Toolchain for Stitching of Images and Creating Panoramas
 Version:2010.0.0
-Release:6
+Release:11
 Source: %{name}-%{version}.tar.bz2
 # For SVN snapshot:
 # svn co https://hugin.svn.sourceforge.net/svnroot/hugin/hugin/trunk hugin
 #Source: %{name}-svn2008.tar.bz2
 Source1:%{name}-svn-dummy
 Patch0: hugin-libpng14.patch
+# PATCH-FIX-UPSTREAM hugin-fix-gcc46.patch idoen...@suse.de -- Fix compilation 
with gcc 4.6
+Patch1: hugin-fix-gcc46.patch
 Url:http://hugin.sourceforge.net/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires:   licenses make
+Requires:   make
 # Optional package, if missing, it could cause unexpected errors:
 Requires:   enblend-enfuse = 3.2
 # Optional third party package:
@@ -80,6 +81,7 @@
 %prep
 %setup -q
 %patch0
+%patch1 -p1
 # For SVN snapshot:
 #setup -q -n %{name}
 # Rename Catalan in Spain to Catalan.
@@ -115,12 +117,6 @@
 mv $RPM_BUILD_ROOT%{_datadir}/icons/gnome 
$RPM_BUILD_ROOT%{_datadir}/icons/hicolor
 %if %suse_version  1020
 %fdupes $RPM_BUILD_ROOT%{_datadir}
-for FILE in COPYING LICENCE LICENCE_JHEAD LICENCE_VIGRA ; do
-MD5SUM=$(md5sum $FILE | sed 's/ .*//')
-if test -f /usr/share/doc/licenses/md5/$MD5SUM ; then
-ln -sf /usr/share/doc/licenses/md5/$MD5SUM $FILE
-fi
-done
 %endif
 
 %clean

++ hugin-fix-gcc46.patch ++

# HG changeset patch
# User Bruno Postle br...@postle.net
# Date 1295990053 0
# Node ID 1fc6ad6e7c7ae679e3b8f96b6f4c36920f228138
# Parent  9e1d0816a1edd95a985ad6fd62da9c8b7342efb5
Fix for compilation with gcc-4.6.0

diff -r 9e1d0816a1ed -r 1fc6ad6e7c7a src/foreign/vigra/vigra/multi_iterator.hxx
--- a/src/foreign/vigra/vigra/multi_iterator.hxxMon Jan 24 21:37:53 
2011 +0100
+++ b/src/foreign/vigra/vigra/multi_iterator.hxxTue Jan 25 21:14:13 
2011 +
@@ -41,6 +41,7 @@
 #define VIGRA_MULTI_ITERATOR_HXX
 
 #include sys/types.h
+#include stddef.h
 #include tinyvector.hxx
 #include iteratortags.hxx
 






Remember to have fun...

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



commit enblend-enfuse for openSUSE:Factory

2011-03-22 Thread h_root

Hello community,

here is the log from the commit of package enblend-enfuse for openSUSE:Factory
checked in at Tue Mar 22 17:44:09 CET 2011.




--- enblend-enfuse/enblend-enfuse.changes   2010-05-20 09:59:33.0 
+0200
+++ /mounts/work_src_done/STABLE/enblend-enfuse/enblend-enfuse.changes  
2011-03-21 17:52:30.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar 21 16:52:29 UTC 2011 - co...@novell.com
+
+- licenses package is about to die
+
+---

calling whatdependson for head-i586




Other differences:
--
++ enblend-enfuse.spec ++
--- /var/tmp/diff_new_pack.WnnkB9/_old  2011-03-22 17:43:49.0 +0100
+++ /var/tmp/diff_new_pack.WnnkB9/_new  2011-03-22 17:43:49.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package enblend-enfuse (Version 4.0)
+# spec file for package enblend-enfuse
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,13 +24,12 @@
 Group:  Productivity/Graphics/Other
 Summary:Tool for Composing Images
 Version:4.0
-Release:3
+Release:9
 Source: %{name}-%{version}.tar.bz2
 Patch0: enblend-enfuse-libpng14.patch
 Patch1: use-default-gcc-inlining.diff
-BuildRequires:  OpenEXR-devel boost-devel freeglut-devel gcc-c++ glew-devel 
liblcms-devel libpng-devel libtiff-devel licenses plotutils-devel
+BuildRequires:  OpenEXR-devel boost-devel freeglut-devel gcc-c++ glew-devel 
liblcms-devel libpng-devel libtiff-devel plotutils-devel
 BuildRequires:  gnuplot tidy transfig
-Requires:   licenses
 Provides:   enblend = %{version}
 Provides:   enfuse = %{version}
 # package name for  openSUSE 11.1:
@@ -73,7 +72,6 @@
 
 %install
 %makeinstall
-ln -sf /usr/share/doc/licenses/md5/$(md5sum COPYING | sed 's/ .*//') COPYING
 
 %clean
 rm -rf $RPM_BUILD_ROOT






Remember to have fun...

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



commit choqok for openSUSE:Factory

2011-03-22 Thread h_root

Hello community,

here is the log from the commit of package choqok for openSUSE:Factory
checked in at Tue Mar 22 17:44:38 CET 2011.




--- KDE/choqok/choqok.changes   2011-01-27 17:55:19.0 +0100
+++ /mounts/work_src_done/STABLE/choqok/choqok.changes  2011-03-22 
06:12:11.0 +0100
@@ -1,0 +2,5 @@
+Tue Mar 22 05:12:10 UTC 2011 - co...@novell.com
+
+- licenses package is about to die
+
+---

calling whatdependson for head-i586




Other differences:
--
++ choqok.spec ++
--- /var/tmp/diff_new_pack.8ITMum/_old  2011-03-22 17:44:31.0 +0100
+++ /var/tmp/diff_new_pack.8ITMum/_new  2011-03-22 17:44:31.0 +0100
@@ -19,12 +19,12 @@
 
 Name:   choqok
 BuildRequires:  kde4-filesystem libkde4-devel libqca2-devel libqjson-devel 
qoauth-devel
-BuildRequires:  fdupes licenses update-desktop-files
+BuildRequires:  fdupes update-desktop-files
 License:GPLv3
 Group:  Productivity/Networking/Other
 Summary:Micro-Blogging Client for KDE
 Version:1.0
-Release:1
+Release:6
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: %{name}-%{version}.tar.bz2
 Url:http://choqok.gnufolks.org






Remember to have fun...

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



commit expat for openSUSE:Factory

2011-03-22 Thread h_root

Hello community,

here is the log from the commit of package expat for openSUSE:Factory
checked in at Tue Mar 22 17:49:58 CET 2011.




--- expat/expat.changes 2010-01-08 15:07:45.0 +0100
+++ /mounts/work_src_done/STABLE/expat/expat.changes2011-02-25 
17:07:11.0 +0100
@@ -1,0 +2,5 @@
+Fri Feb 25 16:01:01 UTC 2011 - prus...@opensuse.org
+
+- fix license (MIT) in spec file
+
+---

calling whatdependson for head-i586




Other differences:
--
++ expat.spec ++
--- /var/tmp/diff_new_pack.MJDxk1/_old  2011-03-22 17:49:41.0 +0100
+++ /var/tmp/diff_new_pack.MJDxk1/_new  2011-03-22 17:49:41.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package expat (Version 2.0.1)
+# spec file for package expat
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,9 +20,9 @@
 
 Name:   expat
 Version:2.0.1
-Release:93
+Release:104
 Group:  Development/Libraries/C and C++
-License:MIT License (or similar)
+License:MIT
 Url:http://expat.sourceforge.net/
 # bug437293
 %ifarch ppc64
@@ -68,7 +68,7 @@
 James Clark j...@jclark.com
 
 %package -n libexpat1
-License:MPL ..
+License:MIT
 Summary:XML Parser Toolkit
 Group:  Development/Libraries/C and C++
 # bug437293
@@ -107,7 +107,7 @@
 James Clark j...@jclark.com
 
 %package -n libexpat-devel
-License:MPL ..
+License:MIT
 Summary:XML Parser Toolkit
 Group:  Development/Libraries/C and C++
 Requires:   libexpat1 = %{version} glibc-devel






Remember to have fun...

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



commit bash for openSUSE:Factory

2011-03-22 Thread h_root

Hello community,

here is the log from the commit of package bash for openSUSE:Factory
checked in at Tue Mar 22 17:51:06 CET 2011.




--- bash/bash.changes   2011-03-15 18:31:41.0 +0100
+++ /mounts/work_src_done/STABLE/bash/bash.changes  2011-03-22 
13:17:49.0 +0100
@@ -1,0 +2,6 @@
+Tue Mar 22 13:16:43 CET 2011 - wer...@suse.de
+
+- Remove patch to avod endless loop in UTF-8 locale as it breaks
+  glob expanding (bnc#681286)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ bash.spec ++
--- /var/tmp/diff_new_pack.n1m2BD/_old  2011-03-22 17:50:37.0 +0100
+++ /var/tmp/diff_new_pack.n1m2BD/_new  2011-03-22 17:50:37.0 +0100
@@ -37,7 +37,7 @@
 %endif
 AutoReqProv:on
 Version:4.2
-Release:3
+Release:4
 Summary:The GNU Bourne-Again Shell
 Url:http://www.gnu.org/software/bash/bash.html
 Source0:ftp://ftp.gnu.org/gnu/bash/bash-%{bash_vers}.tar.bz2
@@ -106,7 +106,7 @@
 Provides:   bash:%{_infodir}/bash.info.gz
 PreReq: %install_info_prereq
 Version:4.2
-Release:3
+Release:4
 AutoReqProv:on
 %if %suse_version  1120
 BuildArch:  noarch
@@ -142,7 +142,7 @@
 Summary:Include Files mandatory for Development of bash loadable 
builtins
 Group:  Development/Languages/C and C++
 Version:4.2
-Release:3
+Release:4
 AutoReqProv:on
 
 %description -n bash-devel
@@ -162,7 +162,7 @@
 Summary:Loadable bash builtins
 Group:  System/Shells
 Version:4.2
-Release:3
+Release:4
 AutoReqProv:on
 
 %description -n bash-loadables
@@ -231,7 +231,7 @@
 Group:  System/Libraries
 Provides:   bash:/%{_lib}/libreadline.so.%{rl_major}
 Version:6.2
-Release:3
+Release:4
 %if %suse_version  1020
 Recommends: readline-doc = %{version}
 %endif
@@ -262,7 +262,7 @@
 Group:  Development/Libraries/C and C++
 Provides:   bash:%{_libdir}/libreadline.a
 Version:6.2
-Release:3
+Release:4
 Requires:   libreadline6 = %{version}
 Requires:   ncurses-devel
 %if %suse_version  1020
@@ -293,7 +293,7 @@
 Provides:   readline:%{_infodir}/readline.info.gz
 PreReq: %install_info_prereq
 Version:6.2
-Release:3
+Release:4
 AutoReqProv:on
 %if %suse_version  1120
 BuildArch:  noarch

++ bash-4.2-patches.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bash-4.2-patches/bash-4.2-xdupmbstowcs2.patch 
new/bash-4.2-patches/bash-4.2-xdupmbstowcs2.patch
--- old/bash-4.2-patches/bash-4.2-xdupmbstowcs2.patch   2011-03-15 
18:19:59.0 +0100
+++ new/bash-4.2-patches/bash-4.2-xdupmbstowcs2.patch   1970-01-01 
01:00:00.0 +0100
@@ -1,19 +0,0 @@
-*** ../bash-4.2-patched/lib/glob/xmbsrtowcs.c  2010-05-30 18:36:27.0 
-0400
 lib/glob/xmbsrtowcs.c  2011-03-14 14:22:11.0 -0400
-***
-*** 174,180 
-wcslength = mbsnrtowcs(NULL, tmp_p, nms, 0, tmp_state);
-  
-/* Conversion failed. */
-!   if (wcslength == (size_t)-1)
-   {
- free (wsbuf);
- *destp = NULL;
 174,180 
-wcslength = mbsnrtowcs(NULL, tmp_p, nms, 0, tmp_state);
-  
-/* Conversion failed. */
-!   if (wcslength == 0 || wcslength == (size_t)-1)
-   {
- free (wsbuf);
- *destp = NULL;






Remember to have fun...

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



commit pciutils for openSUSE:Factory

2011-03-22 Thread h_root

Hello community,

here is the log from the commit of package pciutils for openSUSE:Factory
checked in at Tue Mar 22 17:51:29 CET 2011.




--- pciutils/pciutils.changes   2010-06-28 08:50:54.0 +0200
+++ /mounts/work_src_done/STABLE/pciutils/pciutils.changes  2011-03-21 
17:52:44.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar 21 16:52:43 UTC 2011 - co...@novell.com
+
+- licenses package is about to die
+
+---

calling whatdependson for head-i586




Other differences:
--
++ pciutils.spec ++
--- /var/tmp/diff_new_pack.4pyjFp/_old  2011-03-22 17:51:21.0 +0100
+++ /var/tmp/diff_new_pack.4pyjFp/_new  2011-03-22 17:51:21.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package pciutils (Version 3.1.7)
+# spec file for package pciutils
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,11 +20,9 @@
 
 Name:   pciutils
 Version:3.1.7
-Release:7
+Release:11
 BuildRequires:  zlib-devel
-BuildRequires:  licenses
 BuildRequires:  pkg-config
-Requires:   licenses
 Requires:   pciutils-ids
 AutoReqProv:on
 # bug437293
@@ -99,10 +97,6 @@
 rm -rf $RPM_BUILD_ROOT%{_datadir}/pci.ids*
 install -D -m 0644 lib/libpci.pc $RPM_BUILD_ROOT%{_libdir}/pkgconfig/libpci.pc
 ln -sf /%{_lib}/libpci.so.3 %{buildroot}%{_libdir}/libpci.so
-MD5SUM=$(md5sum %{S:1} | sed 's/ .*//')
-if test -f /usr/share/doc/licenses/md5/$MD5SUM ; then
-   ln -sf /usr/share/doc/licenses/md5/$MD5SUM COPYING 
-fi
 
 %clean
 rm -rf $RPM_BUILD_ROOT






Remember to have fun...

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



commit blocxx for openSUSE:Factory

2011-03-22 Thread h_root

Hello community,

here is the log from the commit of package blocxx for openSUSE:Factory
checked in at Tue Mar 22 17:52:11 CET 2011.




--- blocxx/blocxx.changes   2010-04-24 11:48:29.0 +0200
+++ /mounts/work_src_done/STABLE/blocxx/blocxx.changes  2011-02-25 
10:03:08.0 +0100
@@ -1,0 +2,6 @@
+Fri Feb 25 08:56:43 UTC 2011 - m...@suse.de
+
+- Fixed to use std::ptrdiff_t in Enumeration.hpp (gcc 4.6).
+- Fixed libblocxx-devel (self) obsolete flags in spec file.
+
+---

calling whatdependson for head-i586


New:

  blocxx-2.1.0-std-ptrdiff.diff



Other differences:
--
++ blocxx-doc.spec ++
--- /var/tmp/diff_new_pack.Vv5W7r/_old  2011-03-22 17:51:45.0 +0100
+++ /var/tmp/diff_new_pack.Vv5W7r/_new  2011-03-22 17:51:45.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package blocxx-doc (Version 2.1.0.342)
+# spec file for package blocxx-doc
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 Name:   blocxx-doc
 %define blocxx_version 2.1.0
 Version:2.1.0.342
-Release:132
+Release:139
 License:BSD3c(or similar)
 Group:  Documentation/HTML
 AutoReqProv:on

++ blocxx.spec ++
--- /var/tmp/diff_new_pack.Vv5W7r/_old  2011-03-22 17:51:45.0 +0100
+++ /var/tmp/diff_new_pack.Vv5W7r/_new  2011-03-22 17:51:45.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package blocxx (Version 2.1.0.342)
+# spec file for package blocxx
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 Name:   blocxx
 %define blocxx_version 2.1.0
 Version:2.1.0.342
-Release:24
+Release:142
 License:BSD3c(or similar)
 Group:  Development/Libraries/C and C++
 AutoReqProv:on
@@ -38,6 +38,7 @@
 Patch5: %{name}-2.1.0-asneeded.dif
 Patch6: %{name}-2.1.0-memorybarrier.diff
 Patch7: %{name}-2.1.0-catch-gcc45-bug_is_pod.diff
+Patch8: %{name}-2.1.0-std-ptrdiff.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++ pcre-devel pkg-config
 %if 0%{?suse_version} = 1030
@@ -116,8 +117,8 @@
 %else
 Requires:   openssl-devel
 %endif
-Obsoletes:  %{name}-devel = %{version}
-Provides:   %{name}-devel = %{version}
+Obsoletes:  %{name}-devel  %{version}
+Provides:   %{name}-devel = %{version}
 # bug437293
 %ifarch ppc64
 Obsoletes:  blocxx-devel-64bit
@@ -257,6 +258,7 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p0
+%patch8 -p0
 if test -f ./bootstrap.sh ; then
./bootstrap.sh
 else

++ blocxx-2.1.0-std-ptrdiff.diff ++
--- src/blocxx/Enumeration.hpp
+++ src/blocxx/Enumeration.hpp  2011/02/25 08:55:25
@@ -41,6 +41,7 @@
 #include blocxx/TempFileEnumerationImplBase.hpp
 #include blocxx/IntrusiveReference.hpp
 
+#include cstddef  // std::ptrdiff_t
 #include iterator // for the iterator tags
 
 namespace BLOCXX_NAMESPACE
@@ -130,7 +131,7 @@ public:
typedef T value_type;
typedef const T* pointer;
typedef const T reference;
-   typedef ptrdiff_t difference_type;
+   typedef std::ptrdiff_t difference_type;
Enumeration_input_iterator() : m_enumeration(0), m_ok(false)
{
}





Remember to have fun...

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



commit libcdio for openSUSE:Factory

2011-03-22 Thread h_root

Hello community,

here is the log from the commit of package libcdio for openSUSE:Factory
checked in at Tue Mar 22 17:53:19 CET 2011.




--- libcdio/libcdio-mini.changes2011-02-08 10:53:44.0 +0100
+++ /mounts/work_src_done/STABLE/libcdio/libcdio-mini.changes   2011-03-21 
17:57:33.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar 21 16:57:18 UTC 2011 - co...@novell.com
+
+- licenses package is about to die
+
+---
libcdio.changes: same change

calling whatdependson for head-i586




Other differences:
--
++ libcdio-mini.spec ++
--- /var/tmp/diff_new_pack.k7Higw/_old  2011-03-22 17:53:06.0 +0100
+++ /var/tmp/diff_new_pack.k7Higw/_new  2011-03-22 17:53:06.0 +0100
@@ -24,7 +24,7 @@
 # You want standard build unless you will work-around build dependency on 
itself.
 %define STANDARD_BUILD 0
 %define _name libcdio
-BuildRequires:  gcc-c++ licenses pkg-config popt-devel
+BuildRequires:  gcc-c++ pkg-config popt-devel
 %if %STANDARD_BUILD
 BuildRequires:  libcddb-devel libcdio-devel ncurses-devel vcdimager-devel
 #!BuildIgnore: libcdio-mini-devel
@@ -32,7 +32,7 @@
 #BuildRequires:  cdparanoia
 %endif
 Version:0.82
-Release:2
+Release:3
 # WARNING: After changing versions please call Re or rpmbuild to auto-update 
spec file:
 %define libcdio_name 12
 %define libcdio_paranoia_name 0
@@ -47,7 +47,6 @@
 Source: http://ftp.gnu.org/gnu/libcdio/%{_name}-%{version}.tar.bz2
 Source1:%{_name}_spec-prepare.sh
 Source2:baselibs.conf
-Requires:   licenses
 # bug437293
 %ifarch ppc64
 Obsoletes:  libcdio-64bit
@@ -264,12 +263,6 @@
 %install
 %makeinstall
 mv $RPM_BUILD_ROOT%{_mandir}/jp $RPM_BUILD_ROOT%{_mandir}/ja
-for FILE in COPYING ; do
-MD5SUM=$(md5sum $FILE | sed 's/ .*//')
-if test -f /usr/share/doc/licenses/md5/$MD5SUM ; then
-   ln -sf /usr/share/doc/licenses/md5/$MD5SUM $FILE
-fi
-done
 #empty depdendency libs
 rm -f %{buildroot}%{_libdir}/*.la
 

++ libcdio.spec ++
--- /var/tmp/diff_new_pack.k7Higw/_old  2011-03-22 17:53:06.0 +0100
+++ /var/tmp/diff_new_pack.k7Higw/_new  2011-03-22 17:53:06.0 +0100
@@ -24,7 +24,7 @@
 # You want standard build unless you will work-around build dependency on 
itself.
 %define STANDARD_BUILD 1
 %define _name libcdio
-BuildRequires:  gcc-c++ licenses pkg-config popt-devel
+BuildRequires:  gcc-c++ pkg-config popt-devel
 %if %STANDARD_BUILD
 BuildRequires:  libcddb-devel libcdio-devel ncurses-devel vcdimager-devel
 #!BuildIgnore: libcdio-mini-devel
@@ -32,7 +32,7 @@
 #BuildRequires:  cdparanoia
 %endif
 Version:0.82
-Release:2
+Release:10
 # WARNING: After changing versions please call Re or rpmbuild to auto-update 
spec file:
 %define libcdio_name 12
 %define libcdio_paranoia_name 0
@@ -47,7 +47,6 @@
 Source: http://ftp.gnu.org/gnu/libcdio/%{_name}-%{version}.tar.bz2
 Source1:%{_name}_spec-prepare.sh
 Source2:baselibs.conf
-Requires:   licenses
 # bug437293
 %ifarch ppc64
 Obsoletes:  libcdio-64bit
@@ -264,12 +263,6 @@
 %install
 %makeinstall
 mv $RPM_BUILD_ROOT%{_mandir}/jp $RPM_BUILD_ROOT%{_mandir}/ja
-for FILE in COPYING ; do
-MD5SUM=$(md5sum $FILE | sed 's/ .*//')
-if test -f /usr/share/doc/licenses/md5/$MD5SUM ; then
-   ln -sf /usr/share/doc/licenses/md5/$MD5SUM $FILE
-fi
-done
 #empty depdendency libs
 rm -f %{buildroot}%{_libdir}/*.la
 






Remember to have fun...

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



commit merkaartor for openSUSE:Factory

2011-03-22 Thread h_root

Hello community,

here is the log from the commit of package merkaartor for openSUSE:Factory
checked in at Tue Mar 22 17:53:32 CET 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ merkaartor/merkaartor.changes   2011-03-22 13:16:18.0 +0100
@@ -0,0 +1,84 @@
+---
+Tue Mar 22 11:40:15 UTC 2011 - sasc...@suse.de
+
+- Don't cleanup buildroot in %%install section
+- Use default file permissions in %%files section
+
+---
+Wed Feb  2 14:44:24 UTC 2011 - sasc...@suse.de
+
+- Fixed icon directory ownership by requiring hicolor-icon-scheme
+
+---
+Wed Jan 26 12:00:00 UTC 2011 - opens...@dstoecker.de
+
+- update to 0.17.0
+
+---
+Wed Dec  8 14:17:30 UTC 2010 - sasc...@suse.de
+
+- Spec file cleanup
+  * Moved changelog into changes file
+  * Fixed openSUSE-11.2 build
+
+---
+Thu Aug 19 00:00:00 UTC 2010 - opens...@dstoecker.de
+
+- Build version 0.16.3 (minor fixes)
+
+---
+Mon Jun 14 00:00:00 UTC 2010 - opens...@dstoecker.de
+
+- Build version 0.16.1
+ -  FIX : crash when deleting relations
+ -  ADD : Allow to move complete relations
+ -  FIX : First feature not OSM exported
+ -  FIX : WMS'es in EPSG:4326 not showing
+ -  FIX : Don't overzoom on layer zoom (and don't allow if the bbox is null). 
fixes #3046
+ -  ADD : Add a portable mode to merkaartor via command-line (-p) or build 
setting (PORTABLE=1)
+
+---
+Wed Apr  7 00:00:00 UTC 2010 - joop.boo...@opensuse.org 0.15.3
+
+- Build version 0.15.3
+
+---
+Mon Mar  8 00:00:00 UTC 2010 - opens...@dstoecker.de
+
+- update to 0.15.2
+
+---
+Wed Aug 12 00:00:00 UTC 2009 - opens...@dstoecker.de
+
+- update to 0.14
+
+---
+Thu Apr  2 00:00:00 UTC 2009 - opens...@dstoecker.de
+
+- update to 0.13.1
+
+---
+Mon Mar 16 00:00:00 UTC 2009 - opens...@dstoecker.de
+
+- update to 0.13
+
+---
+Wed Oct 15 00:00:00 UTC 2008 - opens...@dstoecker.de
+
+- update to 0.12
+
+---
+Thu Aug  7 00:00:00 UTC 2008 - opens...@dstoecker.de
+
+- update to 0.11
+
+---
+Fri Apr 11 00:00:00 UTC 2008 - opens...@dstoecker.de
+
+- update to 0.0.10
+
+---
+Sun Mar 23 00:00:00 UTC 2008 - Dirk Stöcker 0.0.9
+
+- first version
+

calling whatdependson for head-i586


New:

  merkaartor-0.17.2.tar.bz2
  merkaartor.changes
  merkaartor.desktop
  merkaartor.png
  merkaartor.spec
  merkaartor.xml
  x-kml+xml.desktop
  x-mdc+xml.desktop
  x-nmea.desktop
  x-noniplot.desktop
  x-osb.desktop



Other differences:
--
++ merkaartor.spec ++
#
# spec file for package merkaartor
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

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

# norootforbuild


Name:   merkaartor
Version:0.17.2
Release:1
License:GPLv3+
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
AutoReqProv:on
Group:  Productivity/Graphics/Other
Url:http://www.irule.be/bvh/c++/merkaartor/
Summary:Small QT-based OpenStreetMap editor
Source: %{name}-%{version}.tar.bz2
Source2:%{name}.desktop
Source3:%{name}.png
BuildRequires:  boost-devel gcc gcc-c++ gpsd-devel libxslt-devel
BuildRequires:  libQtWebKit-devel libgdal-devel libproj-devel
BuildRequires:  hicolor-icon-theme libspatialite-devel libzbar-devel
%if 0%{?suse_version} = 1020
BuildRequires:  libexiv2-devel
%endif
%if 0%{?suse_version} = 1130
BuildRequires:  libxml2-devel
%else
BuildRequires:  

commit libzip for openSUSE:Factory

2011-03-22 Thread h_root

Hello community,

here is the log from the commit of package libzip for openSUSE:Factory
checked in at Tue Mar 22 17:53:57 CET 2011.




--- libzip/libzip.changes   2011-03-21 16:24:41.0 +0100
+++ /mounts/work_src_done/STABLE/libzip/libzip.changes  2011-03-22 
13:44:24.0 +0100
@@ -1,0 +2,10 @@
+Tue Mar 22 12:43:04 UTC 2011 - co...@novell.com
+
+- fix -devel dependency
+
+---
+Tue Mar 22 11:29:09 UTC 2011 - mvysko...@suse.cz
+
+- don't move zipconf.h to include dir 
+
+---

calling whatdependson for head-i586


Old:

  libzip-0.10-zipconf-location.patch



Other differences:
--
++ libzip.spec ++
--- /var/tmp/diff_new_pack.8NfZw2/_old  2011-03-22 17:53:36.0 +0100
+++ /var/tmp/diff_new_pack.8NfZw2/_new  2011-03-22 17:53:36.0 +0100
@@ -20,7 +20,7 @@
 
 Name:   libzip
 Version:0.10
-Release:1
+Release:2
 Summary:C library for reading, creating, and modifying zip archives
 License:BSD3c
 Group:  Development/Libraries/C and C++
@@ -34,14 +34,11 @@
 Patch0: libzip-0.8.hg20080403-visibility.patch
 #PATCH-FIX-UPSTREAM: for for failing tests by Thomas Klausner
 Patch1: libzip.test.diff
-#PATCH-FIX-OPENSUSE: install zipconf.h to includedir
-Patch2: libzip-0.10-zipconf-location.patch
 
 %description
 libzip is a C library for reading, creating, and modifying zip
 archives. Files can be added from data buffers, files, or compressed. This
-package contains a set of small utilities built using libzip2 Set os small
-utilities built around %{name}
+package contains a set of small utilities built using libzip
  * zipmerge - merge source zip archives into the target one
  * zipcmp - compares the zip archives and check if they contains same files
  * ziptorrent - manipulate with a restricted file format used for using 
bittorrent on zip files.
@@ -51,7 +48,9 @@
 Summary:C library for reading, creating, and modifying zip archives
 Group:  Development/Libraries/C and C++
 
-%description -n libzip2
+%define soname 2
+
+%description -n libzip%{soname}
 This is libzip, a C library for reading, creating, and modifying zip
 archives.  Files can be added from data buffers, files, or compressed
 data copied directly from other zip archives.  Changes made without
@@ -62,7 +61,7 @@
 License:BSD3c
 Summary:C library for reading, creating, and modifying zip archives
 Group:  Development/Libraries/C and C++
-Requires:   libzip1 = %{version} glibc-devel
+Requires:   libzip%{soname} = %{version} glibc-devel
 
 %description devel
 libzip is a C library for reading, creating, and modifying zip
@@ -72,7 +71,6 @@
 %setup -q -n %{name}-%{version}
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
 autoreconf -fiv
@@ -91,9 +89,9 @@
 %clean
 rm -rf %{buildroot}
 
-%post -n libzip2 -p /sbin/ldconfig
+%post -n libzip%{soname} -p /sbin/ldconfig
 
-%postun -n libzip2 -p /sbin/ldconfig
+%postun -n libzip%{soname} -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
@@ -103,15 +101,16 @@
 %{_bindir}/zipmerge
 %{_mandir}/man1/*.1*
 
-%files -n libzip2
+%files -n libzip%{soname}
 %defattr(-,root,root)
-%{_libdir}/libzip.so.2*
+%{_libdir}/libzip.so.%{soname}*
 
 %files devel
 %defattr(-,root,root)
-%{_libdir}/libzip.so
-%{_includedir}/zip*.h
-%{_libdir}/pkgconfig/libzip.pc
+%{_libdir}/%{name}.so
+%{_includedir}/zip.h
+%{_libdir}/%{name}/
+%{_libdir}/pkgconfig/%{name}.pc
 %{_mandir}/man3/*.3*
 
 %changelog






Remember to have fun...

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



commit inkscape for openSUSE:Factory

2011-03-22 Thread h_root

Hello community,

here is the log from the commit of package inkscape for openSUSE:Factory
checked in at Tue Mar 22 17:54:25 CET 2011.




--- GNOME/inkscape/inkscape.changes 2011-02-12 20:26:04.0 +0100
+++ /mounts/work_src_done/STABLE/inkscape/inkscape.changes  2011-03-22 
10:54:04.0 +0100
@@ -1,0 +2,5 @@
+Tue Mar 22 08:00:15 UTC 2011 - idoen...@novell.com
+
+- Add inkscape-0.48.0-gcc46.patch: fix compilation with gcc 4.6 
+
+---

calling whatdependson for head-i586


New:

  inkscape-0.48.0-gcc46.patch



Other differences:
--
++ inkscape.spec ++
--- /var/tmp/diff_new_pack.Eo0dIM/_old  2011-03-22 17:54:16.0 +0100
+++ /var/tmp/diff_new_pack.Eo0dIM/_new  2011-03-22 17:54:16.0 +0100
@@ -19,7 +19,7 @@
 
 Name:   inkscape
 Version:0.48.1
-Release:2
+Release:8
 License:GPLv2 ; LGPLv2.1
 Summary:Vector Illustration Program
 Url:http://www.inkscape.org/
@@ -32,6 +32,8 @@
 Patch0: inkscape-remove-datetime.patch
 # PATCH-FIX-OPENSUSE inkscape-packages.patch sbra...@suse.cz -- Suggest 
packages instead of compilation from source.
 Patch1: inkscape-packages.patch
+# PATCH-FIX-UPSTREAM inkscape-0.48.0-gcc46.patch idoen...@suse.de -- Fix 
compilation with gcc 4.6
+Patch2: inkscape-0.48.0-gcc46.patch
 BuildRequires:  boost-devel
 BuildRequires:  docbook-toys
 BuildRequires:  fdupes
@@ -156,6 +158,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 export CFLAGS=%{optflags} -fno-strict-aliasing

++ inkscape-0.48.0-gcc46.patch ++
 1032 lines (skipped)






Remember to have fun...

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



commit mtools for openSUSE:Factory

2011-03-22 Thread h_root

Hello community,

here is the log from the commit of package mtools for openSUSE:Factory
checked in at Tue Mar 22 17:55:25 CET 2011.




--- mtools/mtools.changes   2010-11-16 12:00:47.0 +0100
+++ /mounts/work_src_done/STABLE/mtools/mtools.changes  2011-03-17 
11:11:48.0 +0100
@@ -1,0 +2,5 @@
+Thu Mar 17 11:13:49 CET 2011 - pgaj...@suse.cz
+
+- fixed crash caused with access of invalid memory [bnc#679459]
+
+---

calling whatdependson for head-i586


New:

  mtools-4.0.15-invalid-memory.diff



Other differences:
--
++ mtools.spec ++
--- /var/tmp/diff_new_pack.PnXyJQ/_old  2011-03-22 17:54:55.0 +0100
+++ /var/tmp/diff_new_pack.PnXyJQ/_new  2011-03-22 17:54:55.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package mtools (Version 4.0.15)
+# spec file for package mtools
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 Name:   mtools
 BuildRequires:  libpng texlive-latex xorg-x11 xorg-x11-devel
 Version:4.0.15
-Release:1
+Release:7
 AutoReqProv:on
 Group:  System/Filesystems
 License:GPLv2+
@@ -33,6 +33,7 @@
 Patch3: %{name}-%{version}-aliasing.diff
 Patch4: %{name}-%{version}-fat-bits.diff
 Patch5: %{name}-%{version}-prototypes.diff
+Patch6: %{name}-%{version}-invalid-memory.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -93,6 +94,7 @@
 %patch3
 %patch4
 %patch5
+%patch6 -p1
 
 %build
 %{suse_update_config -f}

++ mtools-4.0.15-invalid-memory.diff ++
Index: mtools-4.0.15/fat.c
===
--- mtools-4.0.15.orig/fat.c
+++ mtools-4.0.15/fat.c
@@ -468,7 +468,7 @@ void fat_write(Fs_t *This)
set_dword(infoSector-signature2, INFOSECT_SIGNATURE2);
set_dword(infoSector-pos, This-last);
set_dword(infoSector-count, This-freeSpace);
-   set_dword(infoSector-signature3, 0xaa55);
+   set_word(infoSector-signature3, 0xaa55);
if(forceWriteSector(This, (char *)infoSector, 
This-infoSectorLoc, 1) !=
   (signed int) This-sector_size)
fprintf(stderr,Trouble writing the info sector\n);





Remember to have fun...

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



commit smartmontools for openSUSE:Factory

2011-03-22 Thread h_root

Hello community,

here is the log from the commit of package smartmontools for openSUSE:Factory
checked in at Tue Mar 22 17:56:10 CET 2011.




--- smartmontools/smartmontools.changes 2011-02-03 17:25:25.0 +0100
+++ /mounts/work_src_done/STABLE/smartmontools/smartmontools.changes
2011-03-21 17:48:36.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar 21 16:48:36 UTC 2011 - co...@novell.com
+
+- licenses package is about to die
+
+---

calling whatdependson for head-i586




Other differences:
--
++ smartmontools.spec ++
--- /var/tmp/diff_new_pack.N9WtJ0/_old  2011-03-22 17:55:57.0 +0100
+++ /var/tmp/diff_new_pack.N9WtJ0/_new  2011-03-22 17:55:57.0 +0100
@@ -22,7 +22,7 @@
 License:GPLv2+
 Group:  Hardware/Other
 Version:5.40
-Release:4
+Release:13
 Source: %{name}-%{version}.tar.bz2
 Source2:smartmontools.sysconfig
 Source3:%{name}-rpmlintrc
@@ -42,10 +42,6 @@
 %if %suse_version = 1100
 Requires:   powersave
 %endif
-%if %suse_version  1020
-Requires:   licenses
-BuildRequires:  licenses
-%endif
 Url:http://smartmontools.sourceforge.net/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
@@ -120,9 +116,6 @@
 mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/smartmontools
 #remove installed files we don't want to package
 rm -r $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/
-%if %suse_version  1020
-ln -sf %{_datadir}/doc/licenses/md5/$(md5sum COPYING | sed 's/ .*//') 
$RPM_BUILD_ROOT%{_docdir}/%{name}/COPYING
-%endif
 cat $RPM_BUILD_ROOT%{_sysconfdir}/smart_drivedb.h EOF
 /* smart_drivedb.h: Custom drive database. See also 
%{_datadir}/smartmontools/drivedb.h. */
 EOF






Remember to have fun...

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



commit kiwi for openSUSE:Factory

2011-03-22 Thread h_root

Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory
checked in at Tue Mar 22 17:58:02 CET 2011.




--- kiwi/kiwi.changes   2011-03-21 16:06:56.0 +0100
+++ /mounts/work_src_done/STABLE/kiwi/kiwi.changes  2011-03-22 
13:23:18.0 +0100
@@ -1,0 +2,16 @@
+Tue Mar 22 13:12:38 CET 2011 - m...@suse.de
+  
+- fixed start of udev and blogd
+  
+---
+Tue Mar 22 11:47:06 CET 2011 - m...@suse.de
+  
+- enable loading of agp modules before udev is started (bnc #659843)
+  
+---
+Tue Mar 22 08:36:16 CET 2011 - m...@suse.de
+  
+- reverts commit 8f5df54fd23cc6c16e7d72fe5954e62fd70bb458
+  busybox is distributed with 11.4 (bnc #679660)
+  
+---

calling whatdependson for head-i586




Other differences:
--
++ kiwi.spec ++
--- /var/tmp/diff_new_pack.7gDGlZ/_old  2011-03-22 17:57:40.0 +0100
+++ /var/tmp/diff_new_pack.7gDGlZ/_new  2011-03-22 17:57:40.0 +0100
@@ -66,7 +66,7 @@
 %endif
 Summary:OpenSuSE - KIWI Image System
 Version:4.82
-Release:1
+Release:2
 Group:  System/Management
 License:GPLv2
 Source: %{name}.tar.bz2

++ kiwi.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/.revision new/kiwi/.revision
--- old/kiwi/.revision  2011-03-18 14:26:05.0 +0100
+++ new/kiwi/.revision  2011-03-18 14:26:05.0 +0100
@@ -1 +1 @@
-a65d7d7eb8780e42462df6b18429a9c93622efce
+4c0dbabe52edd5da25069676731a5ab6124c2589
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/modules/KIWIConfig.sh 
new/kiwi/modules/KIWIConfig.sh
--- old/kiwi/modules/KIWIConfig.sh  2011-03-21 16:02:02.0 +0100
+++ new/kiwi/modules/KIWIConfig.sh  2011-03-22 13:18:53.0 +0100
@@ -984,6 +984,7 @@
gettext diff bc utimer cmp busybox kexec pam_console_apply
setterm kpartx vgcfgbackup vgcfgrestore lsdasd dasd_configure
qeth_configure fdasd mkdosfs egrep mkfs.xfs mdadm yes fdisk
+   startproc

tools=$tools $@
for path in /sbin /usr/sbin /usr/bin /bin;do
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/modules/KIWILinuxRC.sh 
new/kiwi/modules/KIWILinuxRC.sh
--- old/kiwi/modules/KIWILinuxRC.sh 2011-03-16 14:57:08.0 +0100
+++ new/kiwi/modules/KIWILinuxRC.sh 2011-03-22 13:18:53.0 +0100
@@ -518,6 +518,16 @@
fi
 }
 #==
+# udevTrigger
+#--
+function udevTrigger {
+   if [ -x /sbin/udevadm ];then
+   /sbin/udevadm trigger
+   else
+   /sbin/udevtrigger
+   fi
+}
+#==
 # udevSystemStart
 #--
 function udevSystemStart {
@@ -570,19 +580,40 @@
createInitialDevices /dev
# terminal devices
mount -t devpts devpts /dev/pts
+   # load modules required before udev
+   moduleLoadBeforeUdev
# start the udev daemon
-   udevd udev_log=debug 
-   echo UDEVD_PID=$!  /iprocs
-   # trigger udev events
-   if [ -x /sbin/udevadm ];then
-   /sbin/udevadm trigger
-   else
-   /sbin/udevtrigger
-   fi
+   startproc /sbin/udevd --daemon
+   UDEVD_PID=$(pidof /sbin/udevd)
+   echo UDEVD_PID=$UDEVD_PID  /iprocs
+   # trigger events for all devices
+   udevTrigger
+   # wait for events to finish
+   udevPending
# start splashy if configured
startSplashy
 }
 #==
+# moduleLoadBeforeUdev
+#--
+function moduleLoadBeforeUdev {
+   # /.../
+   # load modules which have to be loaded before the
+   # udev daemon is started in this function
+   # 
+   loadAGPModules
+}
+#==
+# loadAGPModules
+#--
+function loadAGPModules {
+   local krunning=$(uname -r)
+   for i in /lib/modules/$krunning/kernel/drivers/char/agp/*; do
+   test -e $i || continue
+   modprobe $(echo $i | sed s#.*\\/\\([^\\/]\\+\\).ko#\\1#)
+   done
+}
+#==
 # udevKill
 #--
 function udevKill {
@@ -605,8 +636,8 @@
 /dev/shm/initrd.msg
ln -sf /dev/shm/initrd.msg /var/log/boot.msg
mkdir -p /var/run
-   /sbin/blogd $REDIRECT
-   BLOGD_PID=$(cat /var/run/blogd.pid)
+ 

commit balsa for openSUSE:Factory

2011-03-22 Thread h_root

Hello community,

here is the log from the commit of package balsa for openSUSE:Factory
checked in at Tue Mar 22 17:59:25 CET 2011.




--- GNOME/balsa/balsa.changes   2011-02-12 20:23:30.0 +0100
+++ /mounts/work_src_done/STABLE/balsa/balsa.changes2011-03-22 
16:32:50.0 +0100
@@ -1,0 +2,8 @@
+Mon Mar 21 20:10:45 CET 2011 - sbra...@suse.cz
+
+- Support touchscreen version of balsa.
+- Fixed URL.
+- Added desktop file integration patch (bgo#645444).
+- Fixed libnotify for 11.3 and older.
+
+---

calling whatdependson for head-i586


New:

  balsa-mail-handler.patch
  balsa-new-autotools.patch
  pre_checkin.sh



Other differences:
--
++ balsa.spec ++
--- /var/tmp/diff_new_pack.GMkI14/_old  2011-03-22 17:58:24.0 +0100
+++ /var/tmp/diff_new_pack.GMkI14/_new  2011-03-22 17:58:24.0 +0100
@@ -18,16 +18,21 @@
 
 
 Name:   balsa
+%define TOUCHSCREEN_OPTIMIZATION %(echo %{name} | grep -qv touchscreen ; echo 
$?)
+%define base_name balsa
 Version:2.4.9
-Release:2
+Release:7
 License:GPLv2+
 Summary:The GNOME Mail Program
-Url:http://balsa.gnome.org/
+Url:http://pawsa.fedorapeople.org/balsa/
 Group:  Productivity/Networking/Email/Clients
-Source: %{name}-%{version}.tar.bz2
+Source: %{base_name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM balsa-fix-scrollkeeper.patch bgo#636805 
vu...@opensuse.org -- Respect --disable-scrollkeeper
 Patch0: balsa-fix-scrollkeeper.patch
-%define TOUCHSCREEN_OPTIMIZATION 0
+# PATCH-FEATURE-UPSTREAM balsa-mail-handler.patch bgo645444 sbra...@suse.cz -- 
Offer balsa in gnome-default-applications-properties.
+Patch1: balsa-mail-handler.patch
+# PATCH-FEATURE-UPSTREAM balsa-new-autotools.patch bgo645530 sbra...@suse.cz 
-- Fix for new autoconf, fix minimal libnotify version.
+Patch2: balsa-new-autotools.patch
 BuildRequires:  compface
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
@@ -58,19 +63,36 @@
 BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(unique-1.0)
 BuildRequires:  pkgconfig(webkit-1.0)
-Recommends: %{name}-lang
+Recommends: %{base_name}-lang
+%if %{name} != %{base_name}
+Conflicts:  %{base_name}
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+# lang packages are exactly equal for both balsa variants. Build it only once:
+%if %{name} == %{base_name}
+%define BUILD_LANG 1
+%else
+%define BUILD_LANG 0
+%endif
 
 %description
 Nice GUI program to manage e-mail.
 
+%if %BUILD_LANG
 %lang_package
+%endif
+
 %prep
-%setup -q
+%setup -q -n %{base_name}-%{version}
 translation-update-upstream
 %patch0 -p1
+mv balsa.desktop.in balsa.desktop.in.in
+cp -a balsa.desktop.in.in balsa-mailto-handler.desktop.in.in
+%patch1 -p1
+%patch2 -p1
 
 %build
+mkdir -p m4 ; gnome-doc-prepare -f ; autoreconf -f -i
 %configure\
 %if %TOUCHSCREEN_OPTIMIZATION
--enable-touch-ui\
@@ -96,8 +118,14 @@
 %makeinstall
 # Change sr@Latn to sr@latin
 mv %{buildroot}%{_datadir}/locale/sr@Latn 
%{buildroot}%{_datadir}/locale/sr@latin
-%suse_update_desktop_file -G Mail Client %{name}
-%find_lang balsa %{?no_lang_C}
+%suse_update_desktop_file -G Mail Client %{base_name}
+%suse_update_desktop_file -G Mail Client %{base_name}-mailto-handler
+%if %BUILD_LANG
+%find_lang %{base_name} %{?no_lang_C}
+%else
+rm -r %{buildroot}%{_datadir}/locale %{buildroot}%{_datadir}/omf 
%{buildroot}%{_datadir}/gnome/help
+rmdir %{buildroot}%{_datadir}/gnome
+%endif
 %fdupes %{buildroot}%{_datadir}
 
 %clean
@@ -137,6 +165,9 @@
 %doc %{_mandir}/man1/balsa.1*
 %config %{_sysconfdir}/sound/events/*.soundlist
 
-%files lang -f balsa.lang
+%if %BUILD_LANG
+
+%files lang -f %{base_name}.lang
+%endif
 
 %changelog

++ balsa-fix-scrollkeeper.patch ++
--- /var/tmp/diff_new_pack.GMkI14/_old  2011-03-22 17:58:25.0 +0100
+++ /var/tmp/diff_new_pack.GMkI14/_new  2011-03-22 17:58:25.0 +0100
@@ -32,3 +32,18 @@
  fi
  
  # glib-genmarshal
+Index: balsa-2.4.9/configure.in
+===
+--- balsa-2.4.9.orig/configure.in
 balsa-2.4.9/configure.in
+@@ -246,10 +246,8 @@ AM_CONDITIONAL([BUILD_WITH_G_D_U], [test
+ if test $with_g_d_u = yes ; then
+ GNOME_DOC_INIT
+ AM_CONDITIONAL([HAVE_GNOME_DOC_UTILS],[true])
+-AM_CONDITIONAL([ENABLE_SK],[true])
+ else
+ AM_CONDITIONAL([HAVE_GNOME_DOC_UTILS],[false])
+-AM_CONDITIONAL([ENABLE_SK],[false])
+ fi
+ 
+ # glib-genmarshal

++ balsa-mail-handler.patch ++
Index: balsa-2.4.9/configure.in
===
--- balsa-2.4.9.orig/configure.in
+++ balsa-2.4.9/configure.in
@@ -281,6 +281,7 @@ dnl 
 dnl GNOME libs
 dnl 

commit tunctl for openSUSE:Factory

2011-03-22 Thread h_root

Hello community,

here is the log from the commit of package tunctl for openSUSE:Factory
checked in at Tue Mar 22 17:59:47 CET 2011.




--- tunctl/tunctl.changes   2011-02-16 18:22:28.0 +0100
+++ /mounts/work_src_done/STABLE/tunctl/tunctl.changes  2011-03-21 
17:49:32.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar 21 16:49:31 UTC 2011 - co...@novell.com
+
+- licenses package is about to die
+
+---

calling whatdependson for head-i586




Other differences:
--
++ tunctl.spec ++
--- /var/tmp/diff_new_pack.oEgsYi/_old  2011-03-22 17:59:40.0 +0100
+++ /var/tmp/diff_new_pack.oEgsYi/_new  2011-03-22 17:59:40.0 +0100
@@ -20,7 +20,7 @@
 
 Name:   tunctl
 Version:1.5
-Release:9
+Release:10
 Summary:Create and remove virtual network interfaces
 Group:  System/Management
 License:GPLv2+
@@ -30,8 +30,6 @@
 Patch0: %{name}-%{version}-install-manpage-noexec.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
-Requires:   licenses
-BuildRequires:  licenses
 BuildRequires:  docbook-utils
 
 %description
@@ -56,8 +54,6 @@
 make DESTDIR=%{buildroot} BIN_DIR=/sbin install
 %{__install} -d -m 0755 %{buildroot}/%{_docdir}/%{name}/
 %{__install} -m 0644 ChangeLog %{buildroot}/%{_docdir}/%{name}/
-%{__ln_s} -f %{_datadir}/doc/licenses/md5/0636e73ff0215e8d672dc4c32c317bb3 \
- %{buildroot}%{_docdir}/%{name}/COPYING
 
 %clean
 %{__rm} -rf %{buildroot}






Remember to have fun...

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



commit crystalhd for openSUSE:Factory

2011-03-22 Thread h_root

Hello community,

here is the log from the commit of package crystalhd for openSUSE:Factory
checked in at Tue Mar 22 18:01:59 CET 2011.




--- crystalhd/crystalhd.changes 2010-12-14 17:37:14.0 +0100
+++ /mounts/work_src_done/STABLE/crystalhd/crystalhd.changes2011-03-16 
10:59:31.0 +0100
@@ -1,0 +2,5 @@
+Wed Mar 16 09:57:06 UTC 2011 - ism...@namtrac.org
+
+- Fixed unused variable warnings to fix compilation with gcc 4.6 
+
+---

calling whatdependson for head-i586


New:

  unused-variable.patch



Other differences:
--
++ crystalhd.spec ++
--- /var/tmp/diff_new_pack.NFH27Y/_old  2011-03-22 18:01:43.0 +0100
+++ /var/tmp/diff_new_pack.NFH27Y/_new  2011-03-22 18:01:43.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package crystalhd (Version 3.10.0)
+# spec file for package crystalhd
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,13 +23,15 @@
 Summary:Broadcom Crystal HD driver KMP
 Group:  System/Kernel
 Version:3.10.0
-Release:1
+Release:5
 License:GPLv2
 Group:  System/Kernel
 Source0:crystalhd-driver_%{version}-1.tar.bz2
 Source1:README
 Source2:LICENSE
 Source3:preamble
+# PATCH-FIX-OPENSUSE unused-variable.patch -- Remove unused variables to fix 
compilation with gcc 4.6
+Patch:  unused-variable.patch
 Requires:   crystalhd-firmware
 Recommends: gstreamer-0_10-plugin-crystalhd
 Url:http://www.broadcom.com/support/crystal_hd/
@@ -53,6 +55,7 @@
 
 %prep
 %setup -q -n crystalhd-driver
+%patch
 echo 'crystalhd.ko external'  Module.supported
 set -- *
 mkdir source

++ unused-variable.patch ++
--- crystalhd_hw.c  2010-12-07 18:18:41.0 +0100
+++ crystalhd_hw.c  2011-03-16 10:45:04.498009062 +0100
@@ -716,7 +716,7 @@
 {
struct device *dev;
struct tx_dma_pkt *tx_dma_packet = NULL;
-   uint32_t low_addr, high_addr;
+   //uint32_t low_addr, high_addr;
addr_64 desc_addr;
BC_STATUS sts, add_sts;
uint32_t dummy_index = 0;
@@ -772,8 +772,8 @@
}
 
desc_addr.full_addr = tx_dma_packet-desc_mem.phy_addr;
-   low_addr = desc_addr.low_part;
-   high_addr = desc_addr.high_part;
+   //low_addr = desc_addr.low_part;
+   //high_addr = desc_addr.high_part;
 
tx_dma_packet-call_back = call_back;
tx_dma_packet-cb_event  = cb_event;
--- crystalhd_fleafuncs.c   2010-12-07 18:18:41.0 +0100
+++ crystalhd_fleafuncs.c   2011-03-16 10:51:22.826009081 +0100
@@ -168,7 +168,7 @@
 {
int32_t ddr2_speed_grade[2];
uint32_t sd_0_col_size, sd_0_bank_size, sd_0_row_size;
-   uint32_t sd_1_col_size, sd_1_bank_size, sd_1_row_size;
+   //uint32_t sd_1_col_size, sd_1_bank_size, sd_1_row_size;
uint32_t ddr3_mode[2];
uint32_t regVal;
bool bDDR3Detected=false; /*Should be filled in using the detection 
logic. Default to DDR2 */
@@ -182,9 +182,9 @@
sd_0_bank_size = BANK_SIZE_8;
sd_0_row_size = ROW_SIZE_8K; /* DDR2 */
/*  sd_0_row_size = ROW_SIZE_16K; // DDR3 */
-   sd_1_col_size = COL_BITS_10;
-   sd_1_bank_size = BANK_SIZE_8;
-   sd_1_row_size = ROW_SIZE_8K;
+   //sd_1_col_size = COL_BITS_10;
+   //sd_1_bank_size = BANK_SIZE_8;
+   //sd_1_row_size = ROW_SIZE_8K;
ddr3_mode[0] = 0;
ddr3_mode[1] = 0;
 
@@ -193,7 +193,7 @@
{
ddr3_mode[0] = 1;
sd_0_row_size = ROW_SIZE_16K; /* DDR3 */
-   sd_1_row_size = ROW_SIZE_16K; /* DDR3 */
+   //sd_1_row_size = ROW_SIZE_16K; /* DDR3 */
 
}
 
@@ -844,7 +844,7 @@
bool StChangeSuccess=false;
uint32_t tempFLL = 0;
uint32_t freeListLen = 0;
-   BC_STATUS sts;
+   //BC_STATUS sts;
struct crystalhd_rx_dma_pkt *rx_pkt = NULL;
 
freeListLen = crystalhd_dioq_count(hw-rx_freeq);
@@ -868,7 +868,7 @@
{
rx_pkt = 
crystalhd_dioq_fetch(hw-rx_freeq);
if (rx_pkt)
-   sts = hw-pfnPostRxSideBuff(hw, 
rx_pkt);
+   hw-pfnPostRxSideBuff(hw, 
rx_pkt);
}
/*printk( Success\n); */
 
@@ -892,7 +892,7 @@
{
rx_pkt = 
crystalhd_dioq_fetch(hw-rx_freeq);

commit openvpn for openSUSE:11.4

2011-03-22 Thread h_root

Hello community,

here is the log from the commit of package openvpn for openSUSE:11.4
checked in at Wed Mar 23 01:09:39 CET 2011.




--- old-versions/11.4/all/openvpn/openvpn.changes   2011-02-17 
12:01:00.0 +0100
+++ 11.4/openvpn/openvpn.changes2011-03-21 15:27:42.0 +0100
@@ -1,0 +2,5 @@
+Tue Mar 15 21:05:23 UTC 2011 - crrodrig...@opensuse.org
+
+- KVPNC is unable to parse openvpn version [bnc#679153]
+
+---

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


Old:

  openvpn-no-build-date.patch



Other differences:
--
++ openvpn.spec ++
--- /var/tmp/diff_new_pack.NmI6SC/_old  2011-03-23 01:09:17.0 +0100
+++ /var/tmp/diff_new_pack.NmI6SC/_new  2011-03-23 01:09:17.0 +0100
@@ -28,7 +28,7 @@
 PreReq: %insserv_prereq %fillup_prereq
 %endif
 Version:2.1.4
-Release:11.RELEASE3
+Release:11.RELEASE16
 Summary:Full-featured SSL VPN solution using a TUN/TAP Interface
 Source: http://openvpn.net/release/openvpn-%{upstream_version}.tar.gz
 Source1:
http://openvpn.net/signatures/openvpn-%{upstream_version}.tar.gz.asc
@@ -38,7 +38,6 @@
 Source5:client-netconfig.down
 Patch1: %{name}-2.1-plugin-man.dif
 Patch2: %{name}-2.1-plugin-build.dif
-Patch3: openvpn-no-build-date.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  lzo-devel openssl-devel
 BuildRequires:  iproute2 pam-devel
@@ -130,11 +129,13 @@
 %setup -q -n %{name}-%{upstream_version}
 %patch1 -p0
 %patch2 -p0
-%patch3
 sed -e s|@PLUGIN_DIR@|%{plugin_dir}|g \
 -e s|@PLUGIN_LIBDIR@|%{plugin_libdir}|g \
 -e s|@PLUGIN_DOCDIR@|%{_defaultdocdir}/%{name}|g \
 -i openvpn.8
+# the build __DATE__ causes obs rebuild/republish of binaries;
+# use the date of version.m4 file in the tar archive instead
+sed -e s|\ __DATE__|$(date '+%b %e %Y' -r version.m4)\|g -i options.c
 
 %build
 autoreconf -fi







Remember to have fun...

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



commit virtualbox for openSUSE:11.4

2011-03-22 Thread h_root

Hello community,

here is the log from the commit of package virtualbox for openSUSE:11.4
checked in at Wed Mar 23 01:10:58 CET 2011.




--- old-versions/11.4/all/virtualbox/virtualbox.changes 2011-02-18 
09:07:04.0 +0100
+++ 11.4/virtualbox/virtualbox.changes  2011-03-17 14:20:12.0 +0100
@@ -1,0 +2,11 @@
+Thu Mar 17 13:17:54 UTC 2011 - mse...@gmail.com
+
+- fix missing permissions handling of VBoxNetDHCP (bnc#679785)
+- fix permissions handling for virtualbox-qt subpackage
+
+---
+Wed Mar  9 15:43:08 UTC 2011 - crrodrig...@opensuse.org
+
+- fix requires sysvinit(syslog) 
+
+---

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




Other differences:
--
++ virtualbox.spec ++
--- /var/tmp/diff_new_pack.btWKd2/_old  2011-03-23 01:10:04.0 +0100
+++ /var/tmp/diff_new_pack.btWKd2/_new  2011-03-23 01:10:04.0 +0100
@@ -43,7 +43,7 @@
 #
 ExclusiveArch:  %ix86 x86_64
 Version:4.0.4
-Release:1.RELEASE2
+Release:1.RELEASE4
 Summary:VirtualBox is an Emulator
 License:GPLv2+
 Group:  System/Emulators/PC
@@ -100,6 +100,9 @@
 #rename from ose version:
 Provides:   %{name}-ose = %version
 Obsoletes:  %{name}-ose  %version
+%if 0%{suse_version}  1130
+PreReq: sysvinit(syslog)
+%endif
 
 %description
 VirtualBox is an extremely feature rich, high performance product
@@ -119,6 +122,7 @@
 #rename from ose version:
 Provides:   %{name}-ose-qt = %version
 Obsoletes:  %{name}-ose-qt  %version
+PreReq: permissions
 
 %description qt
 Qt GUI part for %{name}.
@@ -493,10 +497,30 @@
 /sbin/ldconfig
 %fillup_and_insserv -f -y vboxdrv
 %fillup_only -an vboxes
-%run_permissions
+%if %suse_version =1140
+   %set_permissions
+%else  
+   %run_permissions
+%endif 
 
 %post qt
-%run_permissions
+%if %suse_version =1140
+   %set_permissions
+%else  
+   %run_permissions
+%endif 
+
+%verifyscript
+%if %suse_version =1140
+   %verify_permissions -e %{_vbox_instdir}/VBoxNetDHCP
+%endif
+%if %suse_version  1110
+   %verify_permissions -e %{_vbox_instdir}/VBoxNetAdpCtl
+%endif
+%verify_permissions -e %{_vbox_instdir}/VBoxBFE -e 
%{_vbox_instdir}/VBoxHeadless -e %{_vbox_instdir}/VBoxSDL 
+
+%verifyscript qt
+%verify_permissions -e %{_vbox_instdir}/VirtualBox
 
 %post guest-tools
 %fillup_and_insserv -f -y vboxadd
@@ -517,12 +541,6 @@
 %postun guest-tools
 %restart_on_update vboxadd
 %insserv_cleanup
-%verifyscript
-%if %suse_version  1110
-%verify_permissions -e %{_vbox_instdir}/VBoxBFE -e 
%{_vbox_instdir}/VBoxHeadless -e %{_vbox_instdir}/VBoxSDL -e 
%{_vbox_instdir}/VirtualBox -e %{_vbox_instdir}/VBoxNetAdpCtl 
-%else
-%verify_permissions -e %{_vbox_instdir}/VBoxBFE -e 
%{_vbox_instdir}/VBoxHeadless -e %{_vbox_instdir}/VBoxSDL -e 
%{_vbox_instdir}/VirtualBox 
-%endif
 
 %clean
 [ -d %{buildroot} -a %{buildroot} !=  ]  %__rm -rf %{buildroot}
@@ -584,7 +602,11 @@
 %{_var}/adm/fillup-templates/sysconfig.vbox
 %{_sbindir}/rcvboxes
 %{_sbindir}/rcvboxdrv
-#check setuid bit
+%if %suse_version  1140
+%verify(not mode) %attr(0755,root,vboxusers) %{_vbox_instdir}/VBoxNetDHCP
+%else
+%{_vbox_instdir}/VBoxNetDHCP
+%endif
 %if %suse_version  1110
 %verify(not mode) %attr(0755,root,vboxusers) %{_vbox_instdir}/VBoxNetAdpCtl
 %else
@@ -593,8 +615,6 @@
 %verify(not mode) %attr(0755,root,vboxusers) %{_vbox_instdir}/VBoxBFE
 %verify(not mode) %attr(0755,root,vboxusers) %{_vbox_instdir}/VBoxHeadless
 %verify(not mode) %attr(0755,root,vboxusers) %{_vbox_instdir}/VBoxSDL
-#%verify(not mode) %attr(0755,root,vboxusers) %{_vbox_instdir}/VBoxNetDHCP
-%{_vbox_instdir}/VBoxNetDHCP
 #
 
 %files qt






Remember to have fun...

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