commit bridge-utils for openSUSE:Factory

2019-09-11 Thread root
Hello community,

here is the log from the commit of package bridge-utils for openSUSE:Factory 
checked in at 2019-09-11 10:41:12

Comparing /work/SRC/openSUSE:Factory/bridge-utils (Old)
 and  /work/SRC/openSUSE:Factory/.bridge-utils.new.7948 (New)


Package is "bridge-utils"

Wed Sep 11 10:41:12 2019 rev:28 rq:729988 version:1.6

Changes:

--- /work/SRC/openSUSE:Factory/bridge-utils/bridge-utils.changes
2016-10-20 23:09:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.bridge-utils.new.7948/bridge-utils.changes  
2019-09-11 10:41:57.147203393 +0200
@@ -1,0 +2,5 @@
+Tue Sep 10 20:26:53 UTC 2019 - Christophe Giboudeaux 
+
+- Use -ffat-lto-objects when building static libraries.
+
+---



Other differences:
--
++ bridge-utils.spec ++
--- /var/tmp/diff_new_pack.5kvDvc/_old  2019-09-11 10:41:57.839203270 +0200
+++ /var/tmp/diff_new_pack.5kvDvc/_new  2019-09-11 10:41:57.839203270 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bridge-utils
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,7 +20,7 @@
 Version:1.6
 Release:0
 Summary:Utilities for Configuring the Linux Ethernet Bridge
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Networking/Routing
 Url:
http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge
 Source: 
http://www.kernel.org/pub/linux/utils/net/bridge-utils/%{name}-%{version}.tar.gz
@@ -53,6 +53,7 @@
 %patch2
 
 %build
+%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
 autoreconf -fiv
 %configure
 make %{?_smp_mflags}




commit bridge-utils for openSUSE:Factory

2016-10-20 Thread h_root
Hello community,

here is the log from the commit of package bridge-utils for openSUSE:Factory 
checked in at 2016-10-20 23:09:24

Comparing /work/SRC/openSUSE:Factory/bridge-utils (Old)
 and  /work/SRC/openSUSE:Factory/.bridge-utils.new (New)


Package is "bridge-utils"

Changes:

--- /work/SRC/openSUSE:Factory/bridge-utils/bridge-utils.changes
2015-12-09 22:13:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.bridge-utils.new/bridge-utils.changes   
2016-10-20 23:09:57.0 +0200
@@ -1,0 +2,7 @@
+Tue Oct 18 14:06:26 UTC 2016 - tchva...@suse.com
+
+- Version update to 1.6:
+  * Various tiny fixes, nothing ground breaking
+- Refresh patch bridge-utils-1.5-ip6.patch (fuzz)
+
+---

Old:

  bridge-utils-1.5.tar.gz

New:

  bridge-utils-1.6.tar.gz



Other differences:
--
++ bridge-utils.spec ++
--- /var/tmp/diff_new_pack.VXMNg0/_old  2016-10-20 23:09:58.0 +0200
+++ /var/tmp/diff_new_pack.VXMNg0/_new  2016-10-20 23:09:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bridge-utils
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,15 @@
 
 
 Name:   bridge-utils
-Version:1.5
+Version:1.6
 Release:0
 Summary:Utilities for Configuring the Linux Ethernet Bridge
 License:GPL-2.0+
 Group:  Productivity/Networking/Routing
 Url:
http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge
-Source: 
http://downloads.sourceforge.net/project/bridge/bridge/%{name}-%{version}.tar.gz
-Patch0: %{name}-%{version}-hz.diff
-Patch1: %{name}-%{version}-optflags.patch
+Source: 
http://www.kernel.org/pub/linux/utils/net/bridge-utils/%{name}-%{version}.tar.gz
+Patch0: %{name}-1.5-hz.diff
+Patch1: %{name}-1.5-optflags.patch
 Patch2: bridge-utils-1.5-ip6.patch
 BuildRequires:  automake
 BuildRequires:  libsysfs

