Changes of Revision 10
[-] | Added | mbrowse.changes |
1
2 +------------------------------------------------------------------- 3 +Sat Jan 26 11:21:12 UTC 2013 - cs@linux-administrator.com 4 + 5 +- update to 0.4.3 6 + 7 |
||
[-] | Changed | mbrowse.spec ^ |
41 1
2 Name: mbrowse 3 -Version: 0.4.2 4 +Version: 0.4.3 5 Release: 1 6 License: GPL 7 Group: Applications/Netzwerk 8 Summary: SNMP MIB Browser 9 URL: http://www.kill-9.org/mbrowse/index.html 10 -Source0: %{name}-%{version}.tar.gz 11 +Source0: %{name}-%{version}.tar.bz2 12 ##Patch: %{name}-%{version}.diff 13 BuildRoot: %{_tmppath}/%{name}-%{version}-build 14 15
16 %{_bindir}/mbrowse 17 18 %changelog 19 -* Thu Nov 18 2010 Carsten Schoene <cs@linux-administrator.com> - 0.4.2-1 20 -- update to release 0.4.2 21 - 22 -* Fri Jan 09 2009 Carsten Schoene <cs@linux-administrator.com> - 0.3.1 23 -- removed autogenerated filelist 24 -- added configure options 25 - 26 -* Mon May 22 2006 Carsten Schoene <cs@linux-administrator.com> 27 -- rebuild for SuSE 10.1 28 - 29 -* Sun Oct 09 2005 Carsten Schoene <cs@linux-administrator.com> 30 -- rebuild for SuSE 10.0 31 - 32 -* Sat Apr 09 2005 Carsten Schoene <cs@linux-administrator.com> 33 -- rebuild for SuSE 9.3 34 - 35 -* Fri Oct 29 2004 Carsten Schoene <cs@linux-administrator.com> 36 -- rebuild for SuSE 9.2 37 -- added configure fix, (net-snmp detection) 38 - 39 -* Tue Nov 11 2003 Carsten Schoene <cs@linux-administrator.com> 40 -- Initial Package, Version 0.3.1 41 |
||
[+] | Deleted | mbrowse-0.3.1.diff ^ |
@@ -1,22 +0,0 @@ ---- configure.orig 2004-10-29 01:05:27.548273445 +0200 -+++ configure 2004-10-29 01:06:09.067205764 +0200 -@@ -4699,7 +4699,8 @@ - } - - #ifdef HAVE_NETSNMP -- version2 = strdup( NetSnmpVersionInfo ); -+ /* version2 = strdup( NetSnmpVersionInfo );*/ -+ version2 = strdup( netsnmp_get_version()); - #else - version2 = strdup( VersionInfo); - #endif ---- src/snmpstuff.c.orig 2005-10-09 17:53:23.000000000 +0200 -+++ src/snmpstuff.c 2005-10-09 17:53:36.000000000 +0200 -@@ -360,6 +360,7 @@ - case TYPE_NETADDR: - case TYPE_OTHER: - default: -+ break; - } - } - if (type == 0) { | ||
Deleted | mbrowse-0.4.2.tar.gz ^ | |
Changed | mbrowse-0.4.3.tar.bz2 ^ |