8 Commits

Author SHA256 Message Date
c168176ca9 Accepting request 1328673 from graphics
OBS-URL: https://build.opensuse.org/request/show/1328673
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curtail?expand=0&rev=15
2026-01-22 15:14:18 +00:00
b359a0fdd4 Update to version 1.15.0
OBS-URL: https://build.opensuse.org/package/show/graphics/curtail?expand=0&rev=29
2026-01-22 12:47:53 +00:00
049088401b Accepting request 1272854 from graphics
OBS-URL: https://build.opensuse.org/request/show/1272854
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curtail?expand=0&rev=14
2025-04-26 20:25:59 +00:00
0061d1fdcd * Update to version 1.13.0.
* Switch Requires from optipng to oxipng in keeping with upstream.

OBS-URL: https://build.opensuse.org/package/show/graphics/curtail?expand=0&rev=27
2025-04-26 13:21:48 +00:00
2434f88c71 Accepting request 1239804 from graphics
OBS-URL: https://build.opensuse.org/request/show/1239804
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curtail?expand=0&rev=13
2025-01-23 17:05:21 +00:00
fa78a2fa8d Update to version 1.12.0
OBS-URL: https://build.opensuse.org/package/show/graphics/curtail?expand=0&rev=25
2025-01-23 10:53:47 +00:00
dde26fcf91 Accepting request 1233045 from graphics
OBS-URL: https://build.opensuse.org/request/show/1233045
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curtail?expand=0&rev=12
2024-12-23 15:49:10 +00:00
c3e69daff4 * Update to version 1.11.1.
* Drop use of deprecated %suse_update_desktop_files macro.

OBS-URL: https://build.opensuse.org/package/show/graphics/curtail?expand=0&rev=23
2024-12-22 15:04:04 +00:00
4 changed files with 55 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:38ee7d5ce79fc478366fce56f9bea7bf0d232e0291a62232467d0889ab9ecb8e
size 208900

3
curtail-1.15.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b01100f87efa0debe80e5e1d3ed37d24c500409257af04d7c7c0097cb463eae9
size 234415

View File

@@ -1,3 +1,48 @@
-------------------------------------------------------------------
Mon Jan 19 09:02:38 UTC 2026 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.15.0:
* Build path list in a background thread to prevent UI blocking.
* Add a loading status page when dropping files.
* Port GtkShortcutsWindow to AdwShortcutsDialog.
- Changes from version 1.14.0:
* Add D-Bus service file.
* Add new preference to select between prefix and suffix for new
files.
* Fix handling file not found error.
* Raise existing window instead of opening new one on
activation.
* Prevent creation of new file when skipped.
-------------------------------------------------------------------
Wed Apr 23 04:48:00 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.13.0:
* Add multi-threading.
* Add new preference to select between prefix and suffix for new
files.
* Use AdwToggleGroup for lossless/lossy selector.
* Updated translations.
- Switch Requires from optipng to oxipng in keeping with upstream.
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package curtail
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,25 +17,25 @@
Name: curtail
Version: 1.11.0
Version: 1.15.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
Requires: jpegoptim
Requires: libwebp-tools
Requires: optipng
Requires: oxipng
Requires: pngquant
Requires: python3-gobject-Gdk
BuildArch: noarch
@@ -54,8 +54,6 @@ 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}
@@ -67,11 +65,12 @@ modes with an option to whether keep or not metadata of images.
%license COPYING
%doc CHANGELOG.md README.md
%{_bindir}/curtail
%{_datadir}/metainfo/*.xml
%{_datadir}/curtail/
%{_datadir}/applications/*.desktop
%{_datadir}/curtail/
%{_datadir}/dbus-1/services/*.Curtail.service
%{_datadir}/glib-2.0/schemas/*.xml
%{_datadir}/icons/hicolor/*/apps/*.svg
%{_datadir}/metainfo/*.xml
%files lang -f %{name}.lang