Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package stb for openSUSE:Factory checked in 
at 2023-09-13 20:43:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/stb (Old)
 and      /work/SRC/openSUSE:Factory/.stb.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "stb"

Wed Sep 13 20:43:53 2023 rev:6 rq:1110572 version:20230129

Changes:
--------
--- /work/SRC/openSUSE:Factory/stb/stb.changes  2022-01-21 01:26:13.150258540 
+0100
+++ /work/SRC/openSUSE:Factory/.stb.new.1766/stb.changes        2023-09-13 
20:44:30.181950417 +0200
@@ -1,0 +2,25 @@
+Tue Aug 29 13:26:34 UTC 2023 - Adrian Schröter <adr...@suse.de>
+
+- update to current state (from january 2023)
+  * stb_c_lexer.h: v0.12 
+  * stb_connected_components: v0.96 
+  * stb_divide.h: v0.94 
+  * stb_dxt.h: v1.12 
+  * stb_easy_font.h: v1.1 
+  * stb_hexwave: v0.5 
+  * stb_include.h: v0.02 
+  * stb_leakcheck.h: v0.6 
+  * stb_perlin.h: v0.5 
+  * stb_rect_pack.h: v1.01 
+  * stb_sprintf: v1.10 
+  * stb_textedit.h: v1.14  
+  * stb_tilemap_editor.h: v0.42 
+  * stb_truetype.h: v1.26 
+  * stb_voxel_render.h: v0.89 
+
+-------------------------------------------------------------------
+Sat Aug 26 13:01:45 UTC 2023 - Callum Farmer <gm...@opensuse.org>
+
+- Add pkgconfig file which can be used by gamescope
+
+-------------------------------------------------------------------

Old:
----
  stb-20210910.obscpio

New:
----
  stb-20230129.obscpio

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

Other differences:
------------------
++++++ stb.spec ++++++
--- /var/tmp/diff_new_pack.jixXwV/_old  2023-09-13 20:44:32.430030341 +0200
+++ /var/tmp/diff_new_pack.jixXwV/_new  2023-09-13 20:44:32.446030909 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package stb
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           stb
-Version:        20210910
+Version:        20230129
 Release:        0
 Summary:        Single-File Public Domain Libraries for C/C++
 License:        MIT OR Unlicense
@@ -29,6 +29,9 @@
 BuildRequires:  c++_compiler
 BuildArch:      noarch
 
+# to create version list for changelog
+# for i  in stb_*.h ; do sed -n  '1 s,^// \([^-]*\) - \([^-]*\).*,\1: \2,p' 
"$i"; done
+
 %description
 Useful functions provided via C header files:
 
@@ -85,7 +88,17 @@
 %patch1 -p1
 
 %build
-# nothing to do
+# pkgconf
+cat > stb.pc << EOF
+prefix=%{_prefix}
+exec_prefix=\${prefix}
+includedir=%{_includedir}
+
+Name:           %{name}
+Description:    %{summary}
+Version:        %{version}
+Cflags:         -I\${includedir}/stb
+EOF
 
 %install
 mkdir -p %buildroot%_includedir/stb
@@ -93,6 +106,8 @@
 # stb_vorbis.c is a header file..
 cp stb_vorbis.c %buildroot%_includedir/stb/stb_vorbis.h
 
+install -Dm0644 stb.pc %{buildroot}%{_datadir}/pkgconfig/stb.pc
+
 %check
 cd tests
 make && ./a.out
@@ -100,4 +115,5 @@
 %files devel
 %doc README.md docs
 %_includedir/stb
+%_datadir/pkgconfig/stb.pc
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.jixXwV/_old  2023-09-13 20:44:32.650038162 +0200
+++ /var/tmp/diff_new_pack.jixXwV/_new  2023-09-13 20:44:32.654038304 +0200
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/nothings/stb.git</param>
     <param name="scm">git</param>
 <!-- every header has an own version meanwhile. so using last commit time. -->
-    <param name="version">20210910</param>
+    <param name="version">20230129</param>
   </service>
   <service mode="manual" name="set_version" />
 

++++++ stb-20210910.obscpio -> stb-20230129.obscpio ++++++
++++ 2364 lines of diff (skipped)

++++++ stb.obsinfo ++++++
--- /var/tmp/diff_new_pack.jixXwV/_old  2023-09-13 20:44:32.914047548 +0200
+++ /var/tmp/diff_new_pack.jixXwV/_new  2023-09-13 20:44:32.918047689 +0200
@@ -1,5 +1,5 @@
 name: stb
-version: 20210910
-mtime: 1631260109
-commit: af1a5bc352164740c1cc1354942b1c6b72eacb8a
+version: 20230129
+mtime: 1675018027
+commit: 5736b15f7ea0ffb08dd38af21067c314d6a3aae9
 

Reply via email to