From cb353cc7e6c01ed88631a246d8ada65a7b016b07a059b2c5b7851abc2280f3ef Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 30 Jul 2013 09:40:18 +0000 Subject: [PATCH] Accepting request 184910 from devel:libraries:c_c++ update to v0~20130609 summer 2013 libyal refresh for opensuse 13.1 (forwarded request 184909 from gregfreemyer) OBS-URL: https://build.opensuse.org/request/show/184910 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcpath?expand=0&rev=2 --- libcpath-alpha-20121225.tar.xz | 3 --- libcpath-alpha-20130609.tar.gz | 3 +++ libcpath.changes | 12 ++++++++++++ libcpath.spec | 13 ++++++++----- 4 files changed, 23 insertions(+), 8 deletions(-) delete mode 100644 libcpath-alpha-20121225.tar.xz create mode 100644 libcpath-alpha-20130609.tar.gz diff --git a/libcpath-alpha-20121225.tar.xz b/libcpath-alpha-20121225.tar.xz deleted file mode 100644 index ac127c4..0000000 --- a/libcpath-alpha-20121225.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4539acdc676633d2d00f2f2f28d2f650816d3a6bde27346bc290f04d3e129283 -size 550624 diff --git a/libcpath-alpha-20130609.tar.gz b/libcpath-alpha-20130609.tar.gz new file mode 100644 index 0000000..810e8d9 --- /dev/null +++ b/libcpath-alpha-20130609.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c09f206dcf74537d8c9d4f326d68d997d273f2a4e78765fe51d25416f4a89229 +size 931869 diff --git a/libcpath.changes b/libcpath.changes index d5982b3..1778692 100644 --- a/libcpath.changes +++ b/libcpath.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Jul 30 02:52:52 UTC 2013 - Greg.Freemyer@gmail.com + +- update to v0~20130609 + * fix in .pc.in file + * removed CRT functions + * updated dependencies + * textual changes + * small updates + * 2013 update +- use gz compression to simplyfy download/convert + ------------------------------------------------------------------- Wed Apr 3 23:17:35 UTC 2013 - jengelh@inai.de diff --git a/libcpath.spec b/libcpath.spec index 9e75b3e..6c1fe06 100644 --- a/libcpath.spec +++ b/libcpath.spec @@ -18,24 +18,27 @@ Name: libcpath %define lname libcpath1 -%define timestamp 20121225 +%define timestamp 20130609 Version: 0~%timestamp Release: 0 -License: LGPL-3.0+ Summary: Library for cross-platform C path functions +License: LGPL-3.0+ Group: Development/Libraries/C and C++ Url: http://code.google.com/p/libcpath/ #Git-Clone: http://code.google.com/p/libcpath -#DL-URL: http://libcpath.googlecode.com/files/libcpath-alpha-20121225.tar.gz -Source: %name-alpha-%timestamp.tar.xz +#DL-URL: https://googledrive.com/host/0B3fBvzttpiiSOGFVQUwtOHlEWjQ/libcpath-alpha-20130609.tar.gz +Source: %name-alpha-%timestamp.tar.gz BuildRequires: pkg-config BuildRequires: xz BuildRequires: pkgconfig(libcerror) >= 20120425 BuildRequires: pkgconfig(libclocale) >= 20120425 BuildRequires: pkgconfig(libcsplit) >= 20120701 +BuildRequires: pkgconfig(libuna) >= 0~20130609 +# fails to build with these from factory, so use internal version +# none!!!! +# not (yet) in factory #BuildRequires: pkgconfig(libcstring) >= 20120425 -#BuildRequires: pkgconfig(libuna) >= 20120425 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description