Skip to content

Commit 7444e6b

Browse files
committed
Automatic commit of package [tracer] release [0.7.7-1].
Created by command: /usr/bin/tito tag
1 parent 7f05240 commit 7444e6b

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-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.6-1 ./
1+
0.7.7-1 ./

tracer.spec

Lines changed: 12 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.6
20+
Version: 0.7.7
2121
Release: 1%{?dist}
2222
Summary: Finds outdated running applications in your system
2323

@@ -198,6 +198,17 @@ make DESTDIR=%{buildroot}%{_datadir} mo
198198

199199

200200
%changelog
201+
* Sun Aug 01 2021 Jakub Kadlcik <frostyx@email.cz> 0.7.7-1
202+
- Add installation instructions of EPEL 8 (frostyx@email.cz)
203+
- Make the source of README.md more readable (frostyx@email.cz)
204+
- Remove duplicates in suggested helpers (frostyx@email.cz)
205+
- Make sure Collection.sorted doesn't traceback for None values
206+
(frostyx@email.cz)
207+
- Ignore sudo and su in the output (frostyx@email.cz)
208+
- Don't traceback for nonexisting PID (frostyx@email.cz)
209+
- Access process PID only once (frostyx@email.cz)
210+
- Rename tito master branch to rawhide (frostyx@email.cz)
211+
201212
* Fri Apr 16 2021 Jakub Kadlcik <frostyx@email.cz> 0.7.6-1
202213
- Update tito releasers (frostyx@email.cz)
203214
- CentOS-8 uses DNF (mmarusak@redhat.com)

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.6'
20+
__version__ = '0.7.7'
2121
__release__ = '1'

0 commit comments

Comments
 (0)