++ bridge-utils-1.5-ip6.patch ++
--- /var/tmp/diff_new_pack.VXMNg0/_old  2016-10-20 23:09:58.0 +0200
+++ /var/tmp/diff_new_pack.VXMNg0/_new  2016-10-20 23:09:58.0 +0200
@@ -2,9 +2,9 @@
 ===
 --- libbridge/libbridge.h.orig
 +++ libbridge/libbridge.h
-@@ -21,6 +21,7 @@
- 
+@@ -23,6 +23,7 @@
  #include 
+ #include 
  #include 
 +#include 
  #include 

++ bridge-utils-1.5.tar.gz -> bridge-utils-1.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bridge-utils-1.5/.gitignore 
new/bridge-utils-1.6/.gitignore
--- old/bridge-utils-1.5/.gitignore 2011-03-29 02:52:54.0 +0200
+++ new/bridge-utils-1.6/.gitignore 2016-10-13 01:30:02.0 +0200
@@ -33,3 +33,5 @@
 
 *.orig
 *.rej
+autom4te.cache/
+brctl/brctl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bridge-utils-1.5/AUTHORS new/bridge-utils-1.6/AUTHORS
--- old/bridge-utils-1.5/AUTHORS2011-03-29 02:52:54.0 +0200
+++ new/bridge-utils-1.6/AUTHORS2016-10-13 01:30:02.0 +0200
@@ -1,2 +1,2 @@
-Stephen Hemminger 
+Stephen Hemminger 
 Lennert Buytenhek 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bridge-utils-1.5/Makefile.in 
new/bridge-utils-1.6/Makefile.in
--- old/bridge-utils-1.5/Makefile.in2011-03-29 02:52:54.0 +0200
+++ new/bridge-utils-1.6/Makefile.in2016-10-13 01:30:02.0 +0200
@@ -14,22 +14,19 @@
 SUBDIRS=libbridge brctl doc
 
 all:
-   for x in $(SUBDIRS); do $(MAKE) $(MFLAGS) -C $$x ; done
+   for x in $(SUBDIRS); do $(MAKE) $(MFLAGS) -C $$x || exit 1 ; done
 
 clean:
for x in $(SUBDIRS); do $(MAKE) $(MFLAGS) -C $$x clean ; done
 
 distclean: clean
-   rm -f config.log
-   rm -f config.cache
-   rm -f config.status
+   rm -f config.* 
 
 maintainer-clean: distclean
-   rm -f Makefile
-   rm -f brctl/Makefile
-   rm -f libbridge/Makefile
-   rm -f doc/Makefile
+   rm -f configure Makefile bridge-utils.spec
+   rm -fr autom4te.cache
+   rm -f brctl/Makefile libbridge/Makefile doc/Makefile
 
 install:
-   for x in $(SUBDIRS); do $(MAKE) $(MFLAGS) -C $$x install; done
+   for x in $(SUBDIRS); do $(MAKE) $(MFLAGS) -C $$x install || exit 1 ; 
done
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit bridge-utils for openSUSE:Factory

2015-12-09 Thread h_root
Hello community,

here is the log from the commit of package bridge-utils for openSUSE:Factory 
checked in at 2015-12-09 19:50:38

Comparing /work/SRC/openSUSE:Factory/bridge-utils (Old)
 and  /work/SRC/openSUSE:Factory/.bridge-utils.new (New)


Package is "bridge-utils"

Changes:

--- /work/SRC/openSUSE:Factory/bridge-utils/bridge-utils.changes
2013-05-28 07:28:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.bridge-utils.new/bridge-utils.changes   
2015-12-09 22:13:11.0 +0100
@@ -1,0 +2,7 @@
+Thu Dec  3 10:09:17 UTC 2015 - tchva...@suse.com
+
+- Cleanup with spec-cleaner
+- Remove the /sbin/ link, it should not be needed.
+  Lets see what breaks, people should migrate to bridge anwyay
+
+---



Other differences:
--
++ bridge-utils.spec ++
--- /var/tmp/diff_new_pack.f3rB5A/_old  2015-12-09 22:13:12.0 +0100
+++ /var/tmp/diff_new_pack.f3rB5A/_new  2015-12-09 22:13:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bridge-utils
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,18 +17,18 @@
 
 
 Name:   bridge-utils
