Compare commits

...
This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

1 commit

Author SHA1 Message Date
Christian Krause
2fe0b40584 Update to new upstream version 2.0.33 (BZ 1270574)
- Correct files list entry for LICENSE files
2015-12-01 00:24:34 +01:00
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View file

@ -29,3 +29,4 @@ anki-1.0.1.tgz
/anki-2.0.28.tgz
/anki-2.0.31.tgz
/anki-2.0.32.tgz
/anki-2.0.33.tgz

View file

@ -1,7 +1,7 @@
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: anki
Version: 2.0.32
Version: 2.0.33
Release: 1%{?dist}
Summary: Flashcard program for using space repetition learning
@ -104,7 +104,7 @@ fi
/usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
%files -f %{name}.lang
%doc LICENSE.* README*
%doc LICENSE* README*
%{_bindir}/anki
%dir %{_datadir}/%{name}/
%{_datadir}/%{name}/aqt/
@ -118,6 +118,10 @@ fi
%{_datadir}/appdata/anki.appdata.xml
%changelog
* Mon Nov 30 2015 Christian Krause <chkr@fedoraproject.org> - 2.0.33-1
- Update to new upstream version 2.0.33 (BZ 1270574)
- Correct files list entry for LICENSE files
* Sun Apr 05 2015 Christian Krause <chkr@fedoraproject.org> - 2.0.32-1
- Update to new upstream version 2.0.32 (BZ 1205471)
- Move icon to %%{_datadir}/icons/hicolor/scalable/apps

View file

@ -1 +1 @@
2186925ffa068017a30734e75b8a8ad7 anki-2.0.32.tgz
5df370dd19c71a76cdce448104824cf7 anki-2.0.33.tgz