-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release notes and preparation for 3.10.1
- Loading branch information
Showing
4 changed files
with
45 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
jasmine-gjs (3.10.1-1) UNRELEASED; urgency=low | ||
|
||
* Upgrade to 3.10.1 | ||
|
||
-- Philip Chimento <[email protected]> Sun, 14 Jul 2024 13:59:43 -0700 | ||
|
||
jasmine-gjs (2.6.4-1) unstable; urgency=low | ||
|
||
* Upgrade to 2.6.4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,16 +4,16 @@ Priority: optional | |
Maintainer: Philip Chimento <[email protected]> | ||
Build-Depends: debhelper-compat (= 12), | ||
gir1.2-glib-2.0, | ||
gjs (>= 1.58.0), | ||
meson (>= 0.50.0) | ||
gjs (>= 1.68.0), | ||
meson (>= 0.58.0) | ||
Standards-Version: 4.5.0 | ||
Homepage: https://github.com/ptomato/jasmine-gjs | ||
|
||
Package: jasmine-gjs | ||
Architecture: all | ||
Depends: ${misc:Depends}, | ||
gir1.2-glib-2.0, | ||
gjs (>= 1.58.0) | ||
gjs (>= 1.68.0) | ||
Description: Behavior-driven development framework for GJS | ||
This module allows you to run Jasmine specs for your GJS code. The output will | ||
be displayed in your terminal. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
Name: jasmine-gjs | ||
Version: 2.6.4 | ||
Version: 3.10.1 | ||
Release: 1%{?dist} | ||
Summary: A behavior-driven development framework for GJS | ||
|
||
License: MIT | ||
URL: https://github.com/ptomato/jasmine-gjs | ||
Source0: http://ptomato.name/downloads/jasmine-gjs-2.6.4.tar.xz | ||
Source0: https://github.com/ptomato/jasmine-gjs/releases/download/3.10.1/jasmine-gjs-3.10.1.tar.xz | ||
|
||
BuildArch: noarch | ||
BuildRequires: gjs >= 1.58.0 | ||
BuildRequires: gjs >= 1.68.0 | ||
BuildRequires: gobject-introspection | ||
BuildRequires: meson >= 0.50.0 | ||
Requires: gjs >= 1.58.0 | ||
BuildRequires: meson >= 0.58.0 | ||
Requires: gjs >= 1.68.0 | ||
Requires: gobject-introspection | ||
|
||
%description | ||
|
@@ -46,7 +46,9 @@ be displayed in your terminal. | |
|
||
|
||
%changelog | ||
* Fri Sep 10 2020 Andy Holmes <[email protected]> - 2.6.4-1 | ||
* Sun Jul 14 2024 Philip Chimento <[email protected]> - 3.10.1-1 | ||
- Update requirements for version 3.10.1. | ||
* Thu Sep 10 2020 Andy Holmes <[email protected]> - 2.6.4-1 | ||
- Update to version 2.6.4. | ||
* Fri Sep 4 2020 Andy Holmes <[email protected]> - 2.5.2-1 | ||
- Update to version 2.5.2. | ||
|