[packages/libEMF] - updated to 1.0.11 - updated am patch - removed obsolete limits patch

qboosh qboosh at pld-linux.org
Sat Mar 9 08:28:53 CET 2019


commit a7d8bf9366436f349862b559ff2ddaef08d60f7b
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Mar 9 08:34:36 2019 +0100

    - updated to 1.0.11
    - updated am patch
    - removed obsolete limits patch

 libEMF-am.patch     | 12 ++++++------
 libEMF-limits.patch | 10 ----------
 libEMF.spec         | 14 ++++++--------
 3 files changed, 12 insertions(+), 24 deletions(-)
---
diff --git a/libEMF.spec b/libEMF.spec
index 0d55d42..a20e630 100644
--- a/libEMF.spec
+++ b/libEMF.spec
@@ -5,19 +5,18 @@
 Summary:	A library for generating Enhanced Metafiles
 Summary(pl.UTF-8):	Biblioteka do generowania plików w formacie Enhanced Metafile
 Name:		libEMF
-Version:	1.0.7
-Release:	2
+Version:	1.0.11
+Release:	1
 License:	LGPL v2.1+ (library), GPL v2+ (utility)
 Group:		Libraries
-Source0:	http://downloads.sourceforge.net/libemf/%{name}-%{version}.tar.gz
-# Source0-md5:	f1011f5cc254aa228be78704fe5f9960
+Source0:	http://downloads.sourceforge.net/libemf/libemf-%{version}.tar.gz
+# Source0-md5:	1c37b426ba0556189ad92d6f375df95c
 Patch0:		%{name}-am.patch
-Patch1:		%{name}-limits.patch
 URL:		http://libemf.sourceforge.net/
 BuildRequires:	autoconf >= 2.50
 BuildRequires:	automake
 BuildRequires:	libstdc++-devel >= 5:3.0
-BuildRequires:	libtool >= 2:1.5
+BuildRequires:	libtool >= 2:2
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -62,9 +61,8 @@ libEMF static library.
 Statyczna biblioteka libEMF.
 
 %prep
-%setup -q
+%setup -q -n libemf-%{version}
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{__libtoolize}
diff --git a/libEMF-am.patch b/libEMF-am.patch
index 5cd04ef..56b71ad 100644
--- a/libEMF-am.patch
+++ b/libEMF-am.patch
@@ -1,11 +1,11 @@
---- libEMF-1.0.7/configure.ac.orig	2012-11-07 12:21:39.000000000 +0100
-+++ libEMF-1.0.7/configure.ac	2013-03-22 17:07:38.169058707 +0100
-@@ -5,7 +5,7 @@
- AC_INIT(libEMF, 1.0.7, dallenbarnett at users.sourceforge.net)
+--- libemf-1.0.11/configure.ac.orig	2019-03-09 08:28:02.956214044 +0100
++++ libemf-1.0.11/configure.ac	2019-03-09 08:28:34.766041716 +0100
+@@ -4,7 +4,7 @@
+ 
+ AC_INIT([libEMF], 1.0.11, dallenbarnett at users.sourceforge.net)
  AC_CONFIG_AUX_DIR(config)
- AM_INIT_AUTOMAKE(libEMF, 1.0.7)
 -AM_CONFIG_HEADER([config/config.h])
 +AC_CONFIG_HEADERS([config/config.h])
  AC_CONFIG_SRCDIR([include/libEMF/emf.h])
+ AM_INIT_AUTOMAKE
  
- # Checks for programs.
diff --git a/libEMF-limits.patch b/libEMF-limits.patch
deleted file mode 100644
index 8e6b774..0000000
--- a/libEMF-limits.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- libEMF-1.0.3/libemf/libemf.h.old	2008-09-22 16:20:15.000000000 +0200
-+++ libEMF-1.0.3/libemf/libemf.h	2008-09-22 16:20:41.000000000 +0200
-@@ -21,6 +21,7 @@
- #ifndef _LIBEMF_H
- #define _LIBEMF_H 1
- 
-+#include <climits>
- #include <cmath>
- #include <vector>
- #include <map>
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libEMF.git/commitdiff/a7d8bf9366436f349862b559ff2ddaef08d60f7b



More information about the pld-cvs-commit mailing list