Hello community,

here is the log from the commit of package non-ntk for openSUSE:Factory checked 
in at 2020-07-06 16:25:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/non-ntk (Old)
 and      /work/SRC/openSUSE:Factory/.non-ntk.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "non-ntk"

Mon Jul  6 16:25:40 2020 rev:4 rq:818704 version:1.3.1000

Changes:
--------
--- /work/SRC/openSUSE:Factory/non-ntk/non-ntk.changes  2019-09-09 
12:35:53.505467346 +0200
+++ /work/SRC/openSUSE:Factory/.non-ntk.new.3060/non-ntk.changes        
2020-07-06 16:29:03.875120188 +0200
@@ -1,0 +2,7 @@
+Wed Jul  1 06:46:31 UTC 2020 - Edgar Aichinger <edog...@aon.at>
+
+- update to version 1.3.1000
+- remove non-ntk-1.3.0-fpermissive.patch (fixed upstream)
+- run spec-cleaner, improve specfile following its proposals
+
+-------------------------------------------------------------------

Old:
----
  non-ntk-1.3.0-fpermissive.patch
  non-ntk-1.3.0-git5719b00.tar.bz2

New:
----
  _service
  non-ntk-1.3.1000.tar.bz2

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

Other differences:
------------------
++++++ non-ntk.spec ++++++
--- /var/tmp/diff_new_pack.vM0gLD/_old  2020-07-06 16:29:05.939126516 +0200
+++ /var/tmp/diff_new_pack.vM0gLD/_new  2020-07-06 16:29:05.943126529 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package non-ntk
 #
-# Copyright (c) 2019 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
@@ -17,16 +17,15 @@
 
 
 Name:           non-ntk
-Version:        1.3.0
+Version:        1.3.1000
 Release:        0
 Summary:        A fork of FLTK for the non audio suite
-License:        GPL-2.0-or-later
-Group:          Applications/Multimedia
-
 # some codes are in GPLv2+ while FLTK derived code is LGPLv2+ (SUSE-FLTK)
 # since linking to the same binary together, restricted solely to GPL-2.0+
-URL:            http://non.tuxfamily.org/
-Source0:        non-ntk-%{version}-git5719b00.tar.bz2
+License:        GPL-2.0-or-later
+Group:          Development/Libraries/C and C++
+URL:            https://non.tuxfamily.org/
+Source0:        non-ntk-%{version}.tar.bz2
 # script to create source tarball from git
 # sh non-snapshot.sh $(rev)
 Source1:        non-ntk-snapshot.sh
@@ -35,22 +34,17 @@
 # sent upstream via email
 Patch1:         non-ntk-1.3.0-fsf.patch
 Patch2:         non-ntk-unused-shlib.patch
-Patch3:         non-ntk-1.3.0-fpermissive.patch
-
-%if %{defined fedora}
-BuildRequires:  desktop-file-utils
-%endif
-%if 0%{?suse_version}
-BuildRequires:  gcc-c++
-BuildRequires:  update-desktop-files
-%endif
 BuildRequires:  cairo-devel
 BuildRequires:  libjpeg-devel
-BuildRequires:  python-base
+BuildRequires:  pkgconfig
 BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(glu)
 BuildRequires:  pkgconfig(libpng)
 BuildRequires:  pkgconfig(xft)
+# needed by ./waf
+BuildRequires:  python-base
+BuildRequires:  gcc-c++
+BuildRequires:  update-desktop-files
 
 %description
 The Non Tool Kit (NTK) is a fork of the Fast Light ToolKit library, adding 
@@ -59,15 +53,15 @@
 Non applications. NTK is included in the Non distribution.
 
 %package -n libntk1
-Summary:        Development files for %{name}.
-Group:          Development/Libraries
+Summary:        Shared library files for %{name}
+Group:          Development/Libraries/C and C++
 
 %description -n libntk1
 This package contains shared libraries for %{name}.
 
 %package devel
 Summary:        Development files for %{name}
-Group:          Development/Libraries
+Group:          Development/Libraries/C and C++
 Requires:       libntk1 = %{version}-%{release}
 
 %description devel
@@ -75,7 +69,7 @@
 
 %package fluid
 Summary:        Fast Light User Interface Designer
-Group:          Applications/Multimedia
+Group:          Development/Tools/GUI Builders
 Requires:       %{name}%{?_isa} = %{version}-%{release}
 Requires:       %{name}-devel
 
@@ -83,10 +77,9 @@
 %{summary}, an interactive GUI designer for %{name}.
 
 %prep
-%setup -q
+%setup -q -n ntk-%{version}
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 sed -i -e "s|append_value('C\(.*\)FLAGS', 
CFLAGS|append_value('C\1FLAGS','%{optflags}'.split(' ')|" \
  wscript
@@ -107,9 +100,7 @@
 %endif
 
 %post -n libntk1 -p /sbin/ldconfig
-
 %postun -n libntk1 -p /sbin/ldconfig
-
 %postun fluid
 update-desktop-database -q &> /dev/null
 
@@ -120,15 +111,12 @@
 desktop-file-validate %{buildroot}%{_datadir}/applications/ntk-fluid.desktop
 
 %files
-%defattr(-,root,root)
 %license COPYING
 
 %files -n libntk1
-%defattr(-,root,root)
 %{_libdir}/libntk*.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_libdir}/libntk.so
 %{_libdir}/libntk_images.so
 %{_libdir}/libntk_gl.so
@@ -136,7 +124,6 @@
 %{_libdir}/pkgconfig/*
 
 %files fluid
-%defattr(-,root,root)
 %{_datadir}/applications/ntk-fluid.desktop
 %{_bindir}/ntk-*
 

++++++ _service ++++++
<services>
  <service name="download_url" mode="localonly">
    <param name="host">github.com</param>
    <param name="protocol">https</param>
    <param name="path">/original-male/ntk/archive/v1.3.1000.tar.gz</param>
    <param name="filename">non-ntk-1.3.1000.tar.gz</param>
  </service>
  <service name="recompress" mode="localonly">
    <param name="file">*.tar.gz</param>
    <param name="compression">bz2</param>
  </service>
</services>
++++++ non-ntk-1.3.0-git5719b00.tar.bz2 -> non-ntk-1.3.1000.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/non-ntk/non-ntk-1.3.0-git5719b00.tar.bz2 
/work/SRC/openSUSE:Factory/.non-ntk.new.3060/non-ntk-1.3.1000.tar.bz2 differ: 
char 11, line 1


Reply via email to