mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
0.1.0
This commit is contained in:
@@ -52,6 +52,11 @@
|
|||||||
</screenshot>
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="0.1.0" date="2021-02-26">
|
||||||
|
<description>
|
||||||
|
<p>First stable release</p>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
<release version="0.0.0" date="2020-10-31">
|
<release version="0.0.0" date="2020-10-31">
|
||||||
<description>
|
<description>
|
||||||
<p>GitHub version</p>
|
<p>GitHub version</p>
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
project('com.github.rafostar.Clapper', 'c', 'cpp',
|
project('com.github.rafostar.Clapper', 'c', 'cpp',
|
||||||
version: '0.0.0',
|
version: '0.1.0',
|
||||||
meson_version: '>= 0.50.0',
|
meson_version: '>= 0.50.0',
|
||||||
license: 'GPL3',
|
license: 'GPL3',
|
||||||
default_options: [
|
default_options: [
|
||||||
|
@@ -2,7 +2,7 @@ Format: 3.0 (quilt)
|
|||||||
Source: clapper
|
Source: clapper
|
||||||
Binary: clapper
|
Binary: clapper
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Version: 0.0.0
|
Version: 0.1.0
|
||||||
Maintainer: Rafostar <rafostar.github@gmail.com>
|
Maintainer: Rafostar <rafostar.github@gmail.com>
|
||||||
Build-Depends: debhelper (>= 10),
|
Build-Depends: debhelper (>= 10),
|
||||||
meson (>= 0.50),
|
meson (>= 0.50),
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
clapper (0.0.0) unstable; urgency=low
|
clapper (0.1.0) unstable; urgency=low
|
||||||
|
|
||||||
* Initial packaging.
|
* New version
|
||||||
|
|
||||||
-- Rafostar <rafostar.github@gmail.com> Fri, 18 Sep 2020 15:39:00 +0100
|
-- Rafostar <rafostar.github@gmail.com> Fri, 26 Feb 2021 09:39:00 +0100
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
#
|
#
|
||||||
# spec file for package clapper
|
# spec file for package clapper
|
||||||
#
|
#
|
||||||
# Copyright (C) 2020 sp1rit
|
# Copyright (C) 2020 sp1rit
|
||||||
# Copyright (C) 2020 Rafostar
|
# Copyright (C) 2020-21 Rafostar
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
%global glib2_version 2.56.0
|
%global glib2_version 2.56.0
|
||||||
|
|
||||||
Name: clapper
|
Name: clapper
|
||||||
Version: 0.0.0
|
Version: 0.1.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Simple and modern GNOME media player
|
Summary: Simple and modern GNOME media player
|
||||||
|
|
||||||
@@ -126,6 +126,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
|||||||
%{_libdir}/%{appname}/
|
%{_libdir}/%{appname}/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 25 2021 Rafostar <rafostar.github@gmail.com> - 0.1.0-1
|
||||||
|
- New version
|
||||||
|
|
||||||
* Sun Feb 7 2021 Rafostar <rafostar.github@gmail.com> - 0.0.0-10
|
* Sun Feb 7 2021 Rafostar <rafostar.github@gmail.com> - 0.0.0-10
|
||||||
- Install gstclapper libs to app named subdirectory
|
- Install gstclapper libs to app named subdirectory
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user