Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
3
curtail-1.10.0.tar.gz
Normal file
3
curtail-1.10.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f5e80862faa6d2dc9beb266a7eceb05197c261f4bba52a9211d75d10862833af
|
||||
size 205428
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7ca6f13012d7cb3ddc94b625c5cad5aefc9d535511dec67e55774c0429c43fb0
|
||||
size 223113
|
@ -1,33 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 23 03:33:31 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 1.12.0:
|
||||
* Added features:
|
||||
- "Open image" and "Show in folder" actions.
|
||||
- Indicate that file compression was skipped.
|
||||
- Use file data to guess content type in addition to
|
||||
extension.
|
||||
* Improve skipping if output is larger than input.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 19 10:18:50 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 1.11.1:
|
||||
* Fix shell injection prevention.
|
||||
- Drop use of deprecated %suse_update_desktop_files macro.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 19:10:59 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 1.11.0:
|
||||
* Always restore original files when compression produces larger
|
||||
files.
|
||||
* Notify when no files are found in a folder.
|
||||
* Use new libadwaita row widgets.
|
||||
* Update Gnome Runtime to 47.
|
||||
* Fix a shell injection vulnerability.
|
||||
* Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 18 16:45:04 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package curtail
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,19 +17,19 @@
|
||||
|
||||
|
||||
Name: curtail
|
||||
Version: 1.12.0
|
||||
Version: 1.10.0
|
||||
Release: 0
|
||||
Summary: A simple and useful image compressor
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://github.com/Huluti/curtail
|
||||
Source0: %{url}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source1: %{name}-rpmlintrc
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gtk4-tools
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: meson >= 0.50.0
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
# Note: Needs libadwaita's AboutWindow which is only available from version 1.2
|
||||
BuildRequires: pkgconfig(libadwaita-1) >= 1.2
|
||||
@ -54,6 +54,8 @@ modes with an option to whether keep or not metadata of images.
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%suse_update_desktop_file com.github.huluti.Curtail RasterGraphics
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
|
Loading…
x
Reference in New Issue
Block a user