Compare commits

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

4 commits

Author SHA1 Message Date
Damian Wrobel
d36471d434 Update to 1.16.1 (rhbz#2264357)
- Switch to use pkgconfig for BuildRequires
- Specify Require for rtl-wmbus which supports needed -f option

Signed-off-by: Damian Wrobel <dwrobel@ertelnet.rybnik.pl>
2024-02-27 17:13:55 +01:00
Damian Wrobel
deefcd395e Update to 1.14.0 (rhbz#2219146)
Signed-off-by: Damian Wrobel <dwrobel@ertelnet.rybnik.pl>
2023-07-07 17:00:39 +02:00
Damian Wrobel
9c4ac12c41 Update to 1.13.0 (rhbz#2196040)
Signed-off-by: Damian Wrobel <dwrobel@ertelnet.rybnik.pl>
2023-05-08 09:43:16 +02:00
Damian Wrobel
dd5677257b Update to 1.12.0 (rhbz#2177567)
Signed-off-by: Damian Wrobel <dwrobel@ertelnet.rybnik.pl>
2023-03-13 10:27:01 +01:00
3 changed files with 26 additions and 8 deletions

4
.gitignore vendored
View file

@ -18,3 +18,7 @@
/wmbusmeters-1.9.0.tar.gz
/wmbusmeters-1.10.1.tar.gz
/wmbusmeters-1.11.0.tar.gz
/wmbusmeters-1.12.0.tar.gz
/wmbusmeters-1.13.0.tar.gz
/wmbusmeters-1.14.0.tar.gz
/wmbusmeters-1.16.1.tar.gz

View file

@ -1 +1 @@
SHA512 (wmbusmeters-1.11.0.tar.gz) = 9db0509eb1a9ff7b3d9701190f588c008a727737f33dfa50f7845cca51c3986b58f845084e1e0326bdd9a205a381ec1288e983d57d066a9c4f5c67f454ee2f04
SHA512 (wmbusmeters-1.16.1.tar.gz) = fff0acce9308688cd5bef2e049cbcbc5adbbd3feecd4bf0e1186712060101d8796eb6966532829eb38f14db09902f4e5ecfd560ab66e9c77db7e1b099246680b

View file

@ -4,7 +4,7 @@ Name: wmbusmeters
%global forgeurl https://github.com/weetmuts/%{name}
%if %{with_tag}
%global tag 1.11.0
%global tag 1.16.1
Version: %{tag}
%else
%global date 20210813
@ -14,7 +14,7 @@ Version: 1.4.0
%forgemeta
Release: 2%{?dist}
Release: 1%{?dist}
Summary: Read the wireless mbus protocol to acquire utility meter readings
License: GPLv3+
Url: %{forgeurl}
@ -29,11 +29,12 @@ BuildRequires: /usr/bin/git
BuildRequires: /usr/bin/make
BuildRequires: gcc-c++
BuildRequires: systemd-rpm-macros
BuildRequires: ncurses-devel
BuildRequires: rtl-sdr-devel
BuildRequires: libusbx-devel
BuildRequires: pkgconfig(ncurses)
BuildRequires: pkgconfig(librtlsdr)
BuildRequires: pkgconfig(libusb-1.0)
BuildRequires: pkgconfig(libxml-2.0)
Requires: /usr/bin/rtl_wmbus
Requires: rtl-wmbus >= 0-18
%description
@ -85,7 +86,6 @@ install -p -m 0644 %{SOURCE2} %{buildroot}%{_unitdir}/%{name}.service
%config(noreplace) %{_sysconfdir}/%{name}.conf
%{_sbindir}/wmbusmetersd
%{_bindir}/%{name}
%{_bindir}/%{name}-admin
%{_unitdir}/%{name}.service
%{_mandir}/man1/%{name}*
%ghost %{_rundir}/%{name}/
@ -102,6 +102,20 @@ install -p -m 0644 %{SOURCE2} %{buildroot}%{_unitdir}/%{name}.service
%changelog
* Fri Feb 23 2024 Damian Wrobel <dwrobel@ertelnet.rybnik.pl> - 1.16.1-1
- Update to 1.16.1 (rhbz#2264357)
- Switch to use pkgconfig for BuildRequires
- Specify Require for rtl-wmbus which supports needed -f option
* Fri Jul 07 2023 Damian Wrobel <dwrobel@ertelnet.rybnik.pl> - 1.14.0-1
- Update to 1.14.0 (rhbz#2219146)
* Mon May 08 2023 Damian Wrobel <dwrobel@ertelnet.rybnik.pl> - 1.13.0-1
- Update to 1.13.0 (rhbz#2196040)
* Mon Mar 13 2023 Damian Wrobel <dwrobel@ertelnet.rybnik.pl> - 1.12.0-1
- Update to 1.12.0 (rhbz#2177567)
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild