Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fe633c8461 |
4 changed files with 7 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1 +1 @@
|
|||
/wt-4.2.2-free.tar.xz
|
||||
/wt-4.3.0-free.tar.xz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wt-4.2.2-free.tar.xz) = 79fd49b54f6e9c38b3949807d7b9b6fff86258fe3aa0076673c88aa32b1ce7d5610855e8245ba03e0c5c04f8c6cf2d4f205cf76aab19b085fa0fe7246e419110
|
||||
SHA512 (wt-4.3.0-free.tar.xz) = ea2d2b1addb14656505b73d126b20308161ce7675cf73ff1e1271a3cfd17b4ef7302f59fb459a0302d35a42aa1a67dd7784d8b4df057d1df3e3e864ceb1ebf8e
|
||||
|
|
|
|||
7
wt.spec
7
wt.spec
|
|
@ -5,8 +5,8 @@
|
|||
%global WTRUNGROUP apache
|
||||
|
||||
Name: wt
|
||||
Version: 4.2.2
|
||||
Release: 2%{?dist}
|
||||
Version: 4.3.0
|
||||
Release: 1%{?dist}
|
||||
Summary: C++ library for developing web applications
|
||||
|
||||
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
||||
|
|
@ -282,6 +282,9 @@ popd
|
|||
%{_defaultdocdir}/%{name}-doc/*.dox
|
||||
|
||||
%changelog
|
||||
* Thu Mar 26 2020 Michal Minář <miminar@redhat.com> - 4.3.0-1
|
||||
- New upstream version 4.3.0
|
||||
|
||||
* Fri Mar 20 2020 Michal Minář <miminar@redhat.com> - 4.2.2-2
|
||||
- Fixed -examples' dependencies
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue