Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libGLC for openSUSE:Factory checked 
in at 2022-04-08 00:27:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libGLC (Old)
 and      /work/SRC/openSUSE:Factory/.libGLC.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libGLC"

Fri Apr  8 00:27:42 2022 rev:3 rq:967380 version:0.7.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libGLC/libGLC.changes    2015-06-23 
11:58:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libGLC.new.1900/libGLC.changes  2022-04-08 
00:28:12.417993503 +0200
@@ -1,0 +2,5 @@
+Wed Apr  6 13:11:14 UTC 2022 - Martin Pluskal <mplus...@suse.com>
+
+- Modernise spec file 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libGLC.spec ++++++
--- /var/tmp/diff_new_pack.qsWbgA/_old  2022-04-08 00:28:13.245984210 +0200
+++ /var/tmp/diff_new_pack.qsWbgA/_new  2022-04-08 00:28:13.249984165 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libGLC
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 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,22 +20,20 @@
 Version:        0.7.2
 Release:        0
 Summary:        Free OpenGL Character Renderer
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          Development/Libraries/C and C++
-Url:            http://quesoglc.sf.net/
+URL:            http://quesoglc.sf.net/
 Source:         
http://sourceforge.net/projects/quesoglc/files/%{version}/quesoglc-%{version}.tar.bz2
-# PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch1:         quesoglc-typepun.diff
 BuildRequires:  Mesa-devel
-BuildRequires:  fontconfig-devel
-BuildRequires:  freeglut-devel
-BuildRequires:  freetype2-devel
-BuildRequires:  fribidi-devel
 BuildRequires:  gcc-c++
-BuildRequires:  glew-devel
-BuildRequires:  libICE-devel
-BuildRequires:  pkg-config
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(fontconfig)
+BuildRequires:  pkgconfig(freetype2)
+BuildRequires:  pkgconfig(fribidi)
+BuildRequires:  pkgconfig(glew)
+BuildRequires:  pkgconfig(glut)
+BuildRequires:  pkgconfig(ice)
 
 %description
 QuesoGLC is a free (as in free speech) implementation of the OpenGL
@@ -57,43 +55,40 @@
 Summary:        QuesoGLC Development Files
 Group:          Development/Libraries/C and C++
 Requires:       Mesa-devel
-Requires:       fontconfig-devel
-Requires:       freetype2-devel
 Requires:       libGLC0 = %{version}
-Requires:       libexpat-devel
-Requires:       zlib-devel
+Requires:       pkgconfig(expat)
+Requires:       pkgconfig(fontconfig)
+Requires:       pkgconfig(freetype2)
+Requires:       pkgconfig(zlib)
 
 %description devel
 This package contains all necessary include files and libraries needed
 to develop applications using QuesoGLC.
 
 %prep
-%setup -q -n quesoglc-%{version}
-%patch1 -p1
+%autosetup -n quesoglc-%{version} -p1
 
 %build
 %configure \
   --disable-static
-make %{?_smp_mflags}
+%make_build
 
 %post -n libGLC0 -p /sbin/ldconfig
-
 %postun -n libGLC0 -p /sbin/ldconfig
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %check
-make check
+%make_build check
 
 %files -n libGLC0
-%defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog README THANKS
+%license COPYING
+%doc AUTHORS ChangeLog README THANKS
 %{_libdir}/libGLC.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/*
 %{_libdir}/libGLC.so
 %{_libdir}/pkgconfig/quesoglc.pc

Reply via email to