-BuildRequires:  automake
-BuildRequires:  libsysfs
 Version:1.5
 Release:0
-Url:http://www.linux-foundation.org/en/Net:Bridge
 Summary:Utilities for Configuring the Linux Ethernet Bridge
 License:GPL-2.0+
 Group:  Productivity/Networking/Routing
+Url:
http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge
 Source: 
http://downloads.sourceforge.net/project/bridge/bridge/%{name}-%{version}.tar.gz
-Patch:  %{name}-%{version}-hz.diff
+Patch0: %{name}-%{version}-hz.diff
 Patch1: %{name}-%{version}-optflags.patch
 Patch2: bridge-utils-1.5-ip6.patch
+BuildRequires:  automake
+BuildRequires:  libsysfs
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -48,7 +48,7 @@
 
 %prep
 %setup -q
-%patch
+%patch0
 %patch1
 %patch2
 
@@ -58,22 +58,16 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-install -d -m 755 $RPM_BUILD_ROOT/sbin
-#UsrMerge
-ln -sf %{_sbindir}/brctl $RPM_BUILD_ROOT/sbin
-#EndUsrMerge
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+install -d -m 755 %{buildroot}/sbin
 install -D -m 644 libbridge/libbridge.h %{buildroot}%{_includedir}/libbridge.h
 install -D -m 644 libbridge/libbridge.a %{buildroot}%{_libdir}/libbridge.a
 
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog README THANKS TODO doc/[FHPRSW]*
-%doc %{_mandir}/man?/*
+%{_mandir}/man?/*
 %{_sbindir}/*
-#UsrMerge
-/sbin/*
-#EndUsrMerge
 
 %files devel
 %defattr(-,root,root)




commit bridge-utils for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package bridge-utils for openSUSE:Factory 
checked in at 2013-05-28 07:28:09

Comparing /work/SRC/openSUSE:Factory/bridge-utils (Old)
 and  /work/SRC/openSUSE:Factory/.bridge-utils.new (New)


Package is bridge-utils

Changes:

--- /work/SRC/openSUSE:Factory/bridge-utils/bridge-utils.changes
2013-03-22 11:01:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.bridge-utils.new/bridge-utils.changes   
2013-05-28 07:28:11.0 +0200
@@ -1,0 +2,6 @@
+Mon May 27 10:37:08 CEST 2013 - mhruse...@suse.cz
+
+- added missing include to fix build in factory
+  bridge-utils-1.5-ip6.patch
+
+---

New:

  bridge-utils-1.5-ip6.patch



Other differences:
--
++ bridge-utils.spec ++
--- /var/tmp/diff_new_pack.x5BhKF/_old  2013-05-28 07:28:11.0 +0200
+++ /var/tmp/diff_new_pack.x5BhKF/_new  2013-05-28 07:28:11.0 +0200
@@ -28,6 +28,7 @@
 Source: 
http://downloads.sourceforge.net/project/bridge/bridge/%{name}-%{version}.tar.gz
 Patch:  %{name}-%{version}-hz.diff
 Patch1: %{name}-%{version}-optflags.patch
+Patch2: bridge-utils-1.5-ip6.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -49,6 +50,7 @@
 %setup -q
 %patch
 %patch1
+%patch2
 
 %build
 autoreconf -fiv

++ bridge-utils-1.5-ip6.patch ++
Index: libbridge/libbridge.h
===
--- libbridge/libbridge.h.orig
+++ libbridge/libbridge.h
@@ -21,6 +21,7 @@
 
 #include sys/socket.h
 #include linux/if.h
+#include linux/in6.h
 #include linux/if_bridge.h
 
 /* defined in net/if.h but that conflicts with linux/if.h... */
Index: libbridge/libbridge_private.h
===
--- libbridge/libbridge_private.h.orig
+++ libbridge/libbridge_private.h
@@ -24,6 +24,7 @@
 #include linux/sockios.h
 #include sys/time.h
 #include sys/ioctl.h
