diff options
author | Mihai Moldovan <ionic@ionic.de> | 2015-03-17 18:26:26 +0100 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2015-03-17 18:30:43 +0100 |
commit | 8a260b94f83fd3865ee84e49655ff75ee97eca2b (patch) | |
tree | ac9f8cc0604eb22a39d681115fb6faf7ed490c98 | |
parent | d8de5928e1e7a0677ed2d38fa4d9f53a58514ebe (diff) | |
download | nx-libs-8a260b94f83fd3865ee84e49655ff75ee97eca2b.tar.gz nx-libs-8a260b94f83fd3865ee84e49655ff75ee97eca2b.tar.bz2 nx-libs-8a260b94f83fd3865ee84e49655ff75ee97eca2b.zip |
nx-libs.spec: Versioned libXcomp* should obsolete unversioned libXcomp*, not libNX_Xcomp*.
Cherry-picked from branch 3.5.0.x.
Conflicts:
debian/changelog
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | nx-libs.spec | 6 |
2 files changed, 10 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 197b257a1..2fbaeca28 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,13 @@ nx-libs (2:3.5.0.31-0x2go1) UNRELEASED; urgency=low * Use the correct library naming scheme on OS X. It differs from other UNIX-based systems. + [ Mihai Moldovan ] + * nx{comp{,ext,shad},proxy}: try really hard to find makedepend. Do not fail + if it is not available. + * nx-libs.spec: + - Versioned libXcomp* should obsolete unversioned libXcomp*, not + libNX_Xcomp*. + -- X2Go Release Manager <git-admin@x2go.org> Sun, 15 Mar 2015 00:48:06 +0100 nx-libs (2:3.5.0.30-0x2go1) unstable; urgency=low diff --git a/nx-libs.spec b/nx-libs.spec index 9d6508c2f..da81fc18f 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -474,7 +474,7 @@ The NX differential compression library's development files. Group: System Environment/Libraries Summary: NX differential compression library Requires: %{name}%{?_isa} >= 3.5.0.29 -Obsoletes: libNX_Xcomp +Obsoletes: libXcomp %description -n libXcomp3 NX is a software suite from NoMachine which implements very efficient @@ -503,7 +503,7 @@ The NX compression extensions library's development files. Group: System Environment/Libraries Summary: NX protocol compression extensions library Requires: %{name}%{?_isa} >= 3.5.0.29 -Obsoletes: libNX_Xcompext +Obsoletes: libXcompext %description -n libXcompext3 NX is a software suite from NoMachine which implements very efficient @@ -535,7 +535,7 @@ The NX session shadowing library's development files. Group: System Environment/Libraries Summary: NX session shadowing Library Requires: %{name}%{?_isa} >= 3.5.0.29 -Obsoletes: libNX_Xcompshad +Obsoletes: libXcompshad %description -n libXcompshad3 NX is a software suite from NoMachine which implements very efficient |