Compare commits
3 Commits
3bbc82cb71
...
11859754f1
Author | SHA1 | Date | |
---|---|---|---|
11859754f1 | |||
6722d68613 | |||
424597a234 |
@ -2,7 +2,7 @@
|
|||||||
%global _default_patch_fuzz 2
|
%global _default_patch_fuzz 2
|
||||||
|
|
||||||
Name: gitea
|
Name: gitea
|
||||||
Version: 1.22.3
|
Version: 1.22.6
|
||||||
Release: 1%{dist}
|
Release: 1%{dist}
|
||||||
Summary: Git with a cup of tea, painless self-hosted git service
|
Summary: Git with a cup of tea, painless self-hosted git service
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -22,7 +22,7 @@ BuildRequires: pam-devel
|
|||||||
BuildRequires: pkgconfig(sqlite3)
|
BuildRequires: pkgconfig(sqlite3)
|
||||||
BuildRequires: pkgconfig(openssl) >= 3.0, pkgconfig(openssl) < 3.8
|
BuildRequires: pkgconfig(openssl) >= 3.0, pkgconfig(openssl) < 3.8
|
||||||
BuildRequires: npm >= 1:10.0
|
BuildRequires: npm >= 1:10.0
|
||||||
BuildRequires: nodejs >= 1:20.0
|
#BuildRequires: nodejs >= 1:20.0
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -96,6 +96,15 @@ cp -r options public templates %{buildroot}%{_datadir}/%{name}/web
|
|||||||
%{_sysusersdir}/%{name}.conf
|
%{_sysusersdir}/%{name}.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 16 2024 Raven <raven@sysadmins.ws> - 1.22.6-1
|
||||||
|
- update to 1.22.6
|
||||||
|
|
||||||
|
* Thu Dec 12 2024 Raven <raven@sysadmins.ws> - 1.22.5-1
|
||||||
|
- update to 1.22.5
|
||||||
|
|
||||||
|
* Tue Nov 26 2024 Raven <raven@sysadmins.ws> - 1.22.4-1
|
||||||
|
- update to 1.22.4
|
||||||
|
|
||||||
* Wed Oct 9 2024 Raven <raven@sysadmins.ws> - 1.22.3-1
|
* Wed Oct 9 2024 Raven <raven@sysadmins.ws> - 1.22.3-1
|
||||||
- update to 1.22.3
|
- update to 1.22.3
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Name: qbittorrent
|
Name: qbittorrent
|
||||||
Summary: A Bittorrent Client
|
Summary: A Bittorrent Client
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 5.0.2
|
Version: 5.0.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://www.qbittorrent.org
|
URL: https://www.qbittorrent.org
|
||||||
@ -120,8 +120,8 @@ rm -rf %{buildroot}%{_mandir}/ru
|
|||||||
%{_mandir}/man1/qbittorrent-nox.1*
|
%{_mandir}/man1/qbittorrent-nox.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Dec 5 2024 Raven <raven@sysadmins.ws> - 1:5.0.2-2
|
* Tue Dec 18 2024 Raven <raven@sysadmins.ws> - 1:5.0.3-1
|
||||||
- rebuilt for qt6 (el8)
|
- Update to 5.0.3
|
||||||
|
|
||||||
* Mon Nov 18 2024 Raven <raven@sysadmins.ws> - 1:5.0.2-1
|
* Mon Nov 18 2024 Raven <raven@sysadmins.ws> - 1:5.0.2-1
|
||||||
- Update to 5.0.2
|
- Update to 5.0.2
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%bcond_with clang
|
%bcond_with clang
|
||||||
|
|
||||||
Name: strawberry
|
Name: strawberry
|
||||||
Version: 1.2.2
|
Version: 1.2.3
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Audio player and music collection organizer
|
Summary: Audio player and music collection organizer
|
||||||
|
|
||||||
# Main program: GPLv3
|
# Main program: GPLv3
|
||||||
@ -158,8 +158,8 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/org.strawberry
|
|||||||
#{_mandir}/man1/strawberry-tagreader.1.*
|
#{_mandir}/man1/strawberry-tagreader.1.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Dec 5 2024 Raven <raven@sysadmins.ws> - 1.2.2-2
|
* Mon Dec 9 2024 Raven <raven@sysadmins.ws> - 1.2.3-1
|
||||||
- rebuilt for qt6 (el8)
|
- Release 1.2.3
|
||||||
|
|
||||||
* Tue Nov 26 2024 Raven <raven@sysadmins.ws> - 1.2.2-1
|
* Tue Nov 26 2024 Raven <raven@sysadmins.ws> - 1.2.2-1
|
||||||
- Release 1.2.2
|
- Release 1.2.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user