commit cttop for openSUSE:Factory

2020-06-02 Thread root
Hello community,

here is the log from the commit of package cttop for openSUSE:Factory checked 
in at 2020-06-02 14:39:12

Comparing /work/SRC/openSUSE:Factory/cttop (Old)
 and  /work/SRC/openSUSE:Factory/.cttop.new.3606 (New)


Package is "cttop"

Tue Jun  2 14:39:12 2020 rev:3 rq:810379 version:0.3.g26

Changes:

--- /work/SRC/openSUSE:Factory/cttop/cttop.changes  2015-11-13 
23:36:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.cttop.new.3606/cttop.changes2020-06-02 
14:40:04.155792638 +0200
@@ -1,0 +2,6 @@
+Sat May 23 14:18:40 UTC 2020 - Jan Engelhardt 
+
+- Modernize specfile and add a _service file for the
+  manually-rolled tarball.
+
+---

New:

  _service



Other differences:
--
++ cttop.spec ++
--- /var/tmp/diff_new_pack.TQ2Bfg/_old  2020-06-02 14:40:04.835794788 +0200
+++ /var/tmp/diff_new_pack.TQ2Bfg/_new  2020-06-02 14:40:04.839794800 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cttop
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # 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,18 +20,15 @@
 Version:0.3.g26
 Release:0
 Summary:top-like program showing Netfilter connection tracking entries
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Networking/Security
-Url:http://strlen.de/cttop.html
+URL:http://strlen.de/cttop.html
 
-#Snapshot: v0.3-26-g63e53bb
 #Git-Web:  http://git.breakpoint.cc/cgit/fw/cttop.git/
-#Git-Clone:git://git.breakpoint.cc/fw/cttop
 #Source: http://strlen.de/cttop/dl/%name-%version.tar.bz2
 #Source2:http://strlen.de/cttop/dl/%name-%version.tar.bz2.sig
 Source: %name-%version.tar.xz
 Source4:%name.keyring
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  automake
 BuildRequires:  bison
 BuildRequires:  flex
@@ -39,11 +36,7 @@
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(libcap-ng)
 BuildRequires:  pkgconfig(libnetfilter_conntrack)
-%if 0%{?suse_version} > 1315
 BuildRequires:  pkgconfig(ncurses)
-%else
-BuildRequires:  ncurses-devel >= 5.9
-%endif
 
 %description
 cttop is a top-like program that shows netfilter connection tracking
@@ -51,7 +44,7 @@
 by source address.
 
 %prep
-%setup -qn %name
+%autosetup -p1
 
 %build
 autoreconf -fi
@@ -62,7 +55,6 @@
 %make_install
 
 %files
-%defattr(-,root,root)
 %_sbindir/cttop
 %_mandir/man8/cttop.8*
 %doc COPYING

++ _service ++


git
git://git.breakpoint.cc/fw/cttop
master
v0.3
0.3.g@TAG_OFFSET@


*.tar
xz



++ cttop-0.3.g26.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cttop/.gitignore new/cttop-0.3.g26/.gitignore
--- old/cttop/.gitignore2015-05-30 12:25:14.501834782 +0200
+++ new/cttop-0.3.g26/.gitignore1970-01-01 01:00:00.0 +0100
@@ -1,15 +0,0 @@
-build-aux/
-tags
-configure
-depcomp
-ltmain
-Makefile
-Makefile.in
-.deps/
-aclocal.m4
-bsf_filter.lex.c
-bsf_filter.yy.c
-bsf_filter.yy.h
-config.log
-config.status
-cttop




commit cttop for openSUSE:Factory

2015-11-13 Thread h_root
Hello community,

here is the log from the commit of package cttop for openSUSE:Factory checked 
in at 2015-11-13 23:35:59

Comparing /work/SRC/openSUSE:Factory/cttop (Old)
 and  /work/SRC/openSUSE:Factory/.cttop.new (New)


Package is "cttop"

Changes:

--- /work/SRC/openSUSE:Factory/cttop/cttop.changes  2015-06-11 
08:21:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.cttop.new/cttop.changes 2015-11-13 
23:36:00.0 +0100
@@ -1,0 +2,5 @@
+Thu Nov  5 00:18:10 UTC 2015 - r...@fthiessen.de
+
+- Fixed BuildRequires of ncurses to build on all openSUSE versions
+
+---



Other differences:
--
++ cttop.spec ++
--- /var/tmp/diff_new_pack.XK9a5f/_old  2015-11-13 23:36:01.0 +0100
+++ /var/tmp/diff_new_pack.XK9a5f/_new  2015-11-13 23:36:01.0 +0100
@@ -39,7 +39,11 @@
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(libcap-ng)
 BuildRequires:  pkgconfig(libnetfilter_conntrack)
-BuildRequires:  pkgconfig(ncurses6)
+%if 0%{?suse_version} > 1315
+BuildRequires:  pkgconfig(ncurses)
+%else
+BuildRequires:  ncurses-devel >= 5.9
+%endif
 
 %description
 cttop is a top-like program that shows netfilter connection tracking