new release
This commit is contained in:
parent
4a04e9a414
commit
e61ab912f5
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
||||
/libvisio-0.0.23.tar.xz
|
||||
/libvisio-0.0.24.tar.xz
|
||||
/libvisio-0.0.25.tar.xz
|
||||
/libvisio-0.0.26.tar.xz
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
%global apiversion 0.0
|
||||
|
||||
Name: libvisio
|
||||
Version: 0.0.25
|
||||
Version: 0.0.26
|
||||
Release: 1%{?dist}
|
||||
Summary: A library providing ability to interpret and import visio diagrams
|
||||
|
||||
@ -13,6 +13,7 @@ Source: http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.xz
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: gperf
|
||||
BuildRequires: libicu-devel
|
||||
BuildRequires: libwpd-devel
|
||||
BuildRequires: libwpg-devel
|
||||
BuildRequires: libxml2-devel
|
||||
@ -103,6 +104,9 @@ rm -f %{buildroot}/%{_libdir}/*.la
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Apr 23 2013 David Tardon <dtardon@redhat.com> - 0.0.26-1
|
||||
- new release
|
||||
|
||||
* Thu Feb 28 2013 David Tardon <dtardon@redhat.com> - 0.0.25-1
|
||||
- new release
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user