forked from pool/curtail
Accepting request 1076613 from home:badshah400:branches:graphics
* Update to version 1.6.0. * New BuildRequires: pkgconfig(libadwaita-1), gtk4-tools. OBS-URL: https://build.opensuse.org/request/show/1076613 OBS-URL: https://build.opensuse.org/package/show/graphics/curtail?expand=0&rev=9
This commit is contained in:
parent
98bad1c2eb
commit
891e608557
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bdf9a5863d42f04c45fc8d2fa41c962361d177eebfe916b42d436fe2e30e3ed0
|
||||
size 176042
|
3
curtail-1.6.0.tar.gz
Normal file
3
curtail-1.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4dfaa705a0649567b2d80b5c461e0931f9b87175ff6ea37d157b72911b1e3844
|
||||
size 169234
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 1 09:32:40 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 1.6.0:
|
||||
* New features:
|
||||
- Configurable compression timeout.
|
||||
- Compress images in an other thread.
|
||||
* Changes:
|
||||
- Better workflow for headerbar.
|
||||
- Move saving state in the subtitle.
|
||||
- Show errors on each line and not in modals anymore.
|
||||
- Simplify preferences.
|
||||
- Update translations.
|
||||
* Bug fix: Fix compression level ranges in UI.
|
||||
- New BuildRequires: pkgconfig(libadwaita-1), gtk4-tools.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 13 02:08:10 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package curtail
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: curtail
|
||||
Version: 1.3.1
|
||||
Version: 1.6.0
|
||||
Release: 0
|
||||
Summary: A simple and useful image compressor
|
||||
License: GPL-3.0-or-later
|
||||
@ -25,11 +25,14 @@ URL: https://github.com/Huluti/curtail
|
||||
Source0: %{url}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source1: %{name}-rpmlintrc
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user