Commit 51eeb99b12944d6cd9929768f077774dbba4bca3
1 parent
d7720af6
Exists in
master
and in
1 other branch
Updating version.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
rpm/libv3270.spec
... | ... | @@ -18,7 +18,7 @@ |
18 | 18 | |
19 | 19 | |
20 | 20 | Name: libv3270 |
21 | -Version: 5.3 | |
21 | +Version: 5.4 | |
22 | 22 | Release: 0 |
23 | 23 | Summary: 3270 Virtual Terminal for GTK |
24 | 24 | License: LGPL-3.0-only |
... | ... | @@ -33,7 +33,7 @@ BuildRequires: gcc-c++ |
33 | 33 | BuildRequires: gettext-devel |
34 | 34 | BuildRequires: m4 |
35 | 35 | BuildRequires: pkgconfig(gtk+-3.0) |
36 | -BuildRequires: pkgconfig(lib3270) >= 5.3 | |
36 | +BuildRequires: pkgconfig(lib3270) >= 5.4 | |
37 | 37 | %if 0%{?centos_version} |
38 | 38 | # CENTOS Genmarshal doesn't depend on python! |
39 | 39 | BuildRequires: python | ... | ... |