Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libxpp for openSUSE:Factory checked in at 2024-02-16 21:42:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libxpp (Old) and /work/SRC/openSUSE:Factory/.libxpp.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libxpp" Fri Feb 16 21:42:40 2024 rev:2 rq:1147059 version:0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libxpp/libxpp.changes 2024-02-09 23:54:49.332374046 +0100 +++ /work/SRC/openSUSE:Factory/.libxpp.new.1815/libxpp.changes 2024-02-16 21:42:42.722471785 +0100 @@ -1,0 +2,13 @@ +Fri Feb 16 09:45:18 UTC 2024 - [email protected] + +- Update to version 0.2.0+gitd141e4c: + * buildsystem: use single quotes throughout + * python files: flake8 fixes + * gitignore: ignore all build trees + * buildsystem: support not building docs + * SConstruct: use new helper method to pull in libcosmos + * XWindow: also export utf8_string getter + * XCursor: support defining a cursor from pixmap data + * Pixmap: support creating Pixmap from in-memory bitmap data + +------------------------------------------------------------------- Old: ---- libxpp-8273a92.tar.xz New: ---- libxpp-0.2.0+gitd141e4c.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libxpp.spec ++++++ --- /var/tmp/diff_new_pack.e3Gnuv/_old 2024-02-16 21:42:43.306492857 +0100 +++ /var/tmp/diff_new_pack.e3Gnuv/_new 2024-02-16 21:42:43.306492857 +0100 @@ -16,7 +16,7 @@ # -%define commit 8273a92 +%define commit d141e4c Name: libxpp Version: 0.2 @@ -25,7 +25,7 @@ License: MIT Group: Development/Libraries/C and C++ URL: https://github.com/gerstner-hub/libxpp -Source0: libxpp-%{commit}.tar.xz +Source0: libxpp-0.2.0+git%{commit}.tar.xz BuildRequires: gcc-c++ BuildRequires: libX11-devel @@ -41,8 +41,10 @@ %package -n libxpp-0_2_0 Summary: An object oriented C++ wrapper for parts of the X11 API Group: System/Libraries -Provides: %{name} = %{version} -Obsoletes: %{name} < %{version} +#this is the initial version of the library that is packaged, these are +#unnecessary at the moment +#Provides: %{name} = %{version} +#Obsoletes: %{name} < %{version} %description -n libxpp-0_2_0 A library providing an object oriented C++ API wrapper for 37 parts of the X11 @@ -53,8 +55,8 @@ %package devel Summary: A library providing a modern C++ API for the Linux operating system Group: Development/Libraries/C and C++ -Requires: libxpp-0_2_0 = %{version} Requires: libstdc++-devel +Requires: libxpp-0_2_0 = %{version} %description devel A library providing an object oriented C++ API wrapper for 37 parts of the X11 @@ -63,7 +65,7 @@ Header and development files for libxpp. %prep -%setup -q -n libxpp-%{commit} +%setup -q -n libxpp-0.2.0+git%{commit} %build scons libtype=shared use-system-pkgs=1 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.e3Gnuv/_old 2024-02-16 21:42:43.330493723 +0100 +++ /var/tmp/diff_new_pack.e3Gnuv/_new 2024-02-16 21:42:43.334493866 +0100 @@ -1,11 +1,11 @@ <services> - <service name="tar_scm" mode="disabled"> + <service name="tar_scm" mode="manual"> <param name="url">https://github.com/gerstner-hub/libxpp.git</param> <param name="scm">git</param> - <param name="versionformat">%h</param> + <param name="versionformat">0.2.0+git%h</param> <param name="changesgenerate">enable</param> </service> - <service name="recompress" mode="disabled"> + <service name="recompress" mode="manual"> <param name="file">*.tar</param> <param name="compression">xz</param> </service> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.e3Gnuv/_old 2024-02-16 21:42:43.362494877 +0100 +++ /var/tmp/diff_new_pack.e3Gnuv/_new 2024-02-16 21:42:43.366495021 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/gerstner-hub/libxpp.git</param> - <param name="changesrevision">8273a92d4f599a4d88b4d08a4e06549858b2981b</param></service></servicedata> + <param name="changesrevision">d141e4c65dd457a5c94c273f906e21399bb4bba2</param></service></servicedata> (No newline at EOF)
