Skip to content

Commit

Permalink
Jasmine 2.5.2 (#43)
Browse files Browse the repository at this point in the history
* Update to Jasmine upstream version 2.5.2

* Update Fedora packaging for 2.5.2

* Update Debian packaging for 2.5.2
  • Loading branch information
andyholmes authored Sep 11, 2020
1 parent 449600f commit afad1b7
Show file tree
Hide file tree
Showing 6 changed files with 305 additions and 89 deletions.
9 changes: 8 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release Notes

## 2.5.2 - September 4, 2020

- The internal copy of the Jasmine library has been updated to version 2.5.2, which brings:
- Add `toBeGreaterThanOrEqual()` and `toBeLessThanOrEqual()` matchers
- Bug fixes included in 2.5.0, 2.5.1 and 2.5.2
- Thanks to Andy Holmes for contributing.

## 2.4.1 - Sepetember 4, 2020

- The internal copy of the Jasmine library has been updated to version 2.4.1, which brings:
Expand Down Expand Up @@ -63,4 +70,4 @@

## 2.1.3 - March 4, 2015

- Initial release.
- Initial release.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
jasmine-gjs (2.5.2-1) unstable; urgency=low

* Upgrade to 2.5.2

-- Andy Holmes <[email protected]> Fri, 04 Sep 2020 19:20:51 -0700

jasmine-gjs (2.4.1-1) unstable; urgency=low

* Upgrade to 2.4.1
Expand Down
6 changes: 4 additions & 2 deletions jasmine-gjs.spec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Name: jasmine-gjs
Version: 2.4.1
Version: 2.5.2
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.4.1.tar.xz
Source0: http://ptomato.name/downloads/jasmine-gjs-2.5.2.tar.xz

BuildArch: noarch
BuildRequires: gjs >= 1.58.0
Expand Down Expand Up @@ -46,6 +46,8 @@ be displayed in your terminal.


%changelog
* Fri Sep 4 2020 Andy Holmes <[email protected]> - 2.5.2-1
- Update to version 2.5.2.
* Sat Aug 29 2020 Andy Holmes <[email protected]> - 2.4.1-1
- Update to version 2.4.1.
* Wed Aug 26 2020 Andy Holmes <[email protected]> - 2.3.4-1
Expand Down
Loading

0 comments on commit afad1b7

Please sign in to comment.