From 74d57be61ca7eaf7b0da68a3799d00a516a7c610 Mon Sep 17 00:00:00 2001 From: Ralf Corsépius Date: Feb 17 2016 18:21:09 +0000 Subject: Add dx-narrowing.patch (F24FTBFS, RHBZ#1307436). - Modernize spec. - Add license. --- diff --git a/dx.spec b/dx.spec index 1aee7da..2712ea8 100644 --- a/dx.spec +++ b/dx.spec @@ -1,7 +1,7 @@ Summary: Open source version of IBM's Visualization Data Explorer Name: dx Version: 4.4.4 -Release: 38%{?dist} +Release: 39%{?dist} URL: http://www.opendx.org/ Group: Applications/Engineering Source0: http://opendx.informatics.jax.org/source/dx-%{version}.tar.gz @@ -18,6 +18,9 @@ Patch4: %{name}-null.patch Patch5: %{name}-magick.patch # fix -Werror=format-security errors Patch6: %{name}-format-security.patch +# fix gcc-6.0 -Warrowing errors +Patch7: %{name}-narrowing.patch + License: IBM BuildRequires: bison BuildRequires: desktop-file-utils @@ -68,6 +71,7 @@ Editor, or in the scripting language, you will need this package. %patch4 -p1 -b .null %patch5 -p1 -b .magick %patch6 -p1 -b .format-security +%patch7 -p1 # fix debuginfo rpmlint warnings chmod a-x src/exec/{dxmods,dpexec,hwrender}/*.{c,h} @@ -107,8 +111,8 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la %postun libs -p /sbin/ldconfig %files -%defattr(-,root,root,755) -%doc AUTHORS ChangeLog LICENSE NEWS doc/README* +%doc AUTHORS ChangeLog NEWS doc/README* +%license LICENSE %{_bindir}/* %{_libdir}/dx %{_datadir}/dx @@ -117,16 +121,19 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la %{_datadir}/applications/%{name}.desktop %files libs -%defattr(644,root,root,755) %{_libdir}/lib*.so.* %files devel -%defattr(644,root,root,755) %{_includedir}/dx %{_includedir}/*.h %{_libdir}/lib*.so %changelog +* Wed Feb 17 2016 Ralf Corsépius - 4.4.4-39 +- Add dx-narrowing.patch (F24FTBFS, RHBZ#1307436). +- Modernize spec. +- Add license. + * Wed Feb 03 2016 Fedora Release Engineering - 4.4.4-38 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild