SHA256
1
0
forked from pool/libuna

Accepting request 204461 from devel:libraries:c_c++

update to v0~20130728.  Includes some stream function related fixes.

OBS-URL: https://build.opensuse.org/request/show/204461
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libuna?expand=0&rev=4
This commit is contained in:
Tomáš Chvátal 2013-10-24 12:09:38 +00:00 committed by Git OBS Bridge
parent a172ff33ca
commit bfc492c75a
4 changed files with 17 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dbfd833feacdb99e54eb42006ff65d06a7f9ce9d3e08dcb1a98836c591a17764
size 1804012

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:84f0cf8278970b93631665ec64913c9ca2129111627ae9599a4ff83e2be29c42
size 1800294

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Oct 23 16:07:07 UTC 2013 - Greg.Freemyer@gmail.com
- update to v0~20130728
* fixes for some stream functions being too strict
- fix version numbers on dependancies to not have 0~ in them
-------------------------------------------------------------------
Sat Jul 27 02:09:50 UTC 2013 - Greg.Freemyer@gmail.com

View File

@ -18,7 +18,7 @@
Name: libuna
%define lname libuna1
%define timestamp 20130609
%define timestamp 20130728
Version: 0~%timestamp
Release: 0
Summary: Library to support Unicode and ASCII (byte string) conversions
@ -26,14 +26,14 @@ License: LGPL-3.0+
Group: Development/Libraries/C and C++
Url: http://code.google.com/p/libuna/
#DL-URL: https://googledrive.com/host/0B3fBvzttpiiSaXBjN1ZJVzVsbjQ/libuna-alpha-%timestamp.tar.gz
#DL-URL: https://googledrive.com/host/0B3fBvzttpiiSaXBjN1ZJVzVsbjQ/libuna-alpha-20130728.tar.gz
Source: %{name}-alpha-%timestamp.tar.gz
BuildRequires: pkg-config
BuildRequires: pkgconfig(libcfile) >= 0~20120526
BuildRequires: pkgconfig(libclocale) >= 0~20120425
BuildRequires: pkgconfig(libcnotify) >= 0~20121224
# these fail to build with factory version, so use internal version. Verified 7/30/13
#BuildRequires: pkgconfig(libcerror) >= 0~20130609
BuildRequires: pkgconfig(libcfile) >= 20120526
BuildRequires: pkgconfig(libclocale) >= 20120425
BuildRequires: pkgconfig(libcnotify) >= 20121224
# these fail to build with factory version, so use internal version. Verified 10/20/13
#BuildRequires: pkgconfig(libcerror) > 20130904
BuildRoot: %{_tmppath}/%{name}-%{version}-build