Skip to content

Commit 0d91c18

Browse files
committed
Automatic commit of package [tracer] release [1.0-1].
Created by command: /usr/bin/tito tag --use-version 1.0
1 parent fcfb069 commit 0d91c18

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

rel-eng/packages/tracer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.11-1 ./
1+
1.0-1 ./

tracer.spec

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
%endif
1818

1919
Name: tracer
20-
Version: 0.7.11
20+
Version: 1.0
2121
Release: 1%{?dist}
2222
Summary: Finds outdated running applications in your system
2323

@@ -199,6 +199,24 @@ make DESTDIR=%{buildroot}%{_datadir} mo
199199

200200

201201
%changelog
202+
* Fri Sep 15 2023 Jakub Kadlcik <frostyx@email.cz> 1.0-1
203+
- Fix querying RPM files on EPEL7 (frostyx@email.cz)
204+
- Use backported lru_cache on EPEL7 (frostyx@email.cz)
205+
- Don't hang forever when executed via SSH (frostyx@email.cz)
206+
- Don't check if package is installed before listing its files
207+
(frostyx@email.cz)
208+
- Replace regexes where they are not needed (frostyx@email.cz)
209+
- Query all packages at once, its faster than one by one (frostyx@email.cz)
210+
- Cache some properties for a massive performance boost (frostyx@email.cz)
211+
- Refactor unnecessary condition (frostyx@email.cz)
212+
- Fix weird indentation (frostyx@email.cz)
213+
- Pass the whole application to the provided_by function, not just its name
214+
(frostyx@email.cz)
215+
- Stop using deprecated rpm.fi (frostyx@email.cz)
216+
- Attempt to fix readthedocs deprecation error (frostyx@email.cz)
217+
- More reliable check if /usr/lib/sysimage/dnf/ database should be used
218+
(frostyx@email.cz)
219+
202220
* Sun Jun 18 2023 Jakub Kadlcik <frostyx@email.cz> 0.7.11-1
203221
- Rather create a /run/reboot-required not /var/run/reboot-required
204222
(frostyx@email.cz)

tracer/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
# 02110-1301, USA.
1818
#
1919

20-
__version__ = '0.7.11'
20+
__version__ = '1.0'
2121
__release__ = '1'

0 commit comments

Comments
 (0)