diff --git a/libgphoto2.changes b/libgphoto2.changes index 921d83c..b02aa7d 100644 --- a/libgphoto2.changes +++ b/libgphoto2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 19 16:45:35 CEST 2008 - lnussel@suse.de + +- remove resmgr from buildrequires + ------------------------------------------------------------------- Thu Jul 17 18:57:08 CEST 2008 - schwab@suse.de diff --git a/libgphoto2.spec b/libgphoto2.spec index 1f59cef..0d4fefa 100644 --- a/libgphoto2.spec +++ b/libgphoto2.spec @@ -2,9 +2,16 @@ # spec file for package libgphoto2 (Version 2.4.2) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# 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/ # @@ -12,14 +19,14 @@ Name: libgphoto2 -BuildRequires: doxygen fdupes gcc-c++ hal-devel libexif-devel libjpeg-devel libusb-devel resmgr +BuildRequires: doxygen fdupes gcc-c++ hal-devel libexif-devel libjpeg-devel libusb-devel Url: http://gphoto.org/ %define prefix /usr License: LGPL v2.1 or later Group: Hardware/Camera Summary: A Digital Camera Library Version: 2.4.2 -Release: 3 +Release: 28 Source0: libgphoto2-%{version}.tar.bz2 Patch0: conf.diff Patch1: byteswap.diff @@ -228,6 +235,8 @@ rm -rf $RPM_BUILD_ROOT /sbin/ldconfig %changelog +* Tue Aug 19 2008 lnussel@suse.de +- remove resmgr from buildrequires * Thu Jul 17 2008 schwab@suse.de - Fix byteswap macros. * Mon Jul 14 2008 meissner@suse.de