Skip to content

Commit

Permalink
Merge pull request #36 from Cygn/python3-rpm
Browse files Browse the repository at this point in the history
Python3 rpm
  • Loading branch information
Cygn authored Jan 17, 2022
2 parents eeed6d4 + cbb87da commit 776c3bb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .tito/packages/pulseaudio-dlna
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.3-6 ./
0.6.4-1 ./
8 changes: 6 additions & 2 deletions pulseaudio-dlna.spec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
%global srcname pulseaudio_dlna

Name: pulseaudio-dlna
Version: 0.6.3
Release: 6
Version: 0.6.4
Release: 1
Source0: %{name}-%{version}.tar.gz
License: GPLv3
Group: Development/Libraries
Expand Down Expand Up @@ -53,6 +53,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/%{name}.1*

%changelog
* Sat Jan 08 2022 Sinan Haliyo <[email protected]> 0.6.4-1
- pychromecast 10 compatiblity ([email protected])
- pychromecast 10 compatible now ([email protected])

* Thu Jan 06 2022 cygn <[email protected]> 0.6.3-6
-

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"Topic :: Multimedia :: Sound/Audio",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
],
version='0.6.3',
version='0.6.4',
py_modules=[],
packages=setuptools.find_packages(),
install_requires=[
Expand Down

0 comments on commit 776c3bb

Please sign in to comment.