From be613ce73aef38f71d6d22813eee1fdd67ebba46a3f3df530035c270492c30b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Fri, 30 Jul 2010 02:24:10 +0000 Subject: [PATCH] - update to version 0.2.0 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libbsd?expand=0&rev=3 --- libbsd-0.1.6.tar.bz2 | 3 --- libbsd-0.2.0.tar.bz2 | 3 +++ libbsd.changes | 5 +++++ libbsd.spec | 3 ++- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 libbsd-0.1.6.tar.bz2 create mode 100644 libbsd-0.2.0.tar.bz2 diff --git a/libbsd-0.1.6.tar.bz2 b/libbsd-0.1.6.tar.bz2 deleted file mode 100644 index 67aafd2..0000000 --- a/libbsd-0.1.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c6da362bbb6743e7c5a9d8d6db53be83b8a9cca5422fe4623d123c7a1be8bb2 -size 48903 diff --git a/libbsd-0.2.0.tar.bz2 b/libbsd-0.2.0.tar.bz2 new file mode 100644 index 0000000..c58b64e --- /dev/null +++ b/libbsd-0.2.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d2f0af0111e8871357991023e68b843972bd832b6a02a8f7d33b011efaac0ca +size 67545 diff --git a/libbsd.changes b/libbsd.changes index 73b6a59..9d12a6c 100644 --- a/libbsd.changes +++ b/libbsd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 30 02:23:42 UTC 2010 - cristian.rodriguez@opensuse.org + +- update to version 0.2.0 + ------------------------------------------------------------------- Tue Sep 15 23:47:23 CEST 2009 - crrodriguez@suse.de diff --git a/libbsd.spec b/libbsd.spec index 86a8daf..4fb3a6e 100644 --- a/libbsd.spec +++ b/libbsd.spec @@ -1,13 +1,14 @@ #norootforbuild Summary: Provides useful functions commonly found on BSD systems Name: libbsd -Version: 0.1.6 +Version: 0.2.0 Release: 0 Group: System Environment/Libraries License: BSD/MIT URL: http://libbsd.freedesktop.org/ Source: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: pkgconfig %description This library provides useful functions commonly found on BSD systems, and lacking on others like GNU systems, thus making it easier to port projects with strong BSD origins, without needing to embed the same code over and over again on each project.