diff --git a/libgphoto2.spec b/libgphoto2.spec index 14eb7e9..be081f0 100644 --- a/libgphoto2.spec +++ b/libgphoto2.spec @@ -1,7 +1,7 @@ Summary: Library for accessing digital cameras Name: libgphoto2 Version: 2.4.1 -Release: 1%{?dist} +Release: 2%{?dist} # GPLV2+ for the main lib (due to exif.c) and most plugins, some plugins GPLv2 License: GPLv2+ and GPLv2 Group: Development/Libraries @@ -21,8 +21,8 @@ BuildRequires: pkgconfig, sharutils BuildRequires: libtool-ltdl-devel, popt-devel # we run autoreconf: BuildRequires: autoconf, automake, libtool, gettext-devel -Obsoletes: gphoto2 <= 2.4.0-10 -Obsoletes: gphoto2-devel <= 2.4.0-10 +Obsoletes: gphoto2 < 2.4.0-11 +Obsoletes: gphoto2-devel < 2.4.0-11 %description libgphoto2 is a library that can be used by applications to access @@ -35,7 +35,8 @@ Summary: Headers and links to compile against the libgphoto2 library Group: Development/Libraries Requires: %{name} = %{version} Requires: pkgconfig -Obsoletes: gphoto2-devel <= 2.4.0-10 +Obsoletes: gphoto2 < 2.4.0-11 +Obsoletes: gphoto2-devel < 2.4.0-11 Provides: gphoto2-devel = %{version}-%{release} %description devel @@ -149,6 +150,9 @@ rm -rf "${RPM_BUILD_ROOT}" %{_mandir}/man3/* %changelog +* Wed Jun 04 2008 Jindrich Novy 2.4.1-2 +- fix obsoletes + * Mon Jun 02 2008 Jindrich Novy 2.4.1-1 - update to 2.4.1 (#443515, #436138)