Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Fabio Valentini
a1f6f28d44 R1: update to version 2.0.5 2017-05-03 23:06:02 +02:00
Fabio Valentini
cbd0082feb R1: update to version 2.0.4 2017-04-22 15:26:30 +02:00
3 changed files with 17 additions and 6 deletions

2
.gitignore vendored
View file

@ -1 +1,3 @@
/wingpanel-indicator-sound-2.0.3.tar.xz
/wingpanel-indicator-sound-2.0.4.tar.gz
/wingpanel-indicator-sound-2.0.5.tar.gz

View file

@ -1 +1 @@
SHA512 (wingpanel-indicator-sound-2.0.3.tar.xz) = b18e285d7ca7b468bb5ecd183621902643188c451b4433bbc6c6f19c35e1540adf009ad0af31cf56366d9e2436c0d539fab17b790d288768c7f205b985c197df
SHA512 (wingpanel-indicator-sound-2.0.5.tar.gz) = 5661897e48be39173f1dc7c59a65e88ae7e65979550c2121f01cbd6b94ff3f72dadc1728ae0b3b1e5bc3837593b3ab889f29febe243178dc940667e430dfd903

View file

@ -2,12 +2,12 @@
Name: wingpanel-indicator-sound
Summary: Sound Indicator for wingpanel
Version: 2.0.3
Release: 4%{?dist}
Version: 2.0.5
Release: 1%{?dist}
License: GPLv3
URL: https://launchpad.net/wingpanel-indicator-sound
Source0: https://launchpad.net/%{name}/loki/%{version}/+download/%{name}-%{version}.tar.xz
URL: https://github.com/elementary/%{name}
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: gettext
@ -24,7 +24,7 @@ BuildRequires: pkgconfig(libpulse)
BuildRequires: pkgconfig(libpulse-mainloop-glib)
BuildRequires: pkgconfig(wingpanel-2.0)
Supplements: wingpanel
Supplements: wingpanel%{?_isa}
%description
@ -51,12 +51,21 @@ popd
%files -f sound-indicator.lang
%doc README.md
%license COPYING
%{_libdir}/wingpanel/libsound.so
%{_datadir}/glib-2.0/schemas/org.pantheon.desktop.wingpanel.indicators.sound.gschema.xml
%changelog
* Wed May 03 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.5-1
- Update to version 2.0.5.
* Sat Apr 22 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.4-1
- Update to version 2.0.4.
* Wed Jan 25 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.3-4
- Remove explicit BR: pkgconfig.