Skip to content

Commit 383453c

Browse files
author
Daniel K. O.
committed
Bumped version to 0.5.3
1 parent d3fccdc commit 383453c

File tree

7 files changed

+10
-12
lines changed

7 files changed

+10
-12
lines changed

Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ libevdevxx_la_SOURCES = \
6363
src/Type.cpp \
6464
src/TypeCode.cpp \
6565
src/Uinput.cpp \
66+
src/utils.cpp \
6667
src/utils.hpp
6768

6869

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
AC_PREREQ([2.70])
55
AC_INIT([libevdevxx],
6-
[0.5.2],
6+
[0.5.3],
77
[https://github.com/dkosmari/libevdevxx/issues],
88
[],
99
[https://github.com/dkosmari/libevdevxx])

packages/debian-trixie/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -x
22

33
NAME=libevdevxx
4-
VERSION=0.5.2
4+
VERSION=0.5.3
55
TARNAME=${NAME}-${VERSION}
66
TARBALL=${TARNAME}.tar.gz
77

packages/debian-trixie/debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
libevdevxx (0.5.2-2) UNRELEASED; urgency=low
1+
libevdevxx (0.5.3-1) UNRELEASED; urgency=low
22

33
* Fixed dependencies.
44

packages/debian-trixie/debian/rules

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,3 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1
1010
override_dh_auto_configure:
1111
dh_auto_configure -- $(CONFIG) --enable-docs --enable-tools
1212

13-
14-
#override_dh_install:
15-
# dh_install --list-missing -X.la -X.pyc -X.pyo
16-
17-
# override_dh_missing:
18-
# dh_missing -X.la

packages/fedora-42/SPECS/libevdevxx.spec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
%define toolsname evdevxx-tools
55

66
Name: libevdevxx
7-
Version: 0.5.2
7+
Version: 0.5.3
88
Release: 1%{?dist}
99
Summary: A C++20 wrapper for libevdev.
1010
Group: System/Libraries
@@ -36,6 +36,7 @@ Summary: Development package for %{libname}.
3636
Group: Development/C++
3737
Provides: %{devname} = %{version}
3838
Requires: %{libname} = %{version}-%{release}
39+
Requires: pkgconfig(libevdev)
3940

4041
%description -n %{devname}
4142
This package provides libraries and headers files for %{name}
@@ -50,6 +51,7 @@ development.
5051
Summary: Development package for %{libname}, with static linking.
5152
Group: Development/C++
5253
Provides: %{staticname} = %{version}
54+
Requires: pkgconfig(libevdev)
5355

5456
%description -n %{staticname}
5557
This package provides static libraries for %{name} development.

packages/mageia-9/SPECS/libevdevxx.spec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
%define toolsname evdevxx-tools
55

66
Name: libevdevxx
7-
Version: 0.5.2
8-
Release: %mkrel 2
7+
Version: 0.5.3
8+
Release: %mkrel 1
99
Summary: A C++20 wrapper for libevdev.
1010
Group: System/Libraries
1111
License: MIT
@@ -43,6 +43,7 @@ Summary: Development package for %{libname}.
4343
Group: Development/C++
4444
Provides: %{devname} = %{version}
4545
Requires: %{libname} = %{version}-%{release}
46+
Requires: pkgconfig(libevdev)
4647

4748
%description -n %{devname}
4849
This package provides libraries and headers files for %{name}

0 commit comments

Comments
 (0)