Skip to content

Commit

Permalink
Prepare updating to version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
marin-m committed Mar 26, 2021
1 parent a520a8a commit 92bca9b
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repository = "https://github.com/marin-m/SongRec"
readme = "README.md"
keywords = ["shazam", "audio", "audio-fingerprinting"]
categories = ["multimedia::audio", "command-line-utilities"]
version = "0.1.4"
version = "0.1.5"
authors = ["marin-m"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion packaging/archlinux/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname=songrec
_pkgname=SongRec
pkgver=0.1.4
pkgver=0.1.5
pkgrel=1
provides=('songrec')
conflicts=('songrec-git')
Expand Down
4 changes: 2 additions & 2 deletions packaging/ppa/build_binary_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ trap cleanup_dirs INT TERM

rm -rf ../../target/ ../../vendor/ ../../.flatpak-builder ../flatpak/.flatpak-builder ../../repo

cp -ra ../../ "${temp_dir}/songrec-0.1.4"
cp -ra ../../ "${temp_dir}/songrec-0.1.5"

cd "${temp_dir}/songrec-0.1.4"
cd "${temp_dir}/songrec-0.1.5"

mkdir -p .cargo
cargo vendor vendor | sed 's/^directory = ".*"/directory = "vendor"/g' > .cargo/config
Expand Down
11 changes: 9 additions & 2 deletions packaging/ppa/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
songrec (0.1.5) bionic; urgency=low

* The song recognition history now has a right-click context menu that allows to copy the name of the songs, artists, tracks or albums, or to search previously recognized songs on YouTube.
* It is now possible to select the name of the last recognized song so that it can be copy-pasted somewhere easily.

-- Marin <[email protected]> Fri, 26 Mar 2021 14:35:00 +0100

songrec (0.1.4) bionic; urgency=low

* Add the ability to recognize songs from your speakers rather than your microphone, through a checkbox that will be visible when the functionality is available, on compatible PulseAudio setups.

-- Marin <[email protected]> Tue, 23 Feb 2020 18:37:00 +0100
-- Marin <[email protected]> Tue, 23 Feb 2021 18:37:00 +0100

songrec (0.1.3) bionic; urgency=low

* Make the application fully responsive for mobile devices using GtkFlowBox, thanks to @a33k.

-- Marin <[email protected]> Thu, 11 Feb 2020 04:01:00 +0100
-- Marin <[email protected]> Thu, 11 Feb 2021 04:01:00 +0100

songrec (0.1.2~3) bionic; urgency=low

Expand Down
8 changes: 4 additions & 4 deletions packaging/ppa/upload_source_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ for version in bionic focal groovy hirsute; do

rm -rf ../../target/ ../../vendor/ ../../.flatpak-builder ../flatpak/.flatpak-builder ../../repo ../../.cargo

cp -ra ../../ "${temp_dir}/songrec-0.1.4${version}"
cp -ra ../../ "${temp_dir}/songrec-0.1.5${version}"

cd "${temp_dir}/songrec-0.1.4${version}"
cd "${temp_dir}/songrec-0.1.5${version}"

mkdir -p .cargo
cargo vendor vendor | sed 's/^directory = ".*"/directory = "vendor"/g' > .cargo/config
Expand All @@ -49,11 +49,11 @@ for version in bionic focal groovy hirsute; do

# Push to Launchpad

dput ppa:marin-m/songrec "../../songrec_0.1.4${version}_source.changes"
dput ppa:marin-m/songrec "../../songrec_0.1.5${version}_source.changes"

cd "${ORIG_DIR}"

rm -rf "${temp_dir}/songrec-0.1.4${version}"
rm -rf "${temp_dir}/songrec-0.1.5${version}"

done

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ https://hughsie.github.io/oars/index.html
-->
<content_rating type="oars-1.0" />
<releases>
<release version="0.1.5" date="2021-03-26">
<description>
<p>- The song recognition history now has a right-click context menu that allows to copy the name of the songs, artists, tracks or albums, or to search previously recognized songs on YouTube.</p>
<p>- It is now possible to select the name of the last recognized song so that it can be copy-pasted somewhere easily.</p>
</description>
</release>
<release version="0.1.4" date="2021-02-23">
<description>
<p>- Add the ability to recognize songs from your speakers rather than your microphone, through a checkbox that will be visible when the functionality is available, on compatible PulseAudio setups.</p>
Expand Down
2 changes: 1 addition & 1 deletion packaging/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: songrec # you probably want to 'snapcraft register <name>'
base: core20 # the base snap is the execution environment for this snap
version: '0.1.4' # just for humans, typically '1.2+git' or '1.3.2'
version: '0.1.5' # just for humans, typically '1.2+git' or '1.3.2'
summary: An open-source, unofficial Shazam client for Linux, written in Rust # 79 char long summary
description: |
Features:
Expand Down

0 comments on commit 92bca9b

Please sign in to comment.