commit release-notes-openSUSE for openSUSE:11.4

2011-04-28 Thread h_root

Hello community,

here is the log from the commit of package release-notes-openSUSE for 
openSUSE:11.4
checked in at Thu Apr 28 17:36:58 CEST 2011.




--- old-versions/11.4/all/release-notes-openSUSE/release-notes-openSUSE.changes 
2011-02-28 13:34:10.0 +0100
+++ 11.4/release-notes-openSUSE/release-notes-openSUSE.changes  2011-04-19 
13:19:23.0 +0200
@@ -1,0 +2,11 @@
+Tue Apr 19 13:18:04 CEST 2011 - k...@suse.de
+
+- 11.4.4:
+* New entries: Intel SSD Drives Causing System Hangs (bnc#678743),
+  Removing the Xorg setUID Bit (bnc#632737), Default Download Mode Needs
+  More Space (bnc#684104), Minimum Server Software Selection Pattern Is
+  Broken (bnc#686397).
+* Update translations > 50% (da es fi fr gl hu it ja km lt nb nl pt_BR
+  ru); remove less translated languages.
+
+---

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


Old:

  release-notes-opensuse-11.4.3.tar.bz2

New:

  release-notes-opensuse-11.4.4.tar.bz2



Other differences:
--
++ release-notes-openSUSE.spec ++
--- /var/tmp/diff_new_pack.omd3hY/_old  2011-04-28 17:36:39.0 +0200
+++ /var/tmp/diff_new_pack.omd3hY/_new  2011-04-28 17:36:39.0 +0200
@@ -25,8 +25,8 @@
 Summary:Most Important Changes for This openSUSE Release
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Version:11.4.3
-Release:1.
+Version:11.4.4
+Release:0.
 Provides:   release-notes = %{version}
 Source0:release-notes-opensuse-%{version}.tar.bz2
 Source8:%{name}.desktop.in

++ release-notes-opensuse-11.4.3.tar.bz2 -> 
release-notes-opensuse-11.4.4.tar.bz2 ++
 7023 lines of diff (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 doxygen for openSUSE:11.3

2011-04-28 Thread h_root

Hello community,

here is the log from the commit of package doxygen for openSUSE:11.3
checked in at Thu Apr 28 17:36:26 CEST 2011.




--- old-versions/11.3/UPDATES/all/doxygen/doxygen.changes   2010-11-23 
16:08:29.0 +0100
+++ 11.3/doxygen/doxygen.changes2011-04-28 10:31:41.0 +0200
@@ -1,0 +2,7 @@
+Thu Apr 28 09:23:38 CEST 2011 - pgaj...@suse.cz
+
+- check if parent() don't return 0 when dereferencing it 
+  [bnc#650330c22]
+  * modified pure-virtual-method-called.patch
+
+---

calling whatdependson for 11.3-i586




Other differences:
--
++ doxygen.spec ++
--- /var/tmp/diff_new_pack.e2U7qu/_old  2011-04-28 17:35:55.0 +0200
+++ /var/tmp/diff_new_pack.e2U7qu/_new  2011-04-28 17:35:55.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package doxygen (Version 1.6.3)
+# spec file for package doxygen
 #
-# 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:   doxygen
 BuildRequires:  bison flex gcc-c++ libpng-devel
 Version:1.6.3
-Release:4.
+Release:4.
 AutoReqProv:on
 License:GPLv2+
 Group:  Development/Tools/Doc Generators

++ doxywizard.spec ++
--- /var/tmp/diff_new_pack.e2U7qu/_old  2011-04-28 17:35:55.0 +0200
+++ /var/tmp/diff_new_pack.e2U7qu/_new  2011-04-28 17:35:55.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package doxywizard (Version 1.6.3)
+# spec file for package doxywizard
 #
-# 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:   doxywizard
 BuildRequires:  bison flex gcc-c++ libdrm-devel libjpeg-devel
 Version:1.6.3
-Release:4.
+Release:4.
 AutoReqProv:on
 Requires:   doxygen = %{version}
 License:GPLv2+

++ doxygen-1.6.3-pure-virtual-method-called.patch ++
--- /var/tmp/diff_new_pack.e2U7qu/_old  2011-04-28 17:35:55.0 +0200
+++ /var/tmp/diff_new_pack.e2U7qu/_new  2011-04-28 17:35:55.0 +0200
@@ -11,3 +11,16 @@
  
  /*! Acceptor function for node visitors. Part of the visitor pattern. 
   *  @param v Abstract visitor.
+Index: src/docparser.cpp
+===
+--- src/docparser.cpp.orig
 src/docparser.cpp
+@@ -5602,7 +5602,7 @@ reparsetoken:
+ break;
+   case TK_ENDLIST: 
+ DBG(("Found end of list inside of paragraph at line 
%d\n",doctokenizerYYlineno));
+-if (parent()->kind()==DocNode::Kind_AutoListItem)
++if (parent()->kind()==DocNode::Kind_AutoListItem && 
parent()->parent()!=0)
+ {
+   ASSERT(parent()->parent()->kind()==DocNode::Kind_AutoList);
+   DocAutoList *al = (DocAutoList *)parent()->parent();







Remember to have fun...

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



commit caribou for openSUSE:Factory

2011-04-28 Thread h_root

Hello community,

here is the log from the commit of package caribou for openSUSE:Factory
checked in at Thu Apr 28 15:44:18 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/caribou/caribou.changes2011-04-26 
23:02:56.0 +0200
@@ -0,0 +1,54 @@
+---
+Wed Apr  6 08:23:18 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.2.00:
+  + Use /org/gnome as starting path for schemas
+  + Updated translations.
+- Changes from version 0.1.92:
+  + Separate autorun desktop file.
+  + Updated translations.
+- Changes from version 0.1.91:
+  + Raise an error when no keyboard is loaded.
+  + Make caribou startup automatically
+  + Use GTK3 CSS theming for custom colors.
+  + Look if a11y is enabled in GSettings.
+  + Port app preferences and schema to GSettings.
+  + Updated translations.
+- Changes from version 0.1.7:
+  + Ported to GTK3 and PyGI.
+  + New Japanese keyboard.
+  + Many bugs fixed.
+  + Updated translations.
+- Changes from version 0.1.6:
+  + Added basic scanning support.
+  + Added proper key highlight colors.
+  + Cleaned up configuration and preferences and made it more MVC
+like.
+  + Created cleaner preferences window.
+  + Updated translations.
+- Changes from version 0.1.5:
+  + Added configurable key and highlight colors (bgo#622246).
+  + Added a desktop file (bgo#618292).
+  + Fix layout retrieval (bgo#61).
+  + Don't change layout when switching focus (bgo#621654).
+  + Unpress modifier when Caribou quites (bgo#621596).
+  + Source files reshuffling.
+  + Added JSON/XML configurable layouts (bgo#613229).
+  + Updated translations.
+- Changes from version 0.1.2:
+  + First development release for GNOME 3.0.
+  + Updated translations.
+- Drop caribou-fix-listdir.patch: fixed upstream
+- Handle GSettings schemas, with %glib2_gsettings_schema_* macros.
+- Add BuildRequires: fdupes, gnome-doc-utils-devel, intltool,
+  python-xml, update-desktop-files, pkgconfig(clutter-1.0),
+  pkgconfig(gtk+-3.0), pkgconfig(pygobject-2.0).
+- Add python-xml Requires.
+- Remove icon from caribou.desktop with a sed, since the icon is
+  not shipped at all.
+
+---
+Fri Apr  2 02:40:23 CEST 2010 - vu...@opensuse.org
+
+- Initial package.
+

calling whatdependson for head-i586


New:

  caribou-0.2.00.tar.bz2
  caribou.changes
  caribou.spec



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

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



Name:   caribou
Version:0.2.00
Release:1
License:LGPLv2.1+
Summary:On-screen Keyboard for GNOME
Url:http://live.gnome.org/Caribou
Group:  System/GUI/GNOME
Source0:%{name}-%{version}.tar.bz2
BuildRequires:  fdupes
BuildRequires:  gnome-doc-utils-devel
BuildRequires:  intltool
BuildRequires:  python-xml
BuildRequires:  update-desktop-files
BuildRequires:  pkgconfig(clutter-1.0)
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  pkgconfig(pygobject-2.0)
# We need a Requires on the typelib (bnc#590025#c1)
Requires:   gconf2
# We need a Requires on the typelib (bnc#590025#c1)
Requires:   libclutter-glx-1_0-0
# We need a Requires on the typelib (bnc#590025#c1)
Requires:   libgtk-3-0
Requires:   python-atspi
Requires:   python-virtkey
Requires:   python-xml
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch
%py_requires
%glib2_gsettings_schema_requires

%description
Caribou is a text entry and UI navigation application being developed
as an alternative to the Gnome On-screen Keyboard. The overarching goal
for Caribou is to create a usable solution for people whose primary way
of accessing a computer is a switch device.

%lang_package
%prep
%setup -q

%build
%configure
make %{?jobs:-j%jobs}

%install
%make_install
%find_lang %{name} %{?no_lang_C}
# As the icon is not shipped, don't mention it in the .desktop file
sed -i -e s'/Icon=.*/Icon=/g' 
%{buildroot}%{_datadir}/applications/caribou.desktop
%suse_update_desktop_file %{name}
%suse_update_desktop_file %{name}-autostart
%fdupes %{buildr

commit yast2-installation for openSUSE:Factory

2011-04-28 Thread h_root

Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory
checked in at Thu Apr 28 15:12:07 CEST 2011.




--- yast2-installation/yast2-installation.changes   2011-03-25 
10:48:18.0 +0100
+++ /mounts/work_src_done/STABLE/yast2-installation/yast2-installation.changes  
2011-04-27 15:10:51.0 +0200
@@ -1,0 +2,13 @@
+Wed Apr 27 15:08:04 CEST 2011 - jsuch...@suse.cz
+
+- added option to configure FCoE Interfaces when started with
+  WithFCoE=1 argument (fate#307445)
+- 2.21.3 
+
+---
+Wed Apr 27 11:19:50 CEST 2011 - jsuch...@suse.cz
+
+- Copy /media.1/build to the installed system (fate#311377)
+- 2.21.2 
+
+---

calling whatdependson for head-i586


Old:

  yast2-installation-2.21.1.tar.bz2

New:

  yast2-installation-2.21.3.tar.bz2



Other differences:
--
++ yast2-installation.spec ++
--- /var/tmp/diff_new_pack.6yY5Nx/_old  2011-04-28 15:11:40.0 +0200
+++ /var/tmp/diff_new_pack.6yY5Nx/_new  2011-04-28 15:11:40.0 +0200
@@ -19,11 +19,11 @@
 
 
 Name:   yast2-installation
-Version:2.21.1
+Version:2.21.3
 Release:1
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-installation-2.21.1.tar.bz2
+Source0:yast2-installation-2.21.3.tar.bz2
 
 Prefix: /usr
 
@@ -136,7 +136,7 @@
 System installation code as present on installation media.
 
 %prep
-%setup -n yast2-installation-2.21.1
+%setup -n yast2-installation-2.21.3
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++ yast2-installation-2.21.1.tar.bz2 -> yast2-installation-2.21.3.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-2.21.1/VERSION 
new/yast2-installation-2.21.3/VERSION
--- old/yast2-installation-2.21.1/VERSION   2011-03-25 10:47:21.0 
+0100
+++ new/yast2-installation-2.21.3/VERSION   2011-04-27 15:09:49.0 
+0200
@@ -1 +1 @@
-2.21.1
+2.21.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-2.21.1/src/clients/inst_disks_activate.ycp 
new/yast2-installation-2.21.3/src/clients/inst_disks_activate.ycp
--- old/yast2-installation-2.21.1/src/clients/inst_disks_activate.ycp   
2009-12-18 14:52:04.0 +0100
+++ new/yast2-installation-2.21.3/src/clients/inst_disks_activate.ycp   
2011-04-27 13:01:21.0 +0200
@@ -23,6 +23,7 @@
 import "Arch";
 import "GetInstArgs";
 import "Label";
+import "Linuxrc";
 import "Popup";
 import "Storage";
 import "Wizard";
@@ -32,6 +33,7 @@
 
 boolean have_dasd = false;
 boolean have_zfcp = false;
+boolean want_fcoe = false;
 
 void RestoreButtons (boolean enable_back, boolean enable_next) {
 Wizard::RestoreAbortButton();
@@ -72,7 +74,9 @@
 UI::CloseDialog ();
 }
 
-if (have_dasd || have_zfcp)
+want_fcoe  = Linuxrc::InstallInf ("WithFCoE") == "1";
+
+if (have_dasd || have_zfcp || want_fcoe)
 {
 // dialog caption
 string caption = _("Disk Activation");
@@ -93,6 +97,12 @@
_("Configure &ZFCP Disks")))
: `VSpacing (0),
`VSpacing (have_zfcp ? 2 : 0),
+   want_fcoe
+   ? `HWeight (1, `PushButton (`id (`fcoe), `opt (`hstretch),
+   // push button
+   _("Configure &FCoE Interfaces")))
+   : `VSpacing (0),
+   `VSpacing (want_fcoe? 2 : 0),
`HWeight (1, `PushButton (`id (`iscsi), `opt (`hstretch),
// push button
_("Configure &iSCSI Disks"))),
@@ -121,7 +131,12 @@
}
else if (ret == `iscsi)
{
-   ret = WFM::call ("inst_iscsi-client");
+   ret = WFM::call ("inst_iscsi-client", [argmap]);
+   ret = `redraw;
+   }
+   else if (ret == `fcoe)
+   {
+   ret = WFM::call ("inst_fcoe-client", [argmap]);
ret = `redraw;
}
if (ret == `redraw)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-2.21.1/src/include/inst_inc_all.ycp 
new/yast2-installation-2.21.3/src/include/inst_inc_all.ycp
--- old/yast2-installation-2.21.1/src/include/inst_inc_all.ycp  2011-02-08 
21:27:44.0 +0100
+++ new/yast2-installation-2.21.3/src/include/inst_inc_all.ycp  2011-04-27 
13:01:15.0 +0200
@@ -199,8 +199,9 @@
 // update the workflow according to current situation
 // disable disks activation if not needed
 boolean iscsi = Linuxrc::InstallInf("WithiSCSI") == "1";
+   boolean fcoe = Linuxrc::InstallInf ("WithFCoE") == "1";
 
-if (! (Arch::s390() || iscsi)) {
+if (! (Arch::s390() || iscsi || fcoe)) {
 y2milestone ("Disabling disk activation module");
   

commit gnome-video-effects for openSUSE:Factory

2011-04-28 Thread h_root

Hello community,

here is the log from the commit of package gnome-video-effects for 
openSUSE:Factory
checked in at Thu Apr 28 15:11:30 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/gnome-video-effects/gnome-video-effects.changes
2011-04-26 20:42:21.0 +0200
@@ -0,0 +1,5 @@
+---
+Fri Mar  4 22:31:01 UTC 2011 - a...@mizerski.pl
+
+- New package, based on version 0.2.0.
+

calling whatdependson for head-i586


New:

  gnome-video-effects-0.2.0.tar.bz2
  gnome-video-effects.changes
  gnome-video-effects.spec



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

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



Name:   gnome-video-effects
Version:0.2.0
Release:1
License:GPLv2+
Summary:Collection of GStreamer effects
Url:http://live.gnome.org/GnomeVideoEffects
Group:  Productivity/Multimedia/Other
Source0:
http://ftp.gnome.org/pub/GNOME/sources/gnome-video-effects/0.2/%{name}-%{version}.tar.bz2
BuildRequires:  intltool
BuildRequires:  pkg-config
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch

%description
A collection of GStreamer effects to be used in different GNOME Modules.

%package devel
License:GPLv2+
Summary:Collection of GStreamer effects -- Development Files
Group:  Development/Tools/Other
Requires:   %{name} = %{version}

%description devel
A collection of GStreamer effects to be used in different GNOME Modules.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
%make_install

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS README
%{_datadir}/%{name}/

%files devel
%defattr(-,root,root,-)
%{_datadir}/pkgconfig/%{name}.pc

%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 arpwatch-ethercodes for openSUSE:Factory

2011-04-28 Thread h_root

Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory
checked in at Thu Apr 28 14:57:49 CEST 2011.




--- AUTO/all/arpwatch-ethercodes/arpwatch-ethercodes.changes2011-04-21 
11:40:10.0 +0200
+++ 
/mounts/work_src_done/STABLE/arpwatch-ethercodes/arpwatch-ethercodes.changes
2011-04-28 13:40:07.0 +0200
@@ -2 +2 @@
-Thu Apr 21 11:40:10 CEST 2011 - autobu...@suse.de
+Thu Apr 28 13:40:07 CEST 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-04-21
+- automated update on 2011-04-28

calling whatdependson for head-i586




Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.49AjPz/_old  2011-04-28 14:57:37.0 +0200
+++ /var/tmp/diff_new_pack.49AjPz/_new  2011-04-28 14:57:37.0 +0200
@@ -25,7 +25,7 @@
 Group:  Productivity/Networking/Diagnostic
 AutoReqProv:on
 Summary:Ethercodes Data for arpwatch
-Version:2011.4.21
+Version:2011.4.28
 Release:1
 Source: http://standards.ieee.org/regauth/oui/oui.txt.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt.bz2 ++
--- /var/tmp/diff_new_pack.49AjPz/_old  2011-04-28 14:57:37.0 +0200
+++ /var/tmp/diff_new_pack.49AjPz/_new  2011-04-28 14:57:37.0 +0200
@@ -31480,7 +31480,8 @@
 
 00-13-69   (hex)   Honda Electron Co., LED.
 001369 (base 16)   Honda Electron Co., LED.
-   2-14-1, Kyobashi
+   Kanematsu Building 3 Floor
+   2-14-1, Kyobashi  
Chuo-ku Tokyo 104-0031
JAPAN
 
@@ -66289,10 +66290,10 @@
GERMANY
GERMANY
 
-00-40-B3   (hex)   PAR MICROSYSTEMS CORPORATION
-0040B3 (base 16)   PAR MICROSYSTEMS CORPORATION
-   220 SENECA TURNPIKE
-   NEW HARTFORD NY 13413-1191
+00-40-B3   (hex)   ParTech Inc.
+0040B3 (base 16)   ParTech Inc.
+   8383 Seneca Turnpike
+   NEW HARTFORD NY 13413
UNITED STATES
 
 00-40-B4   (hex)   NEXTCOM K.K.
@@ -69969,6 +69970,12 @@
RUEIL MALMAISON  92848
FRANCE
 
+00-7F-28   (hex)   Actiontec Electronics, Inc
+007F28 (base 16)   Actiontec Electronics, Inc
+   760 North Mary Ave
+   Sunnyvale CA 94085
+   UNITED STATES
+
 00-80-00   (hex)   MULTITECH SYSTEMS, INC.
 008000 (base 16)   MULTITECH SYSTEMS, INC.
2205 WOODALE DRIVE
@@ -81790,6 +81797,12 @@
Taipei  11493
TAIWAN, REPUBLIC OF CHINA
 
+0C-92-4E   (hex)   Rice Lake Weighing Systems
+0C924E (base 16)   Rice Lake Weighing Systems
+   230 West Coleman St
+   Rice Lake WI 54868
+   UNITED STATES
+
 0C-A4-02   (hex)   Alcatel Lucent IPD
 0CA402 (base 16)   Alcatel Lucent IPD
600 March Drive
@@ -83213,6 +83226,12 @@
Woffelsbach NRW 52152
GERMANY
 
+28-CF-DA   (hex)   Apple Inc
+28CFDA (base 16)   Apple Inc
+   1 infinite Loop
+   Cupertino CA 95014
+   UNITED STATES
+
 28-E2-97   (hex)   Shanghai InfoTM Microelectronics Co.,Ltd.
 28E297 (base 16)   Shanghai InfoTM Microelectronics Co.,Ltd.
building 11,NO.115,lane 572,BiBo Road,
@@ -84162,6 +84181,13 @@
Hemel Hempstead Herts HP2 4NW
UNITED KINGDOM
 
+40-04-0C   (hex)   A&T
+40040C (base 16)   A&T
+   #411, Will Town, 402-3
+   Sang-Dong, Wonmi-Gu, 
+   Bucheon-Si Gyeonggi-Do 420-814
+   KOREA, REPUBLIC OF
+
 40-12-E4   (hex)   Compass-EOS
 4012E4 (base 16)   Compass-EOS
7 Giborei Israel
@@ -84221,6 +84247,12 @@
Lund SE 221 88
SWEDEN
 
+40-2C-F4   (hex)   Universal Global Scientific Industrial Co., Ltd.
+402CF4 (base 16)   Universal Global Scientific Industrial Co., Ltd.
+  

commit rfc for openSUSE:Factory

2011-04-28 Thread h_root

Hello community,

here is the log from the commit of package rfc for openSUSE:Factory
checked in at Thu Apr 28 14:57:27 CEST 2011.




--- AUTO/all/rfc/rfc.changes2011-04-21 12:42:11.0 +0200
+++ /mounts/work_src_done/STABLE/rfc/rfc.changes2011-04-28 
13:42:26.0 +0200
@@ -2 +2 @@
-Thu Apr 21 12:42:10 CEST 2011 - autobu...@suse.de
+Thu Apr 28 13:42:26 CEST 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-04-21
+- automated update on 2011-04-28

calling whatdependson for head-i586




Other differences:
--
++ rfc.spec ++
--- /var/tmp/diff_new_pack.MvNtRu/_old  2011-04-28 14:57:12.0 +0200
+++ /var/tmp/diff_new_pack.MvNtRu/_new  2011-04-28 14:57:12.0 +0200
@@ -25,7 +25,7 @@
 Summary:The RFCs (Request For Comments)
 Source: rfc.tgz
 BuildArch:  noarch
-Version:2011.4.21
+Version:2011.4.28
 Release:1
 Url:ftp://ftp.isi.edu/in-notes
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build


++ rfc.tgz ++
AUTO/all/rfc/rfc.tgz /mounts/work_src_done/STABLE/rfc/rfc.tgz differ: char 5, 
line 1






Remember to have fun...

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



commit gnome-themes-standard for openSUSE:Factory

2011-04-28 Thread h_root

Hello community,

here is the log from the commit of package gnome-themes-standard for 
openSUSE:Factory
checked in at Thu Apr 28 14:56:38 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/gnome-themes-standard/gnome-themes-standard.changes
2011-04-27 10:53:18.0 +0200
@@ -0,0 +1,87 @@
+---
+Wed Apr 27 08:50:30 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.1:
+  + Reduce vertical padding for most of the common widgets,
+requires GTK+ 3.0.9.
+
+---
+Wed Apr 27 10:26:31 CEST 2011 - vu...@opensuse.org
+
+- Move accessibility themes to a gnome-themes-accessibility
+  subpackage.
+
+---
+Tue Apr  5 12:44:41 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.0:
+  + Don't propagate an 1px separator width to the whole toolbar
+  + Add icon-size property for NaTrayApplet
+- Add Conflicts to gnome-themes < 3.0.0 because of accessibility
+  themes.
+
+---
+Mon Mar 28 17:50:31 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.91.93:
+  + Remove the dark theme variant for 3.0
+  + Fix gnome-terminal background
+- Changes from version 2.91.92.1:
+  + Theme fail whale dialog
+  + Add a dark Adwaita variant
+  + Add an inline toolbar style class
+  + Add a sidebar style class
+  + Fixes for insensitive state
+  + Fix focus ring on primary toolbars
+  + Tweak GTK2 theme colors
+  + Theme GtkScale marks
+  + Add an 1px spacing between scrollbar sliders and steppers
+  + Theme menu arrows
+  + Theme menu accelerators
+  + Tweak GtkSwitch theming
+  + Lots of tweaks for Fallback mode panel/applets
+- Changes from version 2.91.91.1:
+  + Add raised toolbar buttons
+  + Make focus ring match latest mockups
+  + Make active toolbar buttons match latest mockups
+  + Fix pane separators
+  + Properly align check/radio buttons
+  + Fix a typo to work correctly with GTK+ 3.0.3
+- Changes from version 2.91.91:
+  + Big revamp of the Adwaita engine to match 3.0 designs.
+- Accessibility themes are now in gnome-themes-standard package.
+
+---
+Mon Feb 28 15:43:13 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.91.90.1:
+  + Fix appearance of check boxes
+- Changes from version 2.91.90:
+  + Don't hardcode Cantarell in the CSS file
+  + Miscellaneous rendering fixes
+  + Separate theme colors from the CSS
+  + Add a settings.ini file
+- Changes from version 2.91.8:
+  + Don't set background for evince background
+  + Remove gtkrc file for GTK+ 3.0
+  + Plain style for 'internal' toolbars
+- Changes from version 2.91.7:
+  + Improved resize grip rendering
+  + Fix gnome-terminal text colors
+  + Fix expander rendering +/- confusion
+  + Fix install location of the engine
+- Changes from version 2.91.5:
+  + Add Adwaita engine
+- Create subpackage for adwaita engine and remove
+  gtk3-theming-engine-clearlooks requires in
+  gtk3-metatheme-adwaita.
+- Add gtk3-devel BuildRequires and stop marking the main package as
+  noarch since we now have a arch-specific subpackage. Instead,
+  mark metatheme-adwaita-common, gtk2-metatheme-adwaita and
+  gtk3-metatheme-adwaita as noarch.
+
+---
+Wed Dec 15 16:07:31 CET 2010 - vu...@opensuse.org
+
+- New package (version 2.91.4).
+

calling whatdependson for head-i586


New:

  gnome-themes-standard-3.0.1.tar.bz2
  gnome-themes-standard.changes
  gnome-themes-standard.spec



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

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



Name:   gnome-themes-standard
Summary:Standard GNOME Themes
Version:3.0.1
Release:1
License:LGPLv2.1+
Group:  System/GUI/GNOME
Url:http://www.gnome.org
Source: 
http://ftp.gnome.org/pub/GNOME/sources/gnome-themes-standard/2.91/%{name}-%{version}.tar.bz2
BuildRequires:  fdupes
BuildR

commit libsocialweb for openSUSE:Factory

2011-04-28 Thread h_root

Hello community,

here is the log from the commit of package libsocialweb for openSUSE:Factory
checked in at Thu Apr 28 14:36:36 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/libsocialweb/libsocialweb.changes  
2011-04-26 17:24:18.0 +0200
@@ -0,0 +1,119 @@
+---
+Thu Apr  7 16:04:12 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.25.15:
+  + Contacts-related fixes.
+  + Flickr: implement contacts support
+  + Twitter: implement contacts support
+
+---
+Mon Apr  4 11:30:29 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.25.14:
+  + introspection: annotations for capabilities
+  + Add contacts API and support in Facebook, lastfm services.
+  + Facebook: various fixes.
+
+---
+Wed Mar 23 13:09:35 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.25.13
+  + Youtube: Added support for video upload
+  + Photobucket: Added has-collections-iface capability.
+  + Updated translations.
+
+---
+Thu Mar 17 09:11:36 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.25.12
+  + Add Plurk service.
+  + Add Youtube service.
+  + Add Sina service.
+  + Add photobucket service.
+  + Add introspection support
+  + Add vala binding
+  + Add support for NetworkManager 0.9.
+  + Add and use sw_service_map_params for cleanly mapping lsw
+parameters.
+  + Add Collections.GetCreatableTypes() to know which types can be
+created.
+  + Flickr:
+- Add x-flickr-tags upload parameter.
+  + SmugMug:
+- Robustify remote error handling.
+- Add support for dynamic caps.
+- Fix Collections.GetDetails.
+  + Vimeo:
+- Add oauth support.
+  + Updated translations.
+- Add gobject-introspection-devel and libxslt BuildRequires.
+
+---
+Thu Mar  3 10:36:53 CET 2011 - vu...@opensuse.org
+
+- Update to version 0.25.11:
+  + Add Facebook service.
+  + Add SmugMug module.
+- Changes from version 0.25.10:
+  + Make service errors proper dbus errors.
+  + Add collections dbus interface.
+- Changes from version 0.25.9:
+  + Add video upload support to flickr service.
+  + twitter-item-view: Unescape the content for the twitter item
+view.
+  + Stop update timeouts when the credentials are invalid.
+- Changes from version 0.25.8:
+  + Load the service information from datadir, not from the user
+directory.
+- Changes from version 0.25.7:
+  + No real change.
+- Pass --enable-all-services to configure to build support for all
+  services.
+
+---
+Thu Mar  3 10:27:47 CET 2011 - vu...@opensuse.org
+
+- Cleanup for proper inclusion in Factory:
+  + General cleanup of spec file.
+  + Improved summaries and descriptions.
+  + Split libsocialweb0 and libsocialweb-client2 subpackages.
+  + Merge the doc subpackage in devel subpackage.
+  + Create lang subpackage.
+
+---
+Tue Feb 15 17:13:06 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.25.7:
+  - no code change, hosting moved to GNOME infrastructure
+
+---
+Thu Jan 20 10:36:02 UTC 2011 - awa...@opensuse.org
+
+- Update to version 0.25.6
+
+---
+Fri Nov 05 16:01:43 UTC 2010 - awa...@opensuse.org
+
+- Update to version 0.25.4
+
+---
+Tue Sep 07 19:38:13 UTC 2010 - awa...@opensuse.org
+
+- Spec file clean up
+- Update to version 0.25.4
+
+---
+Mon Jul 19 15:15:29 UTC 2010 - awa...@opensuse.org
+
+- Update to version 0.24.9
+
+---
+Thu Jul 08 05:54:16 UTC 2010 - awa...@opensuse.org
+
+- Switch from using conman to NetworkManager
+- Enable digg, Flickr, Facebook & MySpace
+
+---
+Thu Jun 10 09:05:47 UTC 2010 - awa...@opensuse.org
+
+- Initial import for openSUSE version 0.24.6

calling whatdependson for head-i586


New:

  libsocialweb-0.25.15.tar.bz2
  libsocialweb.changes
  libsocialweb.spec



Other differences:
--
++ libsocialweb.spec ++
#
# spec file for package libsocialweb
#
# 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 

commit osc for openSUSE:Factory

2011-04-28 Thread h_root

Hello community,

here is the log from the commit of package osc for openSUSE:Factory
checked in at Thu Apr 28 14:25:52 CEST 2011.




--- osc/osc.changes 2011-03-18 22:15:05.0 +0100
+++ /mounts/work_src_done/STABLE/osc/osc.changes2011-04-27 
14:27:05.0 +0200
@@ -1,0 +2,34 @@
+Wed Apr 27 12:24:04 UTC 2011 - adr...@suse.de
+
+- update to 0.131
+  - new command 'develproject' to print the devel project from the package 
meta.
+  - add blt and rblt commands, aka "buildlogtail" and "remotebuildlogtail" to 
show
+just the end of a build log (for getting the fail reason faster).
+CHANGE: the --start parameter is now called --offset
+  - add "createrequest -a add_group" option to create a group request
+  - add "createrequest -a add_me" shortcut
+  - add "less" command, doing the same as "osc cat" but with pager
+  - fallback to unexpanded diff mode on "osc diff" on merge error.
+  - support viewing the commit history of deleted packages
+  - show review states on "review list"
+  - new source service commands "localrun" and "disabledrun" to generate files 
without _service: prefix
+  - add "request supersede" and "review supersede" to supersede with existing 
request
+  - make it possible to run single source services, even when not specified in 
_service file.
+(For example for doing a version update without creating a _service file: 
osc service lr update_source)
+  - protect rebuild and abortbuild commands with required "--all" option to 
mass failures by accident (similar to wipebinaries)
+  - "review accept/decline" is trying to change all reviews of a requests, if 
a specific one is not specified by user
+  #
+  # Features which requires OBS 2.3
+  #
+  - "my requests" is doing faster and complete server side lookup now if 
available
+  - "review" command has been extended to handle reviews by project or by 
package maintainers
+  - support for new source service modes: disabled, trylocal and localonly
+  - support project wide source services
+  - support for armv7hl architecuture. used to denote armv7 + hardfloat 
binaries
+  - add force option to accept requests in review state.
+  - add "maintenancerequest" command to request a maintenance incident from 
maintenance team
+  - add "releaserequest" command run a maintenance update release process (for 
maintenance team only)
+  - allow to force the storage of project meta data (to ignore depending 
repositories for example)
+  - "my requests" is showing requests with open reviews also now
+
+---

calling whatdependson for head-i586


Old:

  osc-0.130.1.tar.gz

New:

  osc-0.131.tar.gz



Other differences:
--
++ osc.spec ++
--- /var/tmp/diff_new_pack.TiTTkb/_old  2011-04-28 14:23:18.0 +0200
+++ /var/tmp/diff_new_pack.TiTTkb/_new  2011-04-28 14:23:18.0 +0200
@@ -18,8 +18,8 @@
 
 
 Name:   osc
-Version:0.130.1
-Release:6
+Version:0.131
+Release:1
 Group:  Development/Tools/Other
 License:GPLv2+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -70,6 +70,13 @@
 BuildRequires:  m2crypto
 Requires:   m2crypto > 0.19
 %endif
+%if 0%{?mandriva_version} 
+Requires:   python-rpm
+BuildRequires:  python-rpm
+%else
+Requires:   rpm-python
+BuildRequires:  rpm-python
+%endif
 
 #
 %{!?python_sitelib: %define python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}

++ debian.changelog ++
--- /var/tmp/diff_new_pack.TiTTkb/_old  2011-04-28 14:23:18.0 +0200
+++ /var/tmp/diff_new_pack.TiTTkb/_new  2011-04-28 14:23:18.0 +0200
@@ -1,3 +1,8 @@
+osc (0.131-1) unstable; urgency=low
+  - Update to 0.131
+
+ -- Adrian Schroeter   Wed, 27 Apr 2011 10:00:00 +0200
+
 osc (0.130.1-1) unstable; urgency=low
   - Update to 0.130.1
 

++ osc-0.130.1.tar.gz -> osc-0.131.tar.gz ++
 8097 lines of diff (skipped)

++ osc.dsc ++
--- /var/tmp/diff_new_pack.TiTTkb/_old  2011-04-28 14:23:18.0 +0200
+++ /var/tmp/diff_new_pack.TiTTkb/_new  2011-04-28 14:23:18.0 +0200
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: osc
-Version: 0.130.1
+Version: 0.131
 Binary: osc
 Maintainer: Adrian Schroeter 
 Architecture: any






Remember to have fun...

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



commit yast2-qt-pkg for openSUSE:Factory

2011-04-28 Thread h_root

Hello community,

here is the log from the commit of package yast2-qt-pkg for openSUSE:Factory
checked in at Thu Apr 28 14:23:06 CEST 2011.




--- yast2-qt-pkg/yast2-qt-pkg.changes   2011-02-03 15:15:03.0 +0100
+++ /mounts/work_src_done/STABLE/yast2-qt-pkg/yast2-qt-pkg.changes  
2011-04-27 17:06:21.0 +0200
@@ -1,0 +2,12 @@
+Wed Apr 27 17:05:04 CEST 2011 - tgoettlic...@suse.de
+
+- Added translation markers for RPM fields (bnc #686502)
+- 2.21.2
+
+---
+Wed Apr 27 16:27:50 CEST 2011 - tgoettlic...@suse.de
+
+- Enabled menu key to show context menu (bnc #681702)
+- 2.21.1
+
+---

calling whatdependson for head-i586


Old:

  yast2-qt-pkg-2.20.3.tar.bz2

New:

  yast2-qt-pkg-2.21.2.tar.bz2



Other differences:
--
++ yast2-qt-pkg.spec ++
--- /var/tmp/diff_new_pack.0tspGr/_old  2011-04-28 13:53:47.0 +0200
+++ /var/tmp/diff_new_pack.0tspGr/_new  2011-04-28 13:53:47.0 +0200
@@ -18,11 +18,11 @@
 
 
 Name:   yast2-qt-pkg
-Version:2.20.3
+Version:2.21.2
 Release:1
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-qt-pkg-2.20.3.tar.bz2
+Source0:yast2-qt-pkg-2.21.2.tar.bz2
 Group:  System/YaST
 License:GPLv2+
 BuildRequires:  docbook-xsl-stylesheets doxygen libdrm-devel libjpeg-devel 
libxcrypt-devel

++ yast2-qt-pkg-2.20.3.tar.bz2 -> yast2-qt-pkg-2.21.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-qt-pkg-2.20.3/VERSION.cmake 
new/yast2-qt-pkg-2.21.2/VERSION.cmake
--- old/yast2-qt-pkg-2.20.3/VERSION.cmake   2011-02-03 15:16:10.0 
+0100
+++ new/yast2-qt-pkg-2.21.2/VERSION.cmake   2011-04-27 17:06:05.0 
+0200
@@ -1,3 +1,3 @@
 SET(VERSION_MAJOR "2")
-SET(VERSION_MINOR "20")
-SET(VERSION_PATCH "3")
+SET(VERSION_MINOR "21")
+SET(VERSION_PATCH "2")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-qt-pkg-2.20.3/package/yast2-qt-pkg.changes 
new/yast2-qt-pkg-2.21.2/package/yast2-qt-pkg.changes
--- old/yast2-qt-pkg-2.20.3/package/yast2-qt-pkg.changes2011-02-03 
15:16:10.0 +0100
+++ new/yast2-qt-pkg-2.21.2/package/yast2-qt-pkg.changes2011-04-27 
17:06:05.0 +0200
@@ -1,4 +1,16 @@
 ---
+Wed Apr 27 17:05:04 CEST 2011 - tgoettlic...@suse.de
+
+- Added translation markers for RPM fields (bnc #686502)
+- 2.21.2
+
+---
+Wed Apr 27 16:27:50 CEST 2011 - tgoettlic...@suse.de
+
+- Enabled menu key to show context menu (bnc #681702)
+- 2.21.1
+
+---
 Thu Feb  3 15:13:54 CET 2011 - tgoettlic...@suse.de
 
 - Fixed dependencies
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-qt-pkg-2.20.3/src/YQPkgDependenciesView.cc 
new/yast2-qt-pkg-2.21.2/src/YQPkgDependenciesView.cc
--- old/yast2-qt-pkg-2.20.3/src/YQPkgDependenciesView.cc2011-02-03 
15:16:10.0 +0100
+++ new/yast2-qt-pkg-2.21.2/src/YQPkgDependenciesView.cc2011-04-27 
17:06:05.0 +0200
@@ -103,18 +103,15 @@
table(
  row( hcell( _( "Version:" ) ) + cell( pkg->edition().asString()   
) ) +
 
- // Intentionally NOT translating the RPM depencency tags:
- // They make only sense to users who have some basic knowledge 
what they are anyway.
-
- row( "Provides:", pkg->dep( zypp::Dep::PROVIDES   
) ) +
- row( "Prerequires:",  pkg->dep( zypp::Dep::PREREQUIRES
) ) +
- row( "Requires:", pkg->dep( zypp::Dep::REQUIRES   
) ) +
- row( "Conflicts:",pkg->dep( zypp::Dep::CONFLICTS  
) ) +
- row( "Obsoletes:",pkg->dep( zypp::Dep::OBSOLETES  
) ) +
- row( "Recommends:",   pkg->dep( zypp::Dep::RECOMMENDS 
) ) +
- row( "Suggests:", pkg->dep( zypp::Dep::SUGGESTS   
) ) +
- row( "Enances:",  pkg->dep( zypp::Dep::ENHANCES   
) ) +
- row( "Supplements:",  pkg->dep( zypp::Dep::SUPPLEMENTS
) )
+ row( _("Provides:"),  pkg->dep( zypp::Dep::PROVIDES   
) ) +
+ row( _("Prerequires:"),   pkg->dep( zypp::Dep::PREREQUIRES
) ) +
+ row( _("Requires:"),  pkg->dep( zypp::Dep::REQUIRES   
) ) +
+ row( _("Conflicts:"), pkg->dep( zypp::Dep::CONFLICTS  
) ) +
+ row( _("Obsoletes:"), pkg->dep( zypp::Dep::OBSOLETES  
) ) +
+ 

commit pciutils-ids for openSUSE:Factory

2011-04-28 Thread h_root

Hello community,

here is the log from the commit of package pciutils-ids for openSUSE:Factory
checked in at Thu Apr 28 13:53:25 CEST 2011.




--- AUTO/all/pciutils-ids/pciutils-ids.changes  2011-04-21 03:40:04.0 
+0200
+++ /mounts/work_src_done/STABLE/pciutils-ids/pciutils-ids.changes  
2011-04-28 04:40:06.0 +0200
@@ -2 +2 @@
-Thu Apr 21 03:40:04 CEST 2011 - autobu...@suse.de
+Thu Apr 28 04:40:05 CEST 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-04-21
+- automated update on 2011-04-28

calling whatdependson for head-i586




Other differences:
--
++ pciutils-ids.spec ++
--- /var/tmp/diff_new_pack.n6OwLz/_old  2011-04-28 13:48:06.0 +0200
+++ /var/tmp/diff_new_pack.n6OwLz/_new  2011-04-28 13:48:06.0 +0200
@@ -19,7 +19,7 @@
 
 
 Name:   pciutils-ids
-Version:2011.4.21
+Version:2011.4.28
 Release:1
 AutoReqProv:on
 Group:  Hardware/Other

++ pci.ids.bz2 ++
--- /var/tmp/diff_new_pack.n6OwLz/_old  2011-04-28 13:48:06.0 +0200
+++ /var/tmp/diff_new_pack.n6OwLz/_new  2011-04-28 13:48:06.0 +0200
@@ -1,8 +1,8 @@
 #
 #  List of PCI ID's
 #
-#  Version: 2011.04.21
-#  Date:2011-04-21 03:15:04
+#  Version: 2011.04.26
+#  Date:2011-04-26 03:15:02
 #
 #  Maintained by Martin Mares  and other volunteers from the
 #  PCI ID Project at http://pciids.sf.net/.
@@ -2304,6 +2304,14 @@
1702  Family 12h/14h Processor Function 2
1703  Family 12h/14h Processor Function 3
1704  Family 12h/14h Processor Function 4
+   1705  Family 12h Processor Root Complex
+   1707  Family 12h Processor Root Port
+   1708  Family 12h Processor Root Port
+   1709  Family 12h Processor Root Port
+   170a  Family 12h Processor Root Port
+   170b  Family 12h Processor Root Port
+   170c  Family 12h Processor Root Port
+   170d  Family 12h Processor Root Port
1716  Family 12h/14h Processor Function 5
1718  Family 12h/14h Processor Function 6
1719  Family 12h/14h Processor Function 7
@@ -4155,7 +4163,7 @@
6312  SP202-based 2Gb Fibre Channel to PCI-X HBA
6322  SP212-based 2Gb Fibre Channel to PCI-X HBA
7220  IBA7220 InfiniBand HCA
-   7322  InfiniPath QME7342 QDR HCA
+   7322  IBA7322 QDR InfiniBand HCA
8000  10GbE Converged Network Adapter (TCP/IP Networking)
8001  10GbE Converged Network Adapter (FCoE)
8020  cLOM8214 1/10GbE Controller
@@ -4779,6 +4787,8 @@
1518 0200  Kontron ThinkIO-C
15ed 1002  MCCS 8-port Serial Hot Swap
15ed 1003  MCCS 16-port Serial Hot Swap
+# MIL-STD-1553B Board
+   e1c5 0001  TE1-PCI
9036  9036
9050  PCI <-> IOBus Bridge
10b5 1067  IXXAT CAN i165
@@ -15018,6 +15028,7 @@
0043  Core Processor Secondary PCI Express Root Port
0044  Core Processor DRAM Controller
1025 0347  Aspire 7740G
+   e4bf 50c1  PC1-GROOVE
0045  Core Processor PCI Express x16 Root Port
0046  Core Processor Integrated Graphics Controller
e4bf 50c1  PC1-GROOVE
@@ -18605,12 +18616,14 @@
1025 0347  Aspire 7740G
3b2c  5 Series/3400 Series Chipset SATA RAID Controller
3b2d  5 Series/3400 Series Chipset 2 port SATA IDE Controller
+   e4bf 50c1  PC1-GROOVE
3b2e  5 Series/3400 Series Chipset 4 port SATA IDE Controller
e4bf 50c1  PC1-GROOVE
3b2f  5 Series/3400 Series Chipset 6 port SATA AHCI Controller
3b30  5 Series/3400 Series Chipset SMBus Controller
1025 0347  Aspire 7740G
1028 040b  Latitude E6510
+   e4bf 50c1  PC1-GROOVE
3b32  5 Series/3400 Series Chipset Thermal Subsystem
1025 0347  Aspire 7740G
3b34  5 Series/3400 Series Chipset USB2 Enhanced Host Controller
@@ -19623,6 +19636,7 @@
b100 0003  OpenVox A400P 4-port analog card
b1d9 0003  X400P 4-port analog card
0002  Tiger100APC ISDN chipset
+e1c5  Elcus
 e4bf  EKF Elektronik GmbH
 e55e  Essence Technology, Inc.
 ea01  Eagle Technology






Remember to have fun...

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