[Git][reproducible-builds/reproducible-notes][master] 5 commits: Add new date_added_to_pom_properties_by_felix_bundleplugin toolchain issue.

Chris Lamb (@lamby) gitlab at salsa.debian.org
Tue Aug 6 10:49:25 UTC 2024



Chris Lamb pushed to branch master at Reproducible Builds / reproducible-notes


Commits:
40348f23 by Chris Lamb at 2024-08-06T10:59:28+01:00
Add new date_added_to_pom_properties_by_felix_bundleplugin toolchain issue.

- - - - -
6316d680 by Chris Lamb at 2024-08-06T10:59:28+01:00
Tag packages with date_added_to_pom_properties_by_felix_bundleplugin

- - - - -
29f6f196 by Chris Lamb at 2024-08-06T10:59:28+01:00
Add support to auto-classify by date_added_to_pom_properties_by_felix_bundleplugin.

- - - - -
7ff9c5a1 by Chris Lamb at 2024-08-06T11:01:54+01:00
Tag packages with date_added_to_pom_properties_by_felix_bundleplugin

- - - - -
97c54e15 by Chris Lamb at 2024-08-06T11:47:57+01:00
Add patch for scikit-optimize

- - - - -


3 changed files:

- bin/auto-classify
- issues.yml
- packages.yml


Changes:

=====================================
bin/auto-classify
=====================================
@@ -125,6 +125,9 @@ def walk_json(elem):
         if v.endswith("sng") and "PlantUML" in diff:
             yield "png_generated_by_plantuml_captures_kernel_version_and_builddate"
 
+        if v.endswith("pom.properties") and "org.apache.felix.bundleplugin" in diff:
+            yield "date_added_to_pom_properties_by_felix_bundleplugin"
+
         if v.endswith(".ppu") and "202" in diff:
             yield "timestamps_in_ppu_generated_by_fpc"
 


=====================================
issues.yml
=====================================
@@ -2544,3 +2544,6 @@ ordering_differences_in_pkg_info:
     nondetermistic datastructures being serialised. This may be a Python 3.12
     ~regression now that a (patched?) pkg_resources is not being used anymore?
   bugs: https://bugs.debian.org/1077601
+date_added_to_pom_properties_by_felix_bundleplugin:
+  description:
+    look for "#Generated by org.apache.felix.bundleplugin"


=====================================
packages.yml
=====================================
@@ -2829,6 +2829,10 @@ clamz:
     - gcc_captures_build_path
   bugs:
     - 1020888
+classmate:
+  version: 1.3.4-3
+  issues:
+    - date_added_to_pom_properties_by_felix_bundleplugin
 classycle:
   version: 1.4-2
   issues:
@@ -3241,6 +3245,10 @@ compiz:
   version: 1:0.9.13.0+16.10.20160818.2-4
   issues:
     - captures_build_path_via_assert
+compress-lzf:
+  version: 1.0.4-1
+  issues:
+    - date_added_to_pom_properties_by_felix_bundleplugin
 condor:
   version: 8.2.3~dfsg.1-3
   issues:
@@ -5602,6 +5610,10 @@ felix-main:
   version: 5.0.0-4
   issues:
     - random_order_in_documentation_generated_by_javadoc
+felix-osgi-obr:
+  version: 1.0.2-5
+  issues:
+    - date_added_to_pom_properties_by_felix_bundleplugin
 felix-shell:
   version: 1.4.3-1
   issues:
@@ -7057,6 +7069,10 @@ geos:
   version: 3.5.1-3
   issues:
     - gcc_captures_build_path
+geronimo-jcache-1.0-spec:
+  version: 1.0~alpha-1-2
+  issues:
+    - date_added_to_pom_properties_by_felix_bundleplugin
 geronimo-jpa-2.0-spec:
   version: 1.1-2
   issues:
@@ -13870,12 +13886,20 @@ libmatio:
   version: 1.5.8-1
   issues:
     - random_id_in_pdf_generated_by_dblatex
+libmbassador-java:
+  version: 1.3.1-2
+  issues:
+    - date_added_to_pom_properties_by_felix_bundleplugin
 libmcrypt:
   version: 2.5.8-3.3
   comments: |
     dpkg-buildflags are not honoured during build, so -fdebug-prefix-map is not used.
   issues:
     - gcc_captures_build_path
+libmdock-java:
+  version: 2.0.1-2
+  issues:
+    - date_added_to_pom_properties_by_felix_bundleplugin
 libmemcached:
   version: 1.1.4-1
   comments: |
@@ -30405,6 +30429,10 @@ scikit-learn:
   version: 1.4.1.post1+dfsg-1
   issues:
     - random_hashes_in_cython_output
+scikit-optimize:
+  version: 0.10.2-2
+  bugs:
+    - 1078048
 scilab:
   version: 6.1.0+dfsg1-6
   comments: |
@@ -31320,6 +31348,14 @@ sparskit:
   version: 2.0.0-3
   issues:
     - gfortran_mod_captures_build_path
+spatial4j:
+  version: 0.8-1
+  issues:
+    - date_added_to_pom_properties_by_felix_bundleplugin
+spatial4j-0.4:
+  version: 0.4.1-7
+  issues:
+    - date_added_to_pom_properties_by_felix_bundleplugin
 spatialindex:
   version: 1.9.3-2
   issues:
@@ -31961,6 +31997,10 @@ swac-get:
   version: 0.3-2.1
   issues:
     - gcc_captures_build_path
+swagger-core:
+  version: 2.1.6+dfsg-2
+  issues:
+    - date_added_to_pom_properties_by_felix_bundleplugin
 swami:
   version: 2.0.0+svn389-4
   comments: |
@@ -34174,6 +34214,10 @@ wsjtx:
     Includes the build path in Fortran binaries
   issues:
     - fortran_captures_build_path
+wss4j:
+  version: 1.6.19-3
+  issues:
+    - date_added_to_pom_properties_by_felix_bundleplugin
 wsynth-dssi:
   version: 0.1.3-4
   issues:



View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-notes/-/compare/4aadce41b10576cabc5273f9d951b264dee06455...97c54e155adcdcae0a7ea0cc8c61973cb6bf5c6c

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-notes/-/compare/4aadce41b10576cabc5273f9d951b264dee06455...97c54e155adcdcae0a7ea0cc8c61973cb6bf5c6c
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20240806/24e4f72c/attachment.htm>


More information about the rb-commits mailing list