From 0fb7a70f2fbf7c2926cc2358e22161d17d2b3124 Mon Sep 17 00:00:00 2001 From: Dan Callaghan Date: Aug 15 2016 08:14:27 +0000 Subject: new upstream release 1.3.1 --- diff --git a/.gitignore b/.gitignore index c8142ec..2972027 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /lcm-0.9.2.tar.gz /lcm-1.2.1.zip /lcm-1.3.0.zip +/lcm-1.3.1.zip diff --git a/lcm-jar-xf-noparallel.patch b/lcm-jar-xf-noparallel.patch deleted file mode 100644 index eb3f3a9..0000000 --- a/lcm-jar-xf-noparallel.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur lcm-1.2.1/lcm-java/Makefile.in lcm-1.2.1.fixed/lcm-java/Makefile.in ---- lcm-1.2.1/lcm-java/Makefile.in 2015-01-21 22:04:22.000000000 +1000 -+++ lcm-1.2.1.fixed/lcm-java/Makefile.in 2015-06-22 15:28:20.270758079 +1000 -@@ -1059,6 +1059,8 @@ - rm -f $(JARFILE) - $(JAR) cf $(JARFILE) -C $(JAVAROOT) . - -+.NOTPARALLEL: # multiple jar xf invocations in parallel will race with each other -+ - $(jide_extract): $(jide_jar) - cd $(JAVAROOT) && $(JAR) xf ../$(jide_jar) - diff --git a/lcm.spec b/lcm.spec index 6454eaf..96d6fa9 100644 --- a/lcm.spec +++ b/lcm.spec @@ -7,8 +7,8 @@ Name: lcm -Version: 1.3.0 -Release: 3%{?dist} +Version: 1.3.1 +Release: 1%{?dist} License: LGPLv2+ Summary: Utilities for lightweight communications and marshaling URL: https://lcm-proj.github.io/ @@ -21,10 +21,6 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) ExcludeArch: ppc ppc64 %endif -# parallel make causes jar extraction to fail -# (not reported upstream yet) -Patch1: lcm-jar-xf-noparallel.patch - BuildRequires: chrpath BuildRequires: glib2-devel BuildRequires: gettext @@ -100,7 +96,6 @@ This package provides the development files for the various lcm packages. %prep %setup -q -%patch1 -p1 %build @@ -180,6 +175,9 @@ make check V=1 %changelog +* Mon Aug 15 2016 Dan Callaghan - 1.3.1-1 +- new upstream release 1.3.1 + * Tue Jul 19 2016 Fedora Release Engineering - 1.3.0-3 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages diff --git a/sources b/sources index c3cc70a..e059d24 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5d46a902fe04608809af3dc526909f9b lcm-1.3.0.zip +61ea232993a750285686cd63f1cfcd3f lcm-1.3.1.zip