commit yast2-hardware-detection for openSUSE:Factory

2012-01-31 Thread h_root
Hello community,

here is the log from the commit of package yast2-hardware-detection for 
openSUSE:Factory checked in at 2012-01-31 10:23:01

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


Package is "yast2-hardware-detection", Maintainer is "mvid...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-hardware-detection/yast2-hardware-detection.changes
2011-10-11 17:07:53.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-hardware-detection.new/yast2-hardware-detection.changes
   2012-01-31 10:23:03.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 25 12:39:21 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ yast2-hardware-detection.spec ++
--- /var/tmp/diff_new_pack.ujmMaY/_old  2012-01-31 10:23:07.0 +0100
+++ /var/tmp/diff_new_pack.ujmMaY/_new  2012-01-31 10:23:07.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-hardware-detection
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,22 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   yast2-hardware-detection
 Version:2.21.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-hardware-detection-2.21.0.tar.bz2
-
-Prefix: /usr
+Source0:yast2-hardware-detection-%{version}.tar.bz2
 
-Group:  System/YaST
-License:GPL-2.0+
 # obviously
 BuildRequires:  gcc-c++
+BuildRequires:  libtool
 # needed for all yast packages
 BuildRequires:  yast2-devtools
 # autodocs
@@ -50,6 +45,8 @@
 # we check for hwinfo
 BuildRequires:  pkg-config
 Summary:YaST2 - Hardware Detection Interface
+License:GPL-2.0+
+Group:  System/YaST
 # hwinfo-13.38: hw_fingerprint
 Requires:   hwinfo >= 13.38
 
@@ -57,26 +54,25 @@
 This package contains the hardware detection library for YaST2.
 
 %prep
-%setup -n yast2-hardware-detection-2.21.0
+%setup -n yast2-hardware-detection-%{version}
 
 %build
-%{prefix}/bin/y2tool y2autoconf
-%{prefix}/bin/y2tool y2automake
+%{_prefix}/bin/y2tool y2autoconf
+%{_prefix}/bin/y2tool y2automake
 autoreconf --force --install
 
 export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 
-%{?suse_update_config:%{suse_update_config -f}}
-./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
+./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works
 make %{?jobs:-j%jobs} V=1
 
 %install
 make install DESTDIR="$RPM_BUILD_ROOT"
