Commit 2b1427697aa1a9169e150bbc47a832e8726494d4
Committed by
GitHub
Exists in
develop
Merge pull request #42 from PerryWerneck/develop
Updating msys2 workflow and package control files.
Showing
6 changed files
with
16 additions
and
4 deletions
Show diff stats
CHANGELOG
1 | ------------------------------------------------------------------- | 1 | ------------------------------------------------------------------- |
2 | +Wed Mar 22 18:14:29 UTC 2023 - perry.werneck@gmail.com | ||
3 | + | ||
4 | +- Update to version 5.4+git20230322: | ||
5 | + * Updating package control files. | ||
6 | + * On windows, if the application os library path ends with '/lib' or '/bin' the relative path for data files is the parent directory. | ||
7 | + * Debugging win32 build. | ||
8 | + | ||
9 | +------------------------------------------------------------------- | ||
2 | Thu Apr 07 22:24:02 UTC 2022 - perry.werneck@gmail.com | 10 | Thu Apr 07 22:24:02 UTC 2022 - perry.werneck@gmail.com |
3 | 11 | ||
4 | - Update to version 5.4+git20220330: | 12 | - Update to version 5.4+git20220330: |
arch/PKGBUILD
@@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
2 | 2 | ||
3 | pkgname=lib3270 | 3 | pkgname=lib3270 |
4 | 4 | ||
5 | -pkgver=5.4 | 5 | +pkgver=5.4+git20230322 |
6 | pkgrel=0 | 6 | pkgrel=0 |
7 | pkgdesc="TN3270 Access library" | 7 | pkgdesc="TN3270 Access library" |
8 | url="https://github.com/PerryWerneck/lib3270" | 8 | url="https://github.com/PerryWerneck/lib3270" |
debian/changelog
debian/lib3270.dsc
@@ -0,0 +1,4 @@ | @@ -0,0 +1,4 @@ | ||
1 | +<servicedata> | ||
2 | +<service name="tar_scm"> | ||
3 | + <param name="url">https://github.com/PerryWerneck/lib3270.git</param> | ||
4 | + <param name="changesrevision">76361945fad5c3ed96c5b15cf98d99b4b05f2eaf</param></service></servicedata> | ||
0 | \ No newline at end of file | 5 | \ No newline at end of file |
rpm/lib3270.spec
@@ -17,7 +17,7 @@ | @@ -17,7 +17,7 @@ | ||
17 | # | 17 | # |
18 | 18 | ||
19 | Name: lib3270 | 19 | Name: lib3270 |
20 | -Version: 5.4 | 20 | +Version: 5.4+git20230322 |
21 | Release: 0 | 21 | Release: 0 |
22 | Summary: TN3270 Access library | 22 | Summary: TN3270 Access library |
23 | Group: Development/Libraries/C and C++ | 23 | Group: Development/Libraries/C and C++ |