]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
packaging: update packaging stuff for release 0.7.1
authorVincent Bernat <bernat@luffy.cx>
Sat, 12 Jan 2013 23:46:46 +0000 (00:46 +0100)
committerVincent Bernat <bernat@luffy.cx>
Sat, 12 Jan 2013 23:46:46 +0000 (00:46 +0100)
debian/changelog
osx/lldpd.rb
redhat/lldpd.spec

index 9cbc0ac3c7bf971fd85c80cfefa8bc89a7ba4971..c15b9c4f39b787c6964783ebdbd2ccfb6701bb62 100644 (file)
@@ -1,4 +1,4 @@
-lldpd (0.7.0-0) UNRELEASED; urgency=low
+lldpd (0.7.1-0) UNRELEASED; urgency=low
 
   * Unofficial package.
 
index d31b8804780f13356f968a5d14ab698ae69e89d3..a77e5aeee12102f1f27e0ca1bfed622ab53e94f2 100644 (file)
@@ -3,7 +3,7 @@ require 'formula'
 class Lldpd < Formula
   homepage 'http://vincentbernat.github.com/lldpd/'
   url 'http://media.luffy.cx/files/lldpd/lldpd-0.7.1.tar.gz'
-  md5 '1534a5deb9671afb83be9b01edba9908'
+  md5 'cee0e2ae7d4b8bf25ae234d9536052b8'
 
   # Included copy of libevent does not like automake 1.13
   # head 'git://github.com/vincentbernat/lldpd.git'
index b57687d1812d35f005aa343626ef8d17201b5bc0..cba83e9bf86587b22612865e97a4eb65890109a9 100644 (file)
@@ -28,7 +28,7 @@
 
 Summary: Implementation of IEEE 802.1ab (LLDP)
 Name: lldpd
-Version: 0.7.0
+Version: 0.7.1
 Release: 1%{?dist}
 License: MIT
 Group: System Environment/Daemons
@@ -220,6 +220,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/lldp-const.h
 
 %changelog
+* Sat Jan 12 2013 Vincent Bernat <bernat@luffy.cx> - 0.7.1-1
+- New upstream version.
+
 * Sun Jan 06 2013 Vincent Bernat <bernat@luffy.cx> - 0.7.0-1
 - New upstream version.
 - Requires readline-devel.