Update to 1.0.4 (no build needed, just a potential compilation fix).
This commit is contained in:
parent
ce57cd8aba
commit
8109b16d8d
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
/ampache_browser-1.0.0.tar.gz
|
||||
/ampache_browser-1.0.2.tar.gz
|
||||
/ampache_browser-1.0.3.tar.gz
|
||||
/ampache_browser-1.0.4.tar.gz
|
||||
|
|
|
|||
|
|
@ -7,8 +7,8 @@ Name: ampache_browser
|
|||
# is likely to break API users due to not finding files any longer.
|
||||
%global vername %{name}_1
|
||||
|
||||
Version: 1.0.3
|
||||
Release: 5%{?dist}
|
||||
Version: 1.0.4
|
||||
Release: 1%{?dist}
|
||||
Summary: C++ and Qt based client library for Ampache access
|
||||
|
||||
License: GPLv3
|
||||
|
|
@ -72,6 +72,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|||
%{_libdir}/cmake/%{vername}
|
||||
|
||||
%changelog
|
||||
* Sat Dec 10 2022 Michael Schwendt <mschwendt@fedoraproject.org> - 1.0.4-1
|
||||
- Update to 1.0.4 (no build needed, just a potential compilation fix).
|
||||
|
||||
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (ampache_browser-1.0.3.tar.gz) = 3179aa78983b9f630ce33f0b6ae6db7581262f5d93f300e94325f8d868c1a7ac614892974ed95a0f45eeaf72c739e4a4a0ba6a2886f003912da74e846d81ea9c
|
||||
SHA512 (ampache_browser-1.0.4.tar.gz) = 6b6240e0f4fcf1f16439505e3e0bb32f628ea903a02eeb89b575ac7acd7b57b06af25ee9454c5ffe869d5659852105eb0e415099ff84acc2f9dd3d825b5e62d7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue