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:37:10 +0100 |
commit | 605c27e5c47c1ab80b24660edd58c43de2cf089d (patch) | |
tree | bf8b4c11680ff48610efbe04041152ea30dcf005 | |
parent | 06b51cc33dccbc8efd47e8449b19439c50f33b1e (diff) | |
download | nx-libs-605c27e5c47c1ab80b24660edd58c43de2cf089d.tar.gz nx-libs-605c27e5c47c1ab80b24660edd58c43de2cf089d.tar.bz2 nx-libs-605c27e5c47c1ab80b24660edd58c43de2cf089d.zip |
nx-libs.spec: Versioned libXcomp* should obsolete unversioned libXcomp*, not libNX_Xcomp*.
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | nx-libs.spec | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 42a2a8df5..1bd1b583f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -39,6 +39,9 @@ nx-libs (2:3.5.0.31-0x2go1) UNRELEASED; urgency=low - 0611_nxcompshad_use-correct-library-naming-scheme-on-OS-X.full+lite.patch => 0621_nxcompshad_use-correct-library-naming-scheme-on-OS-X.full+lite.patch + * 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 diff --git a/nx-libs.spec b/nx-libs.spec index d28199bc0..5132a53de 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -477,7 +477,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 @@ -506,7 +506,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 @@ -538,7 +538,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 |