From 17b1a957e00e2688a0fe37a87ab6b35b080bbb62 Mon Sep 17 00:00:00 2001 From: Dan Callaghan Date: Jun 19 2015 06:42:59 +0000 Subject: new upstream release 1.2.1 --- diff --git a/.gitignore b/.gitignore index f7c6307..1e97bbe 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /lcm-0.9.2.tar.gz +/lcm-1.2.1.zip diff --git a/lcm.spec b/lcm.spec index f13bd2e..7f89bb4 100644 --- a/lcm.spec +++ b/lcm.spec @@ -7,13 +7,13 @@ Name: lcm -Version: 0.9.2 -Release: 7%{?dist} +Version: 1.2.1 +Release: 1%{?dist} License: LGPLv2+ Summary: Utilities for lightweight communications and marshaling -URL: http://code.google.com/p/lcm/ +URL: https://lcm-proj.github.io/ Group: Applications/Engineering -Source: https://lcm.googlecode.com/files/%{name}-%{version}.tar.gz +Source: https://github.com/lcm-proj/lcm/releases/download/v%{version}/%{name}-%{version}.zip BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) # package fails to build on fedora epel for el5 and el6 due to missing # java-devel build dependency; excluding arch @@ -111,7 +111,7 @@ make V=1 %{?_smp_mflags} rm -rf %{buildroot} make DESTDIR=%{buildroot} install -%{javadoc} -d %{buildroot}/%{_javadocdir}/%{name} -sourcepath lcm-java \ +%{javadoc} -Xdoclint:none -d %{buildroot}/%{_javadocdir}/%{name} -sourcepath lcm-java \ lcm.lcm lcm.logging lcm.spy lcm.util # wipe libtool archives and RPATH from binaries @@ -134,7 +134,7 @@ make check V=1 %files %defattr(-,root,root,-) -%doc AUTHORS COPYING ChangeLog NEWS +%doc AUTHORS COPYING NEWS %{_bindir}/lcm-gen %{_bindir}/lcm-logger %{_bindir}/lcm-logplayer @@ -175,6 +175,9 @@ make check V=1 %changelog +* Fri Jun 19 2015 Dan Callaghan - 1.2.1-1 +- new upstream release 1.2.1 + * Wed Jun 17 2015 Fedora Release Engineering - 0.9.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index ac54a44..cd39f9b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -945491dd4c653ed26a1dbaf2c095a4ff lcm-0.9.2.tar.gz +4355889a2367697a9458e83f6251f2b2 lcm-1.2.1.zip