Hello community,

here is the log from the commit of package libselinux for openSUSE:Factory 
checked in at 2012-08-12 15:26:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libselinux (Old)
 and      /work/SRC/openSUSE:Factory/.libselinux.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libselinux", Maintainer is "vci...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libselinux/libselinux-bindings.changes   
2012-06-05 16:00:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libselinux.new/libselinux-bindings.changes      
2012-08-12 15:26:35.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Jul 25 11:15:02 UTC 2012 - meiss...@suse.com
+
+- updated to 2.1.9 again (see below)
+
+-------------------------------------------------------------------
libselinux.changes: same change

Old:
----
  libselinux-2.0.91.tar.bz2

New:
----
  libselinux-2.1.9.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libselinux-bindings.spec ++++++
--- /var/tmp/diff_new_pack.lDwisF/_old  2012-08-12 15:26:37.000000000 +0200
+++ /var/tmp/diff_new_pack.lDwisF/_new  2012-08-12 15:26:37.000000000 +0200
@@ -16,20 +16,20 @@
 #
 
 
-%define libsepol_ver 2.0.32
+%define libsepol_ver 2.1.4
 BuildRequires:  libsepol-devel-static >= %{libsepol_ver}
 BuildRequires:  python-devel
 BuildRequires:  ruby-devel
 BuildRequires:  swig
 
 Name:           libselinux-bindings
-Version:        2.0.91
+Version:        2.1.9
 Release:        0
-Url:            http://www.nsa.gov/research/selinux/
+Url:            http://userspace.selinuxproject.org/
 Summary:        SELinux library and simple utilities
 License:        GPL-2.0 ; SUSE-Public-Domain
 Group:          System/Libraries
-Source:         libselinux-%{version}.tar.bz2
+Source:         
http://userspace.selinuxproject.org/releases/20120216/libselinux-%{version}.tar.gz
 Source1:        selinux-ready
 Source2:        baselibs.conf
 Patch0:         libselinux-rhat.patch

++++++ libselinux.spec ++++++
--- /var/tmp/diff_new_pack.lDwisF/_old  2012-08-12 15:26:37.000000000 +0200
+++ /var/tmp/diff_new_pack.lDwisF/_new  2012-08-12 15:26:37.000000000 +0200
@@ -16,18 +16,18 @@
 #
 
 
-%define libsepol_ver 2.0.32
+%define libsepol_ver 2.1.4
 BuildRequires:  libsepol-devel >= %{libsepol_ver}
 BuildRequires:  pkg-config
 
 Name:           libselinux
-Version:        2.0.91
+Version:        2.1.9
 Release:        0
-Url:            http://www.nsa.gov/selinux/
+Url:            http://userspace.selinuxproject.org/
 Summary:        SELinux library and simple utilities
 License:        GPL-2.0 ; SUSE-Public-Domain
 Group:          System/Libraries
-Source:         %{name}-%{version}.tar.bz2
+Source:         
http://userspace.selinuxproject.org/releases/20120216/%{name}-%{version}.tar.gz
 Source1:        selinux-ready
 Source2:        baselibs.conf
 Patch0:         %{name}-rhat.patch
@@ -167,6 +167,7 @@
 %{_sbindir}/setenforce
 %{_sbindir}/togglesebool
 %{_sbindir}/selinux-ready
+%{_sbindir}/selinuxexeccon
 %{_mandir}/man5/*
 %{_mandir}/man8/*
 

++++++ libselinux-ruby.patch ++++++
--- /var/tmp/diff_new_pack.lDwisF/_old  2012-08-12 15:26:37.000000000 +0200
+++ /var/tmp/diff_new_pack.lDwisF/_new  2012-08-12 15:26:37.000000000 +0200
@@ -1,24 +1,24 @@
 Index: src/Makefile
 ===================================================================
---- src/Makefile.orig  2010-02-24 20:05:41.000000000 +0100
-+++ src/Makefile       2012-06-13 10:56:04.477254689 +0200
-@@ -9,8 +9,8 @@ PYLIB ?= /usr/lib/$(PYLIBVER)
- PYTHONLIBDIR ?= $(LIBDIR)/$(PYLIBVER)
+--- src/Makefile.orig
++++ src/Makefile
+@@ -15,8 +15,8 @@ PYTHONLIBDIR ?= $(shell pkg-config --lib
+ PYLIBDIR ?= $(LIBDIR)/$(PYLIBVER)
  RUBYLIBVER ?= $(shell ruby -e 'print RUBY_VERSION.split(".")[0..1].join(".")')
  RUBYPLATFORM ?= $(shell ruby -e 'print RUBY_PLATFORM')
 -RUBYINC ?= $(LIBDIR)/ruby/$(RUBYLIBVER)/$(RUBYPLATFORM)
 -RUBYINSTALL ?= $(LIBDIR)/ruby/site_ruby/$(RUBYLIBVER)/$(RUBYPLATFORM)
 +RUBYINC ?= $(shell ruby -r rbconfig -e "print 
Config::CONFIG['rubyhdrdir'].nil? ? '$(LIBDIR)/ruby/$(RUBYLIBVER)' : 
Config::CONFIG['rubyhdrdir']")
 +RUBYINSTALL ?= $(shell ruby -r rbconfig -e "print 
Config::CONFIG['vendorarchdir'].nil? ? 
'$(DESTDIR)'+Config::CONFIG['sitearchdir'] : 
'$(DESTDIR)'+Config::CONFIG['vendorarchdir']")
+ LIBBASE=$(shell basename $(LIBDIR))
  
  VERSION = $(shell cat ../VERSION)
- LIBVERSION = 1
-@@ -72,7 +72,7 @@ $(SWIGLOBJ): $(SWIGCOUT)
-       $(CC) $(filter-out -Werror,$(CFLAGS)) -I$(PYINC) -fPIC -DSHARED -c -o 
$@ $<
+@@ -76,7 +76,7 @@ $(SWIGLOBJ): $(SWIGCOUT)
+       $(CC) $(filter-out -Werror, $(CFLAGS)) $(PYINC) -fPIC -DSHARED -c -o $@ 
$<
  
  $(SWIGRUBYLOBJ): $(SWIGRUBYCOUT)
--      $(CC) $(filter-out -Werror,$(CFLAGS)) -I$(RUBYINC) -fPIC -DSHARED -c -o 
$@ $<
-+      $(CC) $(filter-out -Werror,$(CFLAGS)) -I$(RUBYINC) 
-I$(RUBYINC)/$(RUBYPLATFORM) -fPIC -DSHARED -c -o $@ $<
+-      $(CC) $(filter-out -Werror, $(CFLAGS)) -I$(RUBYINC) -fPIC -DSHARED -c 
-o $@ $<
++      $(CC) $(filter-out -Werror, $(CFLAGS)) -I$(RUBYINC) 
-I$(RUBYINC)/$(RUBYPLATFORM) -fPIC -DSHARED -c -o $@ $<
  
  $(SWIGSO): $(SWIGLOBJ)
-       $(CC) $(CFLAGS) $(LDFLAGS) -shared -o $@ $< -L. -lselinux -L$(LIBDIR) 
-Wl,-soname,$@
+       $(CC) $(CFLAGS) $(LDFLAGS) -shared -o $@ $< -L. -lselinux -L$(LIBDIR) 
$(PYTHONLIBDIR) -Wl,-soname,$@,-z,defs

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to