Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8704a73c34 | ||
|
|
c2c7034a30 | ||
|
|
521dc3b25f | ||
|
|
b18a12e6c1 |
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -16,3 +16,4 @@ xfce4-notifyd-0.1.0.tar.bz2
|
|||
/xfce4-notifyd-0.4.2.tar.bz2
|
||||
/xfce4-notifyd-0.4.3.tar.bz2
|
||||
/xfce4-notifyd-0.4.4.tar.bz2
|
||||
/xfce4-notifyd-0.6.1.tar.bz2
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (xfce4-notifyd-0.4.4.tar.bz2) = 546a5063673e36ef26bcdac624bfcef41a14918dbb496fb3d282613334f173b51669184b6bcfbee0f07a17863620898be2f464e487ca9755abe7285d6a43d8d5
|
||||
SHA512 (xfce4-notifyd-0.6.1.tar.bz2) = d48752cd4e02e515e4c5d147b7bce678a56f47f0bd336e3b9db4e14fc2b0355e0582816957fc43c313a5779b5495c836ee5da4f0cb83616a0164d692a169415f
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
# Review: https://bugzilla.redhat.com/show_bug.cgi?id=499282
|
||||
|
||||
%global minorversion 0.4
|
||||
%global minorversion 0.6
|
||||
%global xfceversion 4.13
|
||||
|
||||
Name: xfce4-notifyd
|
||||
Version: 0.4.4
|
||||
Release: 2%{?dist}
|
||||
Version: 0.6.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Simple notification daemon for Xfce
|
||||
|
||||
License: GPLv2
|
||||
|
|
@ -81,6 +81,9 @@ find $RPM_BUILD_ROOT -name \*.la -exec rm {} \;
|
|||
%{_userunitdir}/xfce4-notifyd.service
|
||||
|
||||
%changelog
|
||||
* Fri May 29 2020 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.6.1-1
|
||||
- Update to 0.6.1
|
||||
|
||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue