-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
5a00809
commit 51b3a15
Showing
12 changed files
with
20 additions
and
12 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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.\" Manpage for mympd-script. | ||
.\" Contact <[email protected]> to correct errors or typos. | ||
.TH man 1 "15 Sep 2023" "12.0.0" "mympd-script man page" | ||
.TH man 1 "15 Sep 2023" "12.0.1" "mympd-script man page" | ||
|
||
.SH NAME | ||
mympd-script \- mympd command line tool to execute scripts | ||
|
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,6 +1,6 @@ | ||
.\" Manpage for mympd. | ||
.\" Contact <[email protected]> to correct errors or typos. | ||
.TH man 1 "15 Sep 2023" "12.0.0" "mympd man page" | ||
.TH man 1 "15 Sep 2023" "12.0.1" "mympd man page" | ||
|
||
.SH NAME | ||
myMPD \- standalone and mobile friendly web mpd client | ||
|
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 @@ | |
# Maintainer: Juergen Mang <[email protected]> | ||
# | ||
pkgname=mympd | ||
pkgver=12.0.0 | ||
pkgver=12.0.1 | ||
pkgrel=0 | ||
pkgdesc="myMPD is a standalone and mobile friendly web-based MPD client." | ||
url="https://jcorporation.github.io/myMPD/" | ||
|
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,7 +1,7 @@ | ||
# Maintainer: Juergen Mang <[email protected]> | ||
|
||
pkgname=mympd | ||
pkgver=12.0.0 | ||
pkgver=12.0.1 | ||
pkgrel=1 | ||
pkgdesc="A standalone and mobile friendly web-based MPD client." | ||
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') | ||
|
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,5 +1,5 @@ | ||
mympd (12.0.0-1) unstable; urgency=medium | ||
mympd (12.0.1-1) unstable; urgency=medium | ||
|
||
* Release from master | ||
|
||
-- Juergen Mang <[email protected]> Fri, 15 Sep 2023 18:09:40 +0200 | ||
-- Juergen Mang <[email protected]> Fri, 15 Sep 2023 19:09:58 +0200 |
File renamed without changes.
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# (c) 2018-2023 Juergen Mang <[email protected]> | ||
|
||
Name: mympd | ||
Version: 12.0.0 | ||
Version: 12.0.1 | ||
Release: 0 | ||
License: GPL-3.0-or-later | ||
Group: Productivity/Multimedia/Sound/Players | ||
|
@@ -57,5 +57,5 @@ make -C release install DESTDIR=%{buildroot} | |
%license LICENSE.md | ||
|
||
%changelog | ||
* Fri Sep 15 2023 Juergen Mang <[email protected]> 12.0.0-0 | ||
* Fri Sep 15 2023 Juergen Mang <[email protected]> 12.0.1-0 | ||
- Version from master |
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 +1 @@ | ||
12.0.0 | ||
12.0.1 |
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 +1 @@ | ||
const myMPDversion = '12.0.0'; | ||
const myMPDversion = '12.0.1'; |