Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 35b094e3cd | |||
| 0a2971d22e | |||
| d4befe92e6 | |||
| 5b26f05f7f |
3 changed files with 17 additions and 5 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1 +1 @@
|
|||
/zeroinstall-injector-1.2.tar.bz2
|
||||
/zeroinstall-injector-1.8.tar.bz2
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
4f1cb7cb2a86f0b7d01add5991af2640 zeroinstall-injector-1.2.tar.bz2
|
||||
00b3e8b3cbfbe8ed55f81842a4d2c386 zeroinstall-injector-1.8.tar.bz2
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
#global prerel rc1
|
||||
|
||||
Name: zeroinstall-injector
|
||||
Version: 1.2
|
||||
Version: 1.8
|
||||
Release: 1%{?dist}
|
||||
Summary: The Zero Install Injector (0launch)
|
||||
|
||||
|
|
@ -18,11 +18,11 @@ BuildRequires: python-devel >= 2.6
|
|||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gettext
|
||||
# for-tests
|
||||
BuildRequires: PyXML pygtk2 gnupg xdg-utils
|
||||
BuildRequires: pygtk2 gnupg xdg-utils
|
||||
BuildRequires: tar gzip bzip2 xz-lzma-compat
|
||||
BuildRequires: python-coverage
|
||||
# /for-tests
|
||||
Requires: PyXML pygtk2 gnupg sudo xdg-utils
|
||||
Requires: pygtk2 gnupg sudo xdg-utils
|
||||
Requires: tar gzip bzip2 xz-lzma-compat
|
||||
# for PackageKit support
|
||||
Requires: dbus-python
|
||||
|
|
@ -128,6 +128,18 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||
%attr(755,zeroinst,zeroinst) %{cache_dir}/implementations
|
||||
|
||||
%changelog
|
||||
* Wed May 23 2012 Michel Salim <salimma@fedoraproject.org> - 1.8-1
|
||||
- Update to 1.8
|
||||
|
||||
* Tue Apr 24 2012 Michel Salim <salimma@fedoraproject.org> - 1.7-1
|
||||
- Update to 1.7
|
||||
|
||||
* Thu Jan 26 2012 Michel Salim <salimma@fedoraproject.org> - 1.5-2
|
||||
- Prune dependencies
|
||||
|
||||
* Thu Jan 26 2012 Michel Salim <salimma@fedoraproject.org> - 1.5-1
|
||||
- Update to 1.5
|
||||
|
||||
* Mon Jul 25 2011 Michel Salim <salimma@fedoraproject.org> - 1.2-1
|
||||
- Update to 1.2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue