From 343669b72ebe438a81bfdd9b0e445f44d1752ce6 Mon Sep 17 00:00:00 2001 From: konradm Date: Nov 24 2009 18:13:49 +0000 Subject: - Add back missing chmods to 644 for archives. --- diff --git a/sdcc.spec b/sdcc.spec index 0c3612c..527a55d 100644 --- a/sdcc.spec +++ b/sdcc.spec @@ -112,6 +112,10 @@ chmod 755 %{name}-$(basename $x) done popd +pushd $RPM_BUILD_ROOT%{_datadir}/%{name}/lib/src/pic16 +find . -type f -name '*.a' -exec chmod 664 '{}' \; +popd + %clean rm -rf $RPM_BUILD_ROOT @@ -137,6 +141,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Nov 24 2009 Conrad Meyer - 2.9.0-6 +- Add back missing chmods to 644 for archives. + * Fri Sep 11 2009 Conrad Meyer - 2.9.0-5 - Fix a bug with single-bit types, logical NOT, and casting to char (I'm fuzzy on the details) that was reported by a Fedora user with the