hobbes1069 pushed to abi-compliance-checker (f23). "Update to latest upstream release."

2016-10-13 Thread notifications
From 402c5140e84b8b02d17846e174bff0f032a95819 Mon Sep 17 00:00:00 2001
From: "Richard M. Shaw" 
Date: Thu, 13 Oct 2016 10:36:30 -0500
Subject: Update to latest upstream release.

---
 .gitignore  |  1 +
 ChangeLog   | 47 -
 abi-compliance-checker.spec |  9 ++---
 sources |  2 +-
 4 files changed, 8 insertions(+), 51 deletions(-)
 delete mode 100644 ChangeLog

diff --git a/.gitignore b/.gitignore
index 9572ba3..68f26b0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@
 /abi-compliance-checker-1.99.13.tar.gz
 /abi-compliance-checker-1.99.19.tar.gz
 /abi-compliance-checker-1.99.20.tar.gz
+/abi-compliance-checker-1.99.25.tar.gz
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index de0037a..000
--- a/ChangeLog
+++ /dev/null
@@ -1,47 +0,0 @@
-Version 1.99.19 (April 18, 2016)
-Improvements
-
-Support for GCC 5.1
-Misc
-Separated LICENSE file
-Removed obsolete descriptors from the package
-Updated docs
-
-Version 1.99.18 (April 03, 2016)
-Bug Fixes
-Fixed comparison of qualifiers in parameter data types
-Fixed problem descriptions in the report
-Reduced size of the report
-Fixed console output
-
-Version 1.99.17 (March 12, 2016)
-Improvements
-Added a check for changes in parameters of function pointers
-Bug Fixes
-Fixed comparison of virtual table entries
-Do not show time stamp in the report
-Fixed -skip-symbols option
-Fixed detection of the GCC version number
-
-Version 1.99.16 (January 28, 2016)
-Improvements
-Do not check private part of the ABI when comparing ABI dumps created by the
-ABI Dumper tool with use of the -public-headers option
-New Options
--check-private-abi: enable check of the private ABI
-Bug Fixes
-Fixed counting of checked data types
-
-Version 1.99.15 (December 11, 2015)
-Bug Fixes
-Fixed hang on some template instances
-Fixed support for old ABI dumps (formatting of data types)
-Fixed false positives in the report if input ABI dumps contain __unknown__
-types
-
-Version 1.99.14 (November 01, 2015)
-New Options
--skip-types: set list of types that should not be checked
-Bug Fixes
-Fixed formatting of symbol signatures
-Fixed checks of template types
diff --git a/abi-compliance-checker.spec b/abi-compliance-checker.spec
index 45551c8..a6ef6fa 100644
--- a/abi-compliance-checker.spec
+++ b/abi-compliance-checker.spec
@@ -1,5 +1,5 @@
 Name:   abi-compliance-checker
-Version:1.99.20
+Version:1.99.25
 Release:1%{?dist}
 Summary:An ABI Compliance Checker
 
@@ -15,7 +15,8 @@ Requires:   gcc >= 4.5
 Requires:   gcc-c++ >= 4.5
 Requires:   binutils
 Requires:   ctags >= 5.8
-Requires:   ccache > 3.1.2
+Requires:   ccache >= 3.1.2
+Requires:   abi-dumper >= 0.99.15
 
 %{?perl_default_filter}
 
@@ -39,7 +40,6 @@ perl Makefile.pl -install --prefix=%{_prefix} 
--destdir=%{buildroot}
 
 
 %files
