diff --git a/libuna-alpha-20130609.tar.gz b/libuna-alpha-20130609.tar.gz deleted file mode 100644 index e93bac1..0000000 --- a/libuna-alpha-20130609.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dbfd833feacdb99e54eb42006ff65d06a7f9ce9d3e08dcb1a98836c591a17764 -size 1804012 diff --git a/libuna-alpha-20130728.tar.gz b/libuna-alpha-20130728.tar.gz new file mode 100644 index 0000000..73f1bfa --- /dev/null +++ b/libuna-alpha-20130728.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84f0cf8278970b93631665ec64913c9ca2129111627ae9599a4ff83e2be29c42 +size 1800294 diff --git a/libuna.changes b/libuna.changes index a99a93f..160b7e6 100644 --- a/libuna.changes +++ b/libuna.changes @@ -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 diff --git a/libuna.spec b/libuna.spec index 2234185..c74b916 100644 --- a/libuna.spec +++ b/libuna.spec @@ -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