- updated to 1.0.4
- updated source URL - dropped obsolete patch
This commit is contained in:
parent
686772e83a
commit
66ed9e8eb8
@ -1 +1 @@
|
|||||||
libEMF-1.0.3.tar.gz
|
libEMF-1.0.4.tar.gz
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
diff -up libEMF-1.0.3/libemf/libemf.cpp.gcc43 libEMF-1.0.3/libemf/libemf.cpp
|
|
||||||
--- libEMF-1.0.3/libemf/libemf.cpp.gcc43 2003-01-27 20:36:25.000000000 +0100
|
|
||||||
+++ libEMF-1.0.3/libemf/libemf.cpp 2008-01-06 14:52:50.000000000 +0100
|
|
||||||
@@ -19,7 +19,7 @@
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
#include <iostream>
|
|
||||||
-
|
|
||||||
+#include <climits>
|
|
||||||
#include "libemf.h"
|
|
||||||
|
|
||||||
namespace EMF {
|
|
13
libEMF.spec
13
libEMF.spec
@ -1,15 +1,14 @@
|
|||||||
Summary: A library for generating Enhanced Metafiles
|
Summary: A library for generating Enhanced Metafiles
|
||||||
Summary(pl): Biblioteka do generowania plików w formacie Enhanced Metafile
|
Summary(pl): Biblioteka do generowania plików w formacie Enhanced Metafile
|
||||||
Name: libEMF
|
Name: libEMF
|
||||||
Version: 1.0.3
|
Version: 1.0.4
|
||||||
Release: 10%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+ and GPLv2+
|
License: LGPLv2+ and GPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source0: http://dl.sourceforge.net/pstoedit/%{name}-%{version}.tar.gz
|
Source0: http://downloads.sourceforge.net/pstoedit/%{name}-%{version}.tar.gz
|
||||||
# Source0-md5: a4e91fd8077ce5f540f569e20e8ef7ff
|
# Source0-md5: a4e91fd8077ce5f540f569e20e8ef7ff
|
||||||
Patch0: %{name}-amd64.patch
|
Patch0: %{name}-amd64.patch
|
||||||
Patch1: %{name}-axp.patch
|
Patch1: %{name}-axp.patch
|
||||||
Patch2: %{name}-gcc43.patch
|
|
||||||
Patch3: %{name}-s390.patch
|
Patch3: %{name}-s390.patch
|
||||||
URL: http://libemf.sourceforge.net/
|
URL: http://libemf.sourceforge.net/
|
||||||
BuildRequires: libstdc++-devel
|
BuildRequires: libstdc++-devel
|
||||||
@ -47,7 +46,6 @@ Pliki nagłówkowe libEMF.
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .amd64
|
%patch0 -p1 -b .amd64
|
||||||
%patch1 -p1 -b .axp
|
%patch1 -p1 -b .axp
|
||||||
%patch2 -p1 -b .gcc43
|
|
||||||
%patch3 -p1 -b .s390
|
%patch3 -p1 -b .s390
|
||||||
chmod 0644 libemf/libemf.h
|
chmod 0644 libemf/libemf.h
|
||||||
|
|
||||||
@ -94,6 +92,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/libEMF
|
%{_includedir}/libEMF
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 25 2009 Dominik 'Rathann' Mierzejewski <rpm@greysector.net> 1.0.4-1
|
||||||
|
- updated to 1.0.4
|
||||||
|
- updated source URL
|
||||||
|
- dropped obsolete patch
|
||||||
|
|
||||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.3-10
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.3-10
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user