+#include linux/in6.h
 #include linux/if_bridge.h
 
 #define MAX_BRIDGES1024
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit bridge-utils for openSUSE:Factory

2013-03-22 Thread h_root
Hello community,

here is the log from the commit of package bridge-utils for openSUSE:Factory 
checked in at 2013-03-22 11:00:59

Comparing /work/SRC/openSUSE:Factory/bridge-utils (Old)
 and  /work/SRC/openSUSE:Factory/.bridge-utils.new (New)


Package is bridge-utils, Maintainer is bjzh...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/bridge-utils/bridge-utils.changes
2012-02-06 15:54:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.bridge-utils.new/bridge-utils.changes   
2013-03-22 11:01:03.0 +0100
@@ -1,0 +2,6 @@
+Thu Mar 21 08:26:47 UTC 2013 - mmeis...@suse.com
+
+- Added url as source.
+  Please see http://en.opensuse.org/SourceUrls
+
+---



Other differences:
--
++ bridge-utils.spec ++
--- /var/tmp/diff_new_pack.LXHIvd/_old  2013-03-22 11:01:06.0 +0100
+++ /var/tmp/diff_new_pack.LXHIvd/_new  2013-03-22 11:01:06.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bridge-utils
 #
-# 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
@@ -25,7 +25,7 @@
 Summary:Utilities for Configuring the Linux Ethernet Bridge
 License:GPL-2.0+
 Group:  Productivity/Networking/Routing
-Source: %{name}-%{version}.tar.gz
+Source: 
http://downloads.sourceforge.net/project/bridge/bridge/%{name}-%{version}.tar.gz
 Patch:  %{name}-%{version}-hz.diff
 Patch1: %{name}-%{version}-optflags.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit bridge-utils for openSUSE:Factory

2012-02-06 Thread h_root
Hello community,

here is the log from the commit of package bridge-utils for openSUSE:Factory 
checked in at 2012-02-06 15:54:26

Comparing /work/SRC/openSUSE:Factory/bridge-utils (Old)
 and  /work/SRC/openSUSE:Factory/.bridge-utils.new (New)


Package is bridge-utils, Maintainer is lidongy...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/bridge-utils/bridge-utils.changes
2011-12-08 11:27:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.bridge-utils.new/bridge-utils.changes   
2012-02-06 15:54:30.0 +0100
@@ -1,0 +2,8 @@
+Thu Feb  2 11:10:30 UTC 2012 - rschweik...@suse.com
+
+- Create -devel package to fix rpmlint errors
+- Keep the binary in /usr/sbin, create link to /sbin (UsrMerge project)
+  This does not effect resolution of #707837 as /sbin/brctl can still be
+  found. systemd properly supports separate /usr
+
+---



Other differences:
--
++ bridge-utils.spec ++
--- /var/tmp/diff_new_pack.1GwZXZ/_old  2012-02-06 15:54:31.0 +0100
+++ /var/tmp/diff_new_pack.1GwZXZ/_new  2012-02-06 15:54:31.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bridge-utils
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,15 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   bridge-utils
 BuildRequires:  automake
 BuildRequires:  libsysfs
 Version:1.5
 Release:0
-Group:  Productivity/Networking/Routing
-License:GPL-2.0+
 Url:http://www.linux-foundation.org/en/Net:Bridge
 Summary:Utilities for Configuring the Linux Ethernet Bridge
+License:GPL-2.0+
+Group:  Productivity/Networking/Routing
 Source: %{name}-%{version}.tar.gz
 Patch:  %{name}-%{version}-hz.diff
 Patch1: %{name}-%{version}-optflags.patch
@@ -36,6 +37,14 @@
 connected to one ethernet device see hosts connected to the other
 ethernet devices directly.
 
+%package devel
+Summary:Development files for %{name}
+Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}
+
+%description devel
+The %{name} devel package contains files needed for development.
+
 %prep
 %setup -q
 %patch
@@ -49,7 +58,9 @@
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
 install -d -m 755 $RPM_BUILD_ROOT/sbin
