diff --git a/.gitignore b/.gitignore index 884dd82..00bac06 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/msitools.spec b/msitools.spec index c2d4d79..47b600f 100644 --- a/msitools.spec +++ b/msitools.spec @@ -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 - 0.95-1 +- Upstream release 0.95 + * Fri Jun 19 2015 Fabiano FidĂȘncio - 0.94-2 - Add libepoxy.wxi - Add libepoxy as gtk3 dep diff --git a/sources b/sources index de6dc00..9519eda 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -76dec60217d3bfa44c744a6a55577a83 msitools-0.94.tar.xz +04d2f4df74e19c0c1136e36100825c3f msitools-0.95.tar.xz