From a1886bc9d73be19c08b81a368d75522bb2ac4b0108943c22aeefe92d613d562a Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 16 Mar 2010 14:51:19 +0000 Subject: [PATCH] Accepting request 34927 from home:oertel:branches:openSUSE:Factory Copy from home:oertel:branches:openSUSE:Factory/libatasmart via accept of submit request 34927 revision 2. Request was accepted with message: Reviewed ok OBS-URL: https://build.opensuse.org/request/show/34927 OBS-URL: https://build.opensuse.org/package/show/Base:System/libatasmart?expand=0&rev=9 --- libatasmart-initialize.patch | 10 ++++++++++ libatasmart.changes | 5 +++++ libatasmart.spec | 2 ++ 3 files changed, 17 insertions(+) create mode 100644 libatasmart-initialize.patch diff --git a/libatasmart-initialize.patch b/libatasmart-initialize.patch new file mode 100644 index 0000000..9177567 --- /dev/null +++ b/libatasmart-initialize.patch @@ -0,0 +1,10 @@ +--- strpool.c ++++ strpool.c +@@ -435,6 +435,7 @@ + rl = 0; + + i->next = NULL; ++ i->suffix_of = NULL; + + if (last) + last->next = i; diff --git a/libatasmart.changes b/libatasmart.changes index a6391ab..826f0ca 100644 --- a/libatasmart.changes +++ b/libatasmart.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 16 10:35:41 CET 2010 - ro@suse.de + +- fix build by initializing member suffix_of in strpool.c + ------------------------------------------------------------------- Fri Nov 13 12:54:33 CET 2009 - vuntz@opensuse.org diff --git a/libatasmart.spec b/libatasmart.spec index 06babd6..c1aec21 100644 --- a/libatasmart.spec +++ b/libatasmart.spec @@ -26,6 +26,7 @@ Summary: ATA S.M.A.R.T. Disk Health Monitoring Library Url: http://git.0pointer.de/?p=libatasmart.git;a=summary Group: System/Libraries Source: %{name}-%{version}.tar.bz2 +Patch0: libatasmart-initialize.patch BuildRequires: libudev-devel BuildRequires: pkgconfig BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -65,6 +66,7 @@ health monitoring. %prep %setup -q +%patch0 %build %configure --disable-static