-%{!?_licensedir:%global license %doc}
 %license LICENSE GPL-2.0 LGPL-2.0
 %doc README doc/*
 %{_bindir}/%{name}
@@ -47,6 +47,9 @@ perl Makefile.pl -install --prefix=%{_prefix} 
--destdir=%{buildroot}
 
 
 %changelog
+* Thu Oct 13 2016 Richard Shaw  - 1.99.25-1
+- Update to latest upstream release.
+
 * Mon May 16 2016 Richard Shaw  - 1.99.20-1
 - Update to latest upstream release.
 
diff --git a/sources b/sources
index b8138e9..f428a52 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-151147f75e999f6e0a3974ce32d23932  abi-compliance-checker-1.99.20.tar.gz
+cc4f8e5351c895d325e8010c83931aa4  abi-compliance-checker-1.99.25.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/abi-compliance-checker.git/commit/?h=f23=402c5140e84b8b02d17846e174bff0f032a95819
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


hobbes1069 pushed to abi-compliance-checker (f23). "Update to latest upstream release."

2016-05-17 Thread notifications
From 7c53254dec5b361c7f2bef4921600029275976d9 Mon Sep 17 00:00:00 2001
From: "Richard M. Shaw" 
Date: Mon, 16 May 2016 22:41:49 -0500
Subject: Update to latest upstream release.

---
 .gitignore  | 1 +
 abi-compliance-checker.spec | 5 -
 sources | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index b6ad8a3..9572ba3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,4 @@
 /abi-compliance-checker-1.99.10.tar.gz
 /abi-compliance-checker-1.99.13.tar.gz
 /abi-compliance-checker-1.99.19.tar.gz
+/abi-compliance-checker-1.99.20.tar.gz
diff --git a/abi-compliance-checker.spec b/abi-compliance-checker.spec
index 20a3a2c..6672a7f 100644
--- a/abi-compliance-checker.spec
+++ b/abi-compliance-checker.spec
@@ -1,5 +1,5 @@
 Name:   abi-compliance-checker
-Version:1.99.19
+Version:1.99.20
 Release:1%{?dist}
 Summary:An ABI Compliance Checker
 
@@ -46,6 +46,9 @@ perl Makefile.pl -install --prefix=%{_prefix} 
--destdir=%{buildroot}
 
 
 %changelog
+* Mon May 16 2016 Richard Shaw  - 1.99.20-1
+- Update to latest upstream release.
+
 * Tue Apr 26 2016 Richard Shaw  - 1.99.19-1
 - Update to latest upstream release.
 
diff --git a/sources b/sources
index 2267b23..b8138e9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-83ee4a1e39d37dd9695f7b58ca3b1bbb  abi-compliance-checker-1.99.19.tar.gz
+151147f75e999f6e0a3974ce32d23932  abi-compliance-checker-1.99.20.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/abi-compliance-checker.git/commit/?h=f23=7c53254dec5b361c7f2bef4921600029275976d9
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

hobbes1069 pushed to abi-compliance-checker (f23). "Update to latest upstream release."

2016-04-26 Thread notifications
From d410450d8d5d3fe9770ee42191f90607541c884a Mon Sep 17 00:00:00 2001
From: "Richard M. Shaw" 
Date: Tue, 26 Apr 2016 13:25:43 -0500
Subject: Update to latest upstream release.

---
 .gitignore  |  1 +
 ChangeLog   | 61 -
 abi-compliance-checker.spec | 11 +---
 sources |  2 +-
 4 files changed, 53 insertions(+), 22 deletions(-)

diff --git a/.gitignore b/.gitignore
index fb6852e..b6ad8a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@
 /ChangeLog
 /abi-compliance-checker-1.99.10.tar.gz
 /abi-compliance-checker-1.99.13.tar.gz
+/abi-compliance-checker-1.99.19.tar.gz
diff --git a/ChangeLog b/ChangeLog
index 284b87c..de0037a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,20 +1,47 @@
-This is a bug-fix release with a few new features.
+Version 1.99.19 (April 18, 2016)
 Improvements
-* Optimized performance and memory usage (up to 90%) on input objects with a
-  huge number of changes and deep data type trees (e.g. Linux kernel)
-* Partial support for GCC 4.8.{0-1}, waiting for a fix for the bug 57850 in the
-  next GCC versions
-* Support for incomplete ABI dumps
+
+Support for GCC 5.1
+Misc
+Separated LICENSE file
+Removed obsolete descriptors from the package
+Updated docs
+
+Version 1.99.18 (April 03, 2016)
+Bug Fixes
+Fixed comparison of qualifiers in parameter data types
+Fixed problem descriptions in the report
+Reduced size of the report
+Fixed console output
+
+Version 1.99.17 (March 12, 2016)
+Improvements
+Added a check for changes in parameters of function pointers
+Bug Fixes
+Fixed comparison of virtual table entries
+Do not show time stamp in the report
+Fixed -skip-symbols option
+Fixed detection of the GCC version number
+
+Version 1.99.16 (January 28, 2016)
+Improvements
+Do not check private part of the ABI when comparing ABI dumps created by the
+ABI Dumper tool with use of the -public-headers option
+New Options
+-check-private-abi: enable check of the private ABI
+Bug Fixes
+Fixed counting of checked data types
+
+Version 1.99.15 (December 11, 2015)
+Bug Fixes
+Fixed hang on some template instances
+Fixed support for old ABI dumps (formatting of data types)
+Fixed false positives in the report if input ABI dumps contain __unknown__
+types
+
+Version 1.99.14 (November 01, 2015)
 New Options
-* -affected-limit
-* -cpp-incompatible
+-skip-types: set list of types that should not be checked
 Bug Fixes
-* Fixed identification of template constructors and destructors
-* Do not show "this" first argument of methods in the report
-* Corrected descriptions of affected symbols in the report
-* Fixed false alarms on changed offset of parameters
-* Do not hang on class A:public A
-* Corrected identification of header files in the include_preamble
-* Corrected comparison of function pointer types
-Other
-* Code refactoring
+Fixed formatting of symbol signatures
+Fixed checks of template types
diff --git a/abi-compliance-checker.spec b/abi-compliance-checker.spec
index b57e05a..20a3a2c 100644
--- a/abi-compliance-checker.spec
+++ b/abi-compliance-checker.spec
@@ -1,9 +1,9 @@
 Name:   abi-compliance-checker
-Version:1.99.13
-Release:2%{?dist}
+Version:1.99.19
+Release:1%{?dist}
 Summary:An ABI Compliance Checker
 
-License:GPL+ or LGPLv2+
+License:GPLv2+ or LGPLv2+
 URL:http://lvc.github.io/abi-compliance-checker/
 Source0:
https://github.com/lvc/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
 
@@ -39,13 +39,16 @@ perl Makefile.pl -install --prefix=%{_prefix} 
--destdir=%{buildroot}
 
 %files
 %{!?_licensedir:%global license %doc}
-%license LICENSE
+%license LICENSE GPL-2.0 LGPL-2.0
 %doc README doc/*
 %{_bindir}/%{name}
 %{_datadir}/%{name}
 
 
 %changelog
+* Tue Apr 26 2016 Richard Shaw  - 1.99.19-1
+- Update to latest upstream release.
+
 * Wed Feb 03 2016 Fedora Release Engineering  - 
1.99.13-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index d1514cd..2267b23 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-31389163e3ca06c1f3c9ab8d50b2d8d6  abi-compliance-checker-1.99.13.tar.gz
+83ee4a1e39d37dd9695f7b58ca3b1bbb  abi-compliance-checker-1.99.19.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/abi-compliance-checker.git/commit/?h=f23=d410450d8d5d3fe9770ee42191f90607541c884a
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

hobbes1069 pushed to abi-compliance-checker (f23). "Update to latest upstream release."

2015-10-18 Thread notifications
From e6b47813727768f39af6fe931511c6e1f8954526 Mon Sep 17 00:00:00 2001
From: "Richard M. Shaw" 
Date: Sun, 18 Oct 2015 21:00:34 -0500
Subject: Update to latest upstream release.

---
 .gitignore  |  1 +
 abi-compliance-checker.spec | 13 -
 sources |  2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index d6c59c5..fb6852e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@
 /abi-compliance-checker-1.99.9.tar.gz
 /ChangeLog
 /abi-compliance-checker-1.99.10.tar.gz
+/abi-compliance-checker-1.99.13.tar.gz
diff --git a/abi-compliance-checker.spec b/abi-compliance-checker.spec
index ec38e4d..29f1476 100644
--- a/abi-compliance-checker.spec
+++ b/abi-compliance-checker.spec
@@ -1,12 +1,11 @@
 Name:   abi-compliance-checker
-Version:1.99.10
+Version:1.99.13
 Release:1%{?dist}
 Summary:An ABI Compliance Checker
 
 License:GPL+ or LGPLv2+
-URL:http://ispras.linuxbase.org/index.php/ABI_compliance_checker
+URL:http://lvc.github.io/abi-compliance-checker/
 Source0:
https://github.com/lvc/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
-Source1:ChangeLog
 
 BuildArch:  noarch
 
@@ -26,7 +25,6 @@ checks for changes in calling stack, changes in v-table, 
removed symbols, etc.
 
 %prep
 %setup -q
-install -pDm 0644 %{SOURCE1} .
 
 
 %build
@@ -40,12 +38,17 @@ perl Makefile.pl -install --prefix=%{_prefix} 
--destdir=%{buildroot}
 
 
 %files
-%doc ChangeLog LICENSE README doc/
+%{!?_licensedir:%global license %doc}
+%license LICENSE
+%doc README doc/*
 %{_bindir}/%{name}
 %{_datadir}/%{name}
 
 
 %changelog
+* Sun Oct 18 2015 Richard Shaw  - 1.99.13-1
+- Update to latest upstream release.
+
 * Tue Sep  8 2015 Richard Shaw  - 1.99.10-1
 - Update to latest upstream release.
 
diff --git a/sources b/sources
index 455ae51..d1514cd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4672395972357ef71ab4c5c3868838d6  abi-compliance-checker-1.99.10.tar.gz
+31389163e3ca06c1f3c9ab8d50b2d8d6  abi-compliance-checker-1.99.13.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/abi-compliance-checker.git/commit/?h=f23=e6b47813727768f39af6fe931511c6e1f8954526
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

hobbes1069 pushed to abi-compliance-checker (f23). "Update to latest upstream release."

2015-09-08 Thread notifications
From 189eeab5ae0ad45d720cab7b14e2ba4a42f26c9e Mon Sep 17 00:00:00 2001
From: "Richard M. Shaw" 
Date: Tue, 8 Sep 2015 20:23:25 -0500
Subject: Update to latest upstream release.


diff --git a/.gitignore b/.gitignore
index a2cbf42..d6c59c5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@
 /abi-compliance-checker-1.99.8.5.tar.gz
 /abi-compliance-checker-1.99.9.tar.gz
 /ChangeLog
+/abi-compliance-checker-1.99.10.tar.gz
diff --git a/abi-compliance-checker.spec b/abi-compliance-checker.spec
index 3e910cc..d95a12e 100644
--- a/abi-compliance-checker.spec
+++ b/abi-compliance-checker.spec
@@ -1,6 +1,6 @@
 Name:   abi-compliance-checker
-Version:1.99.9
-Release:3%{?dist}
+Version:1.99.10
+Release:1%{?dist}
 Summary:An ABI Compliance Checker
 
 License:GPL+ or LGPLv2+
@@ -44,6 +44,9 @@ perl Makefile.pl -install --prefix=%{_prefix} 
--destdir=%{buildroot}
 
 
 %changelog
+* Tue Sep  8 2015 Richard Shaw  - 1.99.10-1
+- Update to latest upstream release.
+
 * Tue Jun 16 2015 Fedora Release Engineering  
- 1.99.9-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 3cf8e37..455ae51 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-a9163668236cae5e33c606f51c7f8173  abi-compliance-checker-1.99.9.tar.gz
-a2ac367efdbf76538a014a141363cc97  ChangeLog
+4672395972357ef71ab4c5c3868838d6  abi-compliance-checker-1.99.10.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/abi-compliance-checker.git/commit/?h=f23=189eeab5ae0ad45d720cab7b14e2ba4a42f26c9e
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel