Upgrade to 1.4.2 (#1287354)
This commit is contained in:
parent
8797cbdf90
commit
f01d0ce0dd
@ -1,7 +1,7 @@
|
|||||||
Summary: Library to create ISO 9660 disk images
|
Summary: Library to create ISO 9660 disk images
|
||||||
Name: libisofs
|
Name: libisofs
|
||||||
Version: 1.4.0
|
Version: 1.4.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
# make_isohybrid_mbr.c is under LGPLv2+, the rest under GPLv2+
|
# make_isohybrid_mbr.c is under LGPLv2+, the rest under GPLv2+
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -59,7 +59,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS COPYING COPYRIGHT README
|
%{!?_licensedir:%global license %%doc}
|
||||||
|
%license COPYING
|
||||||
|
%doc AUTHORS COPYRIGHT README
|
||||||
%{_libdir}/%{name}*.so.*
|
%{_libdir}/%{name}*.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -70,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/%{name}*.pc
|
%{_libdir}/pkgconfig/%{name}*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 24 2015 Robert Scheck <robert@fedoraproject.org> 1.4.2-1
|
||||||
|
- Upgrade to 1.4.2 (#1287354)
|
||||||
|
|
||||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-2
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user