Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DFN2
ocs-url
Commits
b3ca06fe
Commit
b3ca06fe
authored
Jul 16, 2016
by
akiraohgaki
Browse files
1.0.1
parent
8110afc7
Changes
4
Hide whitespace changes
Inline
Side-by-side
pkg/arch/PKGBUILD
View file @
b3ca06fe
# Maintainer: Akira Ohgaki <akiraohgaki@gmail.com>
pkgname
=
xdgurl
pkgver
=
1.0.
0
pkgver
=
1.0.
1
pkgrel
=
1
pkgdesc
=
"An install helper program for desktop stuff."
arch
=(
'i686'
'x86_64'
)
...
...
pkg/fedora/xdgurl.spec
View file @
b3ca06fe
Summary: An install helper program for desktop stuff
Name: xdgurl
Version: 1.0.
0
Version: 1.0.
1
Release: 1%{?dist}
License: GPLv3+
Group: Applications/Internet
...
...
@@ -34,5 +34,9 @@ make DESTDIR="%{buildroot}" prefix="/usr" install
rm -rf %{buildroot}
%changelog
* Fri Jul 15 2016 Akira Ohgaki <akiraohgaki@gmail.com> - 1.0.1-1
- Clean successfull message
- Return exit code
* Wed Jul 06 2016 Akira Ohgaki <akiraohgaki@gmail.com> - 1.0.0-1
- Initial release
pkg/ubuntu/debian/changelog
View file @
b3ca06fe
xdgurl (1.0.1-0ubuntu1) xenial; urgency=low
* Clean successfull message
* Return exit code
-- Akira Ohgaki <akiraohgaki@gmail.com> Fri, 15 Jul 2016 18:55:06 +0000
xdgurl (1.0.0-0ubuntu1) xenial; urgency=low
* Initial release
...
...
src/xdgurl.py
View file @
b3ca06fe
...
...
@@ -311,7 +311,7 @@ class XdgUrl:
def
main
():
program
=
'xdgurl'
version
=
'1.0.
0
'
version
=
'1.0.
1
'
parser
=
argparse
.
ArgumentParser
(
prog
=
program
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment