Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package lite-xl-plugin-manager for
openSUSE:Factory checked in at 2024-12-06 14:26:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lite-xl-plugin-manager (Old)
and /work/SRC/openSUSE:Factory/.lite-xl-plugin-manager.new.28523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lite-xl-plugin-manager"
Fri Dec 6 14:26:53 2024 rev:15 rq:1228645 version:1.3.1+git20241110.cde491b
Changes:
--------
---
/work/SRC/openSUSE:Factory/lite-xl-plugin-manager/lite-xl-plugin-manager.changes
2024-07-01 11:20:53.460198549 +0200
+++
/work/SRC/openSUSE:Factory/.lite-xl-plugin-manager.new.28523/lite-xl-plugin-manager.changes
2024-12-06 14:27:06.646324809 +0100
@@ -1,0 +2,71 @@
+Fri Nov 29 01:56:59 UTC 2024 - [email protected]
+
+- Update to version 1.3.1+git20241110.cde491b:
+ * Fixed error around get_repository_addons cache.
+ * Sigh.
+ * Possible link order fix.
+ * Signedness issue.
+ * Added warnings for fetching https repositories when we don't have the
network active.
+ * Allows for accessible false variables.
+ * Split off compile options to disable large portions of lpm if you don't
want to build them.
+ * Add option to install Lite-XL plugin (#138)
+ * Added in -DLPM_NO_THREADS.
+ * reformat executable statement, make installable (#137)
+
+-------------------------------------------------------------------
+Fri Nov 08 15:13:56 UTC 2024 - [email protected]
+
+- Update to version 1.3.1+git20241108.d1a84c7:
+ * Updated CHANGELOG.md.
+ * Disabled switch if no default release url.
+ * Fixed up tests.
+ * Changed erroneous return; thanks to Jan for reporting.
+ * Ensured that "any" was being respected.
+
+-------------------------------------------------------------------
+Sun Oct 20 15:26:50 UTC 2024 - [email protected]
+
+- Update to version 1.3.0+git20241019.3de92ec:
+ * Added liblzma to list.
+ * Removed encoders for lzma.
+ * Updated CHANGELOG.md.
+ * Properly determined mod_version of lite-xl.
+ * Reported actual improvement.
+ * Update CHANGELOG.md.
+ * Added in small optimization.
+ * Fixed small issue.
+ * Fixed some config stuff.
+ * Adding in ability to set mod-version "any".
+ * Add `lzma` dependency to `meson.build` (#129)
+ * Test?
+ * Specifically made include directories non-relative.
+ * Fix windows and linux compiles.
+ * Updated spec to include xz.
+ * Added in libxz support, because this keeps coming up.
+
+-------------------------------------------------------------------
+Mon Oct 14 17:23:01 UTC 2024 - [email protected]
+
+- Update to version 1.2.9+git20241014.13d213a:
+ * Small changes to microtar, fixed some issues with the long names in the
extract code.
+ * Fixed issue with fetch not receiving final progress update.
+ * Only insert lite-xls in priority order.
+ * Ensures that we actually get all lpm output.
+ * Added in fix for handling different versions of lite-xl.
+ * Update README.md
+ * Added a Scoop install manifest (#123)
+ * Added in override for mod_version on system lite-xl.
+ * Change names of types so that mac doesn't cry.
+ * Fixed windows non-blocking.
+ * Made C mutli-threading possible.
+
+-------------------------------------------------------------------
+Tue Jul 23 20:25:39 UTC 2024 - [email protected]
+
+- Update to version 1.2.9+git20240723.1564bb1:
+ * Stopped backfilling path for stubs.
+ * Should be more robust at detecthing orphans.
+ * Don't allow stubs to override non-stubs in our potential dependency list.
+ * Removed duplicatge line.
+
+-------------------------------------------------------------------
Old:
----
lite-xl-plugin-manager-1.2.9+git20240622.1cf4f05.tar.gz
New:
----
lite-xl-plugin-manager-1.3.1+git20241110.cde491b.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ lite-xl-plugin-manager.spec ++++++
--- /var/tmp/diff_new_pack.AVFf4Q/_old 2024-12-06 14:27:07.682368293 +0100
+++ /var/tmp/diff_new_pack.AVFf4Q/_new 2024-12-06 14:27:07.682368293 +0100
@@ -17,7 +17,7 @@
%define baseprogramname lite-xl
Name: lite-xl-plugin-manager
-Version: 1.2.9+git20240622.1cf4f05
+Version: 1.3.1+git20241110.cde491b
Release: 0
Summary: A %{baseprogramname} plugin manager
%if 0%{?suse_version} > 1500
@@ -37,6 +37,7 @@
BuildRequires: pkgconfig(libgit2)
BuildRequires: pkgconfig(libzip)
BuildRequires: pkgconfig(lua) >= 5.4
+BuildRequires: pkgconfig(liblzma)
BuildRequires: pkgconfig(zlib)
Requires: %{baseprogramname}
# This can be managed by 'lite-xl-plugin-manager' (lpm)
++++++ _service ++++++
--- /var/tmp/diff_new_pack.AVFf4Q/_old 2024-12-06 14:27:07.714369636 +0100
+++ /var/tmp/diff_new_pack.AVFf4Q/_new 2024-12-06 14:27:07.718369804 +0100
@@ -8,7 +8,7 @@
-->
<!-- Sometimes it's "continuous", sometimes "latest" -->
<param name="versionrewrite-pattern">continuous</param>
- <param name="versionrewrite-replacement">1.2.9</param>
+ <param name="versionrewrite-replacement">1.3.1</param>
<param name="changesgenerate">enable</param>
</service>
<service name="set_version" mode="manual"/>
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.AVFf4Q/_old 2024-12-06 14:27:07.738370643 +0100
+++ /var/tmp/diff_new_pack.AVFf4Q/_new 2024-12-06 14:27:07.738370643 +0100
@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param
name="url">https://github.com/lite-xl/lite-xl-plugin-manager</param>
- <param
name="changesrevision">1cf4f05df305513e6b7907513bd69fe05c276ce9</param></service></servicedata>
+ <param
name="changesrevision">cde491bc2071bc3f837b0ff78b1074ca5e46c3e5</param></service></servicedata>
(No newline at EOF)
++++++ lite-xl-plugin-manager-1.2.9+git20240622.1cf4f05.tar.gz ->
lite-xl-plugin-manager-1.3.1+git20241110.cde491b.tar.gz ++++++
/work/SRC/openSUSE:Factory/lite-xl-plugin-manager/lite-xl-plugin-manager-1.2.9+git20240622.1cf4f05.tar.gz
/work/SRC/openSUSE:Factory/.lite-xl-plugin-manager.new.28523/lite-xl-plugin-manager-1.3.1+git20241110.cde491b.tar.gz
differ: char 12, line 1
++++++ lite-xl-plugin-manager.obsinfo ++++++
--- /var/tmp/diff_new_pack.AVFf4Q/_old 2024-12-06 14:27:07.770371986 +0100
+++ /var/tmp/diff_new_pack.AVFf4Q/_new 2024-12-06 14:27:07.774372154 +0100
@@ -1,5 +1,5 @@
name: lite-xl-plugin-manager
-version: 1.2.9+git20240622.1cf4f05
-mtime: 1719071097
-commit: 1cf4f05df305513e6b7907513bd69fe05c276ce9
+version: 1.3.1+git20241110.cde491b
+mtime: 1731279982
+commit: cde491bc2071bc3f837b0ff78b1074ca5e46c3e5
++++++ lpm.c.diff ++++++
--- /var/tmp/diff_new_pack.AVFf4Q/_old 2024-12-06 14:27:07.786372658 +0100
+++ /var/tmp/diff_new_pack.AVFf4Q/_new 2024-12-06 14:27:07.786372658 +0100
@@ -5,7 +5,7 @@
#ifndef LPM_VERSION
- #define LPM_VERSION "unknown"
-+ #define LPM_VERSION "1.2.9+git20240622.1cf4f05"
++ #define LPM_VERSION "1.3.1+git20241110.cde491b"
#endif
#ifndef LPM_DEFAULT_REPOSITORY
#define LPM_DEFAULT_REPOSITORY
"https://github.com/lite-xl/lite-xl-plugin-manager.git:latest"