- Updated to new 3.48 upstream version, remove upstreamed patch
This commit is contained in:
parent
100c825a3f
commit
5c838768e3
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,3 +28,4 @@ highlight-3.1-beta2.tar.bz2
|
||||
/highlight-3.42.tar.bz2
|
||||
/highlight-3.44.tar.bz2
|
||||
/highlight-3.47.tar.bz2
|
||||
/highlight-3.48.tar.bz2
|
||||
|
@ -1,12 +1,11 @@
|
||||
Name: highlight
|
||||
Summary: Universal source code to formatted text converter
|
||||
Version: 3.47
|
||||
Release: 2%{?dist}
|
||||
Version: 3.48
|
||||
Release: 1%{?dist}
|
||||
Group: Development/Tools
|
||||
License: GPLv3
|
||||
URL: http://www.andre-simon.de/
|
||||
Source0: http://www.andre-simon.de/zip/%{name}-%{version}.tar.bz2
|
||||
Patch0: fixed-directory-traversal-GLIBCXX_ASSERTIONS.patch
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: lua-devel, boost-devel
|
||||
@ -35,7 +34,7 @@ Requires: %{name} = %{version}-%{release}
|
||||
A Qt-based GUI for the highlight source code formatter source.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
CFLAGS="$CFLAGS -fPIC %{optflags}"; export CFLAGS
|
||||
@ -79,6 +78,9 @@ desktop-file-install \
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Dec 18 2018 Filipe Rosset <rosset.filipe@gmail.com> - 3.48-1
|
||||
- Updated to new 3.48 upstream version, remove upstreamed patch
|
||||
|
||||
* Tue Dec 11 2018 Filipe Rosset <rosset.filipe@gmail.com> - 3.47-2
|
||||
- rebuilt to fix --list-scripts=langs crash fixes rhbz #1656332
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (highlight-3.47.tar.bz2) = 286dcc0db33c8b250852f7b607eb313afbd83da7ead6bde8a35ed5b7f59438b0345725a31dd5969347af10aba0c981f6bf2ce5683b801c45ee27b2b3c6ed21ed
|
||||
SHA512 (highlight-3.48.tar.bz2) = b6508c3f0ed108126d07690b3ea878ac68814ae15ae3986096b2325f90d997bf467f2b3eeaa89da4feb2b8b39393a44e2ee0b89dc4584a7a7d4ca57475397451
|
||||
|
Loading…
Reference in New Issue
Block a user