Upstream release 0.95

This commit is contained in:
Fabiano Fidêncio 2015-12-01 13:37:42 +01:00
parent 36c7977d6c
commit 5c9fee980f
3 changed files with 7 additions and 8 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@
/msitools-0.93.43-8566.tar.xz
/msitools-0.93.75-f89b.tar.xz
/msitools-0.94.tar.xz
/msitools-0.95.tar.xz

View File

@ -1,17 +1,14 @@
#define _version_suffix
Name: msitools
Version: 0.94
Release: 2%{?dist}
Version: 0.95
Release: 1%{?dist}
Summary: Windows Installer tools
License: GPLv2+
URL: http://ftp.gnome.org/pub/GNOME/sources/%{name}
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name}-%{version}%{?_version_suffix}.tar.xz
Patch0001: 0001-wxi-add-libepoxy.wxi.patch
Patch0002: 0002-wxi-add-libepoxy-as-gtk3-dep.patch
Requires: libgsf >= 1.14.24-2
BuildRequires: glib2-devel
@ -46,8 +43,6 @@ The libmsi1-devel package includes the header files for libmsi.
%prep
%setup -q -n msitools-%{version}%{?_version_suffix}
%patch0001 -p1
%patch0002 -p1
%build
%configure --enable-fast-install
@ -91,6 +86,9 @@ rm -f %{buildroot}%{_libdir}/*.la
%changelog
* Tue Dec 01 2015 Fabiano Fidêncio <fidencio@redhat.com> - 0.95-1
- Upstream release 0.95
* Fri Jun 19 2015 Fabiano Fidêncio <fidencio@redhat.com> - 0.94-2
- Add libepoxy.wxi
- Add libepoxy as gtk3 dep

View File

@ -1 +1 @@
76dec60217d3bfa44c744a6a55577a83 msitools-0.94.tar.xz
04d2f4df74e19c0c1136e36100825c3f msitools-0.95.tar.xz