[Pkg-privacy-commits] [tails-installer] 23/24: Bump version to 3.12.1
anonym
anonym-tails-guest at moszumanska.debian.org
Thu Jan 12 15:14:48 UTC 2017
This is an automated email from the git hooks/post-receive script.
anonym-tails-guest pushed a commit to annotated tag 3.12.1
in repository tails-installer.
commit b904f58604ddf86261778d9dc0cc33fb41f936cd
Author: Luke Macken <lmacken at redhat.com>
Date: Fri Feb 21 14:45:55 2014 -0700
Bump version to 3.12.1
---
liveusb-creator | 2 +-
liveusb-creator.spec | 5 ++++-
setup.py | 8 ++++----
3 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/liveusb-creator b/liveusb-creator
index f7ce64b..5351fa5 100755
--- a/liveusb-creator
+++ b/liveusb-creator
@@ -23,7 +23,7 @@ import sys
from liveusb import _
-__version__ = '3.12.0'
+__version__ = '3.12.1'
def parse_args():
from optparse import OptionParser
diff --git a/liveusb-creator.spec b/liveusb-creator.spec
index 534e798..74d9a19 100644
--- a/liveusb-creator.spec
+++ b/liveusb-creator.spec
@@ -1,7 +1,7 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: liveusb-creator
-Version: 3.11.8
+Version: 3.12.1
Release: 1%{?dist}
Summary: A liveusb creator
@@ -68,6 +68,9 @@ rm -rf %{buildroot}
%config(noreplace) %{_sysconfdir}/security/console.apps/%{name}
%changelog
+* Fri Feb 21 2014 Luke Macken <lmacken at redhat.com> - 3.12.1-1
+- Update to 3.12.1, with many new translations
+
* Tue Jan 15 2013 Luke Macken <lmacken at redhat.com> - 3.11.8-1
- Update to 3.11.8
diff --git a/setup.py b/setup.py
index d36da38..423e085 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
from distutils.core import setup
import sys, os
-VERSION = '3.12.0'
+VERSION = '3.12.1'
LOCALE_DIR= '/usr/share/locale'
@@ -43,12 +43,12 @@ if sys.platform == 'win32':
name = 'liveusb-creator',
version = VERSION,
packages = ['liveusb', 'liveusb/urlgrabber'],
- scripts = ['liveusb-creator'],
+ scripts = ['liveusb-creator'],
license = 'GNU General Public License (GPL)',
url = 'https://fedorahosted.org/liveusb-creator',
description = 'This tool installs a LiveCD ISO on to a USB stick',
long_description = 'The liveusb-creator is a cross-platform tool for easily installing live operating systems on to USB flash drives',
- platforms = ['Windows'],
+ platforms = ['Windows'],
maintainer = 'Luke Macken',
maintainer_email = 'lmacken at redhat.com',
windows = [
@@ -94,7 +94,7 @@ else:
platforms = ['Linux'],
maintainer = 'Luke Macken',
maintainer_email = 'lmacken at redhat.com',
- data_files = [("/usr/share/applications",["data/liveusb-creator.desktop"]),
+ data_files = [("/usr/share/applications",["data/liveusb-creator.desktop"]),
('/usr/share/pixmaps',["data/fedorausb.png"]),
] + [(os.path.join(LOCALE_DIR, locale),
[os.path.join('po', 'locale', locale, 'liveusb-creator.mo')])
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/tails-installer.git
More information about the Pkg-privacy-commits
mailing list