RPM changes mode
1
-------------------------------------------------------------------2
Tue Oct 18 13:58:40 UTC 2011 - misterx@example.com3
4
- Update to r60.35
- Fixes bug in the reflect package6
* disallow Interface method on Value obtained via unexported name7
8
-------------------------------------------------------------------9
Thu Oct 6 08:14:24 UTC 2011 - misterx@example.com10
11
- Update to r60.212
- Fixes memory leak in certain map types13
14
-------------------------------------------------------------------15
Wed Oct 5 14:34:10 UTC 2011 - misterx@example.com16
17
- Tweaks for gdb debugging18
- go.spec changes:19
- move %go_arch definition to %prep section20
- pass correct location of go specific gdb pretty printer and21
functions to cpp as HOST_EXTRA_CFLAGS macro22
- install go gdb functions & printer23
- gdb-printer.patch24
- patch linker (src/cmd/ld/dwarf.c) to emit correct location of go25
gdb functions and pretty printer26
RPM spec mode
72
1
#2
# spec file for package minidlna3
#4
# Copyright (c) 2011, Sascha Peilicke <saschpe@gmx.de>5
#6
# All modifications and additions to the file contributed by third parties7
# remain the property of their copyright owners, unless otherwise agreed8
# upon. The license for this file, and modifications and additions to the9
# file, is the same license as for the pristine package itself (unless the10
# license for the pristine package is not an Open Source License, in which11
# case the license is the MIT License). An "Open Source License" is a12
# license that conforms to the Open Source Definition (Version 1.9)13
# published by the Open Source Initiative.14
15
16
Name: libupnp617
Version: 1.6.1318
Release: 019
Summary: Portable Universal Plug and Play (UPnP) SDK20
Group: System/Libraries21
License: BSD-3-Clause22
Url: http://sourceforge.net/projects/pupnp/23
Source0: http://downloads.sourceforge.net/pupnp/libupnp-%{version}.tar.bz224
BuildRoot: %{_tmppath}/%{name}-%{version}-build25
26
%description27
The portable Universal Plug and Play (UPnP) SDK provides support for building28
UPnP-compliant control points, devices, and bridges on several operating29
systems.30
31
%package -n libupnp-devel32
Summary: Portable Universal Plug and Play (UPnP) SDKMIME types defined: text/x-rpm-spec, text/x-rpm-changes.
