]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
Prepare for 0.7.2 release.
authorVincent Bernat <bernat@luffy.cx>
Fri, 19 Apr 2013 18:38:37 +0000 (20:38 +0200)
committerVincent Bernat <bernat@luffy.cx>
Fri, 19 Apr 2013 18:38:37 +0000 (20:38 +0200)
debian/changelog
osx/lldpd.rb
redhat/lldpd.spec

index c15b9c4f39b787c6964783ebdbd2ccfb6701bb62..93434204bd74405bd82edfc17333159af870f608 100644 (file)
@@ -1,4 +1,4 @@
-lldpd (0.7.1-0) UNRELEASED; urgency=low
+lldpd (0.7.2-0) UNRELEASED; urgency=low
 
   * Unofficial package.
 
index 70192cfd02909e30615a447ec828518341517c30..06f659f362ad4721c4bd96331d14f72cd4497f64 100644 (file)
@@ -2,7 +2,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'
+  url 'http://media.luffy.cx/files/lldpd/lldpd-0.7.2.tar.gz'
   md5 'cee0e2ae7d4b8bf25ae234d9536052b8'
 
   option 'with-snmp', "Build SNMP subagent support"
index cba83e9bf86587b22612865e97a4eb65890109a9..1a6d88cd9bd1fd7a920317a169cab42ac18d2013 100644 (file)
@@ -28,7 +28,7 @@
 
 Summary: Implementation of IEEE 802.1ab (LLDP)
 Name: lldpd
-Version: 0.7.1
+Version: 0.7.2
 Release: 1%{?dist}
 License: MIT
 Group: System Environment/Daemons
@@ -220,6 +220,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/lldp-const.h
 
 %changelog
+* Fri Apr 19 2013 Vincent Bernat <bernat@luffy.cx> - 0.7.2-1
+- New upstream version.
+
 * Sat Jan 12 2013 Vincent Bernat <bernat@luffy.cx> - 0.7.1-1
 - New upstream version.