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 ef9fa03 commit 02542ae
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 2 deletions.
59 changes: 59 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,62 @@
-------------------------------------------------------------------
Sun Aug 18 15:24:29 UTC 2024 - perry.werneck@gmail.com

- Update to version 5.4+git20240219:
* Debugging publish script.
* Debugging publish action.
* Adjusting publish action.
* Debugging macos build.
* Debugging msys2 action.
* Debugging workflows.
* Updating workflows.
* Debugging macos action.
* Debugging macos package.
* Update codeql.yml
* Better macos library name.
* Fixing macos library name.
* Fixing macos lib name.
* Updating translation.
* Update publish.yml
* Update publish.yml
* Update publish.yml
* Update publish.yml
* Creating publish badge.
* Less debug messsages.
* Showing testpattern on debug startup.
* Publish only no PRs.
* Fixing win32 package build.
* Fixing gtk3 package name.
* Using mingw packages instead of .tar.xz
* Using mingw standard prefix for artifacts.
* Update publish.yml
* Update publish.yml
* Using MSYSTEM_CARCH to identify architecture.
* Updating ci-build, removing unused scripts.
* Updating obs service file.
* Update publish.yml
* Fixing marshals.
* Update publish.yml
* Publish only runs on 'master' pushes.
* Debugging publish action.
* Debugging publish action.
* Fixing publish action.
* New action to publish macos and windows builds.
* Working on macos build.
* Working on macos action.
* Closing release 5.4
* Update msys2.yml
* Update msys2.yml
* Update msys2.yml
* Update msys2.yml
* Using pre-build lib3270 artifact.
* Update msys2.yml
* Update msys2.yml
* Creating binary package.
* Adding 'changes' on windows package.
* Updating mingw package control files.
* Updating arch package control file.
* Removing old lgtm workflow.

-------------------------------------------------------------------
Tue Mar 14 03:15:06 UTC 2023 - perry.werneck@gmail.com

Expand Down
2 changes: 1 addition & 1 deletion arch/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ url="https://portal.softwarepublico.gov.br/social/pw3270/"
arch=(i686 x86_64)
license=(GPL)
depends=(lib3270 gtk3)
makedepends=(autoconf automake make openssl lib3270 gtk3 python3 libtool gzip)
makedepends=(autoconf automake make openssl lib3270 gtk3 python3 libtool gzip glib2-devel)
checkdepends=()

#groups=(gnome)
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/libv3270.git</param>
<param name="changesrevision">1da277294f1cec4dd0b9f3a2a4e04f9bdee1c85c</param></service></servicedata>
<param name="changesrevision">ef9fa031296b18497f9f42ac7e2d11d1e9657196</param></service></servicedata>

0 comments on commit 02542ae

Please sign in to comment.