Bugzilla – Attachment 216493 Details for
Bug 391831
python-zypp and perl-zypp are missing in Factory
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
patch to enable code generation
libzypp-bindings-0.4.6.patch (text/plain), 922 bytes, created by
Pavol Rusnak
on 2008-05-19 15:58:15 UTC
(
hide
)
Description:
patch to enable code generation
Filename:
MIME Type:
Creator:
Pavol Rusnak
Created:
2008-05-19 15:58:15 UTC
Size:
922 bytes
patch
obsolete
>--- CMakeLists.txt >+++ CMakeLists.txt >@@ -1,3 +1,4 @@ >+CMAKE_MINIMUM_REQUIRED(VERSION 2.6) > > # where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked > SET(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules ${CMAKE_MODULE_PATH}) >--- swig/Arch.i >+++ swig/Arch.i >@@ -2,6 +2,7 @@ > typedef std::set<Arch,CompareByGT<Arch> > CompatSet; > > %ignore Arch::compare(const Arch &, const Arch &); >+%rename (isempty) *::empty; > > %include <zypp/Arch.h> > >--- swig/CMakeLists.txt >+++ swig/CMakeLists.txt >@@ -1,7 +1,7 @@ > >-ADD_SUBDIRECTORY(ruby) >+ADD_SUBDIRECTORY(ruby) > >-#ADD_SUBDIRECTORY(python) >+ADD_SUBDIRECTORY(python) > >-#ADD_SUBDIRECTORY(perl5) >+ADD_SUBDIRECTORY(perl5) > >--- swig/RepoType.i >+++ swig/RepoType.i >@@ -1 +1,4 @@ >-%include <zypp/repo/RepoType.h> >\ No newline at end of file >+%rename(RepoType__eq__) *::operator==; >+%rename(RepoType__ne__) *::operator!=; >+ >+%include <zypp/repo/RepoType.h>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 391831
: 216493 |
216494