Hello community,

here is the log from the commit of package quagga for openSUSE:Factory checked 
in at 2013-07-20 09:03:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/quagga (Old)
 and      /work/SRC/openSUSE:Factory/.quagga.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "quagga"

Changes:
--------
--- /work/SRC/openSUSE:Factory/quagga/quagga.changes    2012-09-14 
12:36:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.quagga.new/quagga.changes       2013-07-20 
09:03:45.000000000 +0200
@@ -1,0 +2,30 @@
+Wed Jul 17 13:22:25 UTC 2013 - [email protected]
+
+- fixed source url, added tar.asc and keyring url (unchecked)
+
+-------------------------------------------------------------------
+Wed Jul 17 05:41:04 UTC 2013 - [email protected]
+
+- Add return value for table_test.c.
+
+-------------------------------------------------------------------
+Fri Apr 19 09:14:03 UTC 2013 - [email protected]
+
+- Update to 0.99.22.1
+  major regressions:
+    ospfd: restore nexthop IP for p2p interfaces
+  minor fixes:
+    bgpd: fix lost passwords of grouped neighbors
+    lib/vty: register vtysh socket in server socket vector (BZ#754)
+    ospfd: fix LSA initialization for build without opaque LSA
+    ripd: correctly redistribute ifindex routes (BZ#664)
+  build issues:
+    build: fix minimal mixup in gitinfo suffix
+    build: reference libcap from libzebra (BZ#393,626)
+    build: update quagga.spec.in
+    doc: fix makeinfo errors and one warning
+    tests: make --disable-bgpd kill bgpd tests too
+    vtysh: fix false lib path matching in extract.pl.in
+
+
+-------------------------------------------------------------------

Old:
----
  a47c5838e9f445ab887ad927706b11ccbb181364.patch
  quagga-0.99.21.tar.gz
  quagga-0.99.21_isis_undefined_operations.patch

New:
----
  quagga-0.99.22.1.tar.asc
  quagga-0.99.22.1.tar.gz
  quagga-add-table_test-return-value.patch
  quagga.keyring

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ quagga.spec ++++++
--- /var/tmp/diff_new_pack.KtJhx1/_old  2013-07-20 09:03:46.000000000 +0200
+++ /var/tmp/diff_new_pack.KtJhx1/_new  2013-07-20 09:03:46.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package quagga
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,18 +23,20 @@
 %bcond_without pcre
 
 Name:           quagga
-Version:        0.99.21
+Version:        0.99.22.1
 Release:        0
 Summary:        Free Routing Software (for BGP, OSPF and RIP, for example)
 License:        LGPL-2.1+
 Group:          Productivity/Networking/Routing
 Url:            http://www.quagga.net
-Source:         http://www.quagga.net/download/%{name}-%{version}.tar.gz
+Source:         
http://download.savannah.gnu.org/releases/quagga/quagga-0.99.22.1.tar.gz
+Source3:        
http://download.savannah.gnu.org/releases/quagga/quagga-0.99.22.1.tar.asc
+# downloaded from: 
http://download.savannah.gnu.org/releases/quagga/pgp-54CD2E60.asc
+Source4:        quagga.keyring
 Source1:        %{name}-SUSE.tar.bz2
 Source2:        %{name}.pam
 Patch1:         %{name}-add-ospf6_main-return-value.patch
-Patch2:         quagga-0.99.21_isis_undefined_operations.patch
-Patch3:         a47c5838e9f445ab887ad927706b11ccbb181364.patch
+Patch2:         %{name}-add-table_test-return-value.patch
 BuildRequires:  libtool
 BuildRequires:  net-snmp-devel
 BuildRequires:  pam-devel
@@ -79,8 +81,7 @@
 %prep
 %setup -q -a 1
 %patch1 -p 1
-%patch2
-%patch3 -p 1
+%patch2 -p 1
 
 %build
 if ! ls /proc/net/{dev,route,snmp} >/dev/null; then

++++++ quagga-0.99.21.tar.gz -> quagga-0.99.22.1.tar.gz ++++++
++++ 28371 lines of diff (skipped)

++++++ quagga-add-table_test-return-value.patch ++++++
commit cd3a2b78ed940d87948b3a60f6739808e62b4ad0
Author: Bo Yang <[email protected]>
Date:   Wed Jul 17 13:37:29 2013 +0800

    Add return value for table_test.c.
    
    Signed-off-by: Bo Yang <[email protected]>

diff --git a/tests/table_test.c b/tests/table_test.c
index fc9cc3d..996f060 100644
--- a/tests/table_test.c
+++ b/tests/table_test.c
@@ -552,4 +552,5 @@ int
 main (void)
 {
   run_tests ();
+  return 0;
 }
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to