Compare commits
14 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 9af8c4d7ce | |||
| 6dbf1d56d1 | |||
| 10204ab2e0 | |||
| cf8e121d0a | |||
| f686123c38 | |||
| ad90694c6f | |||
| 3cd618c0a3 | |||
| f52ad4c246 | |||
| 70b0a7f0f3 | |||
| 7331494eb5 | |||
| 3cfe8a7559 | |||
| 4338336856 | |||
| d5a77ce91f | |||
| 833fb99b1c |
@@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 29 10:30:08 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 2.5.0:
|
||||
* Add `-reuse-result` to replace the input with the result of the
|
||||
last successful calculation #146
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 10 05:07:35 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 2.4.1:
|
||||
* Fix segfault on exit #143
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 28 06:55:56 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 2.4.0:
|
||||
* Add ability to configure via config.rasi #138
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 26 16:00:49 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 2.3.3:
|
||||
* Fix quick switch not working #139
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 13 06:03:36 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 2.3.2:
|
||||
* Switched from autotools to meson #136
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 10 06:51:48 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 2.3.1:
|
||||
* Specify mode type #134
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 10 09:24:22 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
- Update to 2.3.0:
|
||||
* Fix multiline outputs only showing the first line
|
||||
* Error Message Color
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 29 14:13:52 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rofi-calc
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 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,16 +17,14 @@
|
||||
|
||||
|
||||
Name: rofi-calc
|
||||
Version: 2.2.1
|
||||
Version: 2.5.0
|
||||
Release: 0
|
||||
Summary: Calculator for rofi
|
||||
License: MIT
|
||||
Group: System/GUI/Other
|
||||
URL: https://github.com/svenstaro/rofi-calc
|
||||
Source0: https://github.com/svenstaro/rofi-calc/archive/v%{version}.tar.gz
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: libtool
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: rofi-wayland-devel >= 1.5
|
||||
BuildRequires: pkgconfig(cairo)
|
||||
@@ -50,18 +48,16 @@ for instance.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
autoreconf -i
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
rm %{buildroot}%{_libdir}/rofi/calc.la
|
||||
%meson_install
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%dir %{_libdir}/rofi
|
||||
%{_libdir}/rofi/calc.so
|
||||
%{_libdir}/rofi/libcalc.so
|
||||
|
||||
%changelog
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7b3e69c7d743cc1b8c0a8e45f5d5ae7e36e99c470d538ef5d8a0031109f34b6c
|
||||
size 1696532
|
||||
3
v2.5.0.tar.gz
Normal file
3
v2.5.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:92cf4a1b2a42067d162cc7e87556644dab5db335cb3a65bc30e97467d7347b75
|
||||
size 1698979
|
||||
Reference in New Issue
Block a user