From af5613751887e98096e7c231def20d9dcfc96c88 Mon Sep 17 00:00:00 2001 From: Fabian Deutsch Date: Jun 13 2010 15:33:17 +0000 Subject: Updating orc to release 0.4.5. --- diff --git a/.cvsignore b/.cvsignore index bc08fb7..c4bea34 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -orc-0.4.4.tar.gz +orc-0.4.5.tar.gz diff --git a/orc.spec b/orc.spec index d72f25a..58a9a1b 100644 --- a/orc.spec +++ b/orc.spec @@ -1,6 +1,6 @@ Name: orc -Version: 0.4.4 -Release: 2%{?dist} +Version: 0.4.5 +Release: 1%{?dist} Summary: The Oil Run-time Compiler Group: System Environment/Libraries @@ -68,6 +68,7 @@ make install DESTDIR=%{buildroot} INSTALL="install -p" # Remove unneeded files. find %{buildroot}/%{_libdir} -name \*.a -or -name \*.la -delete +find %{buildroot}/%{_libdir} -name liborc-test-\* -delete rm -rf %{buildroot}/%{_libdir}/orc touch -r stamp-h1 %{buildroot}%{_includedir}/%{name}-0.4/orc/orc-stdint.h @@ -111,6 +112,10 @@ make check %changelog +* Mon Jun 14 2010 Fabian Deutsch - 0.4.5-1 +- Updated to 0.4.5. +- Removed testing libraries from package. + * Mon Apr 05 2010 Fabian Deutsch - 0.4.4-2 - Docs as noarch. - Sanitize timestamps of header files. diff --git a/sources b/sources index ed6509b..03ffec3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -35f3b7283f391ab8ade7f94332940414 orc-0.4.4.tar.gz +e26e59428b13ec251916f34bea96eee5 orc-0.4.5.tar.gz