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 d701fd9 commit b126f05
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 13 deletions.
53 changes: 52 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,10 +1,61 @@
-------------------------------------------------------------------
Sun Aug 18 16:27:20 UTC 2024 - perry.werneck@gmail.com

- Update to version 5.5+git20240817:
* Updating metainfo according documentation on https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines/#metainfo-translations
* Updating readme.
* Debugging cross bundler.
* Publish only on tag updates.
* Updating win32 package.
* Changing autogen.sh for use in macos according to https://github.com/PerryWerneck/pw3270/issues/63#issuecomment-1979258212
* Update to macOS Sonoma
* Fixing schema paths for macos bundle.
* Should use glibtoolize on mac.
* Adding badges for dropbox and onedrive.
* Updating windows bundle and translation.
* Update README.md
* Fixing windows shortcut.
* Refactoring nsi script.
* Uploading zipfile to release.
* On windows using the png logo for about window.
* msys based bundler is now bundle.msys, common calls splitted to bundle.common
* Updating package names on winpkg action.
* Using mingw packages instead of .tar.xz on windows action.
* Updating win32 artifact names.
* Using 'classical' style only on windows, removing debug message.
* Fixing macos defaults, searching for optipng.
* Renaming old 'makeruntime' to 'bundle' since he now packs the entire application.
* Using msystem arch for file names.
* Default menu visibility is 'true' on windows.
* Fixing keypad path.
* Better image scan for about window.
* Fixing win32 build, validating system settings on startup.
* Using the same schemas for mac,windows and linux.
* Removing unused lgtm file.
* reproducible.patch merged and removed
* Moving default header buttons to left.
* Building locale based on product name.
* Storing png image to avoid dependencies.
* Using converted icon to avoid requirements of inkscape and convert on build action.
* Implementing winpkg workflow.

-------------------------------------------------------------------
Thu Feb 29 15:19:41 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN.

-------------------------------------------------------------------
Sun Mar 26 13:53:07 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.com>

- Add reproducible.patch to override build date (boo#1047218)

-------------------------------------------------------------------
Wed Mar 22 11:05:26 UTC 2023 - perry.werneck@gmail.com

- Update to version 5.5+git20230204:
* Updating translation.
* Fixing win32 build, adding 'changes' file in windows app.
* Updating deb and mingw packages.
* Updating _service
* Updating translation.
* Adding 'CHANGELOG'
Expand Down
2 changes: 1 addition & 1 deletion debian/pw3270.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Build-Depends: debhelper (>= 7), lib3270-dev, libv3270-dev, autotools-dev, autoc
Standards-Version: 3.9.1.0
DEBTRANSFORM-RELEASE: 1
Files:
00000000000000000000000000000000 000000 pw3270-unstable-5.3.tar.xz
00000000000000000000000000000000 000000 pw3270-5.5.tar.xz


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/pw3270.git</param>
<param name="changesrevision">5cc5a3fd58e23e0d65fd0d82be4f39824bc16016</param></service></servicedata>
<param name="changesrevision">394f46fa876e6953c43cd268b03c837c875168e6</param></service></servicedata>
23 changes: 13 additions & 10 deletions rpm/pw3270.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# spec file for package pw3270
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2024 SUSE LLC
# Copyright (c) <2008> <Banco do Brasil S.A.>
#
# All modifications and additions to the file contributed by third parties
Expand All @@ -13,9 +13,10 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://github.com/PerryWerneck/pw3270/issues
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


%define _product %(pkg-config --variable=product_name lib3270)

%define plugindir %(pkg-config --variable=plugin_path lib3270)
Expand All @@ -26,7 +27,7 @@
#---[ Packaging ]-----------------------------------------------------------------------------------------------------

Name: pw3270
Version: 5.5+git20230204
Version: 5.5+git20240817
Release: 0
Summary: IBM 3270 Terminal emulator for GTK
License: GPL-2.0-only
Expand Down Expand Up @@ -107,15 +108,16 @@ Based on the original x3270 code, pw3270 was originally created for Banco do Bra


#--[ Configuration & Branding ]---------------------------------------------------------------------------------------

%package branding
Summary: Default branding for %{name}
Group: System/X11/Terminals
Summary: Default branding for %{name}
Group: System/X11/Terminals

Requires: %{name} = %{version}
BuildArch: noarch
Requires: %{name} = %{version}
BuildArch: noarch

Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils
Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils

%description branding
GTK-based IBM 3270 terminal emulator with many advanced features. It can be used to communicate with any IBM host that supports 3270-style connections over TELNET.
Expand All @@ -124,8 +126,9 @@ This package contains the default branding for %{name}.


#---[ Build & Install ]-----------------------------------------------------------------------------------------------

%prep
%setup
%autosetup -p1

%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
NOCONFIGURE=1 ./autogen.sh
Expand Down

0 comments on commit b126f05

Please sign in to comment.