-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
%distutils.sysconfig import get_python_lib; print (get_python_lib())")} | ||
|
||
Name: mote | ||
Version: 0.3.4 | ||
Version: 0.4.1 | ||
Release: 2%{?dist} | ||
Summary: A MeetBot log wrangler, providing a user-friendly interface for Fedora's logs | ||
|
||
|
@@ -106,6 +106,12 @@ ln -s /usr/share/fonts/fontawesome %{buildroot}/%{python_sitelib}/mote/static/fo | |
%{_bindir}/mote-updater | ||
|
||
%changelog | ||
* Sun Sep 7 2015 Chaoyi Zha <[email protected]> - 0.4.1 | ||
- Update 0.4.1 | ||
- Add modal permalink option | ||
- Fix full log links in modals and full views | ||
- Other bug fixes | ||
|
||
* Sun Jul 12 2015 Chaoyi Zha <[email protected]> - 0.3.4 | ||
- Update 0.3.4 | ||
- Catch links with trailing slash, e.g blockerbug date links | ||
|