Hello community,

here is the log from the commit of package irqbalance for openSUSE:Factory 
checked in at 2019-07-16 08:38:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/irqbalance (Old)
 and      /work/SRC/openSUSE:Factory/.irqbalance.new.1887 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "irqbalance"

Tue Jul 16 08:38:26 2019 rev:51 rq:714762 version:1.6.0+git20190711.f7fdebb

Changes:
--------
--- /work/SRC/openSUSE:Factory/irqbalance/irqbalance.changes    2018-10-11 
11:40:16.175182611 +0200
+++ /work/SRC/openSUSE:Factory/.irqbalance.new.1887/irqbalance.changes  
2019-07-16 08:38:27.499082005 +0200
@@ -1,0 +2,32 @@
+Thu Jul 11 13:19:49 UTC 2019 - [email protected]
+
+- Add git hash tag and date in version as source is derived from
+  master/HEAD branch. Thanks to namtrac.
+  This is done via _service file.
+  Also add an example how to get back to a stable release version
+- Update to latest git master version:
+  git commit f7fdebbaa4dbc27fcdeb7
+
+-------------------------------------------------------------------
+Sun Jul  7 21:37:21 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Use noun phrase in summaries.
+
+-------------------------------------------------------------------
+Mon Jul  1 15:18:05 UTC 2019 - [email protected]
+
+- Update to version 1.6.0 (b47eea84cbb93f533b0cba2f1aa):
+  * fix balancing when numa information isn't available
+  * Refine document about IRQBALANCE_BANNED_CPUS
+  * Fix string truncation issues detected by GCC 8
+  * fix socket path creation
+  * Update document for option --banmod and --deepestcache
+  * Fix ambiguous parsing of *node* entries in /sys.
+  * procinterrupts: check xen-dyn-event more flexible
+  * misc: Add an example for policy script
+  * policyscript: ignore non-executable files when specifying a directory
+
+remove because already mainline:
+D fix_buffer_overflow_compiler.patch
+
+-------------------------------------------------------------------

Old:
----
  _servicedata
  fix_buffer_overflow_compiler.patch
  v1.4.0.tar.gz

New:
----
  irqbalance-1.6.0+git20190711.f7fdebb.tar.gz

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

Other differences:
------------------
++++++ irqbalance.spec ++++++
--- /var/tmp/diff_new_pack.FB48pL/_old  2019-07-16 08:38:28.003081751 +0200
+++ /var/tmp/diff_new_pack.FB48pL/_new  2019-07-16 08:38:28.003081751 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package irqbalance
 #
-# Copyright (c) 2018 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/
 #
 
 
@@ -21,17 +21,17 @@
   %define _fillupdir %{_localstatedir}/adm/fillup-templates
 %endif
 Name:           irqbalance
-Version:        1.4.0
+Version:        1.6.0+git20190711.f7fdebb
 Release:        0
-Summary:        Balance IRQs on SMP Machines
+Summary:        Daemon to balance IRQs on SMP machines
 License:        GPL-2.0-or-later
 Group:          System/Daemons
 Url:            https://github.com/Irqbalance/irqbalance
-Source:         
https://github.com/Irqbalance/irqbalance/archive/v%{version}.tar.gz
+#Source:         
https://github.com/Irqbalance/irqbalance/archive/v%%{version}.tar.gz
+Source:         %{name}-%{version}.tar.gz
 Source3:        sysconfig.irqbalance
 Patch1:         Set-fd-limit.patch
 Patch2:         install-man-pages.patch
-Patch3:         fix_buffer_overflow_compiler.patch
 BuildRequires:  libcap-ng-devel
 BuildRequires:  libtool
 BuildRequires:  ncurses-devel

++++++ Set-fd-limit.patch ++++++
--- /var/tmp/diff_new_pack.FB48pL/_old  2019-07-16 08:38:28.015081745 +0200
+++ /var/tmp/diff_new_pack.FB48pL/_new  2019-07-16 08:38:28.015081745 +0200
@@ -1,11 +1,11 @@
-Index: irqbalance-1.4.0/misc/irqbalance.service
+Index: irqbalance-1.6.0/misc/irqbalance.service
 ===================================================================
---- irqbalance-1.4.0.orig/misc/irqbalance.service
-+++ irqbalance-1.4.0/misc/irqbalance.service
-@@ -5,6 +5,7 @@ ConditionVirtualization=!container
- [Service]
- EnvironmentFile=/path/to/irqbalance.env
- ExecStart=/usr/sbin/irqbalance --foreground $IRQBALANCE_ARGS
+--- irqbalance-1.6.0.orig/misc/irqbalance.service      2019-07-01 
17:12:55.781596074 +0200
++++ irqbalance-1.6.0/misc/irqbalance.service   2019-07-01 17:13:22.025596492 
+0200
+@@ -13,6 +13,7 @@ ReadOnlyPaths=/
+ ReadWritePaths=/proc/irq
+ RestrictAddressFamilies=AF_UNIX
+ RuntimeDirectory=irqbalance/
 +LimitNOFILE=4096
  
  [Install]

++++++ _service ++++++
--- /var/tmp/diff_new_pack.FB48pL/_old  2019-07-16 08:38:28.027081739 +0200
+++ /var/tmp/diff_new_pack.FB48pL/_new  2019-07-16 08:38:28.031081737 +0200
@@ -2,9 +2,21 @@
   <service mode="disabled" name="tar_scm">
     <param name="url">https://github.com/Irqbalance/irqbalance.git</param>
     <param name="scm">git</param>
-    <param name="changesgenerate">enable</param>
+    <param name="changesgenerate">disable</param>
     <param name="filename">irqbalance</param>
-    <param name="versionformat">1.4.0</param>
+    <!-- Do use a master branch with git hash in version for Tumbleweed -->
+    <param name="revision">master</param>
+    <param name="versionformat">1.6.0+git%cd.%h</param>
+    <!-- -->
+    <!-- Do use a stable version format below for products that get released
+    <param name="versionformat">1.6.0</param>
+    <param name="revision">v1.6.0</param>
+    -->
+  </service>
+  <service name="set_version" mode="disabled"/>  
+  <service name="recompress" mode="disabled">
+    <param name="file">irqbalance*.tar</param>
+    <param name="compression">gz</param>
   </service>
 </services>
 


Reply via email to