diff --git a/djvulibre.changes b/djvulibre.changes index b3b5d1d..a27d13e 100644 --- a/djvulibre.changes +++ b/djvulibre.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 11 17:45:08 CEST 2007 - lmichnovic@suse.cz + +- fixed djvulibre-devel's Requires with %{version}; [#282833] + ------------------------------------------------------------------- Wed Jun 6 17:05:31 CEST 2007 - lmichnovic@suse.cz diff --git a/djvulibre.spec b/djvulibre.spec index 9996294..39492e8 100644 --- a/djvulibre.spec +++ b/djvulibre.spec @@ -16,7 +16,7 @@ License: GNU General Public License (GPL) Group: Productivity/Graphics/Other Autoreqprov: on Version: 3.5.19 -Release: 24 +Release: 27 # The following is a kludge to get updating djvulibre to after the split work PreReq: libdjvulibre15 URL: http://djvu.sourceforge.net @@ -66,7 +66,7 @@ Authors: %package -n libdjvulibre-devel Summary: Libraries of Open Source Implementation of DjVu - djvulibre Group: Productivity/Graphics/Other -Requires: libdjvulibre15=%{version}, libjpeg-devel +Requires: libdjvulibre15 = %{version}, libjpeg-devel %description -n libdjvulibre-devel Libraries of Open Source Implementation of DjVu - djvulibre. @@ -168,6 +168,8 @@ exit 0 %{_libdir}/pkgconfig/ddjvuapi.pc %changelog +* Mon Jun 11 2007 - lmichnovic@suse.cz +- fixed djvulibre-devel's Requires with %%{version}; [#282833] * Wed Jun 06 2007 - lmichnovic@suse.cz - renamed lib to libdjvulibre15 according to Shared Library Packaging Policy