Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade:bwidget to version 1.10.1 #11050

Open
wants to merge 3 commits into
base: 3.0-dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SPECS-EXTENDED/bwidget/bwidget.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"bwidget-1.9.7.tar.gz": "e6668592c26d21558370335c42c1e85368d40706cc84b38fca01bc40e8395ffc"
"bwidget-1.10.1.tar.gz": "4aea02f38cf92fa4aa44732d4ed98648df839e6537d6f0417c3fe18e1a34f880"
}
}
10 changes: 8 additions & 2 deletions SPECS-EXTENDED/bwidget/bwidget.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Distribution: Azure Linux
%{!?tcl_sitelib: %global tcl_sitelib %{_datadir}/tcl%{tcl_version}}

Name: bwidget
Version: 1.9.7
Release: 15%{?dist}
Version: 1.10.1
Release: 1%{?dist}
Summary: Extended widget set for Tk

License: TCL
Expand All @@ -15,6 +15,8 @@ Source0: http://downloads.sourceforge.net/tcllib/bwidget-%{version}.tar.g
BuildArch: noarch
Requires: tcl(abi) = 8.6 tk
BuildRequires: tcl
BuildRequires: tk


%description
An extended widget set for Tcl/Tk.
Expand Down Expand Up @@ -44,6 +46,10 @@ install -m 0644 -pD images/*.gif images/*.xbm %{buildroot}/%{tcl_sitelib}/%{name
%doc BWman/*.html

%changelog
* Tue nov 5 2024 Akarsh Chaudhary <[email protected]> - 1.10.1-1
- Upgrade to version 1.10.1
- License verified

* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 1.9.7-15
- Initial CBL-Mariner import from Fedora 32 (license: MIT).

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1317,8 +1317,8 @@
"type": "other",
"other": {
"name": "bwidget",
"version": "1.9.7",
"downloadUrl": "http://downloads.sourceforge.net/tcllib/bwidget-1.9.7.tar.gz"
"version": "1.10.1",
"downloadUrl": "http://downloads.sourceforge.net/tcllib/bwidget-1.10.1.tar.gz"
}
}
},
Expand Down
Loading