Accepting request 289554 from home:posophe:branches:devel:libraries:c_c++
Update OBS-URL: https://build.opensuse.org/request/show/289554 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mxml?expand=0&rev=13
This commit is contained in:
parent
5db747fc90
commit
14b9486cac
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be33d1942d72eb7ce72361596a1b70ff04c492027a42a1f67fbb2fd2d9b449e0
|
||||
size 198188
|
3
mxml-2.9.tar.gz
Normal file
3
mxml-2.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cded54653c584b24c4a78a7fa1b3b4377d49ac4f451ddf170ebbc8161d85ff92
|
||||
size 264379
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 5 15:01:03 UTC 2015 - p.drouand@gmail.com
|
||||
|
||||
- Update to version 2.9
|
||||
* mxmlLoad* did not correctly load value nodes with MXML_NO_CALLBACK
|
||||
or MXML_TEXT_CALLBACK (Bug #502)
|
||||
- Update homepage Url
|
||||
- Use download Url as source
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 12 08:29:09 UTC 2014 - jengelh@inai.de
|
||||
|
||||
|
26
mxml.spec
26
mxml.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package mxml
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
Name: mxml
|
||||
Url: http://www.easysw.com/~mike/mxml
|
||||
Version: 2.6
|
||||
Url: http://www.msweet.org/projects.php?Z3
|
||||
Version: 2.9
|
||||
Release: 0
|
||||
Summary: Small XML Parsing Library
|
||||
License: LGPL-2.1+
|
||||
Group: Development/Libraries/C and C++
|
||||
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source: http://www.msweet.org/files/project3/%{name}-%{version}.tar.gz
|
||||
Source1: baselibs.conf
|
||||
Patch: mxml-2.3-nobinstrip.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -37,12 +37,6 @@ nonstandard libraries.
|
||||
|
||||
This package holds the commandline tools for mxml.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Michael Sweet
|
||||
|
||||
%define library_name libmxml1
|
||||
|
||||
%package -n %library_name
|
||||
@ -58,12 +52,6 @@ nonstandard libraries.
|
||||
|
||||
This package holds the shared library for mxml.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Michael Sweet
|
||||
|
||||
%package devel
|
||||
Requires: %{library_name} = %{version}
|
||||
#
|
||||
@ -78,12 +66,6 @@ nonstandard libraries.
|
||||
|
||||
This package holds the development files for mxml.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Michael Sweet
|
||||
|
||||
%prep
|
||||
%setup
|
||||
%patch
|
||||
|
Loading…
x
Reference in New Issue
Block a user