Hello community,

here is the log from the commit of package libselinux for openSUSE:Factory 
checked in at 2012-06-12 07:16:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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.changes    2012-06-05 
16:00:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libselinux.new/libselinux.changes       
2012-06-12 07:16:42.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Jun 11 09:06:55 UTC 2012 - factory-maintai...@kulow.org
+
+- revert back to 2.0.98 for 12.2
+
+-------------------------------------------------------------------

Old:
----
  libselinux-2.1.9.tar.gz

New:
----
  libselinux-2.0.98.tar.gz

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

Other differences:
------------------
++++++ libselinux-bindings.spec ++++++
--- /var/tmp/diff_new_pack.xfd5dq/_old  2012-06-12 07:16:45.000000000 +0200
+++ /var/tmp/diff_new_pack.xfd5dq/_new  2012-06-12 07:16:45.000000000 +0200
@@ -23,13 +23,13 @@
 BuildRequires:  swig
 
 Name:           libselinux-bindings
-Version:        2.1.9
+Version:        2.0.98
 Release:        0
-Url:            http://www.nsa.gov/selinux/
+Url:            http://www.nsa.gov/research/selinux/
 Summary:        SELinux library and simple utilities
 License:        GPL-2.0 ; SUSE-Public-Domain
 Group:          System/Libraries
-Source:         libselinux-%{version}.tar.gz
+Source:         
http://userspace.selinuxproject.org/releases/20101221/devel/libselinux-%{version}.tar.gz
 Source1:        selinux-ready
 Source2:        baselibs.conf
 Patch0:         libselinux-rhat.patch

++++++ libselinux.spec ++++++
--- /var/tmp/diff_new_pack.xfd5dq/_old  2012-06-12 07:16:45.000000000 +0200
+++ /var/tmp/diff_new_pack.xfd5dq/_new  2012-06-12 07:16:45.000000000 +0200
@@ -21,13 +21,13 @@
 BuildRequires:  pkg-config
 
 Name:           libselinux
-Version:        2.1.9
+Version:        2.0.98
 Release:        0
 Url:            http://www.nsa.gov/selinux/
 Summary:        SELinux library and simple utilities
 License:        GPL-2.0 ; SUSE-Public-Domain
 Group:          System/Libraries
-Source:         %{name}-%{version}.tar.gz
+Source:         
http://userspace.selinuxproject.org/releases/20101221/devel/%{name}-%{version}.tar.gz
 Source1:        selinux-ready
 Source2:        baselibs.conf
 Patch0:         %{name}-rhat.patch
@@ -97,9 +97,9 @@
 %package devel
 Summary:        Development Include Files and Libraries for SELinux
 Group:          Development/Libraries/C and C++
+Requires:       glibc-devel
 Requires:       libselinux1 = %{version}
 Requires:       libsepol-devel >= %{libsepol_ver}
-Requires:       glibc-devel
 
 %description devel
 This package contains the development files, which are
@@ -164,7 +164,6 @@
 %{_sbindir}/selinuxconlist
 %{_sbindir}/selinuxdefcon
 %{_sbindir}/selinuxenabled
-%{_sbindir}/selinuxexeccon
 %{_sbindir}/setenforce
 %{_sbindir}/togglesebool
 %{_sbindir}/selinux-ready

++++++ libselinux-2.1.9.tar.gz -> libselinux-2.0.98.tar.gz ++++++
++++ 22162 lines of diff (skipped)

++++++ libselinux-ruby.patch ++++++
--- /var/tmp/diff_new_pack.xfd5dq/_old  2012-06-12 07:16:45.000000000 +0200
+++ /var/tmp/diff_new_pack.xfd5dq/_new  2012-06-12 07:16:45.000000000 +0200
@@ -1,7 +1,9 @@
---- ./src/Makefile.orig        2012-06-04 08:20:19.000000000 +0000
-+++ ./src/Makefile     2012-06-04 09:43:23.000000000 +0000
-@@ -15,8 +15,8 @@ PYTHONLIBDIR ?= $(shell pkg-config --lib
- PYLIBDIR ?= $(LIBDIR)/$(PYLIBVER)
+Index: src/Makefile
+===================================================================
+--- src/Makefile.orig  2010-12-20 21:13:33.000000000 +0100
++++ src/Makefile       2012-06-11 11:17:42.465960993 +0200
+@@ -9,8 +9,8 @@ PYLIB ?= /usr/lib/$(PYLIBVER)
+ PYTHONLIBDIR ?= $(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)
@@ -11,12 +13,12 @@
  LIBBASE=$(shell basename $(LIBDIR))
  
  VERSION = $(shell cat ../VERSION)
-@@ -76,7 +76,7 @@ $(SWIGLOBJ): $(SWIGCOUT)
-       $(CC) $(filter-out -Werror, $(CFLAGS)) $(PYINC) -fPIC -DSHARED -c -o $@ 
$<
+@@ -73,7 +73,7 @@ $(SWIGLOBJ): $(SWIGCOUT)
+       $(CC) $(filter-out -Werror,$(CFLAGS)) -I$(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) 
$(PYTHONLIBDIR) -Wl,-soname,$@,-z,defs
+       $(CC) $(CFLAGS) $(LDFLAGS) -shared -o $@ $< -L. -lselinux -L$(LIBDIR) 
-Wl,-soname,$@

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

Reply via email to