[lcm] update to 0.9.2

nmarques nmarques at fedoraproject.org
Wed Dec 19 20:34:27 UTC 2012


commit 2f40c7894a910c290390ddd31956ba504a51b104
Author: Nelson Marques <nmo.marques at gmail.com>
Date:   Wed Dec 19 20:33:45 2012 +0000

    update to 0.9.2

 lcm-0.9.0.tar.gz |  Bin 679807 -> 0 bytes
 lcm-0.9.2.tar.gz |  Bin 0 -> 693424 bytes
 lcm.spec         |   15 ++++++++++++---
 3 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/lcm-0.9.2.tar.gz b/lcm-0.9.2.tar.gz
new file mode 100644
index 0000000..2bf56f0
Binary files /dev/null and b/lcm-0.9.2.tar.gz differ
diff --git a/lcm.spec b/lcm.spec
index 29aa3ee..e14966d 100644
--- a/lcm.spec
+++ b/lcm.spec
@@ -1,4 +1,4 @@
-# vim: set ts=4 sw=4 et nu: coding=UTF-8
+# vim: set ts=4 sw=4 et: coding=UTF-8
 
 %if 0%{?rhel} < 6
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
@@ -7,8 +7,8 @@
 
 
 Name:           lcm
-Version:        0.9.0
-Release:        6%{?dist}
+Version:        0.9.2
+Release:        1%{?dist}
 License:        LGPLv2+
 Summary:        Utilities for lightweight communications and marshaling
 URL:            http://code.google.com/p/lcm/
@@ -120,6 +120,11 @@ find %{buildroot}%{_bindir} -type f -name "lcm-logplayer" -print -exec chrpath -
 find %{buildroot}%{_bindir} -type f -name "lcm-logger" -print -exec chrpath --delete {} \;
 find %{buildroot}%{python_sitearch} -type f -name "_lcm.so" -print -exec chrpath --delete {} \;
 
+pushd %{buildroot}%{_datadir}/java
+if [ ! -L %{name}-%{version}.jar ]; then
+   ln -s %{name}.jar %{name}-%{version}.jar
+fi
+popd
 
 %clean
 rm -rf %{buildroot}
@@ -177,6 +182,10 @@ make check V=1
 
 
 %changelog
+* Wed Dec 19 2012 Nelson Marques <nmarques at fedoraproject.org> - 0.9.2-1
+- Update to 0.9.2
+- Upstream doesn't create the .jar versioned link, we do it on install
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.0-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list