Skip to content

Commit

Permalink
Updating package control files.
Browse files Browse the repository at this point in the history
  • Loading branch information
PerryWerneck committed Aug 18, 2024
1 parent b19c4cc commit 402c3ae
Show file tree
Hide file tree
Showing 7 changed files with 85 additions and 6 deletions.
79 changes: 79 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,82 @@
-------------------------------------------------------------------
Sat Aug 17 16:00:46 UTC 2024 - [email protected]

- Update to version 5.4+git20240817:
* Update codeql.yml
* Debugging publisher.
* Debuggin macos publisher.
* Updating workflows.
* Debugging macos workflow.
* Debugging macos workflow.
* Debugging macos auto build.
* Update codeql.yml
* Debugging publisher.
* Debuggin macos publisher.
* Debugging macos workflow.
* Debugging macos workflow.
* Updating workflows.
* Debugging macos auto build.
* Another fix for macos build
* Update README.md
* Fixing brew upgrade
* Reverting use of inner functions; doesnt work on macos compiler.
* Trying to fix mac os builds.
* Reactivating brew upgrade.
* Setting state on unexpected exit during the build of ssl_context.
* Disabling 'brew upgrade' in macos workflow.
* Update publish.yml
* Fixing bundler.
* Adding win32 bundle.
* Fixing win32 bundler.
* Debugging msys bundler.
* Adding bundle scripts.
* Fix PA key mapping
* Updating property methods.
* Using nested functions.
* Since windows does not have version control in the system a new method was implemented to check if the lib3270 current revision can work with applications to avoid loading of an incomplete or incompatible version of lib3270.
* Forcing gettext path on MAC os.
* Setting iconv path from brew in macos.
* Just fixing a comment
* Adding field methods splitted from ctlr.c
* Splitting field methods out of ctlr.c, cleaning code.
* Implementing search for data files based on bundle *or* program path.
* Better libname in macos.
* Fixing macos build.
* Fixing macos library name.
* Update README.md
* Updating build instructions on README.md
* Updating translation.
* Disabling FIPS tests Fixing win32 builds
* Update publish.yml
* Update codeql.yml
* Update codeql.yml
* Fixing msvc build.
* Publishing zip file for msvc builds.
* Publish only on 'master' PRs
* Publishing mingw package instead of tar.xz
* Implementing mingw package.
* Update publish.yml
* Update ci-build.sh
* Updating win32 ci build.
* Fixing warning.
* Searching for datafiles on all win32 possible paths.
* Update publish.yml
* Update publish.yml
* Update publish.yml
* Update publish.yml
* Update publish.yml
* Update publish.yml
* Publishing win32 & macos artifacts in the same action.
* Publishing macos artifact.
* Debugging macos build.
* Debugging macos workflow.
* Debugging macos action.
* Update macos.yml
* Testing macos build.
* Updating msys2 workflow.
* Updating msys2 workflow.
* Updating package control files.

-------------------------------------------------------------------
Wed Mar 22 18:14:29 UTC 2023 - [email protected]

Expand Down
2 changes: 1 addition & 1 deletion arch/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=lib3270

pkgver=5.4+git20230322
pkgver=5.4+git20240817
pkgrel=0
pkgdesc="TN3270 Access library"
url="https://github.com/PerryWerneck/lib3270"
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lib3270 (5.4+git20230322-0) unstable; urgency=low
lib3270 (5.4+git20240817-0) unstable; urgency=low

* Initial Release

Expand Down
2 changes: 1 addition & 1 deletion debian/lib3270.dsc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Format: 1.0
Source: lib3270
Version: 5.4+git20230322-0
Version: 5.4+git20240817-0
Binary: lib3270
Maintainer: Perry Werneck <[email protected]>
Architecture: any
Expand Down
2 changes: 1 addition & 1 deletion rpm/_service
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<param name="changesgenerate">enable</param>
<param name="changesauthor">[email protected]</param>
<param name="url">https://github.com/PerryWerneck/lib3270.git</param>
<param name="versionformat">@PARENT_TAG@+git%cd</param>
<param name="versionformat">5.4+git%cd</param>
<param name="scm">git</param>
</service>

Expand Down
2 changes: 1 addition & 1 deletion rpm/_servicedata
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/PerryWerneck/lib3270.git</param>
<param name="changesrevision">76361945fad5c3ed96c5b15cf98d99b4b05f2eaf</param></service></servicedata>
<param name="changesrevision">b19c4cc54b9e0364f9e9d049737a59ab75edff35</param></service></servicedata>
2 changes: 1 addition & 1 deletion rpm/lib3270.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#

Name: lib3270
Version: 5.4+git20230322
Version: 5.4+git20240817
Release: 0
Summary: TN3270 Access library
Group: Development/Libraries/C and C++
Expand Down

0 comments on commit 402c3ae

Please sign in to comment.