Merge branch 'f21' into f22

This commit is contained in:
Tim Waugh 2015-03-02 12:16:22 +00:00
commit 1b3794d810
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@ tigervnc-1.0.90-20100721svn4113.tar.bz2
/tigervnc-1.3.0.tar.bz2
/tigervnc-1.3.1.tar.gz
/tigervnc-1.4.2.tar.gz
/tigervnc-1.4.3.tar.gz

View File

@ -1 +1 @@
93b935487d0ec33341f079bc402df6b1 tigervnc-1.4.2.tar.gz
2177ee42fa1a3902b6feeaa7747f1c2a tigervnc-1.4.3.tar.gz

View File

@ -1,6 +1,6 @@
Name: tigervnc
Version: 1.4.2
Release: 3%{?dist}
Version: 1.4.3
Release: 1%{?dist}
Summary: A TigerVNC remote display system
%global _hardened_build 1
@ -352,6 +352,9 @@ fi
%{_datadir}/icons/hicolor/*/apps/*
%changelog
* Mon Mar 2 2015 Tim Waugh <twaugh@redhat.com> - 1.4.3-1
- 1.4.3.
* Tue Feb 24 2015 Tim Waugh <twaugh@redhat.com> - 1.4.2-3
- Use calloc instead of xmalloc.
- Removed unnecessary configure flags.