-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
41e0732
commit 57093de
Showing
10 changed files
with
38 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
2022-03-13 18:25:33 Philipp Schafft <[email protected]> | ||
|
||
* Preparing for 2.5 beta3 aka 2.4.99.3 | ||
|
||
2017-11-17 09:04:42 Thomas B. Ruecker <[email protected]> | ||
|
||
* Preparing for 2.5 beta2 aka 2.4.99.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
icecast2 (2.4.99.3-1) UNRELEASED; urgency=medium | ||
|
||
* Preparing for 2.5 beta3 aka 2.4.99.3 | ||
|
||
-- Philipp Schafft <[email protected]> Sun, 13 Mar 2022 18:25:33 +0000 | ||
|
||
icecast2 (2.4.99.2-1) UNRELEASED; urgency=medium | ||
|
||
* 2.5 beta 2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
%define version_archive _VERSION_ARCHIVE_ | ||
Summary: Streaming media server | ||
Name: icecast | ||
Version: 2.4.99.2 | ||
Version: 2.4.99.3 | ||
Release: 1%{?dist} | ||
Group: Applications/Multimedia | ||
#because one way to say this is not enough... | ||
|
@@ -180,6 +180,10 @@ fi | |
%dir %attr(-,%{name},%{name}) %{_localstatedir}/log/icecast | ||
|
||
%changelog | ||
* Sun Mar 13 2022 Philipp Schafft <[email protected]> - 2.4.99.3-1 | ||
- Preparing for 2.5 beta3 aka 2.4.99.3 | ||
|
||
|
||
* Fri May 11 2018 Thomas B. Ruecker <[email protected]> - 2.4.2.99-1 | ||
- 2.5 Beta 2 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
|
||
Summary: Installer for MinGW Windows port of Icecast streaming media server | ||
Name: mingw32-icecast-installer | ||
Version: 2.4.99.2 | ||
Version: 2.4.99.3 | ||
Release: 2%{?dist} | ||
Group: Applications/Multimedia | ||
License: GPL-2.0 | ||
|
@@ -70,15 +70,19 @@ makensis icecast.nsis -V4 | |
|
||
%install | ||
mkdir -p "%{buildroot}/%{_mingw32_bindir}" | ||
cp %_builddir/installer/icecast_win32_2.5-beta2.exe "%{buildroot}/%{_mingw32_bindir}" | ||
cp %_builddir/installer/icecast_win32_2.5-beta3.exe "%{buildroot}/%{_mingw32_bindir}" | ||
|
||
%clean | ||
|
||
%files | ||
%defattr(-,root,root) | ||
%{_mingw32_bindir}/icecast_win32_2.5-beta2.exe | ||
%{_mingw32_bindir}/icecast_win32_2.5-beta3.exe | ||
|
||
%changelog | ||
* Sun Mar 13 2022 Philipp Schafft <[email protected]> - 2.4.99.3-1 | ||
- Preparing for 2.5 beta3 aka 2.4.99.3 | ||
|
||
|
||
* Sun Mar 06 2022 Stephan Jauernick <[email protected]> - 2.4.99.2 | ||
|
||
Rework OBS CI/CD | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
%define version_archive _VERSION_ARCHIVE_ | ||
Summary: MinGW Windows port of Icecast streaming media server | ||
Name: mingw32-icecast | ||
Version: 2.4.99.2 | ||
Version: 2.4.99.3 | ||
Release: 2%{?dist} | ||
Group: Applications/Multimedia | ||
License: GPL-2.0 | ||
|
@@ -78,6 +78,10 @@ rm -rf %{buildroot} | |
#%%{_mingw32_sysconfdir}/icecast.xml | ||
|
||
%changelog | ||
* Sun Mar 13 2022 Philipp Schafft <[email protected]> - 2.4.99.3-1 | ||
- Preparing for 2.5 beta3 aka 2.4.99.3 | ||
|
||
|
||
* Sun Mar 06 2022 Stephan Jauernick <[email protected]> - 2.4.99.2 | ||
|
||
Work in Progress rebuilding Icecast OBS CI | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,9 @@ fi | |
export ICECAST_PROJECT=icecast | ||
export W32_ICECAST_PROJECT=mingw32-icecast | ||
export W32_ICECAST_INSTALLER_PROJECT=mingw32-icecast-installer | ||
export ICECAST_BETA_VERSION=2 | ||
export ICECAST_VERSION=2.4.99.2 | ||
export ICECAST_BETA_VERSION=3 | ||
export ICECAST_VERSION=2.4.99.3 | ||
export ICECAST_CI_VERSION=$ICECAST_VERSION | ||
export DISABLE_CHANGELOG=1 | ||
export RELEASE_AUTHOR="Thomas B. Ruecker <[email protected]>" | ||
export RELEASE_DATETIME=2017-11-17T09:04:42 | ||
export RELEASE_AUTHOR="Philipp Schafft <[email protected]>" | ||
export RELEASE_DATETIME=2022-03-13T18:25:33+00:00 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
AC_INIT([Icecast], [2.4.99.2], [[email protected]]) | ||
AC_INIT([Icecast], [2.4.99.3], [[email protected]]) | ||
|
||
AC_PREREQ([2.54]) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters