* Sat Jun 22 2024 scott.bradnick@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 2024 scott.bradnick@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.
* Tue Jun 04 2024 scott.bradnick@suse.com
- Update to version 1.2.9+git20240603.5343f48:
* Added in searchpath for lib64, which is where libraries get installed sometimes.
* Tue May 28 2024 scott.bradnick@suse.com
- Update to version 1.2.9+git20240513.22152f1:
* Warn about id mismatches, but otherwise, take the basename of a path.
* Fixed issue with https://github.com/lite-xl/lite-xl-plugin-manager/issues/110.
* Fix for issue #112.
* Add JSON schema for `manifest.json` files (#102)
* Mon May 13 2024 scott.bradnick@suse.com
- Update to version 1.2.9+git20240512.81f1703:
* Fix meson static lua source generation
* Updated meson and build.sh to remove source context for LPM_STATIC builds.
* Made change to ensure that total_objects_or_content_length was > 0.
* Fixed stuff.
* Comment.
* Fixed up a few things.
* Added in declarative managed plugin functionality to plugin_maanger.
* Unified syntax.
* Fixed addons.
* Added in plugin manager hook.
* Added in apply.
* Updated CHANGELOG.md.
* Sun Apr 21 2024 scott.bradnick@suse.com
- Update to version 1.2.9+git20240421.b9723c0:
* Fixed commas.
* Made {{ a thing.
* Made URL more sensible.
* Updated CHANGELOG.md.
* Fixed issue with SHOULD_COLOR being set to nil, rather than false.
* Fixed type inference.
* Made it so you can run the system bottle.
* Updated CHANGELOG.md.
* Changed how url is generated.
* Made it so that we can access `extra` fields. Closes #107.
* Fixed author variable position.
* Updated build to match new environment variable.
* Gcc as $CC (#108)
* Tue Apr 09 2024 Scott Bradnick <scott.bradnick@suse.com>
- Adjusting for https://github.com/rpm-software-management/rpmlint/pull/1222
- Switching to %autosetup
* Sat Apr 06 2024 scott.bradnick@suse.com
- Update to version 1.2.7+git20240406.6047bb2:
* Removed old hack to support jgm's stuff.
* Changed CFLAGS and LDFLAGS vars in build script to handle Guldo's exotic build configuration.
* Only return functions from `lpm.run`
* Fix `lpm.run` not returning executor function
* Added in logging, and fixed a bug
* Added in complex plugins, as well as split up command and run.
* Restructured functions to be more modular, and moved things to globals, so that they can easily be modified by plugins instead of as upvalues. (#105)
* Restructured functions to be more modular, and moved things to globals, so that they can easily be modified by plugins instead of as upvalues.
* Sun Mar 31 2024 scott.bradnick@suse.com
- Update to version 1.2.7+git20240331.bbd5715:
* Fix dependency on mbedtls (#104)
* Fri Mar 29 2024 scott.bradnick@suse.com
- Update to version 1.2.7+git20240329.dd06ba2:
* Updated SPEC to incude `checksum` at an addon level, and added in a warning when explicit repositories are specified, but not used.
* Changed separator to , from :, due to URLs. Sigh.
* Fixed handleization.
Version: 1.0.11+git20230917.1a54a85-bp156.1.6
* Fri Sep 22 2023 scott.bradnick@suse.com
- Adding lpm.c.diff to set LPM_VERSION instead of "unknown"
- Update to version 1.0.11+git20230917.1a54a85:
* Added in borders to table output.
* Bugfix.
* Added in table output format.
* Updated continous tag.
* Prioritized remote definitions.
* Fixed a number of issues relating to generating READMEs, and running arbitrary lua files.
* Fixed issues with constructing symlink bottles.
* Reverted is_stub stuff.
* Made desribe more modern.
* Mon Sep 11 2023 Lubos Kocman <lubos.kocman@suse.com>
- Correction of licenses based on the legaldb report
* Main package is under MIT, however archive contains bundled
libraries, mostly licensed under BSD-3-Clause, Apache-2.0 and Zlib.
* Use SUSE-GPL-2.0-with-linking-exception identifier instead of spdx
which is not recognized
* Sun Sep 10 2023 scott.bradnick@suse.com
- Update to version 1.0.11+git20230910.4129734:
* Added the ability to unstub plugins.
* Constructed bottles in the TMP directory, rather than directly in-place.
* Updated CHANGELOG.md.
* Fix installing plugins with version containing `.`
* Don't create user `init.lua` if no custom config was specified
* Thu Sep 07 2023 Scott Bradnick <scott.bradnick@suse.com>
- Leap 15.6 will be using mbedtls for v3 and mbedtls-2 for v2,
like Tumbleweed
* Sun Aug 27 2023 scott.bradnick@suse.com
- Update to version 1.0.10+git20230827.2452630:
* Updated CHANGELOG.md.
* Added in --config flag.
* Made us clear the entire bottle if we're reconstructing which is a lot safer.
* Fri Aug 18 2023 scott.bradnick@suse.com
- Update to version 1.0.9+git20230818.02b2665:
* Updated CHANGELOG.md.
* Minor documentation updates.
* Made it so we also chmod unzipped gz files.
* Added .gz to the spec.
* Allowed for extracting of .gz files without an associated tar.
* Thu Aug 17 2023 scott.bradnick@suse.com
- Update to version 1.0.8+git20230817.6bcc10e:
* Made things clearer.
* Added in futureproofing.
* Add in preprocessor guard for older libgit2 implementations.
- Fixing up 'suse_version' check(s)
* Thu Aug 17 2023 Scott Bradnick <scott.bradnick@suse.com>
- Group has been deprecated for a while now, but 15.5 and possibly 15.6
will complain about it missing
* https://fedoraproject.org/wiki/RPMGroups
* Wed Aug 16 2023 Scott Bradnick <scott.bradnick@suse.com>
- .spec updates
* Adding 'Group' designation
* Adding 'suse_version' check for mbedtls[-2] BuildRequires
* Wed Aug 16 2023 Scott Bradnick <scott.bradnick@suse.com>
- Incorporating @suntorytimed's i586 install check
* Thu Aug 10 2023 Scott Bradnick <scott.bradnick@suse.com>
- Removing 'Requires: lite-xl-widgets' as that's a plugin that can be installed
via lpm (or pulled in by other plugins which require it)
* Thu Aug 10 2023 scott.bradnick@suse.com
- Update to version 1.0.8+git20230810.627caff:
* Should fix issue 36.
* Updated CHANGELOG.md.
* Fixed capitalization.
* Normalized paths to backslashes.
* Made it so we autoflush stderr, because windows doesn't do this.
* Added in quick way to just grab and install orphan plugins.
* Fixed typo.
* Made -g flag signal whether or not we move to debug builds for cmake.
* Made sure size comparaisons only occur with files.
* Moved USERDIR creation down a bit.
* Thu Aug 10 2023 Scott Bradnick <scott.bradnick@suse.com>
- Initial version from upstream
* See https://github.com/lite-xl/lite-xl-plugins/issues/144