Commit 65828c368342a6fe3748f83c579fa88b1d853794
1 parent
5cc5a3fd
Exists in
master
and in
1 other branch
Updating package control files.
Showing
6 changed files
with
21 additions
and
4 deletions
Show diff stats
CHANGELOG
1 | ------------------------------------------------------------------- | 1 | ------------------------------------------------------------------- |
2 | +Wed Mar 22 11:05:26 UTC 2023 - perry.werneck@gmail.com | ||
3 | + | ||
4 | +- Update to version 5.5+git20230204: | ||
5 | + * Updating translation. | ||
6 | + * Fixing win32 build, adding 'changes' file in windows app. | ||
7 | + * Updating deb and mingw packages. | ||
8 | + * Updating _service | ||
9 | + * Updating translation. | ||
10 | + * Adding 'CHANGELOG' | ||
11 | + * Updating deb control files. | ||
12 | + * Updating schema path on macos bundle script. | ||
13 | + | ||
14 | +------------------------------------------------------------------- | ||
2 | Thu Apr 07 23:35:08 UTC 2022 - perry.werneck@gmail.com | 15 | Thu Apr 07 23:35:08 UTC 2022 - perry.werneck@gmail.com |
3 | 16 | ||
4 | - Update to version 5.4: | 17 | - Update to version 5.4: |
arch/PKGBUILD
@@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
2 | 2 | ||
3 | pkgname=pw3270 | 3 | pkgname=pw3270 |
4 | 4 | ||
5 | -pkgver=5.3 | 5 | +pkgver=5.5+git20230204 |
6 | pkgrel=0 | 6 | pkgrel=0 |
7 | pkgdesc="IBM 3270 Terminal emulator for GTK" | 7 | pkgdesc="IBM 3270 Terminal emulator for GTK" |
8 | url="https://portal.softwarepublico.gov.br/social/pw3270/" | 8 | url="https://portal.softwarepublico.gov.br/social/pw3270/" |
debian/changelog
debian/pw3270.dsc
@@ -0,0 +1,4 @@ | @@ -0,0 +1,4 @@ | ||
1 | +<servicedata> | ||
2 | +<service name="tar_scm"> | ||
3 | + <param name="url">https://github.com/PerryWerneck/pw3270.git</param> | ||
4 | + <param name="changesrevision">5cc5a3fd58e23e0d65fd0d82be4f39824bc16016</param></service></servicedata> | ||
0 | \ No newline at end of file | 5 | \ No newline at end of file |
rpm/pw3270.spec
@@ -26,7 +26,7 @@ | @@ -26,7 +26,7 @@ | ||
26 | #---[ Packaging ]----------------------------------------------------------------------------------------------------- | 26 | #---[ Packaging ]----------------------------------------------------------------------------------------------------- |
27 | 27 | ||
28 | Name: pw3270 | 28 | Name: pw3270 |
29 | -Version: 5.4 | 29 | +Version: 5.5+git20230204 |
30 | Release: 0 | 30 | Release: 0 |
31 | Summary: IBM 3270 Terminal emulator for GTK | 31 | Summary: IBM 3270 Terminal emulator for GTK |
32 | License: GPL-2.0-only | 32 | License: GPL-2.0-only |