diff --git a/libraw.changes b/libraw.changes index 3046c1c..0d283d0 100644 --- a/libraw.changes +++ b/libraw.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 30 14:58:42 UTC 2017 - pgajdos@suse.com + +- renaming libraw15 to libraw16 and amend spec file to avoid such + inconsistency [bsc#1021327] + ------------------------------------------------------------------- Wed Jan 11 09:16:36 UTC 2017 - nico.kruber@gmail.com diff --git a/libraw.spec b/libraw.spec index a30edd4..ed09586 100644 --- a/libraw.spec +++ b/libraw.spec @@ -19,7 +19,8 @@ %define tar_name LibRaw Name: libraw -%define lname libraw15 +%define lver 16 +%define lname libraw%{lver} Version: 0.18.0 Release: 0 Summary: Library for reading RAW files obtained from digital photo cameras @@ -136,8 +137,8 @@ rm -rf %buildroot%_datadir/doc %files -n %lname %defattr(-,root,root) -%_libdir/libraw.so.* -%_libdir/libraw_r.so.* +%_libdir/libraw.so.%{lver}* +%_libdir/libraw_r.so.%{lver}* %files devel-static %defattr(-,root,root)