Path: csiph.com!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod From: Sudip Mukherjee Newsgroups: linux.debian.maint.java Subject: problem with libswt-gtk-4-java version Date: Wed, 02 Sep 2020 19:30:01 +0200 Message-ID: X-Mailbox-Line: From debian-java-request@lists.debian.org Wed Sep 2 17:25:21 2020 Old-Return-Path: X-Amavis-Spam-Status: No, score=-7.099 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FOURLA=0.1, FREEMAIL_FROM=0.001, LDO_WHITELIST=-5, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham autolearn_force=no X-Policyd-Weight: using cached result; rate: -5.5 Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to:cc; bh=wt7Lo0jbLQUL1Ib0H5DxNb5yxRpNfsFbNeTtzUk7yYY=; b=luANfpihRoN5PaXmPCJ9X/EGWTBl2/LDwHV0pqMuNwoTS8eIeho5yhZ3aFbEMTlSOI Bd89Xc0iW36HYxzBgBUMWByF1t7U80Hw8Z7OK4MG5zjUxih7oKIV7+Cph59rMoHCtfgv L0N/1DDd4yUg3eA3WlNJloSvHgu0Z2kln1Gq0/BLDmqX5Q3pcgxyJ/BmVsJ0V02X3kAR 8uqDnFy3d6FihgvFr3QYWmeawOllLS4+a0F3b65/5klnL37rLw7yyHjWuTibPx6ri0gj RqMVsRLMrSWna3OxAjXeXu/Pr+TSQJFR8/ib7EYXuZFkUubpgAG+/Dj2eW4g3QjMmz5n aczg== X-Google-Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=wt7Lo0jbLQUL1Ib0H5DxNb5yxRpNfsFbNeTtzUk7yYY=; b=FEdHl8vrnfqr2SZ/E+BqI4mhgW+/Atml9wZ64aqHO7mPIVFpSkYav1XjXPcQP6UpRN y0KlMz92QSAMVf9xW/jMctBb4DaOEug6CgdZ1+ryYSCv8xwJUZnVtkaqWn0YAR/o46/V UrhtHRDPrhBQxn5HawnogDDR2eL7F6/lCT5p/X6O/dk8MXRl8285kKxYmLH8B8OOWtZl PuzBsdfjw7zWHTneuupg+DJDt35PbG1A4ZgCYw7r0BQ31ImoLqEJiQ3GNzzkDpsW9s1N y9SY7xgSThGst0OpCpL5afC537TP/6XmUQSz1obvmP6vcXsNVvtxQGht3MVamhP+c/YX wxgw== X-Gm-Message-State: AOAM5301iOZY7PAHvP8zFa9IA29nSe10hpk9DP62ILVxgLiMAa80ijNL F9XWuqOcafWGP7A/DVJ/84uDpn/o7wkTWX/+wRjuq04akOk= X-Google-SMTP-Source: ABdhPJyx5kjoh1SWi4hBzwZAUCuKGx3PuD6P9ov5KkntToahThyoutudyhHy+iNavfBFeRGM4Vn+JIHdt2fX6pBVs2o= X-Received: by 2002:a05:6830:45b:: with SMTP id d27mr2199927otc.152.1599067508097; Wed, 02 Sep 2020 10:25:08 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Mailing-List: archive/latest/22452 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/CADVatmMf-i+4kQy_4H+KH0qecs36fBZGZBrhogiPSYiHPqezvQ@mail.gmail.com Approved: robomod@news.nic.it Lines: 19 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Cc: Debian Java X-Original-Date: Wed, 2 Sep 2020 18:24:32 +0100 X-Original-Message-ID: Xref: csiph.com linux.debian.maint.java:11843 HI Emmanuel, I was trying to use libswt-gtk-4-java for #943552 and I get the error: Unresolved requirement: Require-Bundle: org.eclipse.swt; bundle-version="[3.111.0,4.0.0)"; visibility:="reexport" Looking at the jar file the version is 3.104.0, but looking at salsa (https://salsa.debian.org/java-team/swt-gtk/-/blob/master/bundles/org.eclipse.swt/META-INF/MANIFEST.MF#L5) the version should have been "3.114.100.qualifier". After taking a look it appears that jh_manifest is using "debian/manifest" to generate the manifest and so the old version of 3.104.0. So, I was wondering if you have missed updating the version in that file or was it intentional? -- Regards Sudip