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-07-01 11:20:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lite-xl-plugin-manager (Old) and /work/SRC/openSUSE:Factory/.lite-xl-plugin-manager.new.18349 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lite-xl-plugin-manager" Mon Jul 1 11:20:18 2024 rev:14 rq:1184028 version:1.2.9+git20240622.1cf4f05 Changes: -------- --- /work/SRC/openSUSE:Factory/lite-xl-plugin-manager/lite-xl-plugin-manager.changes 2024-06-05 17:40:57.414953120 +0200 +++ /work/SRC/openSUSE:Factory/.lite-xl-plugin-manager.new.18349/lite-xl-plugin-manager.changes 2024-07-01 11:20:53.460198549 +0200 @@ -1,0 +2,17 @@ +Sat Jun 22 19:04:09 UTC 2024 - scott.bradn...@suse.com + +- Update to version 1.2.9+git20240622.1cf4f05: + * Fixing an error with libzip on newer gcc versions. + * windows:fix argument escaping for cmd.exe (#117) + +------------------------------------------------------------------- +Tue Jun 11 15:59:27 UTC 2024 - scott.bradn...@suse.com + +- Update to version 1.2.9+git20240609.d737011: + * ci: parallelize most build processes (#115) + * Added in specific check for install to guard against "*". + * Fix for Guldo's new issue. + * Added in fallback to fetch everything if we can't find a specific object. + * Relaxed detection of datadir and core plugins to probably fix #112. + +------------------------------------------------------------------- Old: ---- lite-xl-plugin-manager-1.2.9+git20240603.5343f48.tar.gz New: ---- lite-xl-plugin-manager-1.2.9+git20240622.1cf4f05.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lite-xl-plugin-manager.spec ++++++ --- /var/tmp/diff_new_pack.Y8Xqrr/_old 2024-07-01 11:20:54.012218659 +0200 +++ /var/tmp/diff_new_pack.Y8Xqrr/_new 2024-07-01 11:20:54.016218805 +0200 @@ -17,7 +17,7 @@ %define baseprogramname lite-xl Name: lite-xl-plugin-manager -Version: 1.2.9+git20240603.5343f48 +Version: 1.2.9+git20240622.1cf4f05 Release: 0 Summary: A %{baseprogramname} plugin manager %if 0%{?suse_version} > 1500 ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.Y8Xqrr/_old 2024-07-01 11:20:54.068220699 +0200 +++ /var/tmp/diff_new_pack.Y8Xqrr/_new 2024-07-01 11:20:54.072220845 +0200 @@ -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">5343f4820b5acf49da65b1ea635d2f42d0292c16</param></service></servicedata> + <param name="changesrevision">1cf4f05df305513e6b7907513bd69fe05c276ce9</param></service></servicedata> (No newline at EOF) ++++++ lite-xl-plugin-manager-1.2.9+git20240603.5343f48.tar.gz -> lite-xl-plugin-manager-1.2.9+git20240622.1cf4f05.tar.gz ++++++ /work/SRC/openSUSE:Factory/lite-xl-plugin-manager/lite-xl-plugin-manager-1.2.9+git20240603.5343f48.tar.gz /work/SRC/openSUSE:Factory/.lite-xl-plugin-manager.new.18349/lite-xl-plugin-manager-1.2.9+git20240622.1cf4f05.tar.gz differ: char 12, line 1 ++++++ lite-xl-plugin-manager.obsinfo ++++++ --- /var/tmp/diff_new_pack.Y8Xqrr/_old 2024-07-01 11:20:54.112222302 +0200 +++ /var/tmp/diff_new_pack.Y8Xqrr/_new 2024-07-01 11:20:54.116222448 +0200 @@ -1,5 +1,5 @@ name: lite-xl-plugin-manager -version: 1.2.9+git20240603.5343f48 -mtime: 1717446308 -commit: 5343f4820b5acf49da65b1ea635d2f42d0292c16 +version: 1.2.9+git20240622.1cf4f05 +mtime: 1719071097 +commit: 1cf4f05df305513e6b7907513bd69fe05c276ce9 ++++++ lpm.c.diff ++++++ --- /var/tmp/diff_new_pack.Y8Xqrr/_old 2024-07-01 11:20:54.132223031 +0200 +++ /var/tmp/diff_new_pack.Y8Xqrr/_new 2024-07-01 11:20:54.136223176 +0200 @@ -5,7 +5,7 @@ #ifndef LPM_VERSION - #define LPM_VERSION "unknown" -+ #define LPM_VERSION "1.2.9+git20240603.5343f48" ++ #define LPM_VERSION "1.2.9+git20240622.1cf4f05" #endif #ifndef LPM_DEFAULT_REPOSITORY #define LPM_DEFAULT_REPOSITORY "https://github.com/lite-xl/lite-xl-plugin-manager.git:latest"