commit delayacct-utils for openSUSE:Factory

2019-04-03 Thread root
Hello community,

here is the log from the commit of package delayacct-utils for openSUSE:Factory 
checked in at 2019-04-03 09:28:07

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


Package is "delayacct-utils"

Wed Apr  3 09:28:07 2019 rev:25 rq:690628 version:MACRO

Changes:

--- /work/SRC/openSUSE:Factory/delayacct-utils/delayacct-utils.changes  
2017-12-08 13:01:50.008052189 +0100
+++ 
/work/SRC/openSUSE:Factory/.delayacct-utils.new.25356/delayacct-utils.changes   
2019-04-03 09:28:08.111818634 +0200
@@ -1,0 +2,6 @@
+Tue Apr  2 09:26:20 UTC 2019 - Bernhard Wiedemann 
+
+- BuildRequire kernel-devel because we want to rebuild
+  when it gets updated
+
+---



Other differences:
--
++ delayacct-utils.spec ++
--- /var/tmp/diff_new_pack.R98yIm/_old  2019-04-03 09:28:09.975819512 +0200
+++ /var/tmp/diff_new_pack.R98yIm/_new  2019-04-03 09:28:10.019819533 +0200
@@ -21,11 +21,11 @@
 Summary:Delay Accounting Utilities
 License:GPL-2.0
 Group:  System/Monitoring
-%define version %(rpm -q --qf '%%{VERSION}' kernel-source)
+%define version %(rpm -q --qf '%%{VERSION}' kernel-devel)
 Version:%version
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  kernel-devel
 Source0:delayacct-utils.tar.bz2
 Patch0: delayacct-utils-nl.patch
 




commit delayacct-utils for openSUSE:Factory

2017-12-08 Thread root
Hello community,

here is the log from the commit of package delayacct-utils for openSUSE:Factory 
checked in at 2017-12-08 13:01:30

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


Package is "delayacct-utils"

Fri Dec  8 13:01:30 2017 rev:24 rq:555060 version:MACRO

Changes:

--- /work/SRC/openSUSE:Factory/delayacct-utils/delayacct-utils.changes  
2017-01-11 12:04:05.386704249 +0100
+++ /work/SRC/openSUSE:Factory/.delayacct-utils.new/delayacct-utils.changes 
2017-12-08 13:01:50.008052189 +0100
@@ -1,0 +2,6 @@
+Thu Dec  7 11:06:04 UTC 2017 - dims...@opensuse.org
+
+- Escape the usage of %{VERSION} when calling out to rpm.
+  RPM 4.14 has %{VERSION} defined as 'the main packages version'.
+
+---



Other differences:
--
++ delayacct-utils.spec ++
--- /var/tmp/diff_new_pack.GbQrfa/_old  2017-12-08 13:01:51.288005963 +0100
+++ /var/tmp/diff_new_pack.GbQrfa/_new  2017-12-08 13:01:51.288005963 +0100
@@ -21,7 +21,7 @@
 Summary:Delay Accounting Utilities
 License:GPL-2.0
 Group:  System/Monitoring
-%define version %(rpm -q --qf '%{VERSION}' kernel-source)
+%define version %(rpm -q --qf '%%{VERSION}' kernel-source)
 Version:%version
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build




commit delayacct-utils for openSUSE:Factory

2014-06-23 Thread h_root
Hello community,

here is the log from the commit of package delayacct-utils for openSUSE:Factory 
checked in at 2014-06-23 09:23:54

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


Package is delayacct-utils

Changes:

--- /work/SRC/openSUSE:Factory/delayacct-utils/delayacct-utils.changes  
2013-01-28 09:30:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.delayacct-utils.new/delayacct-utils.changes 
2014-06-23 09:24:00.0 +0200
@@ -1,0 +2,7 @@
+Thu Jun 19 14:37:04 UTC 2014 - crrodrig...@opensuse.org
+
+- delayacct-utils-nl.patch DO not attempt to link getdelays 
+  with libnl1, it is a bogus dependency, resulting executable
+  never uses the library.
+
+---

New:

  delayacct-utils-nl.patch



