From 8720a7ac78af984eb99f66a1b8d0afc465c469e58b3f630dcb8d9c94405445a4 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sun, 27 Apr 2014 22:07:45 +0000 Subject: [PATCH 1/3] Obsoletes: xorg-x11-proto-devel -> Provides: xorg-x11-proto-devel OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXdmcp?expand=0&rev=8 --- libXdmcp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libXdmcp.spec b/libXdmcp.spec index 9367e4a..9913616 100644 --- a/libXdmcp.spec +++ b/libXdmcp.spec @@ -1,7 +1,7 @@ # # spec file for package libXdmcp # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed From 27c17cd02edaf69e05886a0f21be9244f829938ff402f2a2cf693352c3915033 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Mon, 23 Mar 2015 08:40:01 +0000 Subject: [PATCH 2/3] Accepting request 292275 from home:tobijk:X11:XOrg - Update to version 1.1.2: This release has hardened handling of invalid arguments & allocation failures, adds support for using arc4random in key generation, and adds some unit tests to help developers prevent regressions in the future. OBS-URL: https://build.opensuse.org/request/show/292275 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXdmcp?expand=0&rev=9 --- libXdmcp-1.1.1.tar.bz2 | 3 --- libXdmcp-1.1.2.tar.bz2 | 3 +++ libXdmcp.changes | 9 +++++++++ libXdmcp.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 libXdmcp-1.1.1.tar.bz2 create mode 100644 libXdmcp-1.1.2.tar.bz2 diff --git a/libXdmcp-1.1.1.tar.bz2 b/libXdmcp-1.1.1.tar.bz2 deleted file mode 100644 index a7c1c45..0000000 --- a/libXdmcp-1.1.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ace6d4230f9dce4ed090692f82f613253ada8f887b23b3d8ff3dd4e3a7c118e -size 310878 diff --git a/libXdmcp-1.1.2.tar.bz2 b/libXdmcp-1.1.2.tar.bz2 new file mode 100644 index 0000000..980341f --- /dev/null +++ b/libXdmcp-1.1.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81fe09867918fff258296e1e1e159f0dc639cb30d201c53519f25ab73af4e4e2 +size 331518 diff --git a/libXdmcp.changes b/libXdmcp.changes index a354667..08f6ff1 100644 --- a/libXdmcp.changes +++ b/libXdmcp.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Mar 22 00:10:52 UTC 2015 - tobias.johannes.klausmann@mni.thm.de + +- Update to version 1.1.2: + This release has hardened handling of invalid arguments & + allocation failures, adds support for using arc4random in key + generation, and adds some unit tests to help developers prevent + regressions in the future. + ------------------------------------------------------------------- Sun Feb 17 17:21:53 UTC 2013 - jengelh@inai.de diff --git a/libXdmcp.spec b/libXdmcp.spec index 9913616..d2fe226 100644 --- a/libXdmcp.spec +++ b/libXdmcp.spec @@ -1,7 +1,7 @@ # # spec file for package libXdmcp # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: libXdmcp %define lname libXdmcp6 -Version: 1.1.1 +Version: 1.1.2 Release: 0 Summary: X Display Manager Control Protocol library License: MIT From 9454eb5e61250432ed1f69fc8293af826e51f44bb42775d470ea48623eb3f2b3 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Mon, 23 Mar 2015 08:43:55 +0000 Subject: [PATCH 3/3] - added baselibs.conf as source to specfile OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXdmcp?expand=0&rev=10 --- libXdmcp.changes | 5 +++++ libXdmcp.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/libXdmcp.changes b/libXdmcp.changes index 08f6ff1..4cc9692 100644 --- a/libXdmcp.changes +++ b/libXdmcp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 23 08:43:36 UTC 2015 - sndirsch@suse.com + +- added baselibs.conf as source to specfile + ------------------------------------------------------------------- Sun Mar 22 00:10:52 UTC 2015 - tobias.johannes.klausmann@mni.thm.de diff --git a/libXdmcp.spec b/libXdmcp.spec index d2fe226..e0e0f59 100644 --- a/libXdmcp.spec +++ b/libXdmcp.spec @@ -28,6 +28,7 @@ Url: http://xorg.freedesktop.org/ #Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXdmcp #Git-Web: http://cgit.freedesktop.org/xorg/lib/libXdmcp/ Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2 +Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build #git#BuildRequires: autoconf >= 2.60, automake, libtool BuildRequires: pkgconfig