[Pkg-privacy-commits] [tails-installer] 05/05: 3.14.1

anonym anonym-tails-guest at moszumanska.debian.org
Thu Jan 12 15:15:25 UTC 2017


This is an automated email from the git hooks/post-receive script.

anonym-tails-guest pushed a commit to annotated tag 3.14.1
in repository tails-installer.

commit 4e7ac2cf3ff8165dfbd4c4e6ee4542da814f9e4f
Author: Luke Macken <lmacken at redhat.com>
Date:   Mon May 25 12:02:33 2015 -0600

    3.14.1
---
 liveusb-creator      | 2 +-
 liveusb-creator.spec | 5 ++++-
 setup.py             | 2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/liveusb-creator b/liveusb-creator
index 00b6e15..58145b3 100755
--- a/liveusb-creator
+++ b/liveusb-creator
@@ -23,7 +23,7 @@ import sys
 
 from liveusb import _
 
-__version__ = '3.14.0'
+__version__ = '3.14.1'
 
 def parse_args():
     from optparse import OptionParser
diff --git a/liveusb-creator.spec b/liveusb-creator.spec
index 554f4dc..2d2b6f9 100644
--- a/liveusb-creator.spec
+++ b/liveusb-creator.spec
@@ -7,7 +7,7 @@
 %endif
 
 Name:           liveusb-creator
-Version:        3.14.0
+Version:        3.14.1
 Release:        1%{?dist}
 Summary:        A liveusb creator
 
@@ -90,6 +90,9 @@ rm -rf %{buildroot}
 %{_datadir}/polkit-1/actions/org.fedoraproject.pkexec.run-liveusb-creator.policy
 
 %changelog
+* Mon May 25 2015 Luke Macken <lmacken at redhat.com> - 3.14.0-1
+- Patched to fix black window issue on F22 (#1212180)
+
 * Fri May 22 2015 Luke Macken <lmacken at redhat.com> - 3.14.0-1
 - Require udisks2
 
diff --git a/setup.py b/setup.py
index ae88ace..93e8439 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
 from distutils.core import setup
 import sys, os
 
-VERSION = '3.14.0'
+VERSION = '3.14.1'
 
 LOCALE_DIR= '/usr/share/locale'
 

-- 
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