From 504819873aac7de5b188daa1308307425c6ac2cb562da7cd3eaf98b298f83d9f Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Wed, 15 Jun 2011 06:54:47 +0000 Subject: [PATCH 1/4] Updating link to change in openSUSE:Factory/xz revision 30.0 OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=ede10ec77ef651534fbd325eab0c1e1e --- xz.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xz.spec b/xz.spec index 5a203b7..3c3d6da 100644 --- a/xz.spec +++ b/xz.spec @@ -20,7 +20,7 @@ Name: xz Summary: A Program for Compressing Files Version: 5.0.3 -Release: 1 +Release: 2 Group: Productivity/Archiving/Compression License: LGPLv2.1+ Url: http://tukaani.org/lzma/ From bd282443b5ad6898d912402e5285cbf14a191aa8a81ee96648af9e1937da5a94 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sat, 17 Sep 2011 08:28:27 +0000 Subject: [PATCH 2/4] Accepting request 82586 from home:jengelh:bl - Add xz-devel to baselibs - Remove redundant sections OBS-URL: https://build.opensuse.org/request/show/82586 OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=31 --- _service:download_url:xz-5.0.3.tar.bz2 | 3 --- baselibs.conf | 3 +++ xz.changes | 6 ++++++ xz.spec | 3 --- 4 files changed, 9 insertions(+), 6 deletions(-) delete mode 100644 _service:download_url:xz-5.0.3.tar.bz2 diff --git a/_service:download_url:xz-5.0.3.tar.bz2 b/_service:download_url:xz-5.0.3.tar.bz2 deleted file mode 100644 index 3fc4698..0000000 --- a/_service:download_url:xz-5.0.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a11b9e17bfcda62319c5a8c4a2062dc81607a316d3f6adff89422d81ec1eae9 -size 1025913 diff --git a/baselibs.conf b/baselibs.conf index b991336..d240a68 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1 +1,4 @@ liblzma5 +xz-devel + requires -xz- + requires "liblzma5- = " diff --git a/xz.changes b/xz.changes index 0b682c0..4579113 100644 --- a/xz.changes +++ b/xz.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 16 16:37:32 UTC 2011 - jengelh@medozas.de + +- Add xz-devel to baselibs +- Remove redundant sections + ------------------------------------------------------------------- Tue Jun 14 18:04:53 CEST 2011 - dmueller@suse.de diff --git a/xz.spec b/xz.spec index 3c3d6da..540f8ab 100644 --- a/xz.spec +++ b/xz.spec @@ -107,9 +107,6 @@ make install DESTDIR=$RPM_BUILD_ROOT %{__rm} -v %{buildroot}/%{_lib}/liblzma.{so,la} %find_lang %{name} -%clean -rm -fr $RPM_BUILD_ROOT - %post -n liblzma5 -p /sbin/ldconfig %postun -n liblzma5 -p /sbin/ldconfig From b61c39443f7c43e913dca18c238b2daef2c417ee40e9bd6b4f08dda07f9c7d9f Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sat, 17 Sep 2011 15:19:48 +0000 Subject: [PATCH 3/4] remove _service OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=32 --- _service | 12 ------------ xz-5.0.3.tar.bz2 | 3 +++ xz.spec | 2 +- 3 files changed, 4 insertions(+), 13 deletions(-) delete mode 100644 _service create mode 100644 xz-5.0.3.tar.bz2 diff --git a/_service b/_service deleted file mode 100644 index 5b651a2..0000000 --- a/_service +++ /dev/null @@ -1,12 +0,0 @@ - - - http - tukaani.org - /xz/xz-5.0.3.tar.bz2 - - - _service:download_url:xz-5.0.3.tar.bz2 - sha256 - 5a11b9e17bfcda62319c5a8c4a2062dc81607a316d3f6adff89422d81ec1eae9 - - diff --git a/xz-5.0.3.tar.bz2 b/xz-5.0.3.tar.bz2 new file mode 100644 index 0000000..3fc4698 --- /dev/null +++ b/xz-5.0.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a11b9e17bfcda62319c5a8c4a2062dc81607a316d3f6adff89422d81ec1eae9 +size 1025913 diff --git a/xz.spec b/xz.spec index 540f8ab..67bede3 100644 --- a/xz.spec +++ b/xz.spec @@ -24,7 +24,7 @@ Release: 2 Group: Productivity/Archiving/Compression License: LGPLv2.1+ Url: http://tukaani.org/lzma/ -Source: %{name}-%{version}.tar.bz2 +Source: http://tukaani.org/xz/%{name}-%{version}.tar.bz2 Source2: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: pkg-config From fb37366cd4ac8ee8b76f77bb59db98fb3710dedc3934bc0762269e6df3bef4de Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sat, 17 Sep 2011 15:20:35 +0000 Subject: [PATCH 4/4] - remove _service, too fragile OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=33 --- xz.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/xz.changes b/xz.changes index 4579113..69d0f49 100644 --- a/xz.changes +++ b/xz.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Sep 17 15:19:50 UTC 2011 - coolo@suse.com + +- remove _service, too fragile + ------------------------------------------------------------------- Fri Sep 16 16:37:32 UTC 2011 - jengelh@medozas.de