-[ -e "%{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || 
Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
-for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name 
"*.desktop"` ; do
+[ -e "%{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || 
Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
+for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name 
"*.desktop"` ; do
 d=${f##*/}
 %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
 done
@@ -91,6 +87,6 @@
 /usr/share/YaST2/scrconf/*.scr
 %{_libdir}/YaST2/plugin/libpy2ag_hwprobe.so.*
 %{_libdir}/YaST2/plugin/libpy2ag_hwprobe.so
-%doc %{prefix}/share/doc/packages/yast2-hardware-detection
+%doc %{_prefix}/share/doc/packages/yast2-hardware-detection
 
 %changelog

++ yast2-hardware-detection-2.21.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-hardware-detection-2.21.0/Makefile.am 
new/yast2-hardware-detection-2.21.0/Makefile.am
--- old/yast2-hardware-detection-2.21.0/Makefile.am 2011-10-10 
17:48:54.0 +0200
+++ new/yast2-hardware-detection-2.21.0/Makefile.am 2012-01-30 
13:42:00.0 +0100
@@ -20,7 +20,6 @@
 IS_DEVTOOLS= $(findstring yast2-devtools,$(RPMNAME))
 
 DEVTOOLS_DIR   = $(if 
$(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools)
-ALL_PACKAGES   = $(DEVTOOLS_DIR)/admin/all-packages
 LEGALESE_DIR   = $(if 
$(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl)
 
 COPYRIGHT_files_gpl= README COPYI

commit yast2-hardware-detection for openSUSE:Factory

2011-09-13 Thread h_root

Hello community,

here is the log from the commit of package yast2-hardware-detection for 
openSUSE:Factory
checked in at Tue Sep 13 12:40:08 CEST 2011.




--- yast2-hardware-detection/yast2-hardware-detection.changes   2008-08-14 
09:09:48.0 +0200
+++ 
/mounts/work_src_done/STABLE/yast2-hardware-detection/yast2-hardware-detection.changes
  2011-09-13 11:01:00.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep 13 10:50:28 CEST 2011 - mvid...@suse.cz
+
+- Use pr_bios for .probe.bios so that smbios info is included
+  (bnc#425059, bnc#716081).
+- 2.17.2
+
+---
@@ -139 +145,0 @@


calling whatdependson for head-i586


Old:

  yast2-hardware-detection-2.17.1.tar.bz2

New:

  yast2-hardware-detection-2.17.2.tar.bz2



Other differences:
--
++ yast2-hardware-detection.spec ++
--- /var/tmp/diff_new_pack.xEijZh/_old  2011-09-13 12:39:56.0 +0200
+++ /var/tmp/diff_new_pack.xEijZh/_new  2011-09-13 12:39:56.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package yast2-hardware-detection (Version 2.17.1)
+# spec file for package yast2-hardware-detection
 #
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,13 +19,16 @@
 
 
 Name:   yast2-hardware-detection
-Version:2.17.1
+Version:2.17.2
 Release:1
-License:GPL v2 or later
-Group:  System/YaST
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-hardware-detection-2.17.1.tar.bz2
+Source0:yast2-hardware-detection-2.17.2.tar.bz2
+
 Prefix: /usr
+
+Group:  System/YaST
+License:GPL v2 or later
 # obviously
 BuildRequires:  gcc-c++
 # needed for all yast packages
@@ -53,27 +56,22 @@
 %description
 This package contains the hardware detection library for YaST2.
 
-
-
-Authors:
-
-Arvin Schnell 
-Klaus Kaempf 
-Mathias Kettner 
-Stefan Hundhammer 
-
 %prep
-%setup -n yast2-hardware-detection-2.17.1
+%setup -n yast2-hardware-detection-2.17.2
 
 %build
 %{prefix}/bin/y2tool y2autoconf
 %{prefix}/bin/y2tool y2automake
 autoreconf --force --install
+
 export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
+
 %{?suse_update_config:%{suse_update_config -f}}
 ./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
-make %{?jobs:-j%jobs}
+# V=1: verbose build in case we used AM_SILENT_RULES(yes)
+# so that RPM_OPT_FLAGS check works
+make %{?jobs:-j%jobs} V=1
 
 %install
 make install DESTDIR="$RPM_BUILD_ROOT"
@@ -82,6 +80,7 @@
 d=${f##*/}
 %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
 done
+
 rm $RPM_BUILD_ROOT/%{_libdir}/YaST2/plugin/libpy2ag_hwprobe.la
 
 %clean
@@ -93,4 +92,5 @@
 %{_libdir}/YaST2/plugin/libpy2ag_hwprobe.so.*
 %{_libdir}/YaST2/plugin/libpy2ag_hwprobe.so
 %doc %{prefix}/share/doc/packages/yast2-hardware-detection
+
 %changelog

++ yast2-hardware-detection-2.17.1.tar.bz2 -> 
yast2-hardware-detection-2.17.2.tar.bz2 ++
 70206 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 yast2-hardware-detection for openSUSE:Factory

2012-03-20 Thread h_root
Hello community,

here is the log from the commit of package yast2-hardware-detection for 
openSUSE:Factory checked in at 2012-03-20 17:47:33

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


Package is "yast2-hardware-detection", Maintainer is "mvid...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-hardware-detection/yast2-hardware-detection.changes
2012-01-31 10:23:03.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-hardware-detection.new/yast2-hardware-detection.changes
   2012-03-20 17:47:38.0 +0100
@@ -1,0 +2,6 @@
+Mon Mar 19 16:15:27 CET 2012 - aschn...@suse.de
+
+- fixed for gcc 4.7
+- 2.22.0
+
+---

Old:

  yast2-hardware-detection-2.21.0.tar.bz2

New:

  yast2-hardware-detection-2.22.0.tar.bz2



Other differences:
--
++ yast2-hardware-detection.spec ++
--- /var/tmp/diff_new_pack.pFdMKR/_old  2012-03-20 17:47:39.0 +0100
+++ /var/tmp/diff_new_pack.pFdMKR/_new  2012-03-20 17:47:39.0 +0100
@@ -16,13 +16,16 @@
 #
 
 
+
 Name:   yast2-hardware-detection
-Version:2.21.0
+Version:2.22.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-hardware-detection-%{version}.tar.bz2
 
+Group:  System/YaST
+License:GPL-2.0+
 # obviously
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
@@ -36,8 +39,6 @@
 BuildRequires:  yast2-core-devel
 # liby2.la
 BuildRequires:  blocxx-devel
-# libycp.la wants libxcrypt.la
-BuildRequires:  libxcrypt-devel
 # libycp.la
 BuildRequires:  openssl-devel
 # da library
@@ -45,8 +46,6 @@
 # we check for hwinfo
 BuildRequires:  pkg-config
 Summary:YaST2 - Hardware Detection Interface
-License:GPL-2.0+
-Group:  System/YaST
 # hwinfo-13.38: hw_fingerprint
 Requires:   hwinfo >= 13.38
 

++ yast2-hardware-detection-2.21.0.tar.bz2 -> 
yast2-hardware-detection-2.22.0.tar.bz2 ++
 16412 lines of diff (skipped)

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



commit yast2-hardware-detection for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package yast2-hardware-detection for 
openSUSE:Factory
checked in at Tue Oct 11 17:07:56 CEST 2011.




--- openSUSE:Factory/yast2-hardware-detection/yast2-hardware-detection.changes  
2011-09-23 12:53:10.0 +0200
+++ 
/mounts/work_src_done/STABLE/yast2-hardware-detection/yast2-hardware-detection.changes
  2011-10-10 17:49:30.0 +0200
@@ -1,0 +2,10 @@
+Mon Oct 10 15:46:12 UTC 2011 - lsle...@suse.cz
+
+- 2.21.0
+
+---
+Thu Sep 29 15:08:59 UTC 2011 - lsle...@suse.cz
+
+- return joystick details (number of buttons and axes)
+
+---

calling whatdependson for head-i586


Old:

  yast2-hardware-detection-2.17.2.tar.bz2

New:

  yast2-hardware-detection-2.21.0.tar.bz2



Other differences:
--
++ yast2-hardware-detection.spec ++
--- /var/tmp/diff_new_pack.OMUbkL/_old  2011-10-11 17:07:51.0 +0200
+++ /var/tmp/diff_new_pack.OMUbkL/_new  2011-10-11 17:07:51.0 +0200
@@ -19,16 +19,16 @@
 
 
 Name:   yast2-hardware-detection
-Version:2.17.2
-Release:1
+Version:2.21.0
+Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-hardware-detection-2.17.2.tar.bz2
+Source0:yast2-hardware-detection-2.21.0.tar.bz2
 
 Prefix: /usr
 
 Group:  System/YaST
-License:GPL v2 or later
+License:GPL-2.0+
 # obviously
 BuildRequires:  gcc-c++
 # needed for all yast packages
@@ -57,7 +57,7 @@
 This package contains the hardware detection library for YaST2.
 
 %prep
-%setup -n yast2-hardware-detection-2.17.2
+%setup -n yast2-hardware-detection-2.21.0
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++ yast2-hardware-detection-2.17.2.tar.bz2 -> 
yast2-hardware-detection-2.21.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-hardware-detection-2.17.2/VERSION 
new/yast2-hardware-detection-2.21.0/VERSION
--- old/yast2-hardware-detection-2.17.2/VERSION 2011-09-13 10:58:29.0 
+0200
+++ new/yast2-hardware-detection-2.21.0/VERSION 2011-10-10 17:47:55.0 
+0200
@@ -1 +1 @@
-2.17.2
+2.21.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-hardware-detection-2.17.2/configure 
new/yast2-hardware-detection-2.21.0/configure
--- old/yast2-hardware-detection-2.17.2/configure   2011-09-13 
10:58:40.0 +0200
+++ new/yast2-hardware-detection-2.21.0/configure   2011-10-10 
17:48:59.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for yast2-hardware-detection 2.17.2.
+# Generated by GNU Autoconf 2.68 for yast2-hardware-detection 2.21.0.
 #
 # Report bugs to .
 #
@@ -570,8 +570,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-hardware-detection'
 PACKAGE_TARNAME='yast2-hardware-detection'
-PACKAGE_VERSION='2.17.2'
-PACKAGE_STRING='yast2-hardware-detection 2.17.2'
+PACKAGE_VERSION='2.21.0'
+PACKAGE_STRING='yast2-hardware-detection 2.21.0'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1355,7 +1355,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures yast2-hardware-detection 2.17.2 to adapt to many kinds 
of systems.
+\`configure' configures yast2-hardware-detection 2.21.0 to adapt to many kinds 
of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1427,7 +1427,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of yast2-hardware-detection 
2.17.2:";;
+ short | recursive ) echo "Configuration of yast2-hardware-detection 
2.21.0:";;
esac
   cat <<\_ACEOF
 
@@ -1546,7 +1546,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-yast2-hardware-detection configure 2.17.2
+yast2-hardware-detection configure 2.21.0
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2090,7 +2090,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-hardware-detection $as_me 2.17.2, which was
+It was created by yast2-hardware-detection $as_me 2.21.0, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -3020,7 +3020,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-hardware-detection'
- VERSION='2.17.2'
+ VERSION='2.21.0'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3142,7 +3142,7 @@
 
 
 
-VERSION="2.17.2"
+VERSION="2.21.0"
 RPMNAME="yast2-hard