Other differences:
--
++ delayacct-utils.spec ++
--- /var/tmp/diff_new_pack.CI7KFX/_old  2014-06-23 09:24:01.0 +0200
+++ /var/tmp/diff_new_pack.CI7KFX/_new  2014-06-23 09:24:01.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package delayacct-utils
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -18,8 +18,6 @@
 
 Name:   delayacct-utils
 BuildRequires:  kernel-source
-BuildRequires:  libnl
-BuildRequires:  libnl-1_1-devel
 Summary:Delay Accounting Utilities
 License:GPL-2.0
 Group:  System/Monitoring
@@ -29,6 +27,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:delayacct-utils.tar.bz2
+Patch0: delayacct-utils-nl.patch
 
 %description
 Delay accounting allows the administrator to track the time an
@@ -37,6 +36,7 @@
 
 %prep
 %setup -q -n %name
+%patch0 -p1
 mkdir -p linux
 %if 0%{?suse_version} = 1220
 cp /usr/src/linux/include/linux/taskstats.h linux/taskstats.h

++ delayacct-utils-nl.patch ++
--- delayacct-utils.orig/Makefile
+++ delayacct-utils/Makefile
@@ -1,6 +1,6 @@
 CCOPT  = -O2
 CFLAGS = $(CCOPT) -Wall -I.
-LIBS   = -lnl
+LIBS   =
 
 all: getdelays 
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit delayacct-utils for openSUSE:Factory

2013-01-28 Thread h_root
Hello community,

here is the log from the commit of package delayacct-utils for openSUSE:Factory 
checked in at 2013-01-28 09:30:04

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


Package is delayacct-utils, Maintainer is meiss...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/delayacct-utils/delayacct-utils.changes  
2011-10-21 16:28:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.delayacct-utils.new/delayacct-utils.changes 
2013-01-28 09:30:05.0 +0100
@@ -1,0 +2,5 @@
+Sat Jan 26 09:26:23 UTC 2013 - seife+...@b1-systems.com
+
+- fix build
+
+---



Other differences:
--
++ delayacct-utils.spec ++
--- /var/tmp/diff_new_pack.4EudJp/_old  2013-01-28 09:30:06.0 +0100
+++ /var/tmp/diff_new_pack.4EudJp/_new  2013-01-28 09:30:06.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package delayacct-utils
 #
-# Copyright (c) 2011 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
@@ -16,15 +16,16 @@
 #
 
 
-
 Name:   delayacct-utils
-BuildRequires:  kernel-source libnl libnl-1_1-devel
+BuildRequires:  kernel-source
+BuildRequires:  libnl
+BuildRequires:  libnl-1_1-devel
 Summary:Delay Accounting Utilities
+License:GPL-2.0
+Group:  System/Monitoring
 %define version %(rpm -q --qf '%{VERSION}' kernel-source)
 Version:%version
-Release:3
-Group:  System/Monitoring
-License:GPL-2.0
+Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:delayacct-utils.tar.bz2
@@ -37,7 +38,11 @@
 %prep
 %setup -q -n %name
 mkdir -p linux
+%if 0%{?suse_version} = 1220
 cp /usr/src/linux/include/linux/taskstats.h linux/taskstats.h
+%else
+cp /usr/src/linux/include/uapi/linux/taskstats.h linux/taskstats.h
+%endif
 cp /usr/src/linux/Documentation/accounting/getdelays.c .
 
 %build

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



commit delayacct-utils for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package delayacct-utils for openSUSE:Factory 
checked in at 2011-12-06 18:05:39

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


Package is delayacct-utils, Maintainer is meiss...@suse.com

Changes:




Other differences:
--
++ delayacct-utils.spec ++
--- /var/tmp/diff_new_pack.JlcvPN/_old  2011-12-06 18:09:39.0 +0100
+++ /var/tmp/diff_new_pack.JlcvPN/_new  2011-12-06 18:09:39.0 +0100
@@ -24,7 +24,7 @@
 Version:%version
 Release:3
 Group:  System/Monitoring
-License:GPL v2 only
+License:GPL-2.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:delayacct-utils.tar.bz2

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