-mv $RPM_BUILD_ROOT%{_sbindir}/brctl $RPM_BUILD_ROOT/sbin
+#UsrMerge
+ln -sf %{_sbindir}/brctl $RPM_BUILD_ROOT/sbin
+#EndUsrMerge
 install -D -m 644 libbridge/libbridge.h %{buildroot}%{_includedir}/libbridge.h
 install -D -m 644 libbridge/libbridge.a %{buildroot}%{_libdir}/libbridge.a
 
@@ -57,8 +68,14 @@
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog README THANKS TODO doc/[FHPRSW]*
 %doc %{_mandir}/man?/*
+%{_sbindir}/*
+#UsrMerge
+/sbin/*
+#EndUsrMerge
+
+%files devel
+%defattr(-,root,root)
 %{_includedir}/*
 %{_libdir}/lib*
-/sbin/*
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit bridge-utils for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package bridge-utils for openSUSE:Factory 
checked in at 2011-12-08 11:27:27

Comparing /work/SRC/openSUSE:Factory/bridge-utils (Old)
 and  /work/SRC/openSUSE:Factory/.bridge-utils.new (New)


Package is bridge-utils, Maintainer is lidongy...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/bridge-utils/bridge-utils.changes
2011-09-23 01:52:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.bridge-utils.new/bridge-utils.changes   
2011-12-08 11:27:29.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 07:30:35 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ bridge-utils.spec ++
--- /var/tmp/diff_new_pack.J0hsm4/_old  2011-12-08 11:27:30.0 +0100
+++ /var/tmp/diff_new_pack.J0hsm4/_new  2011-12-08 11:27:30.0 +0100
@@ -15,14 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   bridge-utils
+BuildRequires:  automake
 BuildRequires:  libsysfs
 Version:1.5
-Release:3
+Release:0
 Group:  Productivity/Networking/Routing
-License:GPLv2+
+License:GPL-2.0+
 Url:http://www.linux-foundation.org/en/Net:Bridge
 Summary:Utilities for Configuring the Linux Ethernet Bridge
 Source: %{name}-%{version}.tar.gz

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit bridge-utils for openSUSE:Factory

2011-09-20 Thread h_root

Hello community,

here is the log from the commit of package bridge-utils for openSUSE:Factory
checked in at Tue Sep 20 12:50:06 CEST 2011.




--- bridge-utils/bridge-utils.changes   2011-08-30 20:32:07.0 +0200
+++ /mounts/work_src_done/STABLE/bridge-utils/bridge-utils.changes  
2011-09-17 22:44:21.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 20:44:16 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ bridge-utils.spec ++
--- /var/tmp/diff_new_pack.MJCpbA/_old  2011-09-20 12:50:02.0 +0200
+++ /var/tmp/diff_new_pack.MJCpbA/_new  2011-09-20 12:50:02.0 +0200
@@ -15,14 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   bridge-utils
 BuildRequires:  libsysfs
 Version:1.5
 Release:3
-AutoReqProv:on
 Group:  Productivity/Networking/Routing
 License:GPLv2+
 Url:http://www.linux-foundation.org/en/Net:Bridge
@@ -39,10 +37,6 @@
 connected to one ethernet device see hosts connected to the other
 ethernet devices directly.
 
-Authors:
-
-Lennert Buytenhek buyt...@gnu.org
-
 %prep
 %setup -q
 %patch
@@ -60,9 +54,6 @@
 install -D -m 644 libbridge/libbridge.h %{buildroot}%{_includedir}/libbridge.h
 install -D -m 644 libbridge/libbridge.a %{buildroot}%{_libdir}/libbridge.a
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog README THANKS TODO doc/[FHPRSW]*






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit bridge-utils for openSUSE:Factory

2011-08-31 Thread h_root

Hello community,

here is the log from the commit of package bridge-utils for openSUSE:Factory
checked in at Wed Aug 31 10:37:41 CEST 2011.




--- bridge-utils/bridge-utils.changes   2011-07-26 16:30:05.0 +0200
+++ /mounts/work_src_done/STABLE/bridge-utils/bridge-utils.changes  
2011-08-30 20:32:07.0 +0200
@@ -1,0 +2,5 @@
+Tue Aug 30 18:35:51 UTC 2011 - andrea.turr...@gmail.com
+
+- removed duplicated Authors: from description of bridge-utils.spec
+
+---

calling whatdependson for head-i586




Other differences:
--
++ bridge-utils.spec ++
--- /var/tmp/diff_new_pack.4of62P/_old  2011-08-31 10:37:26.0 +0200
+++ /var/tmp/diff_new_pack.4of62P/_new  2011-08-31 10:37:26.0 +0200
@@ -21,7 +21,7 @@
 Name:   bridge-utils
 BuildRequires:  libsysfs
 Version:1.5
-Release:1
+Release:3
 AutoReqProv:on
 Group:  Productivity/Networking/Routing
 License:GPLv2+
@@ -39,10 +39,6 @@
 connected to one ethernet device see hosts connected to the other
 ethernet devices directly.
 
-Authors: Lennert Buytenhek buyt...@gnu.org
-
-
-
 Authors:
 
 Lennert Buytenhek buyt...@gnu.org






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit bridge-utils for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package bridge-utils for openSUSE:Factory
checked in at Mon Aug 1 10:15:44 CEST 2011.




--- bridge-utils/bridge-utils.changes   2009-12-20 14:07:03.0 +0100
+++ /mounts/work_src_done/STABLE/bridge-utils/bridge-utils.changes  
2011-07-26 16:30:05.0 +0200
@@ -1,0 +2,11 @@
+Mon Jul 25 14:16:57 CST 2011 - lidongy...@novell.com
+- bnc#707837 - network:utilities/bridge-utils: Bug in Factory 12.1
+  brctl has changed from /sbin to /usr/sbin
+  revert the changes made to %install section of the spec file
+
+---
+Wed Jun  8 14:22:43 CST 2011 - lidongy...@novell.com
+
+- update to 1.5
+
+---

calling whatdependson for head-i586


Old:

  bridge-utils-1.4-hz.diff
  bridge-utils-1.4-optflags.patch
  bridge-utils-1.4.tar.bz2

New:

  bridge-utils-1.5-hz.diff
  bridge-utils-1.5-optflags.patch
  bridge-utils-1.5.tar.gz



Other differences:
--
++ bridge-utils.spec ++
--- /var/tmp/diff_new_pack.WeB1PU/_old  2011-08-01 10:04:41.0 +0200
+++ /var/tmp/diff_new_pack.WeB1PU/_new  2011-08-01 10:04:41.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package bridge-utils (Version 1.4)
+# spec file for package bridge-utils
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -20,16 +20,16 @@
 
 Name:   bridge-utils
 BuildRequires:  libsysfs
-Version:1.4
-Release:55
+Version:1.5
+Release:1
 AutoReqProv:on
 Group:  Productivity/Networking/Routing
 License:GPLv2+
 Url:http://www.linux-foundation.org/en/Net:Bridge
 Summary:Utilities for Configuring the Linux Ethernet Bridge
-Source: %{name}-%{version}.tar.bz2
+Source: %{name}-%{version}.tar.gz
 Patch:  %{name}-%{version}-hz.diff
-Patch1: bridge-utils-1.4-optflags.patch
+Patch1: %{name}-%{version}-optflags.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -59,8 +59,10 @@
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
-install -d -m755 $RPM_BUILD_ROOT/sbin
+install -d -m 755 $RPM_BUILD_ROOT/sbin
 mv $RPM_BUILD_ROOT%{_sbindir}/brctl $RPM_BUILD_ROOT/sbin
+install -D -m 644 libbridge/libbridge.h %{buildroot}%{_includedir}/libbridge.h
+install -D -m 644 libbridge/libbridge.a %{buildroot}%{_libdir}/libbridge.a
 
 %clean
 rm -rf $RPM_BUILD_ROOT

++ bridge-utils-1.4-hz.diff - bridge-utils-1.5-hz.diff ++

++ bridge-utils-1.4-optflags.patch - bridge-utils-1.5-optflags.patch ++






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org