Hello community,

here is the log from the commit of package irqbalance for openSUSE:Factory 
checked in at 2015-01-24 22:20:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/irqbalance (Old)
 and      /work/SRC/openSUSE:Factory/.irqbalance.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "irqbalance"

Changes:
--------
--- /work/SRC/openSUSE:Factory/irqbalance/irqbalance.changes    2014-09-20 
15:50:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.irqbalance.new/irqbalance.changes       
2015-01-24 22:20:02.000000000 +0100
@@ -1,0 +2,9 @@
+Fri Jan 23 10:36:21 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.0.8
+  * No ChangeLog available
+- Fix home page and download source Url
+- Update bug-893478_warn-once.patch; (submitted and accepted to/by
+  upstream)
+
+-------------------------------------------------------------------

Old:
----
  irqbalance-1.0.7.tar.bz2

New:
----
  v1.0.8.tar.gz

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

Other differences:
------------------
++++++ irqbalance.spec ++++++
--- /var/tmp/diff_new_pack.HTU8Q6/_old  2015-01-24 22:20:03.000000000 +0100
+++ /var/tmp/diff_new_pack.HTU8Q6/_new  2015-01-24 22:20:03.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package irqbalance
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,13 +17,13 @@
 
 
 Name:           irqbalance
-Version:        1.0.7
+Version:        1.0.8
 Release:        0
 Summary:        Balance IRQs on SMP Machines
 License:        GPL-2.0+
 Group:          System/Daemons
-Url:            http://code.google.com/p/irqbalance
-Source:         
http://irqbalance.googlecode.com/files/%{name}-%{version}.tar.bz2
+Url:            https://github.com/Irqbalance/irqbalance
+Source:         
https://github.com/Irqbalance/irqbalance/archive/v%{version}.tar.gz
 Source3:        sysconfig.irqbalance
 Patch0:         bug-893478_warn-once.patch
 BuildRequires:  libnuma-devel
@@ -32,9 +32,7 @@
 Requires(pre):  coreutils
 Requires(pre):  fillup
 ExclusiveArch:  ia64 x86_64 ppc64 ppc64le ppc %sparc
-%if 0%{?suse_version} >= 1130
 BuildRequires:  libcap-ng-devel
-%endif
 BuildRequires:  systemd
 %{?systemd_requires}
 
@@ -47,7 +45,7 @@
 %patch0 -p1
 
 %build
-./autogen.sh
+NOCONFIGURE=1 ./autogen.sh
 %configure
 make LDFLAGS="-Wl,-z,relro,-z,now" CFLAGS="%{optflags} -fPIE -pie"
 cp %{SOURCE3} .

++++++ bug-893478_warn-once.patch ++++++
--- /var/tmp/diff_new_pack.HTU8Q6/_old  2015-01-24 22:20:03.000000000 +0100
+++ /var/tmp/diff_new_pack.HTU8Q6/_new  2015-01-24 22:20:03.000000000 +0100
@@ -11,8 +11,8 @@
 
 --- a/activate.c
 +++ b/activate.c
-@@ -84,11 +84,14 @@ static void activate_mapping(struct irq_
-               if ((hint_policy == HINT_POLICY_SUBSET) &&
+@@ -84,11 +84,14 @@ static void activate_mapping(struct irq_info *info, void 
*data __attribute__((un
+               if ((info->hint_policy == HINT_POLICY_SUBSET) &&
                    (!cpus_empty(info->affinity_hint))) {
                        cpus_and(applied_mask, applied_mask, 
info->affinity_hint);
 -                      if (!cpus_intersects(applied_mask, unbanned_cpus))
@@ -31,6 +31,7 @@
                                valid_mask = 1;
                } else {
                        valid_mask = 1;
+
 --- a/types.h
 +++ b/types.h
 @@ -69,6 +69,7 @@ struct irq_info {

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

Reply via email to