Commit 795c8ff90a45bfccccabface9ff8cd96209954e2
Exists in
master
and in
2 other branches
Merge branch 'develop'
Showing
7 changed files
with
12 additions
and
9 deletions
Show diff stats
configure.ac
... | ... | @@ -31,7 +31,7 @@ AC_PREREQ(2.61) |
31 | 31 | |
32 | 32 | dnl Initialise automake with the package name, version and |
33 | 33 | dnl bug-reporting address. |
34 | -AC_INIT([lib3270], [5.3], [perry.werneck@gmail.com]) | |
34 | +AC_INIT([lib3270], [5.4], [perry.werneck@gmail.com]) | |
35 | 35 | |
36 | 36 | dnl Place auxilliary scripts here. |
37 | 37 | AC_CONFIG_AUX_DIR([scripts]) | ... | ... |
debian/changelog
debian/lib3270.dsc
1 | 1 | Format: 1.0 |
2 | 2 | Source: lib3270 |
3 | -Version: 5.3-0 | |
3 | +Version: 5.4-0 | |
4 | 4 | Binary: lib3270 |
5 | 5 | Maintainer: Perry Werneck <perry.werneck@gmail.com> |
6 | 6 | Architecture: any |
... | ... | @@ -8,6 +8,6 @@ Build-Depends: debhelper (>= 7), autotools-dev, autoconf, automake, pkg-config, |
8 | 8 | Standards-Version: 3.9.1.0 |
9 | 9 | DEBTRANSFORM-RELEASE: 1 |
10 | 10 | Files: |
11 | - 00000000000000000000000000000000 000000 lib3270-5.3.tar.bz2 | |
11 | + 00000000000000000000000000000000 000000 lib3270-5.4.tar.bz2 | |
12 | 12 | |
13 | 13 | ... | ... |
debian/shlibs
pushtag.sh
rpm/_service
... | ... | @@ -5,13 +5,13 @@ |
5 | 5 | <param name="changesgenerate">enable</param> |
6 | 6 | <param name="changesauthor">perry.werneck@gmail.com</param> |
7 | 7 | <param name="url">https://github.com/PerryWerneck/lib3270.git</param> |
8 | - <param name="versionformat">@PARENT_TAG@</param> | |
8 | + <param name="versionformat">@PARENT_TAG@+git%cd</param> | |
9 | 9 | <param name="scm">git</param> |
10 | 10 | </service> |
11 | 11 | |
12 | 12 | <!-- https://github.com/openSUSE/obs-service-extract_file --> |
13 | 13 | |
14 | - <service name="extract_file"> | |
14 | + <service name="extract_file"> | |
15 | 15 | <param name="archive">*.tar</param> |
16 | 16 | <param name="files">*/rpm/lib3270.spec</param> |
17 | 17 | </service> | ... | ... |
rpm/lib3270.spec
... | ... | @@ -21,6 +21,7 @@ Name: lib3270 |
21 | 21 | Version: 5.3 |
22 | 22 | Release: 0 |
23 | 23 | Summary: TN3270 Access library |
24 | +Group: Development/Libraries/C and C++ | |
24 | 25 | License: LGPL-3.0-only |
25 | 26 | URL: https://github.com/PerryWerneck/lib3270 |
26 | 27 | Source: %{name}-%{version}.tar.xz |
... | ... | @@ -55,6 +56,7 @@ For more details, see https://softwarepublico.gov.br/social/pw3270/ . |
55 | 56 | |
56 | 57 | %package -n %{name}-%{_libvrs} |
57 | 58 | Summary: TN3270 Access library |
59 | +Group: Development/Libraries/C and C++ | |
58 | 60 | |
59 | 61 | %description -n %{name}-%{_libvrs} |
60 | 62 | TN3270 access library, originally designed as part of the pw3270 application. |
... | ... | @@ -64,6 +66,7 @@ For more details, see https://softwarepublico.gov.br/social/pw3270/ . |
64 | 66 | %package devel |
65 | 67 | Summary: TN3270 Access library development files |
66 | 68 | Requires: %{name}-%{_libvrs} = %{version} |
69 | +Group: Development/Libraries/C and C++ | |
67 | 70 | |
68 | 71 | %description devel |
69 | 72 | Header files for the TN3270 access library. | ... | ... |